-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
444 lines (397 loc) · 22.9 KB
/
index.html
File metadata and controls
444 lines (397 loc) · 22.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Research-backed AI safety and literacy programs trusted by international schools across Asia-Pacific. Education for the 22nd Century.">
<meta name="keywords" content="AI education, AI literacy, AI safety, teacher training, student curriculum, education technology">
<meta name="author" content="Haihao Liu">
<title>Ternity Education | Education for the 22nd Century</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<!-- Preload fonts -->
<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=Inter:wght@400;500;600;700;900&display=swap" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Navigation -->
<nav class="nav" id="nav">
<div class="nav-container">
<a href="#home" class="logo-link">
<img src="img/header_logo.svg" alt="Ternity Education" class="logo">
</a>
<ul class="nav-links" id="navLinks">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#problem" class="nav-link">Challenge</a></li>
<li><a href="#solution" class="nav-link">Programs</a></li>
<li><a href="#haihao" class="nav-link">About</a></li>
<li><a href="#book" class="nav-link cta-nav">Book a Call</a></li>
</ul>
<button class="mobile-menu-btn" id="mobileMenuBtn" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<!-- Mobile Menu Overlay -->
<div class="mobile-menu" id="mobileMenu">
<ul class="mobile-menu-links">
<li><a href="#home" class="mobile-link">Home</a></li>
<li><a href="#problem" class="mobile-link">Challenge</a></li>
<li><a href="#solution" class="mobile-link">Programs</a></li>
<li><a href="#haihao" class="mobile-link">About</a></li>
<li><a href="#book" class="mobile-link">Book a Call</a></li>
</ul>
</div>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="container hero-container">
<div class="hero-content">
<p class="hero-tagline">Education for the 22nd Century</p>
<h1 class="hero-headline">
<span class="line">Prepare Your School</span>
<span class="line">for an AI-Augmented</span>
<span class="line">Future</span>
</h1>
<p class="hero-subheadline">
Research-backed AI safety and literacy programs trusted by international schools across Asia-Pacific. Go beyond ChatGPT—teach students and teachers to thrive with AI responsibly.
</p>
<div class="hero-ctas">
<a href="#book" class="btn btn-primary">Book a Call with Haihao</a>
<a href="#solution" class="btn-text">View Programs →</a>
</div>
<div class="trust-badges">
<span class="badge">MIT</span>
<span class="badge-divider">|</span>
<span class="badge">Harvard</span>
<span class="badge-divider">|</span>
<span class="badge">Boston College</span>
</div>
</div>
<!-- Background Animation -->
<div class="hero-background">
<svg class="geometric-pattern" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grid-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#7DD3E8;stop-opacity:0.1" />
<stop offset="100%" style="stop-color:#7DD3E8;stop-opacity:0.05" />
</linearGradient>
</defs>
<!-- Grid pattern -->
<g class="grid-lines" stroke="url(#grid-gradient)" stroke-width="1" fill="none">
<line x1="0" y1="200" x2="1000" y2="200" />
<line x1="0" y1="400" x2="1000" y2="400" />
<line x1="0" y1="600" x2="1000" y2="600" />
<line x1="0" y1="800" x2="1000" y2="800" />
<line x1="200" y1="0" x2="200" y2="1000" />
<line x1="400" y1="0" x2="400" y2="1000" />
<line x1="600" y1="0" x2="600" y2="1000" />
<line x1="800" y1="0" x2="800" y2="1000" />
</g>
<!-- Dots at intersections -->
<g class="grid-dots" fill="#7DD3E8" opacity="0.15">
<circle cx="200" cy="200" r="4" />
<circle cx="400" cy="200" r="4" />
<circle cx="600" cy="200" r="4" />
<circle cx="800" cy="200" r="4" />
<circle cx="200" cy="400" r="4" />
<circle cx="400" cy="400" r="4" />
<circle cx="600" cy="400" r="4" />
<circle cx="800" cy="400" r="4" />
<circle cx="200" cy="600" r="4" />
<circle cx="400" cy="600" r="4" />
<circle cx="600" cy="600" r="4" />
<circle cx="800" cy="600" r="4" />
<circle cx="200" cy="800" r="4" />
<circle cx="400" cy="800" r="4" />
<circle cx="600" cy="800" r="4" />
<circle cx="800" cy="800" r="4" />
</g>
</svg>
</div>
</div>
</section>
<!-- Problem Section -->
<section class="section section-white" id="problem">
<div class="container">
<div class="two-column">
<div class="content-side">
<p class="eyebrow">The Challenge</p>
<h2 class="section-headline">Schools Are Racing to Adopt AI—Without the Training</h2>
<p class="body-text">
While 450+ schools in Hong Kong introduced ChatGPT into classrooms, most educators lack the expertise to implement AI safely, ethically, and effectively. Students are using tools they don't understand. Teachers feel overwhelmed. Leaders struggle with policy.
</p>
<div class="stats-grid">
<div class="stat-item">
<div class="stat-number" data-count="89">0</div>
<div class="stat-label">of teachers feel unprepared to teach with AI</div>
</div>
<div class="stat-item">
<div class="stat-number" data-count="66">0</div>
<div class="stat-label">of students use AI without understanding limitations</div>
</div>
<div class="stat-item">
<div class="stat-number" data-count="100">0</div>
<div class="stat-label">of schools need AI policy guidance right now</div>
</div>
</div>
</div>
<div class="visual-side">
<div class="chart-container">
<svg viewBox="0 0 400 300" class="simple-chart">
<defs>
<linearGradient id="chart-gradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#7DD3E8;stop-opacity:0.3" />
<stop offset="100%" style="stop-color:#7DD3E8;stop-opacity:0.05" />
</linearGradient>
</defs>
<!-- Adoption line (going up) -->
<path class="chart-line chart-line-1" d="M 50 250 L 100 220 L 150 180 L 200 140 L 250 90 L 300 50 L 350 30"
stroke="#7DD3E8" stroke-width="3" fill="none" stroke-dasharray="1000" stroke-dashoffset="1000"/>
<!-- Training line (flat/low) -->
<path class="chart-line chart-line-2" d="M 50 250 L 100 245 L 150 240 L 200 235 L 250 230 L 300 228 L 350 225"
stroke="#F87171" stroke-width="3" fill="none" stroke-dasharray="1000" stroke-dashoffset="1000"/>
<!-- Labels -->
<text x="360" y="35" font-size="14" fill="#7DD3E8" font-weight="600">AI Adoption</text>
<text x="360" y="230" font-size="14" fill="#F87171" font-weight="600">Teacher Training</text>
<!-- The Gap -->
<text x="200" y="140" font-size="18" fill="#6B7280" font-weight="700" text-anchor="middle">The Gap</text>
</svg>
</div>
</div>
</div>
</div>
</section>
<!-- Solution Section -->
<section class="section section-gray" id="solution">
<div class="container">
<h2 class="section-headline centered">How We're Different</h2>
<div class="cards-grid">
<!-- Card 1 -->
<div class="solution-card" style="--rotation: -2deg">
<svg class="card-icon" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<path d="M24 4L4 14v10c0 12.15 8.25 23.52 20 26.36C35.75 47.52 44 36.15 44 24V14L24 4z"
stroke="#7DD3E8" stroke-width="2" fill="none" stroke-linejoin="round"/>
<path d="M15 24l6 6 12-12" stroke="#7DD3E8" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<h3 class="card-title">Teacher Professional Development</h3>
<p class="card-description">16-hour certification program combining AI fundamentals, pedagogical strategies, and hands-on implementation.</p>
<a href="#book" class="card-link">Learn More →</a>
</div>
<!-- Card 2 -->
<div class="solution-card" style="--rotation: 2deg">
<svg class="card-icon" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<rect x="8" y="12" width="32" height="28" rx="2" stroke="#7DD3E8" stroke-width="2" fill="none"/>
<path d="M8 20h32M16 12v-4M32 12v-4" stroke="#7DD3E8" stroke-width="2" stroke-linecap="round"/>
<circle cx="16" cy="28" r="1.5" fill="#7DD3E8"/>
<circle cx="24" cy="28" r="1.5" fill="#7DD3E8"/>
<circle cx="32" cy="28" r="1.5" fill="#7DD3E8"/>
</svg>
<h3 class="card-title">Student AI Literacy Curriculum</h3>
<p class="card-description">Age-appropriate, hands-on modules teaching ethical AI use, critical thinking, and creative collaboration.</p>
<a href="#book" class="card-link">Learn More →</a>
</div>
<!-- Card 3 -->
<div class="solution-card" style="--rotation: -1deg">
<svg class="card-icon" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<path d="M12 8h24v32H12z" stroke="#7DD3E8" stroke-width="2" fill="none"/>
<path d="M16 16h16M16 24h16M16 32h12" stroke="#7DD3E8" stroke-width="2" stroke-linecap="round"/>
<path d="M36 12l6 6-6 6" stroke="#7DD3E8" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<h3 class="card-title">School AI Policy Consulting</h3>
<p class="card-description">Custom implementation roadmap, safety protocols, and ongoing support for school-wide AI integration.</p>
<a href="#book" class="card-link">Learn More →</a>
</div>
</div>
</div>
</section>
<!-- Meet Haihao Section -->
<section class="section section-white" id="haihao">
<div class="container">
<div class="haihao-layout">
<div class="haihao-image-side">
<div class="image-wrapper">
<div class="image-placeholder">
<!-- Placeholder for Haihao's photo -->
<svg viewBox="0 0 400 500" xmlns="http://www.w3.org/2000/svg">
<rect width="400" height="500" fill="#F3F4F6"/>
<text x="200" y="250" text-anchor="middle" font-size="20" fill="#6B7280">
Photo of Haihao Liu
</text>
</svg>
</div>
<div class="diagonal-divider"></div>
</div>
</div>
<div class="haihao-content-side">
<h2 class="section-headline">Meet Haihao Liu</h2>
<p class="body-text">
Haihao combines world-class AI expertise from MIT with deep pedagogical knowledge from Harvard. As an AI Safety researcher and former educator, he understands both the technology and the classroom.
</p>
<ul class="credentials-list">
<li class="credential-item">
<span class="credential-icon">🎓</span>
<span class="credential-text">MIT PhD Researcher - AI & Machine Learning</span>
</li>
<li class="credential-item">
<span class="credential-icon">📚</span>
<span class="credential-text">Harvard MEd - Learning Design & Technology</span>
</li>
<li class="credential-item">
<span class="credential-icon">🛡️</span>
<span class="credential-text">AI Safety Pioneer - BlueDot, AIS Asia</span>
</li>
<li class="credential-item">
<span class="credential-icon">👨🏫</span>
<span class="credential-text">Experienced Educator - 4+ years teaching</span>
</li>
</ul>
<a href="#book" class="btn btn-primary">Book a Call</a>
</div>
</div>
</div>
</section>
<!-- Process Section -->
<section class="section section-gray" id="process">
<div class="container">
<h2 class="section-headline centered">Your Path to AI-Ready</h2>
<div class="timeline">
<div class="timeline-line"></div>
<div class="timeline-step">
<div class="step-number">01</div>
<div class="step-icon">
<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<rect x="8" y="12" width="32" height="28" rx="2" stroke="currentColor" stroke-width="2" fill="none"/>
<path d="M8 20h32M16 12v-4M32 12v-4" stroke="currentColor" stroke-width="2"/>
</svg>
</div>
<h3 class="step-title">Discovery Call</h3>
<p class="step-description">Free 30-minute consultation. We discuss your needs, challenges, and goals.</p>
</div>
<div class="timeline-step">
<div class="step-number">02</div>
<div class="step-icon">
<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<path d="M12 8h24v32H12z" stroke="currentColor" stroke-width="2" fill="none"/>
<path d="M16 16h16M16 24h16M16 32h12" stroke="currentColor" stroke-width="2"/>
</svg>
</div>
<h3 class="step-title">Custom Proposal</h3>
<p class="step-description">Tailored program design matching your budget, timeline, and outcomes.</p>
</div>
<div class="timeline-step">
<div class="step-number">03</div>
<div class="step-icon">
<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<rect x="8" y="12" width="32" height="24" rx="2" stroke="currentColor" stroke-width="2" fill="none"/>
<path d="M8 22h32" stroke="currentColor" stroke-width="2"/>
<circle cx="24" cy="40" r="2" fill="currentColor"/>
</svg>
</div>
<h3 class="step-title">Program Delivery</h3>
<p class="step-description">Engaging training and implementation. Teachers learn, students explore.</p>
</div>
<div class="timeline-step">
<div class="step-number">04</div>
<div class="step-icon">
<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<path d="M24 8c-8.8 0-16 7.2-16 16s7.2 16 16 16" stroke="currentColor" stroke-width="2" fill="none"/>
<path d="M24 40c8.8 0 16-7.2 16-16s-7.2-16-16-16" stroke="currentColor" stroke-width="2" fill="none"/>
</svg>
</div>
<h3 class="step-title">Ongoing Support</h3>
<p class="step-description">Monthly check-ins, content updates, and community access.</p>
</div>
</div>
</div>
</section>
<!-- Final CTA / Booking Section -->
<section class="section section-white" id="book">
<div class="container">
<div class="booking-container">
<h2 class="section-headline centered">Ready to Transform Your School's AI Future?</h2>
<p class="body-text centered booking-subheadline">
Book a free 30-minute strategy call with Haihao. No obligation, just expert guidance.
</p>
<div class="booking-form-wrapper">
<form class="booking-form" id="bookingForm">
<div class="form-group">
<label for="name">Name <span class="required">*</span></label>
<input type="text" id="name" name="name" required placeholder="Your name">
</div>
<div class="form-group">
<label for="email">Email <span class="required">*</span></label>
<input type="email" id="email" name="email" required placeholder="your.email@school.edu">
</div>
<div class="form-group">
<label for="school">School Name <span class="required">*</span></label>
<input type="text" id="school" name="school" required placeholder="Your school or organization">
</div>
<div class="form-group">
<label for="role">Your Role</label>
<select id="role" name="role">
<option value="">Select your role</option>
<option value="teacher">Teacher</option>
<option value="admin">Administrator</option>
<option value="principal">Principal/Head of School</option>
<option value="coordinator">Program Coordinator</option>
<option value="other">Other</option>
</select>
</div>
<div class="form-group">
<label for="message">What brings you here?</label>
<textarea id="message" name="message" rows="4" placeholder="Tell us about your school's AI education needs..."></textarea>
</div>
<button type="submit" class="btn btn-primary btn-large">Schedule Free Consultation</button>
<p class="form-note">
Limited availability: 3 slots left this month
</p>
</form>
<div class="booking-alternative">
<p>Prefer email? <a href="mailto:hello@ternity.education">hello@ternity.education</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-logo-section">
<img src="img/header_logo.svg" alt="Ternity Education" class="footer-logo">
</div>
<nav class="footer-nav">
<a href="#home">Home</a>
<a href="#problem">Challenge</a>
<a href="#solution">Programs</a>
<a href="#haihao">About</a>
<a href="#book">Contact</a>
</nav>
<div class="footer-contact">
<a href="https://www.linkedin.com/company/ternity-education" target="_blank" rel="noopener" class="social-link">LinkedIn</a>
<a href="mailto:hello@ternity.education" class="social-link">hello@ternity.education</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Ternity Education</p>
<p>Hong Kong | Singapore</p>
</div>
</div>
</footer>
<!-- Floating CTA (appears after scrolling) -->
<div class="floating-cta" id="floatingCta">
<a href="#book" class="btn btn-primary btn-floating">Talk to Haihao</a>
</div>
<!-- Scripts -->
<script src="script.js"></script>
</body>
</html>