-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlookbook.html
More file actions
205 lines (197 loc) · 7.6 KB
/
lookbook.html
File metadata and controls
205 lines (197 loc) · 7.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lookbook — SALT & TIDE</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">
<style>
.lookbook-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.lookbook-item:hover .lookbook-img img {
transform: scale(1.05);
}
</style>
</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">Home</a>
<a href="shop.html">Shop</a>
<a href="lookbook.html" class="active">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>
<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>
<!-- Lookbook Hero -->
<header class="page-header lookbook-header">
<div class="container">
<h1 class="page-title anim-up" style="--delay: 0.2s">Lookbook</h1>
<p class="page-subtitle anim-up" style="--delay: 0.4s">Summer 26 — Shot on location across Southern California's finest breaks. Our gear in the water and on the sand, the way it's meant to be used.</p>
</div>
</header>
<!-- Lookbook Grid -->
<section class="lookbook-section">
<div class="container">
<div class="lookbook-grid">
<div class="lookbook-item lookbook-tall anim-reveal" style="--delay: 0.1s">
<div class="lookbook-img">
<img src="https://images.unsplash.com/photo-1502680390548-bdbac40b3698?w=800&h=1200&fit=crop&auto=format" alt="Surfer walking toward the ocean at dawn with board under arm" loading="lazy">
</div>
<div class="lookbook-caption">
<span>Shot 01</span>
<p>Dawn patrol — Phantom Shortboard, Stealth 3/2mm Wetsuit</p>
</div>
</div>
<div class="lookbook-item anim-reveal" style="--delay: 0.2s">
<div class="lookbook-img">
<img src="https://images.unsplash.com/photo-1455729552865-3658a5d39692?w=800&h=800&fit=crop&auto=format" alt="Close-up of surfboard fins on sandy beach" loading="lazy">
</div>
<div class="lookbook-caption">
<span>Shot 02</span>
<p>Fin detail — Phantom Shortboard thruster setup</p>
</div>
</div>
<div class="lookbook-item anim-reveal" style="--delay: 0.3s">
<div class="lookbook-img">
<img src="https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=800&h=800&fit=crop&auto=format" alt="Tropical ocean wave breaking" loading="lazy">
</div>
<div class="lookbook-caption">
<span>Shot 03</span>
<p>The lineup — clean overhead sets rolling through</p>
</div>
</div>
<div class="lookbook-item lookbook-wide anim-reveal" style="--delay: 0.15s">
<div class="lookbook-img">
<img src="https://images.unsplash.com/photo-1416339306562-f3d12fefd36f?w=1400&h=700&fit=crop&auto=format" alt="Wide ocean view with waves and golden light" loading="lazy">
</div>
<div class="lookbook-caption">
<span>Shot 04</span>
<p>Golden hour at Trestles — full collection on location</p>
</div>
</div>
<div class="lookbook-item anim-reveal" style="--delay: 0.25s">
<div class="lookbook-img">
<img src="https://images.unsplash.com/photo-1531722569936-825d3dd91b15?w=800&h=800&fit=crop&auto=format" alt="Surfboards lined up against a wall" loading="lazy">
</div>
<div class="lookbook-caption">
<span>Shot 05</span>
<p>The quiver — Phantom, Drifter, and Reef Runner models</p>
</div>
</div>
<div class="lookbook-item lookbook-tall anim-reveal" style="--delay: 0.2s">
<div class="lookbook-img">
<img src="https://images.unsplash.com/photo-1515377905703-c4788e51af15?w=800&h=1200&fit=crop&auto=format" alt="Surfer riding a wave at sunset" loading="lazy">
</div>
<div class="lookbook-caption">
<span>Shot 06</span>
<p>Evening glass — Drifter 9'0 Longboard in action</p>
</div>
</div>
</div>
</div>
</section>
<!-- Credits -->
<section class="lookbook-credits">
<div class="container">
<div class="credits-inner anim-reveal">
<h3>Credits</h3>
<div class="credits-grid">
<div>
<span>Photography</span>
<p>Jake Morales</p>
</div>
<div>
<span>Surf Athletes</span>
<p>Kai Reeves, Luna Santos</p>
</div>
<div>
<span>Location</span>
<p>San Clemente & Trestles, CA</p>
</div>
<div>
<span>Creative Direction</span>
<p>Salt & Tide Studio</p>
</div>
</div>
</div>
</div>
</section>
<!-- CTA -->
<section class="about-cta">
<div class="container">
<div class="about-cta-inner anim-reveal">
<h2>Ready to paddle out?</h2>
<a href="shop.html" class="btn btn-primary">Shop the Collection</a>
</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>