-
Notifications
You must be signed in to change notification settings - Fork 0
/
somewhere-over-the-rainbow.html
333 lines (261 loc) · 15.9 KB
/
somewhere-over-the-rainbow.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
<!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/07-somewhere-over-the-rainbow/1-thumb.jpg">
<meta property="og:title" content="The Cuddlies | Somewhere Over the Rainbow"/>
<meta property="og:description" content="Illustrated love story in a messaging app format"/>
<title>The Cuddlies | Somewhere Over the Rainbow</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/negdje-iznad-duge.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">SOMEWHERE OVER THE RAINBOW</h2>
<div class="right">
<p>Hey!</p>
</div>
<div class="left">
<p>Hi!😊</p>
</div>
<div class="right">
<p>They seem to be far over the rainbow with the astronaut costumes and a space ship in the menu picture 😄</p>
</div>
<div class="left">
<p>In this story the Cuddlies will be far over the rainbow, on it and beneath it as well</p>
</div>
<div class="right">
<p>That sounds very interesting! So, what is the story about?</p>
</div>
<div class="left">
<p>You will see it for yourself 😊 Adventures of Cuddlies over, on top and beneath the rainbow.</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/07-somewhere-over-the-rainbow/1.jpg"><p><img class="img-thumb" src="./img/07-somewhere-over-the-rainbow-thumbs/1.jpg" loading="lazy" alt="The ''Cuddlies'' are taking a stroll on the Moon" title="The ''Cuddlies'' are taking a stroll on the Moon"></p></a>
</div>
<div class="left">
<p>As you can see, on this one the Cuddlies are far over the rainbow, taking a stroll on the Moon.</p>
</div>
<div class="right">
<p>This is cool! I can see the Earth and the space ship is really cute.</p>
</div>
<div class="left">
<p>It is cute 😊</p>
</div>
<div class="right">
<p>Where will they be next?</p>
</div>
<div class="left">
<p>On the next one they are a little closer to Earth, watching from the rainbow what’s going on beneath.</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/07-somewhere-over-the-rainbow/2.jpg"><p><img class="img-thumb" src="./img/07-somewhere-over-the-rainbow-thumbs/2.jpg" loading="lazy" alt="The ''Cuddlies'' sitting on a rainbow" title="The ''Cuddlies'' sitting on a rainbow"></p></a>
</div>
<div class="right">
<p>Oh, so nice! They are really sitting on a rainbow! I totally love it!</p>
</div>
<div class="left">
<p>Thank you! We are so glad you like it!</p>
</div>
<div class="left">
<p>The following ones already take place beneath the rainbow 😊</p>
</div>
<div class="right">
<p>Let’s see, let’s see!</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/07-somewhere-over-the-rainbow/3.jpg"><p><img class="img-thumb" src="./img/07-somewhere-over-the-rainbow-thumbs/3.jpg" loading="lazy" alt="The ''Cuddlies'' under an umbrella" title="The ''Cuddlies'' under an umbrella"></p></a>
</div>
<div class="left">
<p>Sharing an umbrella makes the rainy day less gloomy</p>
</div>
<div class="right">
<p>Ooohhhh 😍</p>
</div>
<div class="left">
<p>Enjoying the winter fun together</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/07-somewhere-over-the-rainbow/4.jpg"><p><img class="img-thumb" src="./img/07-somewhere-over-the-rainbow-thumbs/4.jpg" loading="lazy" alt="The ''Cuddlies'' are making a snowman" title="The ''Cuddlies'' are making a snowman"></p></a>
</div>
<div class="right">
<p>They are making a snowman together! And what’s the nose made of?</p>
</div>
<div class="left">
<p>Of course it’s from a carrot 😄</p>
</div>
<div class="right">
<p>😄</p>
</div>
<div class="left">
<p>And some more winter fun is on the way</p>
</div>
<div class="left chat-img">
<a class="lightbox" href="./img/07-somewhere-over-the-rainbow/5.jpg"><p><img class="img-thumb" src="./img/07-somewhere-over-the-rainbow-thumbs/5.jpg" loading="lazy" alt="The ''Cuddlies'' are making snow angels" title="The ''Cuddlies'' are making snow angels"></p></a>
</div>
<div class="right">
<p>Are they making snow angels?</p>
</div>
<div class="left">
<p>You are right, they are 😃 And look how much fun they are having!</p>
</div>
<div class="right">
<p>I can see, and it’s great!</p>
</div>
<div class="left">
<p>We hope you’ve enjoyed it and got an idea of what’s the story about.</p>
</div>
<div class="right">
<p>I really loved it! And I think the story is about how much fun you can have together in any situation
and any place, far over, on or beneath the rainbow 😄</p>
</div>
<div class="left">
<p>You are totally right! And we are happy that you liked it 😊</p>
</div>
<div class="left">
<p>See you in the next stories!</p>
</div>
<div class="right">
<p>See you!</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>