-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
355 lines (340 loc) · 16.4 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
<!DOCTYPE html>
<!-- saved from url=(0014)about:internet -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width">
<title>Gusty Weather</title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net/">
<link href="./index_files/css" rel="stylesheet">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- SEO -->
<meta name="description" content="Your personal weather dashboard.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://andrewpmoore.github.io/gusty/">
<meta property="og:title" content="Gusty Weather">
<meta property="og:description" content="Your personal weather dashboard.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@gusty_app">
<meta name="twitter:creator" content="@andrewpmoore">
<meta name="twitter:url" content="https://andrewpmoore.github.io/gusty/">
<meta name="twitter:title" content="Gusty Weather">
<meta name="twitter:description" content="Your personal weather dashboard.">
<meta name="twitter:image" content="https://andrewpmoore.github.io/gusty/index_files/cover.png">
<link rel="stylesheet" href="./index_files/style.css">
<style>
.iframe-container {
display: flex;
justify-content: center;
margin-top: 40px;
}
</style>
<script type="module" src="./index_files/page.721c8a4f.js.download"></script>
</head>
<body class="bg-scaffold text-white h-screen flex flex-col px-10 pb-10 mx-auto md:px-30 lg:px-40 xl:px-60">
<div class="sticky flex flex-row justify-between mt-6 xl:items-center">
<a href="https://andrewpmoore.github.io/gusty/" class="flex items-center">
<span>
<img class="w-14 h-14 shadow-xl aspect-auto rounded-lg" src="./index_files/logo.png"
alt="Gusty Weather Logo">
</span>
<div class="ml-2">
<h3 class="text-3xl font-bold leading-tight">
Gusty<span class="text-purple-400"> Weather</span>
</h3>
</div>
</a>
<div class="flex items-center mt-2 text-sm text-gray-200 xl:mt-0">
<a class="ml-5 hover:text-white" href="https://twitter.com/gusty_app" aria-label="View our twitter/X feed"
target="_blank">
<svg class="w-6 h-6" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z">
</path>
</svg>
</a>
<a class="ml-5 hover:text-white" href="mailto:[email protected]" aria-label="Contact us">
<svg class="w-6 h-6" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
</a>
</div>
</div>
<main class="flex-1 flex flex-col">
<section class="flex flex-col mt-14 xl:mt-24">
<h1 class="w-full text-5xl font-extrabold md:w-3/4">
<span> The coolest app for your <span
class="text-transparent bg-clip-text bg-gradient-to-r from-purple-500 to-purple-400">personal
weather station</span>
</span>
</h1>
<p class="w-full mt-6 text-xl text-gray-400 xl:w-3/4">
<span>The ultimate weather dashboard, tailor-make to display <span
class="font-bold text-transparent bg-clip-text bg-gradient-to-r from-purple-500 to-purple-500">your</span>
weather needs.</span>
</p>
<p> </p>
<p> </p>
<div class="flex items-center mt-6 scale">
<div class="relative" x-data="">
<a target="_blank" href="https://apps.apple.com/us/app/gusty-weather-dashboard/id6469051954">
<img alt="Go to Apple's App store" class="h-16 border border-gray-300 rounded-lg"
src="./index_files/download_apple.svg">
</a>
</div>
<div class="relative ml-4" x-data="">
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.reactle.gusty">
<img alt="Go to Google's play store'" class="h-16 border border-gray-300 rounded-lg"
alt="Get it on Google Play" src="./index_files/download_google.svg">
</a>
</div>
<div class="relative ml-4" x-data="">
<a target="_blank" onclick="alert('Coming soon')" href="#">
<img alt="Go to Microsoft's store" class="h-16 border border-gray-300 rounded-lg"
alt="Get it on the Microsoft store" src="./index_files/download_microsoft.svg">
</a>
</div>
</div>
</section>
<section class="mt-8">
<img class="rounded full" src="./index_files/banner.jpg" alt="Gusty weather overview screenshots">
</section>
<div class="my-6 flex flex-col items-center justify-center">
<!-- <div class="mt-2 font-semibold">
Loved by <span class="text-blue-500">20,000+</span> users and <span class="text-blue-500">1000+</span>
customers
</div> -->
</div>
<section class="">
<div class="grid grid-cols-1 sm:grid-cols-2 gap-x-4 gap-y-4">
<!-- Row 1 Col 1 -->
<div class="flex flex-col bg-surface px-4 py-6 rounded-lg">
<div class="flex justify-between">
<div class="font-semibold text-xl">Beautiful</div>
<div class="flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
</div>
</div>
<div class="mt-4 flex-1">
As a weather station enthusiast, Gusty is my go-to app. It allows me to monitor my station's
data with
ease and precision.
</div>
<div class="flex justify-end items-end mt-2 text-sm text-gray-400">
<div>Paul Rowbottom</div>
</div>
</div>
<!-- Row 1 Col 2 -->
<div class="flex flex-col bg-surface px-4 py-6 rounded-lg">
<div class="flex justify-between">
<div class="font-semibold text-xl">Great app</div>
<div class="flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
</div>
</div>
<div class="mt-4 flex-1">
Cool app, compliments my personal weather station perfectly. It's a powerful tool that gives me
full access to my station's data..
</div>
<div class="flex items-end justify-end mt-2 text-sm text-gray-400">
<div>Tyler Averill</div>
</div>
</div>
<!-- Row 2 Col 1 -->
<div class="flex flex-col bg-surface px-4 py-6 rounded-lg">
<div class="flex justify-between">
<div class="font-semibold text-xl">Just what I was looking for</div>
<div class="flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
</div>
</div>
<div class="mt-4 flex-1">
My new WeatherSleuth station only came with a basic web interface with which I was really
disappointed, found this app and couldn't be happier.
</div>
<div class="flex items-end justify-end mt-2 text-sm text-gray-400">
<div>Daniel Wade</div>
</div>
</div>
<!-- Row 2 Col 2 -->
<div class="flex flex-col bg-surface px-4 py-6 rounded-lg">
<div class="flex justify-between">
<div class="font-semibold text-xl">Nice little app</div>
<div class="flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="#e9b328" stroke="#e9b328" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-star text-purple-500">
<polygon
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2">
</polygon>
</svg>
</div>
</div>
<div class="mt-4 flex-1">
Provides valuable insights into my personal weather station's data.
</div>
<div class="flex items-end justify-end mt-2 text-sm text-gray-400">
<div>William Reed</div>
</div>
</div>
</div>
<div class="iframe-container">
<iframe width="840" height="472" src="https://www.youtube.com/embed/qczoH4IRunI?autoplay=1&mute=1&controls=1&loop=1">
</iframe>
</div>
</section>
</main>
<div class="mt-5 py-5 flex flex-col sm:flex-row justify-center items-center text-xs text-gray-300 xl:items-center">
<div>© Andrew Moore 2023</div>
<div class="ml-8 mt-4 sm:mt-0">
<a download="" href="https://andrewpmoore.github.io/gusty/presskit.zip"
class="text-gray-300 underline dark:hover:text-gray-100">Press Kit</a>
<a href="https://andrewpmoore.github.io/gusty/privacy.html"
class="ml-8 text-gray-300 underline dark:hover:text-gray-100">Privacy</a>
<a href="https://andrewpmoore.github.io/gusty/terms.html"
class="ml-8 text-gray-300 underline dark:hover:text-gray-100">Terms</a>
</div>
</div>
</body>
</html>