-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
286 lines (277 loc) · 11.8 KB
/
index.html
File metadata and controls
286 lines (277 loc) · 11.8 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>SALT & TIDE — Premium Surf Gear</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600&family=Bebas+Neue&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="main-nav" id="mainNav">
<div class="nav-inner">
<a href="index.html" class="nav-logo">SALT<span>&</span>TIDE</a>
<div class="nav-links">
<a href="index.html" class="active">Home</a>
<a href="shop.html">Shop</a>
<a href="lookbook.html">Lookbook</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
<div class="nav-actions">
<button class="nav-menu-btn" id="menuToggle" aria-label="Menu">
<span></span><span></span><span></span>
</button>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div class="mobile-menu" id="mobileMenu">
<div class="mobile-menu-inner">
<a href="index.html">Home</a>
<a href="shop.html">Shop</a>
<a href="lookbook.html">Lookbook</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
</div>
<!-- Hero Banner -->
<section class="hero">
<div class="hero-bg">
<div class="hero-grain"></div>
<div class="hero-gradient"></div>
<div class="hero-lines">
<span></span><span></span><span></span><span></span><span></span>
</div>
</div>
<div class="hero-content">
<div class="hero-tag anim-up" style="--delay: 0.2s">Summer 26 Collection</div>
<h1 class="hero-title">
<span class="anim-up" style="--delay: 0.4s">Chase</span>
<span class="hero-title-italic anim-up" style="--delay: 0.55s">the</span>
<span class="anim-up" style="--delay: 0.7s">Swell</span>
</h1>
<p class="hero-sub anim-up" style="--delay: 0.9s">
Premium surf gear, built for the lineup.<br>
Shaped for those who paddle out with purpose.
</p>
<div class="hero-cta anim-up" style="--delay: 1.1s">
<a href="shop.html" class="btn btn-primary">Shop the Collection</a>
<a href="lookbook.html" class="btn btn-outline">View Lookbook</a>
</div>
</div>
<div class="hero-scroll-indicator anim-up" style="--delay: 1.5s">
<span>Scroll</span>
<div class="scroll-line"></div>
</div>
</section>
<!-- Featured Categories -->
<section class="categories">
<div class="container">
<div class="section-header">
<span class="section-tag anim-reveal">Curated</span>
<h2 class="section-title anim-reveal">Shop by Category</h2>
</div>
<div class="category-grid">
<a href="shop.html" class="category-card anim-reveal" style="--delay: 0.1s">
<div class="category-img" style="background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);">
<div class="category-overlay">
<svg viewBox="0 0 100 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M50 10 L30 45 L20 45 L15 110 L85 110 L80 45 L70 45 Z" stroke="rgba(255,255,255,0.3)" stroke-width="1" fill="none"/>
<line x1="40" y1="55" x2="60" y2="55" stroke="rgba(255,255,255,0.2)" stroke-width="0.5"/>
<line x1="38" y1="70" x2="62" y2="70" stroke="rgba(255,255,255,0.2)" stroke-width="0.5"/>
</svg>
</div>
</div>
<div class="category-info">
<h3>Surfboards</h3>
<span class="category-count">12 boards</span>
</div>
</a>
<a href="shop.html" class="category-card anim-reveal" style="--delay: 0.2s">
<div class="category-img" style="background: linear-gradient(135deg, #3a2a2a 0%, #1a1a1a 100%);">
<div class="category-overlay">
<svg viewBox="0 0 100 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M30 10 L25 110 L75 110 L70 10 Z" stroke="rgba(255,255,255,0.3)" stroke-width="1" fill="none"/>
<line x1="35" y1="30" x2="65" y2="30" stroke="rgba(255,255,255,0.2)" stroke-width="0.5"/>
</svg>
</div>
</div>
<div class="category-info">
<h3>Boardshorts</h3>
<span class="category-count">16 styles</span>
</div>
</a>
<a href="shop.html" class="category-card anim-reveal" style="--delay: 0.3s">
<div class="category-img" style="background: linear-gradient(135deg, #2a2a3a 0%, #1a1a1a 100%);">
<div class="category-overlay">
<svg viewBox="0 0 100 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M50 15 L35 40 L20 40 L25 80 L75 80 L80 40 L65 40 Z" stroke="rgba(255,255,255,0.3)" stroke-width="1" fill="none"/>
</svg>
</div>
</div>
<div class="category-info">
<h3>Wetsuits</h3>
<span class="category-count">8 suits</span>
</div>
</a>
<a href="shop.html" class="category-card anim-reveal" style="--delay: 0.4s">
<div class="category-img" style="background: linear-gradient(135deg, #2a3a2a 0%, #1a1a1a 100%);">
<div class="category-overlay">
<svg viewBox="0 0 100 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="40" r="20" stroke="rgba(255,255,255,0.3)" stroke-width="1" fill="none"/>
<path d="M30 60 Q50 80 70 60" stroke="rgba(255,255,255,0.2)" stroke-width="0.5" fill="none"/>
</svg>
</div>
</div>
<div class="category-info">
<h3>Accessories</h3>
<span class="category-count">22 items</span>
</div>
</a>
</div>
</div>
</section>
<!-- Featured Products -->
<section class="featured">
<div class="container">
<div class="section-header">
<span class="section-tag anim-reveal">New Arrivals</span>
<h2 class="section-title anim-reveal">Just Dropped</h2>
</div>
<div class="product-grid">
<div class="product-card anim-reveal" style="--delay: 0.1s">
<a href="shop.html" class="product-img-wrap">
<div class="product-img" style="background: linear-gradient(160deg, #2c2c2c, #1a1a1a);">
<div class="product-badge">New</div>
<div class="product-placeholder-icon">
<svg viewBox="0 0 60 70" fill="none"><path d="M30 5 L18 25 L10 25 L8 65 L52 65 L50 25 L42 25 Z" stroke="rgba(255,255,255,0.25)" stroke-width="0.8" fill="none"/></svg>
</div>
</div>
</a>
<div class="product-info">
<h3><a href="shop.html">Phantom 6'2 Shortboard</a></h3>
<p class="product-price">$685</p>
</div>
</div>
<div class="product-card anim-reveal" style="--delay: 0.2s">
<a href="shop.html" class="product-img-wrap">
<div class="product-img" style="background: linear-gradient(160deg, #2a2a30, #18181c);">
<div class="product-placeholder-icon">
<svg viewBox="0 0 60 70" fill="none"><path d="M30 8 L20 22 L12 22 L15 50 L45 50 L48 22 L40 22 Z" stroke="rgba(255,255,255,0.25)" stroke-width="0.8" fill="none"/></svg>
</div>
</div>
</a>
<div class="product-info">
<h3><a href="shop.html">Stealth 3/2mm Wetsuit</a></h3>
<p class="product-price">$345</p>
</div>
</div>
<div class="product-card anim-reveal" style="--delay: 0.3s">
<a href="shop.html" class="product-img-wrap">
<div class="product-img" style="background: linear-gradient(160deg, #302a28, #1a1816);">
<div class="product-badge">Sold Out</div>
<div class="product-placeholder-icon">
<svg viewBox="0 0 60 70" fill="none"><path d="M18 8 L15 65 L45 65 L42 8 Z" stroke="rgba(255,255,255,0.25)" stroke-width="0.8" fill="none"/></svg>
</div>
</div>
</a>
<div class="product-info">
<h3><a href="shop.html">Reef Runner Boardshorts</a></h3>
<p class="product-price">$78</p>
</div>
</div>
<div class="product-card anim-reveal" style="--delay: 0.4s">
<a href="shop.html" class="product-img-wrap">
<div class="product-img" style="background: linear-gradient(160deg, #28282e, #161618);">
<div class="product-placeholder-icon">
<svg viewBox="0 0 60 70" fill="none"><path d="M30 10 L18 28 L10 28 L14 48 L46 48 L50 28 L42 28 Z" stroke="rgba(255,255,255,0.25)" stroke-width="0.8" fill="none"/></svg>
</div>
</div>
</a>
<div class="product-info">
<h3><a href="shop.html">Drifter 9'0 Longboard</a></h3>
<p class="product-price">$895</p>
</div>
</div>
</div>
<div class="section-cta anim-reveal">
<a href="shop.html" class="btn btn-primary">View All Products</a>
</div>
</div>
</section>
<!-- Editorial Banner -->
<section class="editorial">
<div class="editorial-bg">
<div class="editorial-grain"></div>
</div>
<div class="editorial-content">
<span class="editorial-tag anim-reveal">The Ethos</span>
<blockquote class="editorial-quote anim-reveal">
"We don't chase trends.<br>We chase waves."
</blockquote>
<p class="editorial-attr anim-reveal">— Salt & Tide, est. 2021</p>
</div>
</section>
<!-- Newsletter -->
<section class="newsletter">
<div class="container">
<div class="newsletter-inner anim-reveal">
<div class="newsletter-text">
<h3>Stay in the Lineup</h3>
<p>First access to new boards, swell reports, and behind-the-scenes shaping content. No spam, ever.</p>
</div>
<div class="newsletter-form">
<input type="email" placeholder="your@email.com" class="newsletter-input">
<button class="btn btn-primary">Subscribe</button>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="site-footer">
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<a href="index.html" class="footer-logo">SALT<span>&</span>TIDE</a>
<p>Premium surf gear for those who live by the tide. Shaped with care in Southern California.</p>
</div>
<div class="footer-col">
<h4>Shop</h4>
<a href="shop.html">All Products</a>
<a href="#" data-shop-link="surfboards">Surfboards</a>
<a href="#" data-shop-link="wetsuits">Wetsuits</a>
<a href="#" data-shop-link="boardshorts">Boardshorts</a>
<a href="#" data-shop-link="accessories">Accessories</a>
</div>
<div class="footer-col">
<h4>Company</h4>
<a href="about.html">Our Story</a>
<a href="lookbook.html">Lookbook</a>
<a href="contact.html">Contact</a>
<a href="#">Careers</a>
</div>
<div class="footer-col">
<h4>Help</h4>
<a href="#">Shipping & Returns</a>
<a href="#">Size Guide</a>
<a href="#">FAQ</a>
<a href="#">Terms of Service</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Salt & Tide. All rights reserved.</p>
<div class="footer-social">
<a href="#" aria-label="Instagram">IG</a>
<a href="#" aria-label="Twitter">TW</a>
<a href="#" aria-label="TikTok">TK</a>
</div>
</div>
</div>
</footer>
<script src="config.js"></script>
<script src="main.js"></script>
</body>
</html>