-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
505 lines (482 loc) · 26.3 KB
/
index.html
File metadata and controls
505 lines (482 loc) · 26.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ZeroToAct — A Global Youth Execution Movement</title>
<meta name="description" content="ZeroToAct helps smart people stop overthinking and start executing with clear, practical playbooks. Weekly Intelligence, Annual Summit, and a Live Community." />
<meta name="keywords" content="ZeroToAct, execution, global intelligence, newsletter, summit, community, builders, productivity, africa" />
<link rel="canonical" href="https://zerotoact.com" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="apple-touch-icon" href="favicon.png" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerotoact.com" />
<meta property="og:title" content="ZeroToAct — A Global Youth Execution Movement" />
<meta property="og:description" content="Stop overthinking. Start executing. Join the movement for intelligence, summits, and community." />
<meta property="og:image" content="https://zerotoact.com/og-image.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://zerotoact.com" />
<meta name="twitter:title" content="ZeroToAct — A Global Youth Execution Movement" />
<meta name="twitter:description" content="Stop overthinking. Start executing. Practical playbooks for the globally aware." />
<meta name="twitter:image" content="https://zerotoact.com/og-image.png" />
<!-- Robots -->
<meta name="robots" content="index, follow" />
<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,500;0,600;0,700;0,900;1,400;1,700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<script async src="https://subscribe-forms.beehiiv.com/embed.js"></script>
</head>
<body>
<!-- ═══════════════════════════════════════════
NAVIGATION
═══════════════════════════════════════════ -->
<nav id="nav" role="navigation" aria-label="Main navigation">
<div class="nav-inner">
<a href="#hero" class="nav-logo" aria-label="ZeroToAct Home">
<span class="logo-zero">Zero</span><span class="logo-to">To</span><span class="logo-act">Act</span>
</a>
<ul class="nav-links" role="list">
<li><a href="#content-section" class="nav-link">Intelligence</a></li>
<li><a href="#summit-section" class="nav-link">Summit</a></li>
<li><a href="#community-section" class="nav-link">Community</a></li>
</ul>
<a href="#subscribe-section" class="nav-cta" id="nav-subscribe-btn">Join the Movement</a>
<button class="nav-hamburger" id="hamburger" aria-label="Open menu" aria-expanded="false">
<span></span><span></span>
</button>
</div>
<div class="nav-mobile-menu" id="mobile-menu" aria-hidden="true">
<a href="#content-section" class="mobile-link">Intelligence</a>
<a href="#summit-section" class="mobile-link">Summit</a>
<a href="#community-section" class="mobile-link">Community</a>
<a href="#subscribe-section" class="mobile-link mobile-link-cta">Subscribe Free</a>
</div>
</nav>
<main>
<!-- ═══════════════════════════════════════════
HERO
═══════════════════════════════════════════ -->
<section id="hero" class="hero" aria-labelledby="hero-heading">
<div class="hero-inner">
<h1 id="hero-heading" class="hero-heading reveal">
Own the Intelligence.<br />
<em>Execute </em> the <em>Future</em><br />
This is ZeroToAct
</h1>
<p class="hero-sub reveal">
Every week, we break down what's shifting in the world economy, geopolitics, and technology and translate it into clear, actionable intelligence for ambitious young people ready to move. Once a year, we gather. Every day, we build together.</p>
<div class="hero-actions reveal">
<a href="#subscribe-section" class="btn-primary" id="hero-subscribe-btn">Join the Movement</a>
<a href="#pillars" class="btn-ghost">See How It Works</a>
</div>
<div class="hero-stat-row reveal">
<div class="hero-stat">
<span class="stat-num">Weekly</span>
<span class="stat-label">Intelligence</span>
</div>
<div class="stat-divider" aria-hidden="true"></div>
<div class="hero-stat">
<span class="stat-num">Annual</span>
<span class="stat-label">Summit</span>
</div>
<div class="stat-divider" aria-hidden="true"></div>
<div class="hero-stat">
<span class="stat-num">Global</span>
<span class="stat-label">Community</span>
</div>
</div>
</div>
<div class="hero-scroll-indicator" aria-hidden="true">
<div class="scroll-line"></div>
<span class="scroll-text">Scroll</span>
</div>
</section>
<!-- ═══════════════════════════════════════════
THE THREE PILLARS
═══════════════════════════════════════════ -->
<section id="pillars" class="pillars-section" aria-labelledby="pillars-heading">
<div class="container">
<div class="section-header reveal">
<p class="section-eyebrow">The Three Expressions</p>
<h2 id="pillars-heading" class="section-heading">
From awareness<br />to execution.
</h2>
<p class="section-sub">
Three interconnected layers. Each one serves a distinct purpose.<br class="hide-mobile" />
Together they form a complete journey.
</p>
</div>
<div class="pillars-grid">
<article class="pillar-card reveal" id="pillar-content">
<div class="pillar-number">01</div>
<div class="pillar-tag">Intelligence</div>
<h3 class="pillar-title">Weekly Intelligence</h3>
<p class="pillar-desc">
Breaking down global economic, technological, and geopolitical developments, translated into clear, actionable insight that prepares you to move.
</p>
<ul class="pillar-list" aria-label="What Intelligence provides">
<li>Global shifts made actionable</li>
<li>Local relevance from global context</li>
<li>Consistent preparation for the Summit</li>
</ul>
<a href="#content-section" class="pillar-link">Read the Newsletter →</a>
</article>
<article class="pillar-card pillar-card--featured reveal" id="pillar-summit">
<div class="pillar-number">02</div>
<div class="pillar-tag">Summit</div>
<h3 class="pillar-title">Annual Event</h3>
<p class="pillar-desc">
Once a year, the movement gathers to assess the global outlook, map the opportunities, and produce a personal 12-month execution plan.
</p>
<ul class="pillar-list" aria-label="What the Summit provides">
<li>Rigorous global opportunity outlook</li>
<li>Structured personal roadmap</li>
<li>Walk away as a builder, not a learner</li>
</ul>
<a href="#summit-section" class="pillar-link">Learn About the Summit →</a>
</article>
<article class="pillar-card reveal" id="pillar-community">
<div class="pillar-number">03</div>
<div class="pillar-tag">Community</div>
<h3 class="pillar-title">Ongoing Execution</h3>
<p class="pillar-desc">
Where the movement lives between summits and beyond newsletters. Accountability structures. Real opportunities. Change agents actively building.
</p>
<ul class="pillar-list" aria-label="What the Community provides">
<li>Accountability around personal goals</li>
<li>Collaborations and opportunities</li>
<li>Builders, founders, and doers</li>
</ul>
<a href="#community-section" class="pillar-link">Join the Community →</a>
</article>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
HOW THEY WORK TOGETHER
═══════════════════════════════════════════ -->
<section class="flow-section" aria-labelledby="flow-heading">
<div class="container">
<div class="flow-inner reveal">
<div class="flow-left">
<p class="section-eyebrow">The Flow</p>
<h2 id="flow-heading" class="flow-heading">
Enter curious.<br />
Exit equipped,<br />
committed, connected.
</h2>
</div>
<div class="flow-right">
<div class="flow-step">
<div class="flow-step-num">01</div>
<div class="flow-step-content">
<strong>Intelligence</strong> builds awareness and global intelligence week by week.
</div>
</div>
<div class="flow-connector" aria-hidden="true"></div>
<div class="flow-step">
<div class="flow-step-num">02</div>
<div class="flow-step-content">
<strong>Summit</strong> converts that intelligence into personal commitment once a year.
</div>
</div>
<div class="flow-connector" aria-hidden="true"></div>
<div class="flow-step">
<div class="flow-step-num">03</div>
<div class="flow-step-content">
<strong>Community</strong> turns that commitment into sustained execution over time.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
CONTENT / NEWSLETTER SECTION
═══════════════════════════════════════════ -->
<section id="content-section" class="newsletter-section" aria-labelledby="newsletter-heading">
<div class="container">
<div class="newsletter-inner">
<div class="newsletter-left reveal">
<p class="section-eyebrow">01 — Intelligence</p>
<h2 id="newsletter-heading" class="section-heading">
Weekly intelligence<br />
for the globally aware.
</h2>
<p class="section-sub">
The intelligence layer. It builds the informed, aware reader who is ready to act when the summit arrives.
</p>
<ul class="newsletter-features" aria-label="Newsletter features">
<li>
<span class="feature-icon" aria-hidden="true">→</span>
Global economic and geopolitical breakdowns
</li>
<li>
<span class="feature-icon" aria-hidden="true">→</span>
Complexity translated into clear, local relevance
</li>
<li>
<span class="feature-icon" aria-hidden="true">→</span>
Consistent preparation for the annual summit
</li>
<li>
<span class="feature-icon" aria-hidden="true">→</span>
Free. No fluff. Unsubscribe anytime.
</li>
</ul>
</div>
<div id="subscribe-section" class="newsletter-right reveal">
<div class="subscribe-card">
<div class="subscribe-card-header">
<span class="subscribe-label">Join the Weekly Newsletter</span>
<h3 class="subscribe-heading">Start reading.<br />Start knowing.</h3>
<p class="subscribe-sub">Get global intelligence delivered to your inbox, every week. Free.</p>
</div>
<div class="beehiiv-embed-wrapper">
<iframe
src="https://subscribe-forms.beehiiv.com/1e1cabb4-d8ab-4b28-82a2-43bae8f13987"
class="beehiiv-embed"
data-test-id="beehiiv-embed"
frameborder="0"
scrolling="no"
style="background-color: transparent;"
title="Subscribe to ZeroToAct newsletter"
></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
SUMMIT SECTION
═══════════════════════════════════════════ -->
<section id="summit-section" class="summit-section" aria-labelledby="summit-heading">
<div class="container">
<div class="summit-inner">
<div class="summit-content reveal">
<p class="section-eyebrow">02 — Summit</p>
<h2 id="summit-heading" class="section-heading section-heading--light">
One day.<br />
One year's worth<br />
of direction.
</h2>
<p class="section-sub section-sub--light">
The commitment layer. Once a year, the movement gathers to assess the global outlook, map the opportunities, and produce a personal execution plan.
</p>
<div class="summit-details">
<div class="summit-detail-item">
<span class="summit-detail-label">Theme</span>
<span class="summit-detail-value">Global Eyes. African Stakes.</span>
</div>
<div class="summit-detail-item">
<span class="summit-detail-label">Next Event</span>
<span class="summit-detail-value">Coming 2027</span>
</div>
<div class="summit-detail-item">
<span class="summit-detail-label">Format</span>
<span class="summit-detail-value">One-Day Virtual Summit</span>
</div>
<div class="summit-detail-item">
<span class="summit-detail-label">Audience</span>
<span class="summit-detail-value">Global — Young Builders</span>
</div>
</div>
<div class="summit-outcomes">
<p class="outcomes-label">You will leave with:</p>
<div class="outcomes-grid">
<div class="outcome-item">
<div class="outcome-check" aria-hidden="true">✓</div>
<span>A 12-month personal action plan</span>
</div>
<div class="outcome-item">
<div class="outcome-check" aria-hidden="true">✓</div>
<span>Clear skills and sectors to pursue</span>
</div>
<div class="outcome-item">
<div class="outcome-check" aria-hidden="true">✓</div>
<span>A network of fellow builders</span>
</div>
<div class="outcome-item">
<div class="outcome-check" aria-hidden="true">✓</div>
<span>Commitment, not just inspiration</span>
</div>
</div>
</div>
<p class="summit-tagline">Understanding the World. Preparing Africa's Future.</p>
<a href="#subscribe-section" class="btn-primary btn-primary--outline" id="summit-notify-btn">
Get Notified When It's Live
</a>
</div>
<div class="summit-visual reveal" aria-hidden="true">
<div class="summit-card-stack">
<div class="stack-card stack-card-3">
<div class="stack-card-inner">
<div class="stack-tag">Outlook</div>
</div>
</div>
<div class="stack-card stack-card-2">
<div class="stack-card-inner">
<div class="stack-tag">Roadmap</div>
</div>
</div>
<div class="stack-card stack-card-1">
<div class="stack-card-inner">
<div class="card-top-meta">
<span class="card-access-id">Z2A-S27-EXEC</span>
<span class="card-status-dot"></span>
</div>
<span class="card-eyebrow">ZeroToAct Summit 2027</span>
<div class="stack-heading">Global Eyes.<br />African Stakes.</div>
<div class="stack-sub">Understanding the World.<br />Preparing Africa's Future.</div>
<div class="card-divider"></div>
<div class="stack-label">Virtual · Annual · Global</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
COMMUNITY SECTION
═══════════════════════════════════════════ -->
<section id="community-section" class="community-section" aria-labelledby="community-heading">
<div class="container">
<div class="community-inner">
<div class="community-top reveal">
<p class="section-eyebrow">03 — Community</p>
<h2 id="community-heading" class="section-heading">
Where the movement<br />lives between summits.
</h2>
<p class="section-sub">
The execution layer. Connect with builders who are actively moving, not just watching.
</p>
</div>
<div class="community-grid">
<div class="community-card reveal">
<div class="community-card-icon" aria-hidden="true">⬡</div>
<h3 class="community-card-title">Accountability Structures</h3>
<p class="community-card-desc">Commit to your goals in a community that checks in, follows up, and celebrates your progress.</p>
</div>
<div class="community-card reveal">
<div class="community-card-icon" aria-hidden="true">⬡</div>
<h3 class="community-card-title">Real Opportunities</h3>
<p class="community-card-desc">Collaborations, resources, and connections that surface across the network — not curated, but earned.</p>
</div>
<div class="community-card reveal">
<div class="community-card-icon" aria-hidden="true">⬡</div>
<h3 class="community-card-title">Who Belongs</h3>
<p class="community-card-desc">Builders. Founders. Professionals. Young people in motion. If you've moved past information consumption, this is for you.</p>
</div>
</div>
<div class="community-cta reveal">
<div class="community-cta-inner">
<div class="community-cta-text">
<h3 class="community-cta-heading">The community is live.</h3>
<p class="community-cta-sub">A private WhatsApp community for builders who are done consuming and ready to move. Share progress, find accountability, and connect with people who are actively executing.</p>
</div>
<div class="community-cta-action">
<a
href="https://chat.whatsapp.com/L6NcsuQXSAs0dpbKbhhsil"
class="btn-whatsapp"
id="whatsapp-join-btn"
target="_blank"
rel="noopener noreferrer"
>
<svg class="whatsapp-icon" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/>
</svg>
Join on WhatsApp
</a>
<p class="community-cta-disclaimer">Free to join. Open to builders.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
BRAND PROMISE
═══════════════════════════════════════════ -->
<section class="promise-section" aria-labelledby="promise-heading">
<div class="container">
<div class="promise-inner reveal">
<div class="promise-rule" aria-hidden="true"></div>
<blockquote class="promise-quote" id="promise-heading">
"You will leave ZeroToAct with more than insight. You will leave with a plan, a commitment, and a community that holds you to it."
</blockquote>
<div class="promise-rule" aria-hidden="true"></div>
<div class="promise-meta">
<span class="promise-brand">ZeroToAct</span>
<span class="promise-tagline">A Global Youth Execution Movement</span>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
FINAL CTA
═══════════════════════════════════════════ -->
<section class="final-cta-section" aria-labelledby="final-cta-heading">
<div class="container">
<div class="final-cta-inner reveal">
<h2 id="final-cta-heading" class="final-cta-heading">
Start where you are.<br />
Start now.
</h2>
<p class="final-cta-sub">
Join a growing community of young builders getting weekly global intelligence — free.
</p>
<a href="#subscribe-section" class="btn-primary btn-primary--large" id="final-subscribe-btn">
Join ZeroToAct — Free
</a>
</div>
</div>
</section>
</main>
<!-- ═══════════════════════════════════════════
FOOTER
═══════════════════════════════════════════ -->
<footer class="footer" role="contentinfo">
<div class="container">
<div class="footer-inner">
<div class="footer-brand">
<a href="#hero" class="footer-logo" aria-label="ZeroToAct Home">ZeroToAct</a>
<p class="footer-tagline">
A global movement that takes young people<br />
from knowing to doing.
</p>
</div>
<nav class="footer-nav" aria-label="Footer navigation">
<div class="footer-nav-group">
<p class="footer-nav-label">Platform</p>
<a href="#content-section" class="footer-nav-link">Intelligence</a>
<a href="#summit-section" class="footer-nav-link">Summit</a>
<a href="#community-section" class="footer-nav-link">Community</a>
</div>
</nav>
</div>
<div class="footer-bottom">
<p class="footer-copy">© 2026 ZeroToAct. All rights reserved.</p>
<a
href="https://instagram.com/zerotoact"
class="footer-instagram"
target="_blank"
rel="noopener noreferrer"
aria-label="ZeroToAct on Instagram"
>
<svg class="footer-insta-icon" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z"/>
</svg>
@zerotoact
</a>
</div>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>