-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (147 loc) · 8.9 KB
/
Copy pathindex.html
File metadata and controls
156 lines (147 loc) · 8.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SunQuest — Know Exactly When To Face The Sun</title>
<meta name="description" content="SunQuest calculates the exact moment the sun aligns with any target direction you choose, then reminds you before it happens. On Android, iPhone and iPad, and Chrome.">
<meta name="author" content="Code Hospital">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://sunquest.codehospital.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="SunQuest">
<meta property="og:url" content="https://sunquest.codehospital.com">
<meta property="og:title" content="SunQuest — Know Exactly When To Face The Sun">
<meta property="og:description" content="SunQuest calculates the exact moment the sun aligns with any target direction you choose, then reminds you before it happens. On Android, iPhone and iPad, and Chrome.">
<meta property="og:image" content="https://sunquest.codehospital.com/assets/Screenshot_20250225_183116.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="SunQuest — Know Exactly When To Face The Sun">
<meta property="twitter:description" content="SunQuest calculates the exact moment the sun aligns with any target direction you choose, then reminds you before it happens. On Android, iPhone and iPad, and Chrome.">
<meta property="twitter:image" content="https://sunquest.codehospital.com/assets/Screenshot_20250225_183116.png">
<link rel="shortcut icon" href="assets/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<meta name="application-name" content="SunQuest">
<meta name="apple-mobile-web-app-title" content="SunQuest">
<meta name="google-play-app" content="app-id=com.codehospital.tarzaha">
<meta name="apple-itunes-app" content="app-id=6813109002">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="site.js" defer></script>
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header>
<nav aria-label="Main">
<div class="logo">
<a href="index.html">
<img src="assets/logo.webp" alt="" class="logo-img" width="38" height="38">
<span>SunQuest</span>
</a>
</div>
<button class="menu-toggle" type="button" aria-label="Open navigation menu" aria-expanded="false" aria-controls="site-nav">
<svg class="icon-menu" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<path d="M4 7h16M4 12h16M4 17h16"/>
</svg>
<svg class="icon-close" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<path d="M6 6l12 12M18 6L6 18"/>
</svg>
</button>
<div class="nav-links" id="site-nav">
<a href="features.html">Features</a>
<a href="how-it-works.html">How It Works</a>
<a href="screenshots.html">Screenshots</a>
<a href="download.html">Download</a>
<a href="contact.html">Contact</a>
</div>
</nav>
</header>
<main id="main">
<section class="hero">
<div class="hero-content">
<h1>Know Exactly When To Face The Sun</h1>
<p>SunQuest works out the precise moment the sun lines up with any place on Earth you choose — a destination, a landmark, a loved one's city — and reminds you before it happens.</p>
<div class="cta-buttons">
<a href="download.html" class="button primary">Get the app</a>
<a href="how-it-works.html" class="button secondary">How it works</a>
</div>
<p class="hero-platforms">On Android, iPhone and iPad, and as a Chrome extension</p>
</div>
<div class="hero-image">
<img src="assets/Screenshot_20250225_183116.png" alt="SunQuest showing a current location, a target location, and a live countdown to the next sun alignment" width="1080" height="2400">
</div>
</section>
<section class="section">
<h2 class="section-title">Where to next</h2>
<div class="tile-grid">
<a class="tile" href="features.html">
<span class="tile-icon" aria-hidden="true">🧭</span>
<span class="tile-title">Features</span>
<span class="tile-text">Alignment search, reminders you control, and widgets that keep the countdown in view.</span>
</a>
<a class="tile" href="how-it-works.html">
<span class="tile-icon" aria-hidden="true">☀️</span>
<span class="tile-title">How It Works</span>
<span class="tile-text">Three steps, and the old shadow-navigation idea the app automates.</span>
</a>
<a class="tile" href="screenshots.html">
<span class="tile-icon" aria-hidden="true">📱</span>
<span class="tile-title">Screenshots</span>
<span class="tile-text">See the countdown, the widget, and how you set a target.</span>
</a>
<a class="tile" href="download.html">
<span class="tile-icon" aria-hidden="true">⬇️</span>
<span class="tile-title">Download</span>
<span class="tile-text">Google Play, the App Store, and the Chrome Web Store.</span>
</a>
</div>
</section>
<section class="download">
<h2>Get SunQuest today</h2>
<p>Free on Android, iPhone and iPad, and Chrome. On the App Store it is listed as <strong>A Solar Compass</strong>.</p>
<div class="download-buttons">
<a target="_blank" rel="noopener noreferrer" href="https://play.google.com/store/apps/details?id=com.codehospital.tarzaha" class="store-button">
<img src="assets/google-play-badge.png" alt="Get it on Google Play" width="646" height="250">
</a>
<a target="_blank" rel="noopener noreferrer" href="https://apps.apple.com/us/app/a-solar-compass/id6813109002" class="store-button store-button-svg">
<img src="assets/app-store-badge.svg" alt="Download on the App Store" width="120" height="40">
</a>
<a target="_blank" rel="noopener noreferrer" href="https://chromewebstore.google.com/detail/sunquest/fjafeinjoideacgbpfdfnabfopddpibj" class="store-button store-button-svg">
<img src="assets/chrome-web-store-badge.svg" alt="Available in the Chrome Web Store" width="172" height="40">
</a>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section">
<h4>SunQuest</h4>
<p>Sun-powered navigation for Android, iPhone and iPad, and Chrome.</p>
<p class="footer-legal">© 2025–2026 Code Hospital. All rights reserved.</p>
</div>
<div class="footer-section">
<h4>Explore</h4>
<a href="features.html">Features</a>
<a href="how-it-works.html">How It Works</a>
<a href="screenshots.html">Screenshots</a>
<a href="contact.html">Contact</a>
</div>
<div class="footer-section">
<h4>Get the app</h4>
<a target="_blank" rel="noopener noreferrer" href="https://play.google.com/store/apps/details?id=com.codehospital.tarzaha">Google Play</a>
<a target="_blank" rel="noopener noreferrer" href="https://apps.apple.com/us/app/a-solar-compass/id6813109002">App Store</a>
<a target="_blank" rel="noopener noreferrer" href="https://chromewebstore.google.com/detail/sunquest/fjafeinjoideacgbpfdfnabfopddpibj">Chrome Web Store</a>
</div>
<div class="footer-section">
<h4>Legal</h4>
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms of Service</a>
</div>
</div>
</footer>
</body>
</html>