-
Notifications
You must be signed in to change notification settings - Fork 0
/
unexpected-cuddlies.html
342 lines (268 loc) · 16.2 KB
/
unexpected-cuddlies.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
<!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/11-unexpected-cuddlies/5-thumb.jpg">
<meta property="og:title" content="The Cuddlies | Unexpected ''Cuddlies''"/>
<meta property="og:description" content="Illustrated love story in a messaging app format"/>
<title>The Cuddlies | Unexpected "Cuddlies"</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/neocekivane-maze.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">UNEXPECTED "CUDDLIES"</h2>
<div class="right">
<p>It’s an interesting name. What’s the story about?</p>
</div>
<div class="left">
<p>These are different stories of Cuddlies in unusual genres 😊</p>
</div>
<div class="right">
<p>Sounds interesting.</p>
</div>
<div class="left">
<p>The first one is an imaginary story of the Cuddlies in prehistoric times.</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/11-unexpected-cuddlies/1.jpg"><p><img class="img-thumb" src="./img/11-unexpected-cuddlies-thumbs/1.jpg" loading="lazy" alt="The ''Cuddlies'' in prehistoric times" title="The ''Cuddlies'' in prehistoric times"></p></a>
</div>
<div class="right">
<p>Wow! Dinosaurs! And Cuddlies in fur clothes. Didn’t expect something like that from the Cuddlies 😄</p>
</div>
<div class="left">
<p>It was Ante’s idea, he suggested to draw them in Conan style, but somehow Aliya ended up painting them in
dinosaur times, rather than Conan times.</p>
</div>
<div class="right">
<p>Still looks pretty awsome!</p>
</div>
<div class="left">
<p>Thank you 😊</p>
</div>
<div class="left">
<p>The following two are thematically similar, but very unexpected ones 😄</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/11-unexpected-cuddlies/2.jpg"><p><img class="img-thumb" src="./img/11-unexpected-cuddlies-thumbs/2.jpg" loading="lazy" alt="The ''Cuddlies'' are cooking a potion" title="The ''Cuddlies'' are cooking a potion"></p></a>
</div>
<div class="right">
<p>Wow! What are they doing?</p>
</div>
<div class="left">
<p>Aliya is cooking a potion in a cauldron and Ante is helping her</p>
</div>
<div class="right">
<p>A potion! And she’s dressed in witch’s clothes 😄</p>
</div>
<div class="left">
<p>Aliya often refers to herself as a witch, so she decided to make it into a story.</p>
</div>
<div class="right">
<p>It was a nice idea 😊</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/11-unexpected-cuddlies/3.jpg"><p><img class="img-thumb" src="./img/11-unexpected-cuddlies-thumbs/3.jpg" loading="lazy" alt="The ''Cuddlies'' riding on a broom" title="The ''Cuddlies'' riding on a broom"></p></a>
</div>
<div class="left">
<p>And once in a while they take a ride on a broomstick</p>
</div>
<div class="right">
<p>So cool! On a broomstick towards the moon and with bats flying along.</p>
</div>
<div class="left">
<p>Yes, it usually happens on Friday, the 13th. Aliya likes to say she’s taking her broom out and going to fly around a bit.</p>
</div>
<div class="right">
<p>What does Ante say about that?</p>
</div>
<div class="left">
<p>They usually have a good laugh. Ante calls Aliya “Witchie- witch” 😊</p>
</div>
<div class="right">
<p>So sweet 😍</p>
</div>
<div class="left">
<p>And on the next one the Cuddlies are cuddling in their bear pijamas</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/11-unexpected-cuddlies/4.jpg"><p><img class="img-thumb" src="./img/11-unexpected-cuddlies-thumbs/4.jpg" loading="lazy" alt="The ''Cuddlies'' are cuddling in their bear pijamas" title="The ''Cuddlies'' are cuddling in their bear pijamas"></p></a>
</div>
<div class="right">
<p>Oh, that is so cute! And the pyjamas are so adorable</p>
</div>
<div class="left">
<p>Aliya heard the phrase that is written above the picture from Ante and decided to paint her version of the phrase.</p>
</div>
<div class="right">
<p>Did Ante like it?</p>
</div>
<div class="left">
<p>He liked the drawing, although his understanding of the phrase was different</p>
</div>
<div class="right">
<p>😄</p>
</div>
<div class="right">
<p>These stories are fun.</p>
</div>
<div class="left">
<p>We are glad you like it.</p>
</div>
<div class="left">
<p>But unfortunately it was the last of the cuddly stories.</p>
</div>
<div class="right">
<p>Oh, really? Time flew by so fast, I didn’t even realize. So sorry it’s the last one and I would really like to read some more.</p>
</div>
<div class="left">
<p>We are really glad you liked it. Subscribe to our newsletter and we'll notify you when new cuddly stories come out. Could be soon... 😉</p>
</div>
<div class="right">
<p>That would be great! Thank you guys for sharing all these amazing stories! Hope to read new stories soon. Meanwhile, I’ll go and
subscribe and after that read one more time some of the stories that I liked the most.</p>
</div>
<div class="left">
<p>Awesome! Enjoy and hope to see you soon 😊</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>