-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
292 lines (264 loc) · 12.4 KB
/
index.html
File metadata and controls
292 lines (264 loc) · 12.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FreshReach | Fresh Food for Every Family</title>
<meta name="description" content="FreshReach distributes, connects and educates communities on accessing fresh, healthy food — through farmers markets, food banks, produce giveaways, and more.">
<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=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" sizes="512x512" href="favicon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon.png">
<link rel="apple-touch-icon" sizes="512x512" href="favicon.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- NAV -->
<nav class="nav" id="nav">
<a href="/" class="nav__logo">
<img src="logo-transparent.png" alt="FreshReach">
</a>
<div class="nav__links" id="navLinks">
<a href="#work">Our Work</a>
<a href="#programs">Programs</a>
<a href="#impact">Impact</a>
</div>
<a href="#connect" class="nav__pill">Get Involved</a>
<button class="nav__burger" id="navBurger" aria-label="Menu">
<span></span><span></span>
</button>
</nav>
<!-- MOBILE DRAWER -->
<div class="nav__drawer" id="navDrawer">
<button class="drawer__close" id="drawerClose">✕</button>
<a href="#work" class="drawer__link">Our Work</a>
<a href="#programs" class="drawer__link">Programs</a>
<a href="#impact" class="drawer__link">Impact</a>
<a href="#connect" class="drawer__link drawer__cta">Get Involved</a>
</div>
<div class="drawer__backdrop" id="drawerBackdrop"></div>
<!-- ============================================================
HERO — two-panel split. Teal left / image right.
Wide title bleeds across both.
============================================================ -->
<header class="hero">
<!-- Left panel: teal -->
<div class="hero__left">
<p class="hero__uptag">Est. 2026 · Community Food Access</p>
<h1 class="hero__headline">Fresh food<br>for every<br><em>family.</em></h1>
<div class="hero__tag-group">
<span class="hero__pill">100+ events / yr</span>
<span class="hero__pill">5k+ families reached</span>
</div>
<p class="hero__mission">We distribute, connect, and educate — so no family in our community is unaware of the fresh food already available to them.</p>
<div class="hero__actions">
<a href="#programs" class="btn btn--coral">See Our Programs</a>
<a href="#connect" class="btn btn--outline-white">Partner With Us</a>
</div>
</div>
<!-- Right panel: photo -->
<div class="hero__right">
<img
src="https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1400&q=85"
alt="Fresh community produce"
class="hero__photo"
>
<!-- floating badge -->
<div class="hero__badge">
<div class="hero__badge-ring"></div>
<span class="hero__badge-label">Food<br>is<br>Medicine</span>
</div>
</div>
<!-- Title bleeds ACROSS both panels -->
<div class="hero__wordmark">
<span>FRESH</span><em>REACH</em>
</div>
</header>
<!-- ============================================================
TICKER BAND
============================================================ -->
<div class="ticker">
<div class="ticker__track">
<span>Farmers Markets</span><span class="sep">✦</span>
<span>Food Distributions</span><span class="sep">✦</span>
<span>Produce Giveaways</span><span class="sep">✦</span>
<span>Farm Booking</span><span class="sep">✦</span>
<span>Healthy Eating Education</span><span class="sep">✦</span>
<span>Community Nourishment</span><span class="sep">✦</span>
<!-- duplicate for seamless loop -->
<span>Farmers Markets</span><span class="sep">✦</span>
<span>Food Distributions</span><span class="sep">✦</span>
<span>Produce Giveaways</span><span class="sep">✦</span>
<span>Farm Booking</span><span class="sep">✦</span>
<span>Healthy Eating Education</span><span class="sep">✦</span>
<span>Community Nourishment</span><span class="sep">✦</span>
</div>
</div>
<!-- ============================================================
INTRODUCTION
============================================================ -->
<section class="intro" id="work">
<div class="intro__inner">
<p class="section-label reveal">What We Do</p>
<h2 class="intro__headline reveal delay-1">
We believe no family<br>
should be unaware of fresh food<br>
<em>already in their community.</em>
</h2>
<p class="intro__body reveal delay-2">FreshReach isn't just a platform. We are a community presence — running distributions, facilitating access, organizing events, and educating families on food as the foundation of health. Our digital tools make everything visible. But the real work happens in neighborhoods.</p>
</div>
</section>
<!-- ============================================================
PROGRAMS BENTO
============================================================ -->
<section class="programs" id="programs">
<div class="programs__inner">
<div class="programs__top reveal">
<p class="section-label">Our Programs</p>
<h2>Four ways<br>we show up.</h2>
<a href="#connect" class="view-link">All Programs <span>→</span></a>
</div>
<div class="bento">
<!-- Large teal card with image -->
<div class="bcard bcard--teal bcard--xl reveal">
<div class="bcard__img-wrap">
<img src="https://images.unsplash.com/photo-1488459716781-31db52582fe9?auto=format&fit=crop&w=1200&q=80" alt="Farmers market">
</div>
<div class="bcard__body">
<div class="bcard__num">01</div>
<h3>Farmers Market<br>Network</h3>
<p>Real-time locations, hours, and seasonal produce availability across every partnered market. Know before you go.</p>
<a href="#" class="bcard__link">Explore markets →</a>
</div>
</div>
<!-- Food Bank / Peach card -->
<div class="bcard bcard--peach reveal delay-1">
<div class="bcard__img-wrap">
<img src="https://images.unsplash.com/photo-1593113598332-cd288d649433?auto=format&fit=crop&w=900&q=80" alt="Food bank distribution">
</div>
<div class="bcard__body">
<div class="bcard__num">02</div>
<h3>Food Bank Distributions</h3>
<p>We coordinate and surface free produce giveaways and food bank events in your area so nothing is missed.</p>
<a href="#" class="bcard__link bcard__link--rust">See distributions →</a>
</div>
</div>
<!-- Booking / Stone card -->
<div class="bcard bcard--stone reveal delay-2">
<div class="bcard__img-wrap">
<img src="https://images.unsplash.com/photo-1579113800032-c38bd7635818?auto=format&fit=crop&w=800&q=80" alt="Vendor at market">
</div>
<div class="bcard__body">
<div class="bcard__num">03</div>
<h3>Farm Booking<br>& Interest</h3>
<p>Families register interest and book directly. Farms follow up. Simple, human, effective.</p>
<a href="#" class="bcard__link bcard__link--dark">Request produce →</a>
</div>
</div>
<!-- Education card — wide, with image side -->
<div class="bcard bcard--mint bcard--wide reveal delay-3">
<div class="bcard__body">
<div class="bcard__num">04</div>
<h3>Healthy Eating Education</h3>
<p>Workshops, guides, and content on seasonal cooking, nutrition, and food as medicine — made for real families.</p>
<a href="#" class="bcard__link bcard__link--forest">Browse content →</a>
</div>
<div class="bcard__img-right">
<img src="https://images.unsplash.com/photo-1512621776951-a57141f2eefd?auto=format&fit=crop&w=800&q=80" alt="Fresh healthy vegetables and nutrition">
</div>
</div>
</div>
</div>
</section>
<!-- ============================================================
IMPACT — horizontal scroll numbers
============================================================ -->
<section class="impact" id="impact">
<div class="impact__inner">
<div class="impact__left reveal">
<p class="section-label light">Impact</p>
<h2>Every number<br>is a family<br><em>that got there.</em></h2>
<p>Every distribution we run, every market we map, every giveaway we surface — it all moves the needle. Here is what that looks like.</p>
<a href="#connect" class="btn btn--white-outline">Join the movement</a>
</div>
<div class="impact__right">
<div class="istat reveal delay-1">
<div class="istat__top">
<span class="istat__n" data-target="5000">0</span>
<span class="istat__plus">+</span>
</div>
<span class="istat__l">Families reached through our programs and distributions</span>
</div>
<div class="istat reveal delay-2">
<div class="istat__top">
<span class="istat__n" data-target="100">0</span>
<span class="istat__plus">+</span>
</div>
<span class="istat__l">Community events organized annually across partner neighborhoods</span>
</div>
<div class="istat reveal delay-3">
<div class="istat__top">
<span class="istat__n" data-target="40">0</span>
<span class="istat__plus">+</span>
</div>
<span class="istat__l">Local farm & vendor partners supplying produce to our network</span>
</div>
</div>
</div>
</section>
<!-- ============================================================
CONNECT — warm CTA, not dark
============================================================ -->
<section class="connect" id="connect">
<div class="connect__inner reveal">
<p class="connect__eyebrow">Get Involved</p>
<h2 class="connect__headline">
Whether you grow it,<br>need it, or share it —<br>
<em>we have a place for you.</em>
</h2>
<div class="connect__ctas">
<a href="#" class="btn btn--teal-solid">Find Farmers Markets Near Me</a>
<a href="#" class="btn btn--outline-teal">Register as a Farm</a>
</div>
</div>
<div class="connect__photos">
<div class="cp cp-1 reveal"><img src="https://images.unsplash.com/photo-1498579809087-ef1e558fd1da?auto=format&fit=crop&w=600&q=80" alt="Fresh fruit"></div>
<div class="cp cp-2 reveal delay-1"><img src="https://images.unsplash.com/photo-1600189020440-be34ba9e2bc3?auto=format&fit=crop&w=600&q=80" alt="Community hands"></div>
</div>
</section>
<!-- FOOTER -->
<footer class="footer">
<div class="footer__inner">
<div class="footer__top">
<div class="footer__brand">
<img src="logo-transparent.png" alt="FreshReach" class="footer__logo">
<p class="footer__desc">FreshReach is a community organization distributing fresh food, connecting families to local farmers markets, and educating neighborhoods on the power of whole nutrition. We make fresh food visible for everyone.</p>
</div>
<nav class="footer__nav">
<div>
<h4>Programs</h4>
<a href="#">Farmers Markets</a>
<a href="#">Food Distributions</a>
<a href="#">Farm Booking</a>
<a href="#">Education</a>
</div>
<div>
<h4>Organization</h4>
<a href="#">About Us</a>
<a href="#">Our Partners</a>
<a href="#">Contact</a>
</div>
</nav>
</div><!-- /.footer__brand -->
</div><!-- /.footer__top -->
<div class="footer__bottom">
<span>© 2026 FreshReach · Connecting you to fresh produce</span>
<div><a href="#">Privacy</a><a href="#">Terms</a></div>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>