-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoming-soon.html
More file actions
185 lines (171 loc) · 8.72 KB
/
coming-soon.html
File metadata and controls
185 lines (171 loc) · 8.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - TinyPaws</title>
<meta name="description" content="This content is coming soon to TinyPaws - the app that transforms fleeting moments with your pet into lasting memories.">
<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="index#features">Features</a></li>
<li><a href="index#how-it-works">How It Works</a></li>
<li><a href="index#pricing">Pricing</a></li>
<li><a href="index#faq">FAQ</a></li>
</ul>
<button id="mobile-waitlist" class="btn btn-primary nav-cta">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">Join the Waitlist</button>
</nav>
</header>
<main>
<!-- Coming Soon Section -->
<section class="coming-soon">
<div class="container">
<div class="coming-soon-content">
<h1>Coming <span class="text-primary">Soon</span></h1>
<p class="coming-soon-message">We're working on something pawsome! This content will be available soon.</p>
<div class="paw-prints">
<i data-feather="paw" class="paw-icon"></i>
<i data-feather="paw" class="paw-icon"></i>
<i data-feather="paw" class="paw-icon"></i>
</div>
<a href="index" class="btn btn-primary btn-large">Back to Home</a>
</div>
<div class="coming-soon-image">
<img src="images/home.png" alt="TinyPaws App Preview" class="cs-image">
</div>
</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">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>