-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
353 lines (340 loc) · 15.3 KB
/
index.html
File metadata and controls
353 lines (340 loc) · 15.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dietary Deep Scan System 🧬 | Food Safety Intelligence</title>
<link rel="stylesheet" href="index.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=Poppins:wght@300;400;600;700;800&family=Fredoka:wght@400;500;600;700&display=swap"
rel="stylesheet">
</head>
<body>
<!-- Video Background Layer -->
<div class="video-background">
<div class="video-overlay"></div>
<!-- Animated food scanning illustration -->
<div class="animated-scanning">
<div class="scan-beam"></div>
<div class="food-particles">
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
</div>
</div>
</div>
<!-- Animated Background Elements -->
<div class="floating-elements">
<div class="floating-icon">🥗</div>
<div class="floating-icon">🍎</div>
<div class="floating-icon">🥑</div>
<div class="floating-icon">🥕</div>
<div class="floating-icon">🌶️</div>
<div class="floating-icon">🧄</div>
<div class="floating-icon">🧅</div>
<div class="floating-icon">🥬</div>
</div>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="logo">
<span class="logo-icon">🧬</span>
<span class="logo-text">Dietary Deep Scan</span>
</div>
<div class="nav-links">
<a href="#features">Features</a>
<a href="#how-it-works">How It Works</a>
<a href="#demo">Try It</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<!-- Food Scanning Process Animation -->
<div class="hero-video-bg">
<div class="scanning-process">
<div class="ingredient-flow">
<div class="flow-item">🥗</div>
<div class="flow-item">🍎</div>
<div class="flow-item">🥑</div>
<div class="flow-item">🥕</div>
</div>
<div class="analysis-ring"></div>
</div>
</div>
<div class="hero-container">
<div class="hero-content">
<div class="hero-badge">
<span class="sparkle">✨</span>
<span>AI-Powered Food Intelligence</span>
<span class="sparkle">✨</span>
</div>
<h1 class="hero-title">
Know What's <span class="gradient-text">Really</span> in Your Food
</h1>
<p class="hero-subtitle">
Scan ingredients, verify safety, check global bans, and get web-verified research
on every ingredient in seconds. Your dietary restrictions, our mission.
</p>
<div class="hero-cta">
<a href="account_login.html" class="btn btn-primary pulse">
<span>🚀 Start Scanning Now</span>
</a>
<a href="#features" class="btn btn-secondary">
<span>Learn More</span>
</a>
</div>
<div class="hero-stats">
<div class="stat-item">
<div class="stat-number">100%</div>
<div class="stat-label">Web-Verified</div>
</div>
<div class="stat-item">
<div class="stat-number">🌍</div>
<div class="stat-label">Global Coverage</div>
</div>
</div>
</div>
<div class="hero-visual">
<div class="scan-animation">
<div class="scan-line"></div>
<div class="ingredient-card floating">
<div class="card-header">📋 Ingredient Analysis</div>
<div class="ingredient-item">
<span class="ingredient-name">Allium Cepa</span>
<span class="status-badge warning">⚠️ Restricted</span>
</div>
<div class="ingredient-item">
<span class="ingredient-name">Palm Oil</span>
<span class="status-badge banned">🚫 Banned in EU</span>
</div>
<div class="ingredient-item">
<span class="ingredient-name">Red Dye 40</span>
<span class="status-badge safe">✅ Safe</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="features">
<div class="container">
<div class="section-header">
<h2 class="section-title">Why Choose Dietary Deep Scan?</h2>
<p class="section-subtitle">More than just ingredient checking</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">🔍</div>
<h3>Web-Verified Research</h3>
<p>Every finding backed by real web sources with exact URLs. No guesswork, just facts.</p>
<div class="feature-highlight">Real-time web searches with Google Search</div>
</div>
<div class="feature-card">
<div class="feature-icon">🌍</div>
<h3>Global Bans & Restrictions</h3>
<p>Know which countries ban or restrict ingredients and why. Stay informed globally.</p>
<div class="feature-highlight">Complete regulatory database</div>
</div>
<div class="feature-card">
<div class="feature-icon">🧪</div>
<h3>Chemical-Level Analysis</h3>
<p>Not just name matching. We analyze chemical composition to catch hidden ingredients.</p>
<div class="feature-highlight">AI-powered composition analysis</div>
</div>
<div class="feature-card">
<div class="feature-icon">📚</div>
<h3>Exact Citations</h3>
<p>Every claim comes with source URLs. Verify everything yourself with our citations.</p>
<div class="feature-highlight">Transparent sourcing</div>
</div>
<div class="feature-card">
<div class="feature-icon">📊</div>
<h3>Professional Reports</h3>
<p>Beautiful HTML reports with color-coded findings. Download and share easily.</p>
<div class="feature-highlight">Export-ready formats</div>
</div>
<div class="feature-card">
<div class="feature-icon">⚡</div>
<h3>Lightning Fast</h3>
<p>Get comprehensive analysis in seconds. No waiting, no delays.</p>
<div class="feature-highlight">Powered by Gemini</div>
</div>
</div>
</div>
</section>
<!-- How It Works -->
<section id="how-it-works" class="how-it-works">
<div class="container">
<div class="section-header">
<h2 class="section-title">How It Works</h2>
<p class="section-subtitle">Simple, fast, and powerful</p>
</div>
<div class="steps-container">
<div class="step-item">
<div class="step-number">1</div>
<div class="step-icon">📸</div>
<h3>Upload Label</h3>
<p>Snap or upload a photo of your ingredient label. Our AI reads it instantly.</p>
</div>
<div class="step-arrow">→</div>
<div class="step-item">
<div class="step-number">2</div>
<div class="step-icon">🔎</div>
<h3>Deep Research</h3>
<p>We search the web for each ingredient, checking bans, restrictions, and health data.</p>
</div>
<div class="step-arrow">→</div>
<div class="step-item">
<div class="step-number">3</div>
<div class="step-icon">🧬</div>
<h3>AI Analysis</h3>
<p>Chemical composition analysis matches your restrictions with scientific precision.</p>
</div>
<div class="step-arrow">→</div>
<div class="step-item">
<div class="step-number">4</div>
<div class="step-icon">📄</div>
<h3>Get Report</h3>
<p>Receive a comprehensive report with citations, ready to download and share.</p>
</div>
</div>
</div>
</section>
<!-- Demo Section -->
<section id="demo" class="demo">
<div class="container">
<div class="demo-container">
<div class="demo-content">
<h2 class="demo-title">Ready to Scan Your Food?</h2>
<p class="demo-subtitle">Join thousands who trust Dietary Deep Scan for food safety</p>
<div class="demo-features">
<div class="demo-feature">✅ Easy to use</div>
<div class="demo-feature">✅ Free to use</div>
<div class="demo-feature">✅ Instant results</div>
</div>
<a href="account_login.html" class="btn btn-primary btn-large pulse">
<span>🚀 Launch Scanner App</span>
</a>
<p class="demo-note">Understand your products better with Dietary Deep Scan</p>
</div>
<div class="demo-visual">
<div class="report-preview">
<div class="report-header">
<span>📊 Analysis Report</span>
</div>
<div class="report-content">
<div class="report-section">
<h4>🌍 Global Bans</h4>
<div class="report-item">Palm Oil - Banned in EU</div>
</div>
<div class="report-section">
<h4>⚠️ Restrictions</h4>
<div class="report-item">Allium - Restricted (No Onion diet)</div>
</div>
<div class="report-section">
<h4>📚 Citations</h4>
<div class="report-item">🔗 3 verified sources</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Use Cases -->
<section class="use-cases">
<div class="container">
<div class="section-header">
<h2 class="section-title">Perfect For</h2>
</div>
<div class="use-cases-grid">
<div class="use-case-card">
<div class="use-case-icon">🌱</div>
<h3>Vegans & Vegetarians</h3>
<p>Check for hidden animal products and derivatives</p>
</div>
<div class="use-case-card">
<div class="use-case-icon">🕌</div>
<h3>Halal & Kosher</h3>
<p>Verify compliance with religious dietary laws</p>
</div>
<div class="use-case-card">
<div class="use-case-icon">🚫</div>
<h3>Food Allergies</h3>
<p>Detect allergens even when not clearly listed</p>
</div>
<div class="use-case-card">
<div class="use-case-icon">💊</div>
<h3>Medical Diets</h3>
<p>FODMAP, low-sodium, diabetic-friendly checks</p>
</div>
<div class="use-case-card">
<div class="use-case-icon">🌍</div>
<h3>Global Travelers</h3>
<p>Know what's banned in your destination country</p>
</div>
<div class="use-case-card">
<div class="use-case-icon">👶</div>
<h3>Parents</h3>
<p>Ensure safe ingredients for your children</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<!-- Animated Illustration Background -->
<div class="cta-animated-bg">
<div class="illustration-circle circle-1"></div>
<div class="illustration-circle circle-2"></div>
<div class="illustration-circle circle-3"></div>
<div class="illustration-wave wave-1"></div>
<div class="illustration-wave wave-2"></div>
</div>
<div class="container">
<div class="cta-content">
<h2>Start Protecting Your Health Today</h2>
<p>Join the food safety revolution. Know what you eat.</p>
<a href="account_login.html" class="btn btn-primary btn-large pulse">
<span>🚀 Get Started Free</span>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<span class="logo-icon">🧬</span>
<span class="logo-text">Dietary Deep Scan</span>
</div>
<p>Making food safety accessible to everyone</p>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<a href="#features">Features</a>
<a href="#how-it-works">How It Works</a>
<a href="#demo">Try It</a>
</div>
<div class="footer-section">
<h4>Our Mission</h4>
<p>To empower people with clear, web-verified information about what they eat, using AI to reveal
hidden risks and global food restrictions.</p>
</div>
</div>
<div class="footer-bottom">
<p>Made with ❤️ for food safety awareness</p>
</div>
</div>
</footer>
<script src="index.js"></script>
</body>
</html>