-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
220 lines (204 loc) · 11.2 KB
/
Copy pathindex.html
File metadata and controls
220 lines (204 loc) · 11.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<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">
<!-- Primary Meta Tags -->
<title>SunQuest - Sun-Powered Navigation & Alignment Reminders</title>
<meta name="title" content="SunQuest - Sun-Powered Navigation & Alignment Reminders">
<meta name="description" content="SunQuest calculates the exact moment the sun aligns with any target direction you choose, then reminds you with notifications and live home-screen widgets. No compass or magnetometer required.">
<meta name="keywords" content="sun navigation, sun alignment app, solar compass, shadow navigation, natural navigation, direction finder, sun position app, home screen widget">
<meta name="author" content="Code Hospital">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://sunquest.codehospital.com">
<meta property="og:title" content="SunQuest - Sun-Powered Navigation & Alignment Reminders">
<meta property="og:description" content="SunQuest calculates the exact moment the sun aligns with any target direction you choose, then reminds you with notifications and live home-screen widgets.">
<meta property="og:image" content="https://sunquest.codehospital.com/assets/Screenshot_20250225_183116.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://sunquest.codehospital.com">
<meta property="twitter:title" content="SunQuest - Sun-Powered Navigation & Alignment Reminders">
<meta property="twitter:description" content="SunQuest calculates the exact moment the sun aligns with any target direction you choose, then reminds you with notifications and live home-screen widgets.">
<meta property="twitter:image" content="https://sunquest.codehospital.com/assets/Screenshot_20250225_183116.png">
<!-- Favicon -->
<link rel="canonical" href="https://sunquest.codehospital.com">
<link rel="alternate" hreflang="x-default" href="https://sunquest.codehospital.com">
<link rel="alternate" hreflang="en" href="https://sunquest.codehospital.com">
<!-- Mobile App Meta -->
<meta name="google-play-app" content="app-id=com.codehospital.tarzaha">
<meta name="application-name" content="SunQuest">
<meta name="apple-mobile-web-app-title" content="SunQuest">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/webp" href="assets/logo.webp">
<link rel="apple-touch-icon" href="assets/logo.webp">
<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">
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="assets/logo.webp" alt="SunQuest Logo" class="logo-img">
<span>SunQuest</span>
</div>
<button class="menu-toggle" aria-label="Toggle navigation menu">☀️</button>
<div class="nav-links">
<a href="#features">Features</a>
<a href="#how-it-works">How It Works</a>
<a href="#download">Download</a>
<a href="#contact">Contact</a>
<a href="privacy.html">Privacy</a>
<a href="terms.html">Terms</a>
</div>
<script>
document.querySelector('.menu-toggle').addEventListener('click', function() {
document.querySelector('.nav-links').classList.toggle('show');
});
// Close menu when clicking outside
document.addEventListener('click', function(e) {
if (!e.target.closest('nav')) {
document.querySelector('.nav-links').classList.remove('show');
}
});
// Add active class to current section
const sections = document.querySelectorAll('section[id]');
window.addEventListener('scroll', () => {
let current = '';
sections.forEach(section => {
const sectionTop = section.offsetTop;
if (pageYOffset >= sectionTop - 60) {
current = section.getAttribute('id');
}
});
document.querySelectorAll('.nav-links a').forEach(link => {
link.classList.remove('active');
if (link.getAttribute('href').includes(current)) {
link.classList.add('active');
}
});
});
</script>
</nav>
</header>
<main>
<section class="hero">
<div class="hero-content">
<h1>Know Exactly When To Face The Sun</h1>
<p>SunQuest calculates the precise moment each day when the sun aligns with any target location you choose — a destination, a landmark, a loved one's city — then reminds you with notifications and a live home-screen countdown. No compass, no magnetometer, no continuous GPS tracking.</p>
<div class="cta-buttons">
<a href="#download" class="button primary">Download Now</a>
<a href="#features" class="button secondary">Learn More</a>
</div>
</div>
<div class="hero-image">
<img src="assets/Screenshot_20250225_183116.png" alt="SunQuest app screenshot showing current location, target location, and a live countdown to sun alignment" class="phone-mockup">
</div>
</section>
<section id="features" class="features">
<h2>Key Features</h2>
<div class="feature-grid">
<div class="feature-card">
<div class="feature-icon">🧭</div>
<h3>Sun-Alignment Calculator</h3>
<p>Finds the exact date and time the sun's position matches the bearing to your target — an ancient shadow-based navigation method, done automatically.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔔</div>
<h3>Smart Reminders</h3>
<p>Get notified 60, 30, 10, 5, and 1 minute before alignment, plus a final alert right when it happens.</p>
</div>
<div class="feature-card">
<div class="feature-icon">📲</div>
<h3>Home Screen Widgets</h3>
<p>Keep a live countdown to the next alignment right on your home screen — no need to open the app.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🌍</div>
<h3>Any Target, Anywhere</h3>
<p>Set any target location on Earth — a destination, a landmark, or someone you care about — and know exactly when the sun points the way.</p>
</div>
</div>
</section>
<section id="how-it-works" class="features">
<h2>How It Works</h2>
<div class="feature-grid">
<div class="feature-card">
<div class="feature-icon">📍</div>
<h3>1. Set Your Location</h3>
<p>Use GPS to fill it in automatically, or enter your coordinates manually.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🎯</div>
<h3>2. Choose a Target</h3>
<p>Set any target location you like — SunQuest works between any two points on Earth.</p>
</div>
<div class="feature-card">
<div class="feature-icon">☀️</div>
<h3>3. Get Notified</h3>
<p>SunQuest reminds you before the sun aligns, so you can step outside and check.</p>
</div>
</div>
</section>
<section id="screenshots" class="screenshots">
<h2>See SunQuest in Action</h2>
<div class="screenshot-grid">
<div class="screenshot-item">
<img src="assets/Screenshot_20250225_183116.png" alt="Home screen showing current location, target location, and a live countdown to the next sun alignment" class="screenshot">
<p>Live Countdown To Alignment</p>
</div>
<div class="screenshot-item">
<img src="assets/Screenshot_20250407_154150.png" alt="Home screen widget showing the next sun alignment time and a live countdown" class="screenshot">
<p>Countdown On Your Home Screen</p>
</div>
<div class="screenshot-item">
<img src="assets/Screenshot_20250225_183300.png" alt="Setting a custom target location" class="screenshot">
<p>Set Any Custom Target</p>
</div>
</div>
</section>
<section id="download" class="download">
<h2>Get SunQuest Today</h2>
<p>Available for Android devices</p>
<div class="download-buttons">
<a 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">
</a>
</div>
</section>
<section id="contact" class="contact">
<h2>Get in Touch</h2>
<p>Have questions or feedback? We'd love to hear from you!</p>
<a href="mailto:[email protected]" class="button primary">Contact Us</a>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section">
<h4>SunQuest</h4>
<p>© 2025–2026 Code Hospital. All rights reserved.</p>
</div>
<div class="footer-section">
<h4>Links</h4>
<a href="#features">Features</a>
<a href="#how-it-works">How It Works</a>
<a href="#download">Download</a>
<a href="#contact">Contact</a>
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms of Service</a>
</div>
</div>
</footer>
</body>
</html>