-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
508 lines (443 loc) · 16.2 KB
/
index.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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flowbaba Forecast- Cross Country Paragliding Forecast</title>
<link rel="preload" href="Flowbaba_transparent_cropped.png" as="image">
<link rel="preload" href="flowbaba-wa-qr-transparent.png" as="image">
<link rel="preload" href="./assets/forecast-prompt.jpg" as="image">
<link rel="preload" href="./assets/forecast-daily-summary.jpg" as="image">
<link rel="preload" href="./assets/xc-distance-speed-recommendation.jpg" as="image">
<link
href="https://fonts.googleapis.com/css2?family=Sriracha&family=Wotfard:wght@400;600&family=DynaPuff:wght@400;700&display=swap"
rel="stylesheet">
<style>
body {
font-family: 'Wotfard', sans-serif;
margin: 0;
/* background: linear-gradient(120deg, #FFFDF6, #F8F9F2, #FFFCF8); */
/* background: linear-gradient(120deg, #FBFBFB, #F8F9F2, #FFFDFB); */
background: linear-gradient(120deg, #fff9f9, #fffff8a8, #FFFDFB);
color: #222;
overflow-x: hidden;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
img {
max-width: 100%;
height: auto;
display: block;
}
.logo-section {
text-align: center;
margin: 20px 0;
}
.logo-section img {
height: 150px;
display: block;
margin: 0 auto;
/* Ensures the logo stays centered */
}
.logo-section p {
font-style: italic;
font-size: 1.2rem;
color: #343434;
margin-top: 5px;
}
.logo-section a {
display: inline-block;
cursor: pointer !important; /* Forces the pointer change */
text-decoration: none;
}
.logo-section a img {
display: block; /* Prevents gaps under the image */
pointer-events: auto !important;
}
a {
cursor: pointer !important;
}
.container {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
width: 90%;
max-width: 1200px;
align-items: center;
justify-content: space-between;
}
.left {
flex: 1;
padding: 20px;
max-width: 600px;
}
.left h2 {
font-weight: 400;
font-family: 'DynaPuff', cursive;
font-size: 2.8rem;
color: #343434;
/* background: linear-gradient(90deg, #FF9A8B, #FF6F61); */
/* background: linear-gradient(90deg, #FD4F61, #FF6F61); */
background: linear-gradient(-90deg, #ff683c, #ff734e);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
letter-spacing: 1px;
margin-bottom: 20px;
text-align: left;
}
.left p {
font-size: 1.4rem;
color: #444;
line-height: 1.8;
}
.cta {
/* margin-top: 30px; */
display: flex;
justify-content: flex-end;
flex-direction: row;
align-items: center;
padding: 20px;
/* gap: 20px; */
}
.cta a {
text-decoration: none;
background: linear-gradient(90deg, #FF6F61, #FF9A8B);
color: white;
padding: 15px 30px;
font-size: 1.2rem;
font-family: 'Sriracha', cursive;
border-radius: 8px;
transition: transform 0.3s ease, background 0.3s ease;
border-radius: 5px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
text-align: center;
display: inline-block;
}
.cta a:hover {
transform: translateY(-3px);
background: linear-gradient(90deg, #FF9A8B, #FF6F61);
}
.screenshots .caption {
font-style: italic;
color: grey;
}
.right {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.right img {
width: 300px;
border-radius: 12px;
transition: transform 0.3s ease;
display: block;
}
.right img:hover {
transform: scale(1.05);
}
.right a {
display: inline-block; /* Ensure the link wraps only the image */
text-decoration: none; /* Remove default underline for links */
cursor: pointer; /* Change pointer for better UX */
}
.features {
margin-top: 80px;
text-align: center;
padding: 0 20px;
}
.features .screenshots {
margin-top: 40px;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 30px;
}
.features .screenshots img {
width: 300px;
border-radius: 12px;
transition: transform 0.3s ease;
}
.features .screenshots img:hover {
transform: scale(1.05);
}
.illustration {
margin-top: 80px;
padding: 20px;
}
.illustration p {
line-height: 1.6;
font-size: 1.4rem;
font-style: italic;
color: #333;
line-height: 1.8;
}
.illustration p em {
/* color: #ff683c; */
font-style: italic;
font-weight: 400;
color: #e8502d;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.illustration h2,
.features h3 {
font-weight: 400;
font-family: 'Sriracha', sans-serif;
font-size: 2.4rem;
color: #343434;
background: linear-gradient(90deg, #ff683c, #f99169);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
letter-spacing: 1px;
margin-bottom: 20px;
text-align: center;
}
.illustration section {
display: flex;
flex-direction: row;
/* Default: horizontal layout */
align-items: center;
padding: 20px;
gap: 20;
margin: 0 auto;
max-width: 90%;
}
.illustration section:nth-child(odd) {
flex-direction: row-reverse;
gap: 20;
}
.illustration section>div {
flex: 1;
/* Equal width for both image and description */
text-align: center;
}
.illustration section img {
max-width: 70%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
}
@media (max-width: 800px) {
.cta {
flex-direction: column;
/* Stack items vertically */
justify-content: center;
/* Center-align for better visibility */
align-items: center;
/* Ensure center alignment */
}
.cta a {
width: auto;
/* Ensure button adapts to content */
text-align: center;
/* Center-align text */
}
}
/* Responsive Layout for Smaller Screens */
@media (max-width: 768px) {
.illustration section {
flex-direction: column !important;
/* Stacks the items vertically */
text-align: center;
/* Centers content for better alignment */
gap: 10;
}
.illustration section>div {
width: 100%;
/* Ensure full width for both divs */
}
.illustration section img {
width: 80%;
/* Reduce image size for smaller screens */
margin: 0 auto;
/* Center the image */
}
}
@media (max-width: 480px) {
.illustration section img {
width: 90%;
/* Further reduce image size on very small screens */
}
.illustration h2 {
font-size: 1.8rem;
/* Adjust heading size */
}
.illustration p {
font-size: 1.2rem;
/* Adjust paragraph font size */
}
}
.footer-section {
margin-top: 40px;
text-align: center;
padding: 20px;
}
.footer-section p {
margin: 0;
font-family: 'Cartograph CF', monospace;
font-size: 1rem;
color: #555;
}
.footer-section .legal-links {
margin-top: 10px;
display: flex;
justify-content: center;
gap: 20px;
}
.footer-section .legal-links a {
font-size: 0.9rem;
color: #3498db;
/* color: #333; */
text-decoration: none;
}
.footer-section .legal-links a:hover {
text-decoration: underline;
color: #111;
}
</style>
</head>
<body>
<div class="logo-section">
<a href="https://wa.me/message/I5GNAZWMU426A1" target="_blank">
<img src="./assets/flowbaba-logo.png" alt="Flowbaba Logo" loading="lazy">
</a>
<!-- <p>flow with it!</p> -->
</div>
<div class="container">
<div class="left">
<h2>Flowbaba Forecast 🌤️</h2>
<p>A reliable XC paragliding forecast, trusted daily by Jonathan Seagulls across the skies. Flowbaba
delivers accurate forecasts, smart insights, and practical tips to elevate your cross-country adventures
to new heights.</p>
<p>Imagine soaring with confidence while others scramble for last-minute updates. Flowbaba keeps you calm,
prepared, and ready to tackle the skies with ease, eliminating the anxiety of the unknown. Don't get
left behind—join the pilots who fly smarter, not harder. We are relentlessly improving, everyday!</p>
</div>
<div class="right">
<a href="https://wa.me/message/I5GNAZWMU426A1" target="_blank">
<img src="./assets/flowbaba-wa-qr-transparent.png" alt="WhatsApp QR Code for Flowbaba" loading="lazy">
</a>
<div class="cta">
<a href="https://wa.me/message/I5GNAZWMU426A1" target="_blank">Say 'Hi' for a forecast!</a>
</div>
</div>
</div>
<div class="features">
<div class="video-section" style="text-align: center; margin-bottom: 40px;">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/dtBi_YifeBg?si=n2QkhQmPeRWF57Ks"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
</iframe>
</div>
<h3>Detailed XC Forecast</h3>
<div class="screenshots">
<div>
<img src="./assets/xc-distance-speed-recommendation.jpg"
alt="Flowbaba Forecast XC distance and speed recommendations" loading="lazy">
<p class="caption">XC distance & speed recommendations</p>
</div>
<div>
<img src="./assets/forecast-prompt.jpg" alt="Flowbaba Forecast menu" loading="lazy">
<p class="caption">Flowbaba Forecast menu</p>
</div>
<div>
<img src="./assets/forecast-daily-summary.jpg"
alt="Flowbaba Forecast Daily Summary and Flying Conditions" loading="lazy">
<p class="caption">Daily Summary & Flying Conditions</p>
</div>
</div>
</div>
<div class="illustration">
<section id="xc-recommendations">
<div>
<img src="./assets/distance-speed.webp" alt="XC Distance and Speed Recommendations">
</div>
<div>
<h2>XC Distance & Speed Recommendations 🎯</h2>
<p>Why just fly when you can conquer distances? <strong> <em>From speed hacks to perfect takeoff times
and strategic flight paths, </em></strong>Flowbaba turns you into the XC ninja you were born
to be.</p>
</div>
</section>
<section id="daily-summary">
<div>
<img src="./assets/xc-glider-clouds-parting.webp" alt="Daily Summary">
</div>
<div>
<h2>Daily Summary 🪂</h2>
<p>Ready, set, soar! With the day's vibe summed up, you'll know if it's <em>"go big or go home"</em> or
<em>"snuggle with hot cocoa."</em> Flowbaba keeps it real, just like a wingman should.
</p>
</div>
</section>
<section id="flying-conditions">
<div>
<img src="./assets/flying-conditions.webp" alt="Flying Conditions">
</div>
<div>
<h2>Sunshine on your face! 🌤️</h2>
<p>Thermals beneath your wings, and <em>the perfect window of flying hours!</em> Flowbaba knows when the
skies are your best friend. Let's make others jealous of your glide!</p>
</div>
</section>
<section id="wind-analysis">
<div>
<img src="./assets/wind-analysis.webp" alt="Wind Analysis">
</div>
<div>
<h2>Feeling the breeze? 💨</h2>
<p>We've decoded wind speeds, directions, and those sneaky gusts. <em>It's like having a wind whisperer
tell you when to soar and when to hold your horses! </em></p>
</div>
</section>
<section id="weather-consistency">
<div>
<img src="./assets/weather-consistency.webp" alt="Weather Consistency">
</div>
<div>
<h2>Rain, shine, or thunderstorms? 🌦️</h2>
<p>Flowbaba's your weather guru. We dish out visibility vibes and thunderstorm probabilities to keep you
cruising and not dodging rainclouds!</p>
</div>
</section>
<section id="cloud-base-and-altitude">
<div>
<img src="./assets/cloudbase-altitude.webp" alt="Cloud Base and Altitude">
</div>
<div>
<h2>Cloud Base and Altitude Information ☁️</h2>
<p>From cloud cover gossip to boundary layer heights and thermal gradients, we've got your altimeter
covered. Fly like you own the sky! <em>Who needs a weather app when you have Flowbaba?</em></p>
</div>
</section>
<section id="thermal-strength">
<div>
<img src="./assets/thermal strength.webp" alt="Thermal Strength">
</div>
<div>
<h2>Thermal Strength 🔥</h2>
<p>Thermals so strong, they'll <em>lift your spirits, and your glider</em>. With CAPE values and updraft
velocities, Flowbaba's got the recipe for riding the currents like a boss.</p>
</div>
</section>
</div>
</div>
<div class="footer-section">
<p>© <span id="current-year"></span> Flowbaba. Riding thermals and chasing clouds.</p>
<div class="legal-links">
<a href="privacy-policy.html" target="_blank">Privacy Policy</a>
<a href="terms-of-service.html" target="_blank">Terms of Service</a>
</div>
</div>
<script>
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</body>
</html>