-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
286 lines (268 loc) · 14.4 KB
/
Copy pathindex.html
File metadata and controls
286 lines (268 loc) · 14.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Guardian AI - Your AI-Powered Personal Safety Companion</title>
<link rel="stylesheet" href="styles.css">
<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@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<a href="index.html" class="logo">
<div class="logo-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
</svg>
</div>
<span class="logo-text">Guardian<span class="logo-highlight">AI</span></span>
</a>
<button class="mobile-menu-btn" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
<ul class="nav-links">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="developers.html">Developers</a></li>
<li><a href="about.html">About</a></li>
</ul>
<a href="download.html" class="nav-cta">Download APK</a>
</div>
</nav>
<!-- Award Banner -->
<div class="award-banner">
<span class="award-icon">🏆</span>
<span class="award-text">Finalist in VibeState'25</span>
</div>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1 class="hero-title">
Your AI-Powered <span class="text-pink">Personal</span><br>
<span class="text-teal">Safety</span> Companion
</h1>
<p class="hero-description">
Guardian AI uses on-device artificial intelligence to detect emergencies,
assess threat levels, and connect you with help — all while keeping your
data private.
</p>
<div class="hero-buttons">
<a href="download.html" class="btn btn-primary">
Download APK
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
<a href="developers.html" class="btn btn-secondary">Meet the Team</a>
</div>
</div>
<!-- Phone Mockup -->
<div class="hero-mockup">
<div class="phone-frame">
<div class="phone-screen">
<div class="app-demo">
<div class="floating-badge badge-voice">
<span class="badge-icon">☁️</span>
<span>No Cloud Sharing</span>
</div>
<div class="floating-badge badge-location">
<span class="badge-icon">⚡</span>
<span>Fast Response</span>
</div>
<div class="floating-badge badge-privacy">
<span class="badge-icon">🔒</span>
<span>Privacy First</span>
</div>
<div class="app-icon-large">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
</svg>
</div>
<h3>Guardian AI</h3>
<p>Tap to activate SOS</p>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="features" id="features">
<div class="container">
<div class="section-header">
<h2>Features Designed for Your <span class="text-teal">Safety</span></h2>
<p>Guardian AI combines cutting-edge technology with thoughtful design to keep you protected in any situation.</p>
</div>
<div class="features-grid">
<div class="feature-card" data-aos="fade-up">
<div class="feature-icon icon-teal">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
</svg>
</div>
<h3>One-Tap SOS</h3>
<p>Instantly alert your emergency contacts with a single tap. Quick, reliable, and always ready.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="100">
<div class="feature-icon icon-pink">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v0"/>
<path d="M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v6"/>
<path d="M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8"/>
<path d="M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15"/>
</svg>
</div>
<h3>Gesture Control</h3>
<p>Easily access through Gestures like volume buttons or shake your phone to trigger an alert.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="200">
<div class="feature-icon icon-pink">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/>
<circle cx="12" cy="10" r="3"/>
</svg>
</div>
<h3>Location Sharing</h3>
<p>Real-time GPS location is shared with your emergency contacts so help can find you fast.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="300">
<div class="feature-icon icon-teal">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10"/>
<path d="M12 16v-4"/>
<path d="M12 8h.01"/>
<path d="M8 12h.01"/>
<path d="M16 12h.01"/>
<circle cx="12" cy="12" r="3"/>
</svg>
</div>
<h3>AI Threat Assessment</h3>
<p>On-device AI evaluates the threat level and responds accordingly, from silent alerts to full emergency mode.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="400">
<div class="feature-icon icon-teal">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="1" y1="1" x2="23" y2="23"/>
<path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55"/>
<path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39"/>
<path d="M10.71 5.05A16 16 0 0 1 22.58 9"/>
<path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88"/>
<path d="M8.53 16.11a6 6 0 0 1 6.95 0"/>
<line x1="12" y1="20" x2="12.01" y2="20"/>
</svg>
</div>
<h3>Offline Support</h3>
<p>Core features work without internet. Your safety shouldn't depend on cell service.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="500">
<div class="feature-icon icon-teal">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"/>
<path d="M7 11V7a5 5 0 0 1 10 0v4"/>
</svg>
</div>
<h3>Privacy First</h3>
<p>All AI processing happens on your device. Your data never leaves your phone.</p>
</div>
</div>
</div>
</section>
<!-- Achievement Section -->
<section class="achievement">
<div class="container">
<div class="achievement-content">
<div class="achievement-icons">
<span class="star">⭐</span>
<span class="trophy">🏆</span>
<span class="star">⭐</span>
</div>
<h2 class="achievement-title">Finalist in VibeState'25</h2>
<div class="achievement-badge">
<span class="badge-trophy">🏆</span>
<span>Top 11th</span>
</div>
<p class="achievement-description">
Proudly be the finalist in <strong>VibeState'25</strong> hackathon, recognizing our
innovative approach to personal safety using AI technology.
</p>
<div class="achievement-stats">
<div class="stat">
<span class="stat-value">36h</span>
<span class="stat-label">Build Time</span>
</div>
<div class="stat-divider"></div>
<div class="stat">
<span class="stat-value">3</span>
<span class="stat-label">Team Members</span>
</div>
<div class="stat-divider"></div>
<div class="stat">
<span class="stat-value">∞</span>
<span class="stat-label">Lives to Save</span>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<a href="index.html" class="logo">
<div class="logo-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
</svg>
</div>
<span class="logo-text">Guardian<span class="logo-highlight">AI</span></span>
</a>
<p>Your AI-powered personal safety companion. Built with love at VibeState'25 hackathon by Team TechOps.</p>
<div class="social-links">
<a href="https://github.com" target="_blank" aria-label="GitHub">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
</a>
<a href="https://linkedin.com" target="_blank" aria-label="LinkedIn">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
</svg>
</a>
</div>
</div>
<div class="footer-links">
<div class="footer-column">
<h4>Quick Links</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="developers.html">Developers</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Features</h4>
<ul>
<li><a href="#features">SOS Emergency</a></li>
<li><a href="#features">Voice Detection</a></li>
<li><a href="#features">Location Sharing</a></li>
<li><a href="#features">Offline Support</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Guardian AI. All rights reserved.</p>
<p>Made with <span class="heart">❤️</span> by Team TechOps</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>