-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
460 lines (459 loc) · 18.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta
name="description"
content="Astral is the best way to manage your starred repositories on GitHub using tags, notes and a powerful search feature."
/>
<meta
name="keywords"
content="astral, stars, github, tags, app, organize"
/>
<title>Organize Your GitHub Stars With Ease | Astral</title>
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link
type="text/css"
rel="stylesheet"
href="//fast.fonts.net/cssapi/cfa0adb3-3446-433b-80dc-3b6bb0ac1519.css"
/>
<link rel="stylesheet" href="dist/main.css" />
</head>
<body class="font-sans">
<header class="header bg-blue-darkest bg-repeat w-screen flex flex-col">
<nav
class="nav container mx-auto flex flex-col items-center md:flex-row md:justify-between py-6 px-6"
>
<div class="logo mb-4 md:mb-0">
<img src="dist/images/logo.svg" alt="Astral" height="28" />
</div>
<nav class="main-nav flex leading-normal items-center">
<a
class="text-brand-lightest no-underline font-bold ml-4 mr-4 md:ml-8 md:mr-0 relative"
href="http://twitter.com/astralapp"
target="_blank"
rel="noopener"
>Twitter</a
>
<a
class="text-brand-lightest no-underline font-bold ml-4 mr-4 md:ml-8 md:mr-0 relative"
href="http://github.com/astralapp/astral"
target="_blank"
rel="noopener"
>GitHub</a
>
<a
class="text-brand-lightest no-underline font-bold ml-4 mr-4 md:ml-8 md:mr-0 relative"
href="mailto:[email protected]"
>Contact</a
>
<a
class="text-brand-lightest no-underline font-bold ml-4 mr-4 md:ml-8 md:mr-0 relative"
href="https://github.com/sponsors/syropian"
target="_blank"
rel="noopener"
>Become a Sponsor</a
>
<a
class="btn-sign-in text-xs text-blue-darkest bg-brand-lightest hover:bg-brand-lighter px-4 py-2 font-bold uppercase tracking-wide no-underline rounded transition-bg ml-8 hidden md:inline-block"
href="https://app.astralapp.com/auth"
target="_blank"
rel="noopener"
>Sign In</a
>
</nav>
</nav>
<div
class="flex container mx-auto mt-4 md:mt-0 flex-col-reverse md:flex-row md:flex-1 items-center px-6"
>
<div class="w-full md:w-1/2 md:-mt-8 mb-8 md:mb-0">
<h2
class="text-white font-bold text-3xl mb-4 text-center md:text-left md:text-4xl"
>
Organize Your
<br />
GitHub Stars With Ease
</h2>
<p
class="text-brand-lightest font-medium leading-normal md:max-w-sm text-center md:text-left"
>
Astral is the best way to manage your starred repositories on GitHub
using tags, filters, notes and a powerful search feature.
</p>
<a
href="https://app.astralapp.com"
class="text-white bg-brand hover:bg-brand-light px-4 py-4 font-bold uppercase tracking-wide no-underline mt-6 rounded transition-bg hidden md:inline-block"
>Sign Up Free</a
>
</div>
<div class="px-8 mb-8 md:mb-0 md:px-0 md:w-1/2 md:-mt-8">
<img
src="dist/images/astroboye.svg"
alt="Astroboye"
class="astroboye"
/>
</div>
</div>
</header>
<section class="about bg-grey-lightest w-screen pt-8 overflow-hidden">
<div class="container mx-auto px-6 flex flex-col md:flex-row">
<div class="w-full md:w-1/2 flex flex-col justify-center mb-8 md:mb-0">
<h3 class="text-2xl md:text-3xl text-blue-darkest mb-4">
Your GitHub Stars. Organized.
</h3>
<p class="text-grey-darker max-w-xs leading-normal">
Astral pulls down all of your starred repositories from GitHub, and
allows you to organize them using a simple & intuitive tagging
system.
</p>
</div>
<div class="w-full md:w-1/2 flex flex-col items-end">
<img
src="dist/images/screenshot.png"
alt="Screenshot of Astral"
width="520"
/>
</div>
</div>
</section>
<section class="features bg-brand w-screen pt-16 pb-8">
<div class="container mx-auto text-shadow">
<h3 class="text-2xl md:text-3xl text-white mb-8 px-6">Features</h3>
<div class="flex flex-wrap pt-8">
<div class="w-full lg:w-1/2 feature flex mb-8 px-6">
<img
src="dist/images/features/tags.svg"
alt="Tags"
class="text-white stroke-current mr-6"
height="52"
/>
<div class="max-w-xs leading-normal">
<h4 class="text-xl text-white font-bold mb-2">
Simple tagging system
</h4>
<p class="text-brand-lightest">
Tags are the bread and butter of Astral. Simply add one or more
tags to a repository, and keep them organized however you like.
</p>
</div>
</div>
<div class="w-full lg:w-1/2 feature flex mb-8 px-6">
<img
src="dist/images/features/filters.svg"
alt="Tags"
class="text-white stroke-current mr-6"
height="52"
/>
<div class="max-w-xs leading-normal">
<h4 class="text-xl text-white font-bold mb-2">
Rule-based filters
</h4>
<p class="text-brand-lightest">
Create custom predicates based on multiple rules for complex
filtering capabilities.
</p>
</div>
</div>
<div class="w-full lg:w-1/2 feature flex mb-8 px-6">
<img
src="dist/images/features/search.svg"
alt="Tags"
class="text-white stroke-current mr-6"
height="52"
/>
<div class="max-w-xs leading-normal">
<h4 class="text-xl text-white font-bold mb-2">
Lightning-fast search
</h4>
<p class="text-brand-lightest">
Astral offers a simple but powerful search interface to quickly
find the repository you're looking for.
</p>
</div>
</div>
<div class="w-full lg:w-1/2 feature flex mb-8 px-6">
<img
src="dist/images/features/readme.svg"
alt="Tags"
class="text-white stroke-current mr-6"
height="52"
/>
<div class="max-w-xs leading-normal">
<h4 class="text-xl text-white font-bold mb-2">
Readmes at a glance
</h4>
<p class="text-brand-lightest">
View readmes right inside the app to quickly access repository
documentation.
</p>
</div>
</div>
<div class="w-full lg:w-1/2 feature flex mb-8 px-6">
<img
src="dist/images/features/notes.svg"
alt="Tags"
class="text-white stroke-current mr-6"
height="52"
/>
<div class="max-w-xs leading-normal">
<h4 class="text-xl text-white font-bold mb-2">Jot down notes</h4>
<p class="text-brand-lightest">
Have any additional or missing details you want to add to a
repository? Notes lets you jot down any extra information you
need.
</p>
</div>
</div>
<div class="w-full lg:w-1/2 feature flex mb-8 px-6">
<img
src="dist/images/features/open-source.svg"
alt="Tags"
class="text-white stroke-current mr-6"
height="52"
/>
<div class="max-w-xs leading-normal">
<h4 class="text-xl text-white font-bold mb-2">
Free & open source
</h4>
<p class="text-brand-lightest">
Astral is and always will be free to use. It's my way of giving
back to the open source community. Interested in contributing to
Astral? Want to run an instance on your own server? The entire
project is hosted on
<a
href="https://github.com/astralapp/astral"
class="no-underline text-white font-medium hover:underline"
>GitHub</a
>.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="testimonials bg-blue-darkest w-screen pt-16 pb-8">
<div class="container mx-auto">
<h3
class="text-2xl md:text-3xl text-grey-lighter mb-8 px-6 text-shadow"
>
Kind Words From Our Users
<span class="text-red">♥</span>
</h3>
<div class="flex flex-wrap pt-8">
<div class="w-full sm:w-1/2 lg:w-1/4 flex mb-8 px-6">
<div
class="flex flex-col bg-white shadow-md pt-4 rounded overflow-hidden"
>
<p class="text-grey-dark text-sm mb-4 italic px-4">
"Just started using @astralapp to organize my starred repos on
@github. I feel so in control of my life now."
</p>
<img
src="dist/images/testimonials/nicholdav.jpg"
alt="David Nicholson"
class="rounded-full w-16 h-16 mx-auto relative -mb-8"
/>
<div class="bg-brand px-4 pb-4 pt-12 text-center flex-1">
<h5 class="text-white mb-2">David Nicholson</h5>
<p class="text-brand-lightest text-xs">@nicholdav</p>
</div>
</div>
</div>
<div class="w-full sm:w-1/2 lg:w-1/4 flex mb-8 px-6">
<div
class="flex flex-col bg-white shadow-md pt-4 rounded overflow-hidden"
>
<p class="text-grey-dark text-sm mb-4 italic px-4">
"Astral is the app to organize my GitHub stars that I've been
waiting for."
</p>
<img
src="dist/images/testimonials/nerdonica.jpg"
alt="Veronica Ray"
class="rounded-full w-16 h-16 mx-auto relative -mb-8"
/>
<div class="bg-brand px-4 pb-4 pt-12 text-center flex-1">
<h5 class="text-white mb-2">Veronica Ray</h5>
<p class="text-brand-lightest text-xs">@nerdonica</p>
</div>
</div>
</div>
<div class="w-full sm:w-1/2 lg:w-1/4 flex mb-8 px-6">
<div
class="flex flex-col bg-white shadow-md pt-4 rounded overflow-hidden"
>
<p class="text-grey-dark text-sm mb-4 italic px-4">
"@astralapp lets you organize starred GitHub repos. Love this
kind of app: Simple concept, awesome value."
</p>
<img
src="dist/images/testimonials/galvao.jpg"
alt="Er Galvao Abbott"
class="rounded-full w-16 h-16 mx-auto relative -mb-8"
/>
<div class="bg-brand px-4 pb-4 pt-12 text-center flex-1">
<h5 class="text-white mb-2">Er Galvao Abbott</h5>
<p class="text-brand-lightest text-xs">@galvao</p>
</div>
</div>
</div>
<div class="w-full sm:w-1/2 lg:w-1/4 flex mb-8 px-6">
<div
class="flex flex-col bg-white shadow-md pt-4 rounded overflow-hidden"
>
<p class="text-grey-dark text-sm mb-4 italic px-4">
"Yeeees, just organized and tagged a ton of my GitHub stars with
@astralapp. So satisfying."
</p>
<img
src="dist/images/testimonials/whygaard.jpg"
alt="whyGaard"
class="rounded-full w-16 h-16 mx-auto relative -mb-8"
/>
<div class="bg-brand px-4 pb-4 pt-12 text-center flex-1">
<h5 class="text-white mb-2">whyGaard</h5>
<p class="text-brand-lightest text-xs">@whygaard</p>
</div>
</div>
</div>
<div class="w-full sm:w-1/2 lg:w-1/4 flex mb-8 px-6">
<div
class="flex flex-col bg-white shadow-md pt-4 rounded overflow-hidden"
>
<p class="text-grey-dark text-sm mb-4 italic px-4">
"Thanks to @astralapp I now have an addiction to organizing my
stars on GitHub...not complaining though. This app is awesome!"
</p>
<img
src="dist/images/testimonials/junocodes.jpg"
alt="Justin Juno"
class="rounded-full w-16 h-16 mx-auto relative -mb-8"
/>
<div class="bg-brand px-4 pb-4 pt-12 text-center flex-1">
<h5 class="text-white mb-2">Justin Juno</h5>
<p class="text-brand-lightest text-xs">@justinjunodev</p>
</div>
</div>
</div>
<div class="w-full sm:w-1/2 lg:w-1/4 flex mb-8 px-6">
<div
class="flex flex-col bg-white shadow-md pt-4 rounded overflow-hidden"
>
<p class="text-grey-dark text-sm mb-4 italic px-4">
"Oh man am I loving @astralapp - transforming the cacophony of
my GitHub stars into meaningful order!"
</p>
<img
src="dist/images/testimonials/kidwellj.jpg"
alt="Jeremy Kidwell"
class="rounded-full w-16 h-16 mx-auto relative -mb-8"
/>
<div class="bg-brand px-4 pb-4 pt-12 text-center flex-1">
<h5 class="text-white mb-2">Jeremy Kidwell</h5>
<p class="text-brand-lightest text-xs">@kidwellj</p>
</div>
</div>
</div>
<div class="w-full sm:w-1/2 lg:w-1/4 flex mb-8 px-6">
<div
class="flex flex-col bg-white shadow-md pt-4 rounded overflow-hidden"
>
<p class="text-grey-dark text-sm mb-4 italic px-4">
"Astral (@astralapp) is an underrated tool that I love. Like
Pinboard for code."
</p>
<img
src="dist/images/testimonials/irace.jpg"
alt="Bryan Irace"
class="rounded-full w-16 h-16 mx-auto relative -mb-8"
/>
<div class="bg-brand px-4 pb-4 pt-12 text-center flex-1">
<h5 class="text-white mb-2">Bryan Irace</h5>
<p class="text-brand-lightest text-xs">@irace</p>
</div>
</div>
</div>
<div class="w-full sm:w-1/2 lg:w-1/4 flex mb-8 px-6">
<div
class="flex flex-col bg-white shadow-md pt-4 rounded overflow-hidden"
>
<p class="text-grey-dark text-sm mb-4 italic px-4">
"If you’re as star-happy as I am on GitHub, @astralapp is
invaluable for organizing them. So nice..."
</p>
<img
src="dist/images/testimonials/enygma.jpg"
alt="Chris Cornutt"
class="rounded-full w-16 h-16 mx-auto relative -mb-8"
/>
<div class="bg-brand px-4 pb-4 pt-12 text-center flex-1">
<h5 class="text-white mb-2">Chris Cornutt</h5>
<p class="text-brand-lightest text-xs">@enygma</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="cta bg-grey-lightest w-screen py-16 hidden md:block">
<div class="container mx-auto px-6 flex flex-col items-center">
<h3 class="text-center text-3xl text-blue-darkest mb-2">
Ready to wrangle those stars?
</h3>
<a
href="https://app.astralapp.com"
class="inline-block text-white bg-brand hover:bg-brand-light px-4 py-4 font-bold uppercase tracking-wide no-underline mt-4 rounded transition-bg"
>Sign Up Free</a
>
</div>
</section>
<section class="footer bg-brand w-screen p-8">
<div
class="container mx-auto px-6 flex flex-col items-center md:flex-row md:justify-between text-sm text-center md:text-left"
>
<p class="text-white leading-normal mb-4 md:mb-0">
© 2024 Astral. A project by
<a
href="https://syropia.net"
target="_blank"
rel="noopener"
class="text-white underline hover:no-underline"
>Syropia</a
>.
</p>
<nav class="flex leading-normal">
<a
class="text-white underline hover:no-underline font-bold ml-2 mr-2 md:ml-4 mr-0"
href="http://twitter.com/astralapp"
target="_blank"
rel="noopener"
>Twitter</a
>
<a
class="text-white underline hover:no-underline font-bold ml-2 mr-2 md:ml-4 mr-0"
href="http://github.com/astralapp/astral"
target="_blank"
rel="noopener"
>GitHub</a
>
<a
class="text-white underline hover:no-underline font-bold ml-2 mr-2 md:ml-4 mr-0"
href="mailto:[email protected]"
>Contact</a
>
<a
class="text-white underline hover:no-underline font-bold ml-2 mr-2 md:ml-4 mr-0"
href="https://github.com/sponsors/syropian"
target="_blank"
rel="noopener"
>Become a Sponsor</a
>
</nav>
</div>
</section>
</body>
</html>