-
Notifications
You must be signed in to change notification settings - Fork 0
/
celebrations.html
356 lines (279 loc) · 16.8 KB
/
celebrations.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FD9ZQ1J37N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FD9ZQ1J37N');
</script>
<!-- Meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Illustrated love story in a messaging app format">
<meta name="keywords" content="cuddlies, love story, Aliya Budimir, Ante Budimir, illustrations, messaging">
<meta name="theme-color" content="#4c7972">
<meta name="author" content="Ante Budimir">
<!-- Img preview for sharing -->
<meta property="og:image" content="./img/09-celebrations/4-thumb.jpg">
<meta property="og:title" content="The Cuddlies | Celebrations"/>
<meta property="og:description" content="Illustrated love story in a messaging app format"/>
<title>The Cuddlies | Celebrations</title>
<!-- PWA -->
<link rel="manifest" href="./manifest.json">
<!-- Stylesheet -->
<link rel="preload" href="./css/main.css" as="style">
<link rel="stylesheet" href="./css/main.css">
<!-- Lightbox styles -->
<link rel="preload" href="./css/tobii.min.css" as="style">
<link rel="stylesheet" href="./css/tobii.min.css">
<!-- Browser tab icon -->
<link rel="shortcut icon" href="img/icons/icon.png" type="image/x-icon" />
<!-- Apple touch icons -->
<link rel="apple-touch-icon" href="./img/icons/apple-touch-icon-iphone-60x60.png">
<link rel="apple-touch-icon" href="./img/icons/apple-touch-icon-ipad-76x76.png">
<link rel="apple-touch-icon" href="./img/icons/apple-touch-icon-iphone-retina-120x120.png">
<link rel="apple-touch-icon" href="./img/icons/apple-touch-icon-ipad-retina-152x152.png">
</head>
<body id="home">
<!-- HEADER -->
<header id="header">
<div class="container">
<!-- img circle -->
<a class="profile-link" href="about-us.html" title="Read about the real people behind the ''Cuddlies''"><img class="profile-img" src="./img/profile.jpg" alt="Aliya & Ante profile photo"></a>
<a class="logo" href="index.html" title="Home of the Cuddle"><h1>THE CUDDLIES</h1></a>
<nav id="nav">
<!-- Menu -->
<div id="dots-menu">
<i id="menu-icon" class="icon-dots-three-vertical" aria-hidden="true"></i>
</div>
<ul class="menu">
<li class="item-group">
<img class="item-img" src="./img/menu-thumbs/1-menu-thumb.jpg" alt="The ''Cuddlies'' hugging on the pillow" title="The ''Cuddlies'' hugging on the pillow">
<a class="item-link" href="index.html" title="How the ''Cuddlies'' came to be">Cuddlies. The Story.</a>
</li>
<li class="item-group">
<img class="item-img" src="./img/menu-thumbs/2-menu-thumb.jpg" alt="The ''Cuddlies'' lying around surrounded by cats" title="The ''Cuddlies'' lying around surrounded by cats">
<a class="item-link" href="everyday-life.html" title="Take a look at the ''Cuddlies'' daily routine">Everyday Life</a>
</li>
<li class="item-group">
<img class="item-img" src="./img/menu-thumbs/3-menu-thumb.jpg" alt="The ''Cuddlies'' in the kitchen" title="The ''Cuddlies'' in the kitchen">
<a class="item-link" href="yummy.html" title="The ''Cuddlies'' cooking & eating their favorite meals">Yummy</a>
</li>
<li class="item-group">
<img class="item-img" src="./img/menu-thumbs/4-menu-thumb.jpg" alt="A cat & a bear sleeping in a bed" title="A cat & a bear sleeping in bed">
<a class="item-link" href="not-just-cuddlies.html" title="The ''Cuddlies'' in a somewhat different rendition">Not Just the "Cuddlies"</a>
</li>
<li class="item-group">
<img class="item-img" src="./img/menu-thumbs/5-menu-thumb.jpg" alt="The ''Cuddlies'' cuddling in front of the fireplace" title="The ''Cuddlies'' cuddling in front of the fireplace">
<a class="item-link" href="making-memories.html" title="Occasions that became very fond memories">Making Memories</a>
</li>
<li class="item-group">
<img class="item-img" src="./img/menu-thumbs/6-menu-thumb.jpg" alt="The ''Cuddlies'' in a hot air ballon" title="The ''Cuddlies'' in a hot air ballon">
<a class="item-link" href="around-the-world.html" title="The ''Cuddlies'' traveling the world">Around the World</a>
</li>
<li class="item-group">
<img class="item-img" src="./img/menu-thumbs/7-menu-thumb.jpg" alt="The ''Cuddlies'' on the Moon" title="The ''Cuddlies'' on the Moon">
<a class="item-link" href="somewhere-over-the-rainbow.html" title="Find out how the ''Cuddlies'' are having fun over the rainbow and beneath it">Somewhere Over the Rainbow</a>
</li>
<li class="item-group">
<img class="item-img" src="./img/menu-thumbs/8-menu-thumb.jpg" alt="The ''Cuddlies'' playing and singing" title="The ''Cuddlies'' playing and singing">
<a class="item-link" href="talent-show.html" title="Discover numerous talents that the ''Cuddlies'' have">Talent Show</a>
</li>
<li class="item-group">
<img class="item-img" src="./img/menu-thumbs/9-menu-thumb.jpg" alt="The ''Cuddlies'' in traditional clothes" title="The ''Cuddlies'' in traditional clothes">
<a class="item-link" href="celebrations.html" title="The ''Cuddlies'' celebrating & having fun">Celebrations</a>
</li>
<li class="item-group">
<img class="item-img" src="./img/menu-thumbs/10-menu-thumb.jpg" alt="The ''Cuddlies'' touching with their noses through a smartphone" title="The ''Cuddlies'' touching with their noses through a smartphone">
<a class="item-link" href="apart-but-together.html" title="Find out how the ''Cuddlies'' dealt with thousands of kilometers that often separated them">Apart But Together</a>
</li>
<li class="item-group">
<img class="item-img" src="./img/menu-thumbs/11-menu-thumb.jpg" alt="The ''Cuddlies'' cuddling in their bear pijamas" title="The ''Cuddlies'' cuddling in their bear pijamas">
<a class="item-link" href="unexpected-cuddlies.html" title="The ''Cuddlies'' in unusual genres">Unexpected "Cuddlies"</a>
</li>
<li class="item-group">
<img class="item-img" src="./img/menu-thumbs/12-menu-subscribe.jpg" alt="Subscribe icon" title="Subscribe">
<a class="item-link" id="modalLink" href="#modal" title="Subscribe for New Cuddly Stories">Subscribe for New Stories</a>
</li>
</ul>
</nav>
<!-- Subscribe Modal -->
<section id="subscribe-modal">
<div class="modal-content">
<i class="close-btn icon-x" title="Close the window"></i>
<form id="subscribe-form" action="subscribe-handler.php" method="post">
<h2 class="subscribe-title">Join the Cuddlies' mailing list:</h2>
<div class="form-group">
<input type="text" name="name" id="name" placeholder="Your Name" title="Enter your name" required minlength="3">
</div>
<div class="form-group">
<input type="email" name="email" id="email" placeholder="Your Email" title="Enter your email address" required>
</div>
<button type="submit" class="subscribe-btn" title="Subscribe to the ''Cuddlies'' and receive info about new stories">Subscribe</button>
</form>
</div>
</section>
<!-- Language selector -->
<div id="language-selector">
<a href="./hr/proslave.html" title="Hrvatski jezik"><i class="croatian"></i></a>
</div>
</div>
</header>
<!-- STORY -->
<main id="story" class="scroll">
<article id="chat">
<h2 class="chat-title">CELEBRATIONS</h2>
<div class="right">
<p>Is it about some parties?</p>
</div>
<div class="left">
<p>It is. It's about celebrations the Cuddlies have together 🙂</p>
</div>
<div class="right">
<p>Oh, oh, show them!</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/09-celebrations/1.jpg"><p><img class="img-thumb" src="./img/09-celebrations-thumbs/1.jpg" loading="lazy" alt="The ''Cuddlies'' celebrating their first New year together" title="The ''Cuddlies'' celebrating their first New year together"></p></a>
</div>
<div class="left">
<p>In this one Aliya painted how they’d celebrate their first New Year together</p>
</div>
<div class="right">
<p>Was it when Aliya was supposed to go to Croatia for the New Year?</p>
</div>
<div class="left">
<p>Exactly, you are right! Aliya was trying to imagine what kind of a celebration there will be</p>
</div>
<div class="left">
<p>In the end the celebration was moved to Belgrade, where they had a pretty great time</p>
</div>
<div class="right">
<p>That’s the most important thing</p>
</div>
<div class="left">
<p>In the next one they are celebrating their first anniversary together with a cake</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/09-celebrations/2.jpg"><p><img class="img-thumb" src="./img/09-celebrations-thumbs/2.jpg" loading="lazy" alt="The ''Cuddlies'' celebrating their first anniversary" title="The ''Cuddlies'' celebrating their first anniversary"></p></a>
</div>
<div class="right">
<p>It’s so nice 🙂 Did they make the cake?</p>
</div>
<div class="left">
<p>They ordered this one for the special occasion 😄</p>
</div>
<div class="right">
<p>It has a really nice flower decoration</p>
</div>
<div class="left">
<p>It does 🙂</p>
</div>
<div class="right">
<p>What’s next?</p>
</div>
<div class="left">
<p>Next one is Aliya’s birthday</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/09-celebrations/3.jpg"><p><img class="img-thumb" src="./img/09-celebrations-thumbs/3.jpg" loading="lazy" alt="Ante is putting earrings in Aliya’s ears" title="Ante is putting earrings in Aliya’s ears"></p></a>
</div>
<div class="right">
<p>How are they celebrating it?</p>
</div>
<div class="left">
<p>Ante is putting earrings, his present, in Aliya’s ears</p>
</div>
<div class="right">
<p>That’s a romantic way to celebrate a birthday 🙂</p>
</div>
<div class="left">
<p>Cuddlies think so too 😊</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/09-celebrations/4.jpg"><p><img class="img-thumb" src="./img/09-celebrations-thumbs/4.jpg" loading="lazy" alt="The ''Cuddlies'' in traditional clothes" title="The ''Cuddlies'' in traditional clothes"></p></a>
</div>
<div class="left">
<p>Since Aliya and Ante are from different cultures, Aliya was painting them in each
others traditional clothes to picture how both of their cultures blend together</p>
</div>
<div class="right">
<p>Ante looks great in that big hat and Aliya is really beautiful in that dress</p>
</div>
<div class="left">
<p>Oh, thank you 🙂</p>
</div>
<div class="right">
<p>What’s next?</p>
</div>
<div class="left">
<p>We come to one more New Year’s celebration. This time it is about how they’d
be spending it together at their own place in a cosy warm atmosphere</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/09-celebrations/5.jpg"><p><img class="img-thumb" src="./img/09-celebrations-thumbs/5.jpg" loading="lazy" alt="The ''Cuddlies'' celebrating New year at their own place" title="The ''Cuddlies'' celebrating New year at their own place"></p></a>
</div>
<div class="right">
<p>So cosy and peaceful!</p>
</div>
<div class="left">
<p>And so cuddly 😄</p>
</div>
<div class="right">
<p>😄</p>
</div>
<div class="left">
<p>And the next one is about a very special celebration</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/09-celebrations/6.jpg"><p><img class="img-thumb" src="./img/09-celebrations-thumbs/6.jpg" loading="lazy" alt="The ''Cuddlies'' are getting married!" title="The ''Cuddlies'' are getting married!"></p></a>
</div>
<div class="right">
<p>Cuddlies are getting married! 😃</p>
</div>
<div class="left">
<p>Yep, it’s their wedding day</p>
</div>
<div class="right">
<p>So great! Tell me about the flag</p>
</div>
<div class="left">
<p>It’s a Croatian tradition, that a Croatian flag is carried during the wedding. And
since Aliya is from Kazakhstan, they also have Kazakhstani flag along with Croatian flag</p>
</div>
<div class="right">
<p>It’s so great!</p>
</div>
<div class="left">
<p>And there are a lot more of the celebrations to come in the future. But for the
time being you can have a look at the rest of the stories 🙂</p>
</div>
</article>
</main>
<!-- Scroll back to top button EN -->
<div id="scroll-to-top">
<button class="scrollButton" title="Back to Top"><i class="icon-arrow-up2" aria-hidden="true"></i></button>
</div>
<!-- Sharing links EN -->
<section id="sharing-links">
<h2 class="hidden-visually">Share buttons</h2>
<button class="sharing-link toggle" title="Share">
<i class="icon-share2" title="Share"></i>
<i class="icon-x" title="Close"></i>
</button>
<a class="sharing-link facebook" href="https://web.facebook.com/sharer.php?u=www.aliyabudimir.com" target="_blank" rel="noopener" title="Share on Facebook"><i class="icon-facebook" aria-hidden="true"></i></a>
<a class="sharing-link whatsapp" href="whatsapp://send?text=https://www.aliyabudimir.com" target="_blank" rel="noopener" title="Share on WhatsApp"><i class="icon-whatsapp" aria-hidden="true"></i></a>
</section>
<!-- FOOTER -->
<footer id="footer">
<a href="https://www.aliyabudimir.com"><img class="footer-icon" src="./img/icons/icon.png" alt="Aliya Budimir Portfolio" title="Aliya Budimir Portfolio" loading="lazy"></a>
<p>COPYRIGHT © 2020 - <span id="currentYear"></span> ALIYA BUDIMIR</p>
</footer>
<!-- JS -->
<script src="./js/tobii.min.js" defer></script>
<script src="./js/iTooltip.js" defer></script>
<script src="./js/main.js" defer></script>
</body>
</html>