forked from nutrified/tinypaws.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
756 lines (689 loc) · 44.4 KB
/
Copy pathindex.html
File metadata and controls
756 lines (689 loc) · 44.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
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
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TinyPaws - Preserve Your Pet's Legacy</title>
<meta name="description" content="TinyPaws transforms fleeting moments with your pet into lasting memories you can revisit, share, and cherish for a lifetime.">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<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=Caveat:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@500;600;700;800&display=swap" rel="stylesheet">
<script src="https://unpkg.com/feather-icons"></script>
<script defer data-domain="tinypaws.com"
src="https://analytics.nutrified.com/js/script.outbound-links.tagged-events.js"></script>
<script>window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
</head>
<body>
<header class="header">
<nav class="navbar">
<a href="index" class="logo">
<img src="images/logo.svg" alt="TinyPaws Logo">
</a>
<div class="nav-menu">
<ul class="nav-links">
<li><a href="#features">Features</a></li>
<li><a href="#how-it-works">How It Works</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#faq">FAQ</a></li>
</ul>
<button id="mobile-waitlist" class="btn btn-primary nav-cta plausible-event-name=join_waitlist_navbar_mobile">Join the Waitlist</button>
</div>
<button class="hamburger" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
<button id="open-waitlist" class="btn btn-primary nav-cta plausible-event-name=join_waitlist_navbar_desktop">Join the Waitlist</button>
</nav>
</header>
<main>
<!-- 1. Hero Section -->
<section class="hero">
<div class="container">
<div class="hero-grid">
<div class="hero-content">
<h1>Every <span class="text-primary">Paw Print</span><br>Tells a Story.<br>Let's Preserve<br>Yours Forever.</h1>
<p class="hero-copy">TinyPaws transforms fleeting moments with your pet into lasting memories you can revisit, share, and cherish for a lifetime. Because when tiny paws leave their mark on our hearts, those moments deserve to be remembered—completely, beautifully, and privately.</p>
<div class="hero-cta">
<button type="button" class="btn btn-accent btn-large plausible-event-name=join_waitlist_hero" id="hero-join-waitlist">JOIN THE WAITLIST</button>
<a href="#pet-stories" class="btn-text">
<span>See How It Works</span>
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="arrow-icon">
<path d="M12 5v14M19 12l-7 7-7-7"/>
</svg>
</a>
</div>
<p class="trust-indicator">From the creators of <a href="https://www.nutrified.com?ref=tinypaws" target="_blank" rel="dofollow">Nutrified</a> and <a href="https://ampawssadors.com?ref=tinypaws" target="_blank" rel="dofollow">Ampawssadors</a></p>
</div>
<div class="phone-mockup">
<div class="phone-frame">
<div class="phone-screen">
<img src="images/home.png" alt="TinyPaws App Mockup" class="phone-mockup-img">
</div>
</div>
<div class="streak-badge">
<div class="streak-label">Daily memory streak</div>
<div class="streak-days">14 days 🔥</div>
</div>
</div>
</div>
</div>
</section>
<!-- 2. Pet Story Experience Section -->
<section class="pet-story-experience">
<div class="container">
<div class="story-content">
<h2 id="pet-stories">Give Your Pet's Story the Home It Deserves</h2>
<p class="story-intro">Every playful leap, gentle nuzzle, and quiet moment of companionship weaves the unique story of your pet's life. TinyPaws creates a beautiful home for these precious moments to live together.</p>
<div class="benefit-cards">
<div class="benefit-card">
<div class="benefit-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>
</svg>
</div>
<h3>A Complete Story</h3>
<p>Keep all your pet's memories in one beautiful place, organized chronologically to tell their complete life story.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path>
<polyline points="14 2 14 8 20 8"></polyline>
</svg>
</div>
<h3>Rich Context</h3>
<p>Capture not just photos but the stories, dates, and special moments that make your pet unique.</p>
</div>
</div>
<div class="experience-showcase">
<div class="showcase-content">
<h3>Your pet's journey, beautifully preserved</h3>
<p>TinyPaws creates a beautiful, organized timeline that brings together photos, videos, milestones, and stories in one place you can revisit whenever you need a smile.</p>
</div>
<div class="showcase-gallery">
<div class="app-screenshot">
<img src="images/feed.png" alt="TinyPaws Timeline View" class="screenshot-img">
</div>
<div class="app-screenshot">
<img src="images/milestones.png" alt="TinyPaws Memory Detail" class="screenshot-img">
</div>
<div class="app-screenshot">
<img src="images/grid.png" alt="TinyPaws Photo Gallery" class="screenshot-img">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 5. Testimonials Section (Moved down) -->
<section class="testimonials">
<div class="container">
<h2>The Stories Behind the Paws</h2>
<p class="section-intro">Real memories from pet parents who use TinyPaws to cherish every moment with their furry family members.</p>
<div class="testimonials-grid">
<div class="testimonial-card">
<div class="testimonial-content">
<div class="quote-icon">"</div>
<blockquote>I never thought I'd be the person with 3,000 photos of my dog. But when Cooper started slowing down, every walk, every nap, every familiar greeting became precious in a way I couldn't articulate. TinyPaws didn't just organize those moments—it gave them meaning.</blockquote>
</div>
<div class="testimonial-author">
<div class="author-avatar" style="background-color: #FFD1DC;">M</div>
<div class="author-info">
<div class="author-name">Mia</div>
<div class="author-role"><span class="pet-name">Cooper's</span> person</div>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="testimonial-content">
<div class="quote-icon">"</div>
<blockquote>As a first-time cat parent, I wanted to document Luna growing up but didn't want to spam everyone's social feeds. TinyPaws gave me a private space to build her story day by day, and now I have this incredible time capsule of her first year with us.</blockquote>
</div>
<div class="testimonial-author">
<div class="author-avatar" style="background-color: #D1E8FF;">A</div>
<div class="author-info">
<div class="author-name">Alex</div>
<div class="author-role"><span class="pet-name">Luna's</span> person</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 4. Core Features Section -->
<section class="features" id="features">
<div class="container">
<h2>Capture What Matters Most: The Full Story of Your Pet's Life</h2>
<p class="section-intro">Every pet's journey deserves to be remembered—not just in scattered photos, but as a complete narrative that captures their unique personality and your special bond.</p>
<div class="feature-cards">
<div class="feature-card">
<div class="feature-icon">
<i data-feather="book-open" stroke-width="2"></i>
</div>
<h3>Digital Pet Storybook</h3>
<ul>
<li>Daily Photo Diary: Capture daily pictures that automatically compile into beautiful video timelines</li>
<li>Chronological Timeline: All moments organized by date, creating a complete life story</li>
<li>AI Assisted Storytelling: Smart technology helps craft meaningful narratives</li>
<li>Memory Prompts: Gentle reminders to capture important moments</li>
</ul>
</div>
<div class="feature-card">
<div class="feature-icon">
<i data-feather="activity" stroke-width="2"></i>
</div>
<h3>Milestone & Health Tracking</h3>
<ul>
<li>Key Life Events: First day home, training achievements, adventures</li>
<li>Health Journals: Track vet visits, medications, and wellness metrics</li>
<li>Growth Documentation: Weight, size, and developmental changes</li>
<li>Behavioral Notes: Document personality traits and habits as they evolve</li>
</ul>
</div>
<div class="feature-card">
<div class="feature-icon">
<i data-feather="users" stroke-width="2"></i>
</div>
<h3>Sharing & Community</h3>
<ul>
<li>Curated Feeds: View curated feeds of pets to whose families you've been added</li>
<li>Quick Show Album: Curated highlight reels for easy sharing</li>
<li>Newsletter Updates: Send updates to people who don't use the app</li>
<li>Optional Public Pages: Create "Pawfluencer" profiles for pets with public followings</li>
</ul>
</div>
<div class="feature-card">
<div class="feature-icon">
<i data-feather="package" stroke-width="2"></i>
</div>
<h3>Premium Physical Products</h3>
<ul>
<li>Printed Pet Storybooks: Transform digital memories into physical keepsakes</li>
</ul>
</div>
</div>
</div>
</section>
<!-- 6. How It Works Section -->
<section class="how-it-works" id="how-it-works">
<div class="container">
<h2>Simple. Joyful. <span class="text-primary">Meaningful.</span></h2>
<p class="section-intro">Creating your pet's legacy shouldn't be complicated. TinyPaws makes memory-keeping simple, joyful, and meaningful—with the smallest time investment for the greatest emotional return.</p>
<!-- Desktop Steps (Horizontal) -->
<div class="process-steps-desktop">
<div class="process-step">
<div class="step-icon-container">
<div class="step-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z"></path>
<circle cx="12" cy="13" r="4"></circle>
</svg>
</div>
</div>
<h3>Capture</h3>
<p>Take a daily photo or video, add notes, and tag milestones in just seconds. Our smart reminders ensure you never miss a memory-worthy moment.</p>
<div class="time-badge">Just 30 seconds daily</div>
</div>
<div class="process-step">
<div class="step-icon-container">
<div class="step-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2v4"></path>
<path d="m16.24 7.76 2.83-2.83"></path>
<path d="M18 12h4"></path>
<path d="m16.24 16.24 2.83 2.83"></path>
<path d="M12 18v4"></path>
<path d="m7.76 16.24-2.83 2.83"></path>
<path d="M6 12H2"></path>
<path d="m7.76 7.76-2.83-2.83"></path>
</svg>
</div>
</div>
<h3>Create</h3>
<p>TinyPaws automatically organizes your moments into beautiful timelines, video compilations, and shareable albums—no design skills required.</p>
<div class="time-badge">Zero effort—we do the work!</div>
</div>
<div class="process-step">
<div class="step-icon-container">
<div class="step-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"></path>
</svg>
</div>
</div>
<h3>Cherish</h3>
<p>Revisit memories on demand, view your pet's complete story chronologically, or let TinyPaws surprise you with 'memory flashbacks' when you need a smile.</p>
<div class="time-badge">Any time you need a smile</div>
</div>
<div class="process-step">
<div class="step-icon-container">
<div class="step-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z"></path>
</svg>
</div>
</div>
<h3>Commemorate</h3>
<p>Transform your favorite digital memories into premium physical keepsakes—from beautifully designed storybooks to photo calendars and custom prints.</p>
<div class="time-badge">A few minutes to customize</div>
</div>
</div>
<!-- Mobile Steps (Vertical) -->
<div class="process-steps-mobile">
<div class="process-step">
<div class="step-icon-container">
<div class="step-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z"></path>
<circle cx="12" cy="13" r="4"></circle>
</svg>
</div>
</div>
<h3>Capture</h3>
<p>Take a daily photo or video, add notes, and tag milestones in just seconds. Our smart reminders ensure you never miss a memory-worthy moment.</p>
<div class="time-badge">Just 30 seconds daily</div>
</div>
<div class="process-step">
<div class="step-icon-container">
<div class="step-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2v4"></path>
<path d="m16.24 7.76 2.83-2.83"></path>
<path d="M18 12h4"></path>
<path d="m16.24 16.24 2.83 2.83"></path>
<path d="M12 18v4"></path>
<path d="m7.76 16.24-2.83 2.83"></path>
<path d="M6 12H2"></path>
<path d="m7.76 7.76-2.83-2.83"></path>
</svg>
</div>
</div>
<h3>Create</h3>
<p>TinyPaws automatically organizes your moments into beautiful timelines, video compilations, and shareable albums—no design skills required.</p>
<div class="time-badge">Zero effort—we do the work!</div>
</div>
<div class="process-step">
<div class="step-icon-container">
<div class="step-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"></path>
</svg>
</div>
</div>
<h3>Cherish</h3>
<p>Revisit memories on demand, view your pet's complete story chronologically, or let TinyPaws surprise you with 'memory flashbacks' when you need a smile.</p>
<div class="time-badge">Any time you need a smile</div>
</div>
<div class="process-step">
<div class="step-icon-container">
<div class="step-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z"></path>
</svg>
</div>
</div>
<h3>Commemorate</h3>
<p>Transform your favorite digital memories into premium physical keepsakes—from beautifully designed storybooks to photo calendars and custom prints.</p>
<div class="time-badge">A few minutes to customize</div>
</div>
</div>
</div>
</section>
<!-- 7. Pricing Section -->
<section class="pricing" id="pricing">
<div class="container">
<h2>Choose the Perfect Plan for Your Pet's Story</h2>
<p>TinyPaws offers both free and premium options to fit your needs. Start preserving memories today at no cost, or unlock the full experience with our premium features.</p>
<div class="pricing-plans">
<div class="plan-card free">
<h3>Free Membership</h3>
<div class="plan-price">Free Forever</div>
<ul class="plan-features">
<li>Basic photo storage and organization</li>
<li>Daily photo diary feature (limited)</li>
<li>One pet per account</li>
<li>Limited sharing capabilities</li>
</ul>
<button class="waitlist-btn btn btn-secondary">Join Waitlist</button>
</div>
<div class="plan-card premium">
<h3>Premium Membership</h3>
<div class="plan-price">€5.99/month</div>
<div class="plan-price-annual">€59.90/year (Save 15%)</div>
<ul class="plan-features">
<li>Unlimited pets</li>
<li>Advanced video compilations</li>
<li>Premium filters and templates</li>
<li>Printed storybook options (additional cost)</li>
<li>Public profile capabilities</li>
<li>Enhanced sharing features</li>
<li>Additional storage</li>
</ul>
<button class="waitlist-btn btn btn-primary">Join Waitlist</button>
</div>
</div>
</div>
</section>
<!-- 8. Data Ownership Section -->
<section class="data-ownership">
<div class="container">
<h2>Your Memories, Your Data, Your Control</h2>
<p>At TinyPaws, we believe the precious memories you create belong to you and only you. Unlike social platforms that claim rights to your content, we're simply the caretakers, providing a safe space for these moments to live and grow—with your complete control and ownership always guaranteed.</p>
<div class="key-points">
<div class="point">
<div class="point-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>
</svg>
</div>
<h3>100% Data Ownership</h3>
<p>You retain all rights to your content</p>
</div>
<div class="point">
<div class="point-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
<path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
</svg>
</div>
<h3>Bank-level Security</h3>
<p>Privacy protection you can trust</p>
</div>
<div class="point">
<div class="point-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</div>
<h3>Complete Data Portability</h3>
<p>Export your memories anytime</p>
</div>
<div class="point">
<div class="point-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 6L6 18"></path>
<path d="M6 6l12 12"></path>
</svg>
</div>
<h3>No Data Selling</h3>
<p>No advertising based on your content</p>
</div>
</div>
</div>
</section>
<!-- 9. Connection to Nutrified Section -->
<section class="nutrified-connection">
<div class="container">
<h2>Part of a Bigger Story</h2>
<h3>A Nutrified Brand</h3>
<p>TinyPaws is proudly part of the Nutrified family, built on the same core principles and values. Just as Nutrified is committed to transparency, quality, and the wellbeing of your pets through nutrition, TinyPaws extends these values to memory preservation and celebrating the special bond you share with your companions.</p>
<p>Our shared mission is to enhance every aspect of your pet's life and the relationship you cherish. By joining the TinyPaws community, you're not just preserving memories—you're becoming part of a movement dedicated to elevating pet care through thoughtful, innovative solutions.</p>
</div>
</section>
<!-- 10. Waitlist Section -->
<section class="waitlist" id="waitlist">
<div class="container">
<h2>Join Our Pack: Be Among the First to Preserve Your Pet's Legacy</h2>
<p>The best stories are shared ones. Join our growing community of memory-keepers and be among the first to document your pet's unique journey when TinyPaws launches.</p>
<p>Every story matters. Every paw print counts. And sadly, time with our pets is too short not to capture it all. Start your memory preservation journey today.</p>
<form class="waitlist-form">
<div class="form-group">
<label for="email">Email Address*</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="name">Your Name*</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="pet-name">Pet's Name*</label>
<input type="text" id="pet-name" name="pet-name" required>
</div>
<div class="form-group">
<label for="pet-type">Pet Type*</label>
<select id="pet-type" name="pet-type" required>
<option value="">Select pet type</option>
<option value="dog">Dog</option>
<option value="cat">Cat</option>
<option value="rabbit">Rabbit</option>
<option value="other">Other</option>
</select>
</div>
<div class="form-group checkbox">
<input type="checkbox" id="updates" name="updates" checked>
<label for="updates">I'd like to receive updates about TinyPaws and pet wellness tips</label>
</div>
<div id="main-form-error" class="error-message"></div>
<div id="main-form-success" class="success-message"></div>
<button type="submit" id="main-section-submit-btn" class="btn btn-primary btn-large plausible-event-name=join_waitlist_waitlist_section_form">JOIN THE WAITLIST</button>
</form>
<div class="waitlist-perks">
<h3>Waitlist Perks:</h3>
<ul>
<li>Priority access when we launch</li>
<li>3 months of Premium features free</li>
<li>Exclusive founding member badge for your profile</li>
<li>Input on future features through our VIP feedback community</li>
</ul>
</div>
<div class="waitlist-counter">
<span class="counter-number">500+</span> pet parents already on the waitlist
</div>
</div>
</section>
<!-- 11. FAQ Section -->
<section class="faq" id="faq">
<div class="container">
<h2>Common Questions</h2>
<div class="faq-items">
<div class="faq-item">
<div class="faq-question">
<h3>When will TinyPaws launch, and how will the waitlist work?</h3>
<span class="toggle-icon"></span>
</div>
<div class="faq-answer">
<p>TinyPaws is scheduled to launch in late 2025. Waitlist members will receive priority access in the order they joined, with early access beginning a few weeks before the public launch.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Is TinyPaws free to use?</h3>
<span class="toggle-icon"></span>
</div>
<div class="faq-answer">
<p>TinyPaws offers both free and premium plans. The free plan includes basic features for one pet, while the premium plan unlocks all features for unlimited pets.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>How is TinyPaws different from social media?</h3>
<span class="toggle-icon"></span>
</div>
<div class="faq-answer">
<p>Unlike social media, TinyPaws is designed specifically for pet memory preservation, with chronological organization, privacy controls, and you retain 100% ownership of your content.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Can I add multiple pets to my account?</h3>
<span class="toggle-icon"></span>
</div>
<div class="faq-answer">
<p>The free plan allows one pet per account, while the premium plan supports unlimited pets.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>How does TinyPaws connect to Nutrified?</h3>
<span class="toggle-icon"></span>
</div>
<div class="faq-answer">
<p>TinyPaws and Nutrified share the same parent company and philosophy of thoughtful pet care. While Nutrified focuses on nutrition, TinyPaws focuses on memory preservation.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>How secure are my pet's photos and videos?</h3>
<span class="toggle-icon"></span>
</div>
<div class="faq-answer">
<p>TinyPaws uses bank-level security to protect your data. Your content is private by default and only shared with those you explicitly choose to share with.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Can I export my data from TinyPaws?</h3>
<span class="toggle-icon"></span>
</div>
<div class="faq-answer">
<p>Yes, TinyPaws offers complete data portability. You can export all your photos, videos, and notes at any time.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>What is a Pawfluencer profile and how does it work?</h3>
<span class="toggle-icon"></span>
</div>
<div class="faq-answer">
<p>A Pawfluencer profile is an optional public profile for pets with a following. It allows you to share selected content publicly while keeping other memories private.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>How is TinyPaws different from just using my phone's camera?</h3>
<span class="toggle-icon"></span>
</div>
<div class="faq-answer">
<p>TinyPaws organizes your pet photos chronologically, adds context through notes and milestones, and automatically creates beautiful timelines and compilations that tell your pet's complete story.</p>
</div>
</div>
</div>
</div>
</section>
<!-- 12. Final CTA Section -->
<section class="final-cta">
<div class="container">
<h2>Start Capturing Your Journey Together</h2>
<p>Time with our pets is precious and passes all too quickly. Don't let another day of memories fade away. Join thousands of pet parents already preserving their pet's legacy with TinyPaws.</p>
<a href="#waitlist" class="btn btn-primary btn-large plausible-event-name=join_waitlist_final_cta">JOIN THE WAITLIST</a>
</div>
<div class="paw-print-pattern"></div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-top">
<div class="footer-logo">
<img src="images/logo.svg" alt="TinyPaws Logo">
<p class="mt-4 text-gray-600">Preserving precious pet memories that last a lifetime.</p>
<div class="social-links mt-6">
<a href="https://www.facebook.com/tinypawsapp" aria-label="Facebook">
<i data-feather="facebook"></i>
</a>
<a href="https://www.instagram.com/tinypaws.app" aria-label="Instagram">
<i data-feather="instagram"></i>
</a>
<a href="https://www.twitter.com/tinypawsapp" aria-label="Twitter">
<i data-feather="twitter"></i>
</a>
</div>
</div>
<div class="footer-links">
<h3>Company</h3>
<ul>
<li><a href="coming-soon">About Us</a></li>
<li><a href="coming-soon">Blog</a></li>
<li><a href="mailto:press@tinypaws.com">Press</a></li>
</ul>
</div>
<div class="footer-links">
<h3>Resources</h3>
<ul>
<li><a href="https://www.nutrified.com?ref=tinypaws-footer" target="_blank" rel="dofollow">Pet Nutrition</a></li>
<li><a href="https://www.ampawssadors.com?ref=tinypaws-footer" target="_blank" rel="dofollow">Ampawssadors</a></li>
<li><a href="mailto:web@tinypaws.com">Contact Support</a></li>
</ul>
</div>
<div class="footer-links">
<h3>Legal</h3>
<ul>
<li><a href="coming-soon">Privacy Policy</a></li>
<li><a href="coming-soon">Terms of Service</a></li>
<li><a href="coming-soon">Cookie Policy</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p class="copyright">© 2025 TinyPaws. All rights reserved.</p>
<div class="nutrified-partnership">
<p>Brought to you by <a href="https://www.nutrified.com?ref=tinypaws-footer" target="_blank" rel="dofollow">Nutrified</a></p>
</div>
</div>
</div>
</footer>
<!-- Waitlist Popup Overlay -->
<div id="waitlist-overlay" class="overlay">
<div class="popup">
<div class="popup-header">
<h3>Join Our Pack</h3>
<button id="close-popup" class="close-popup">×</button>
</div>
<div class="popup-content">
<p>Be among the first to preserve your pet's legacy when TinyPaws launches.</p>
<form id="waitlist-form" class="popup-form">
<div class="form-group">
<label for="popup-email">Email Address*</label>
<input type="email" id="popup-email" name="email" required>
</div>
<div class="form-group">
<label for="popup-name">Your Name*</label>
<input type="text" id="popup-name" name="name" required>
</div>
<div class="form-group">
<label for="popup-pet-name">Pet's Name*</label>
<input type="text" id="popup-pet-name" name="pet-name" required>
</div>
<div class="form-group">
<label for="popup-pet-type">Pet Type*</label>
<select id="popup-pet-type" name="pet-type" required>
<option value="">Select pet type</option>
<option value="dog">Dog</option>
<option value="cat">Cat</option>
<option value="rabbit">Rabbit</option>
<option value="other">Other</option>
</select>
</div>
<div class="form-group checkbox">
<input type="checkbox" id="popup-updates" name="updates" checked>
<label for="popup-updates">I'd like to receive updates about TinyPaws and pet wellness tips</label>
</div>
<div id="form-error" class="error-message"></div>
<div id="form-success" class="success-message"></div>
<button type="submit" class="btn btn-primary btn-large plausible-event-name=join_waitlist_popup_form">JOIN THE WAITLIST</button>
</form>
<div class="waitlist-perks">
<h4>Waitlist Perks:</h4>
<ul>
<li>Priority access when we launch</li>
<li>3 months of Premium features free</li>
<li>Exclusive founding member badge</li>
<li>Input on future features through our VIP feedback community</li>
</ul>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
feather.replace();
});
</script>
</body>
</html>