-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
439 lines (417 loc) · 15.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
GiftChain.ai - AI-Powered Blockchain for Effortless Gift Management
</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<nav>
<div class="logo-group">
<img src="images/logo.svg" alt="GiftChain.ai logo" />
<span>GiftChain.ai</span>
</div>
<ul>
<li><a href="#product">Product</a></li>
<li><a href="#solution">Solution</a></li>
<li><a href="#customer">Customer</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#about">About us</a></li>
<li><button aria-label="Login">Login</button></li>
<li><button aria-label="Sign up">Sign up</button></li>
</ul>
</nav>
<header>
<h1>AI-Powered Blockchain for Effortless Gift Management</h1>
<p>
Scaling holiday logistics through a decentralized proof-of-work protocol
with autonomous LLM-powered agents.
</p>
<button aria-label="Try GiftChain.ai for free">Try for free</button>
<button aria-label="Watch a demo of GiftChain.ai">Watch a demo</button>
<img
src="images/dashboard.png"
alt="Dashboard screenshot of GiftChain.ai"
/>
</header>
<section id="product-section">
<h2>Everything Santas Need In One Platform</h2>
<p>
We automated Santa's job and added it to the blockchain so that you
don't have to do it.
</p>
<div id="product">
<div>
<img
src="images/cloud.png"
alt="On-chain Record"
class="feature-icon"
/>
<h3>On-chain Record</h3>
<p>
Each gift is minted as an NFT on our decentralized protocol,
creating a permanent, tamper-proof record.
</p>
<a href="#on-chain-record">Learn more</a>
</div>
<div>
<img src="images/idea.png" alt="AI Gift Ideas" class="feature-icon" />
<h3>AI Gift Ideas</h3>
<p>
Input a child's behaviour and interest, and our LLM-powered AI agent
will generate the perfect gift.
</p>
<a href="#ai-gift-ideas">Learn more</a>
</div>
<div>
<img
src="images/sled.png"
alt="Sleigh Optimization"
class="feature-icon"
/>
<h3>Sleigh Optimization</h3>
<p>
Smart contracts and AI combined to automate global gift delivery
logistics, optimizing your routes for efficiency.
</p>
<a href="#sleigh-optimization">Learn more</a>
</div>
<div>
<img
src="images/lifebuoy.png"
alt="Full Observability"
class="feature-icon"
/>
<h3>Full Observability</h3>
<p>
We monitor every child's behaviour year-round, tracking every good
and bad deed with zero downtime.
</p>
<a href="#full-observability">Learn more</a>
</div>
</div>
</section>
<section id="solution">
<div class="solution-content">
<div class="solution-text">
<h2>Say goodbye to gift chaos this year</h2>
<p>
No need to worry about your gift being lost or delivered to the
wrong child. We'll handle every single one.
</p>
<div class="user-proof">
<img src="images/elf-2.png" alt="Elf user" class="user-avatar" />
<p>More than 10,000 elfs have tried</p>
</div>
<button>Try for free</button>
</div>
<div class="solution-image">
<img
src="images/dashboard.png"
alt="GiftChain.ai Dashboard"
class="dashboard-img"
/>
</div>
</div>
</section>
<section id="about">
<div class="about-content">
<h2>About Us</h2>
<div class="founder-story">
<div class="founder-info">
<img
src="images/santa.png"
alt="Santa Claus, Founder of GiftChain.ai"
/>
<div class="founder-details">
<h3>Santa Claus</h3>
<p class="title">Founder and CEO</p>
<div class="stats">
<div class="stat">
<span class="number">1,747</span>
<span class="label">Years of Experience</span>
</div>
<div class="stat">
<span class="number">8B+</span>
<span class="label">Gifts Delivered</span>
</div>
</div>
</div>
</div>
<div class="story-content">
<h3>Our Story</h3>
<p>
After centuries of managing gifts with an ancient scroll and
quill, I realized the North Pole needed a major technology
upgrade. The growing global population and increasing complexity
of children's wish lists demanded a more sophisticated solution.
</p>
<p>
That's when I had the idea for GiftChain.ai. By combining
blockchain technology with artificial intelligence, we've
revolutionized how gifts are tracked, verified, and delivered
worldwide. No more lost lists, smudged ink, or mix-ups between the
thousands of children named "Emma" or "Liam".
</p>
<p>
What started as a personal solution to manage my annual Christmas
Eve deliveries has grown into a platform that helps Santas
everywhere bring joy to children all year round. Our decentralized
proof-of-work protocol ensures every gift is tracked with
precision, while our LLM-powered agents handle the complex
logistics that once required hundreds of elves with abacuses.
</p>
</div>
</div>
</div>
</section>
<section id="pricing">
<h2>Our Pricing</h2>
<p>
Pay securely online and manage the booking via desktop or our in-sleigh
app.
</p>
<div class="pricing-toggle">
<span class="monthly active">Monthly</span>
<button class="toggle"></button>
<span class="annually">Annually</span>
</div>
<div class="pricing-cards">
<div class="pricing-card">
<h3>Christmas Lite</h3>
<p>Perfect for local Santas just starting up their operations.</p>
<div class="price">
<span class="amount" data-monthly="5" data-annually="50">$5</span>
<span class="period">/month</span>
</div>
<button class="select-plan">Select Plan</button>
<ul class="features">
<li class="active">5 collections</li>
<li class="active">Worldwide accessibility</li>
<li class="active">25 automation actions</li>
<li class="active">Access all features</li>
<li class="active">24 hours support</li>
<li class="inactive">Sync accross devices</li>
<li class="inactive">Share with more 5 users</li>
</ul>
</div>
<div class="pricing-card featured">
<h3>Christmas Eve</h3>
<p>Our most popular plan for Santas with an established market.</p>
<div class="price">
<span class="amount" data-monthly="12" data-annually="120"
>$12</span
>
<span class="period">/month</span>
</div>
<button class="select-plan">Select Plan</button>
<ul class="features">
<li class="active">Unlimited collections</li>
<li class="active">Worldwide accessibility</li>
<li class="active">Unlimited automation actions</li>
<li class="active">Access all features</li>
<li class="active">24 hours support</li>
<li class="active">Sync accross devices</li>
<li class="active">Share with more 5 users</li>
</ul>
</div>
<div class="pricing-card">
<h3>Christmas Day</h3>
<p>The scale-up version for large teams of elfs and reindeers.</p>
<div class="price">
<span class="amount" data-monthly="16" data-annually="160"
>$16</span
>
<span class="period">/month</span>
</div>
<button class="select-plan">Select Plan</button>
<ul class="features">
<li class="active">Unlimited collections</li>
<li class="active">Worldwide accessibility</li>
<li class="active">Unlimited automation actions</li>
<li class="active">Access all features</li>
<li class="active">24 hours support</li>
<li class="active">Sync accross devices</li>
<li class="active">Share with more 10 users</li>
</ul>
</div>
</div>
</section>
<section id="customer">
<h2>GiftChain is loved by users</h2>
<div class="testimonials">
<div class="testimonial-card">
<div class="user-info">
<img src="images/elf-1.png" alt="Holly Snowfield" class="avatar" />
<div>
<h3>Holly Snowfield</h3>
<p>Chief Toy Innovator</p>
</div>
</div>
<blockquote>
Before GiftChain.ai, I had to write the gifts in a book by hand.
Now, simply spin up a child-specific smart contract, authorize my
Elf Wallet with a 12-step SantaMask authentication, mint a
behavior-driven NFT for each gift, wrap it in an IBFS hash, and sign
the transaction with my cold storage Elf Vault.
</blockquote>
<div class="rating">★★★★★</div>
</div>
<div class="testimonial-card">
<div class="user-info">
<img src="images/elf-2.png" alt="Jasper Evergreen" class="avatar" />
<div>
<h3>Jasper Evergreen</h3>
<p>VP of Gift Operations</p>
</div>
</div>
<blockquote>
Managing the naughty and nice lists used to be time consuming. With
GiftChain.ai, I just deploy a NaughtyScore™ oracle, validate
behavior logs with ZK-Snark proofs, stake my HolidayTokens for
consensus, and broadcast the finalized list to the ElfNet™
blockchain. Simple, huh?!
</blockquote>
<div class="rating">★★★★★</div>
</div>
<div class="testimonial-card">
<div class="user-info">
<img src="images/elf-3.png" alt="Ivy Tinslewood" class="avatar" />
<div>
<h3>Ivy Tinslewood</h3>
<p>Head of Sleigh Logistics</p>
</div>
</div>
<blockquote>
I used to be the official Name Keeper, memorizing every child's name
for Santa. But thanks to GiftChain.ai, my job's been automated. Now
I'm considering a career in reindeer therapy to find purpose again.
</blockquote>
<div class="rating">★★★★★</div>
</div>
</div>
<div class="testimonial-nav">
<button class="nav-btn prev" aria-label="Previous testimonial">
←
</button>
<button class="nav-btn next" aria-label="Next testimonial">→</button>
</div>
</section>
<footer>
<div class="footer-content">
<!-- Brand section -->
<div class="footer-brand">
<div class="logo-container">
<img src="images/logo.svg" alt="GiftChain.ai logo" />
<span>GiftChain</span>
</div>
<p>Manage gifts easily.</p>
<p>Everywhere, everytime.</p>
</div>
<!-- Company links -->
<div class="footer-links">
<h4>Company</h4>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="#product">Product</a></li>
<li><a href="#testimonial">Testimonial</a></li>
</ul>
</div>
<!-- Support links -->
<div class="footer-links">
<h4>Support</h4>
<ul>
<li><a href="#faq">FAQ</a></li>
<li><a href="#privacy-policy">Privacy Policy</a></li>
<li><a href="#terms">Terms of Services</a></li>
</ul>
</div>
<!-- Our Works links -->
<div class="footer-links">
<h4>Our Works</h4>
<ul>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#customer">Customer</a></li>
<li><a href="#product">Product</a></li>
</ul>
</div>
<!-- Social Media links -->
<div class="footer-social">
<a href="#bluesky" class="social-link">
<img
src="images/bluesky.png"
alt="Bluesky icon"
class="social-icon"
/>
<span>Bluesky</span>
</a>
<a href="#instagram" class="social-link">
<img
src="images/instagram.png"
alt="Instagram icon"
class="social-icon"
/>
<span>Instagram</span>
</a>
<a href="#youtube" class="social-link">
<img
src="images/youtube.png"
alt="YouTube icon"
class="social-icon"
/>
<span>YouTube</span>
</a>
</div>
</div>
</footer>
<!-- Login Modal -->
<div id="loginModal" class="modal">
<div class="modal-content">
<div class="modal-header">
<h3>Login to GiftChain.ai</h3>
<button class="close-modal">×</button>
</div>
<form class="modal-form">
<div class="form-group">
<label for="loginEmail">Email</label>
<input type="email" id="loginEmail" required />
</div>
<div class="form-group">
<label for="loginPassword">Password</label>
<input type="password" id="loginPassword" required />
</div>
<button type="submit" class="submit-btn">Login</button>
</form>
</div>
</div>
<!-- Signup Modal -->
<div id="signupModal" class="modal">
<div class="modal-content">
<div class="modal-header">
<h3>Create your GiftChain.ai account</h3>
<button class="close-modal">×</button>
</div>
<form class="modal-form">
<div class="form-group">
<label for="signupName">Full Name</label>
<input type="text" id="signupName" required />
</div>
<div class="form-group">
<label for="signupEmail">Email</label>
<input type="email" id="signupEmail" required />
</div>
<div class="form-group">
<label for="signupPassword">Password</label>
<input type="password" id="signupPassword" required />
</div>
<button type="submit" class="submit-btn">Create Account</button>
</form>
</div>
</div>
<script src="index.js"></script>
<script src="modal.js"></script>
</body>
</html>