-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (115 loc) · 7.12 KB
/
index.html
File metadata and controls
127 lines (115 loc) · 7.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Type-Along</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container mx-auto px-4">
<!-- Header -->
<nav class="flex justify-between items-center py-2">
<div class="flex items-center">
<img src="images/logo copy.png" alt="Type-Along Logo" class="mr-2 w-12"> <!-- Logo -->
<div class="text-xl font-bold">Type-Along</div>
</div>
<div class="hidden md:flex gap-6">
<!-- <a href="#" class="text-sm font-semibold hover:text-gray-600">Try Now!</a>
<a href="#" class="text-sm font-semibold hover:text-gray-600">Our Research</a>
<a href="#" class="text-sm font-semibold hover:text-gray-600">About Us</a>
<a href="#" class="text-sm font-semibold hover:text-gray-600">Contact Us</a>
</div>
<button class="md:hidden text-xl">
<i class="fas fa-bars"></i>
</button>-->
</nav>
<!-- Hero Section -->
<section class="hero-section flex flex-wrap justify-between items-center py-4">
<div class="w-full md:w-1/2">
<h1 class="title text-4xl font-bold mb-4">Unlock the Reader in Your Child</h1>
<p class="text-sm mb-6">Type-Along is a typing game that teaches phonics skills to struggling readers
under the age of 12. Each keypress of our games plays a corresponding phonics sound to teach
students the connection between letters and the sounds that they make.</p>
<a href="https://linktr.ee/TypeAlong" class="title bg-[#2DA1D2] font-bold py-2 px-10 rounded-full hover:bg-opacity-80">Learn
More</a>
</div>
<div class="w-full md:w-1/2 my-2.5">
<img src="images/Group 153.png" class="w-full z-1">
</div>
</section>
<!-- Method Section -->
<section class="py-6">
<h2 class="title text-3xl font-bold text-center mb-8">Type-Along’s Method</h2>
<div class="flex justify-around flex-wrap">
<div class="w-full sm:w-1/3 px-2 mb-4">
<img src="images/Step1.png" alt="A screenshot of the 'My Outer Space Journey' game with a keyboard layout and a large letter 'J' highlighted to indicate the key to press." class="mb-4 mx-auto w-full h-auto">
<p class="text-sm text-center">Type the letters, hear the sounds, learn the sounds</p>
</div>
<div class="w-full sm:w-1/3 px-2 mb-4">
<img src="images/Step2.png" alt="A screenshot of the '5 Word Stars' game showing a keyboard and a list of words starting with 'J' to type and learn." class="mb-4 mx-auto w-full h-auto">
<p class="text-sm text-center">Type the words, learn the word-sounds relationship</p>
</div>
<div class="w-full sm:w-1/3 px-2 mb-4">
<img src="images/Step3.png" alt="A screenshot of the 'Earn Your Stars' game where stars are awarded for correctly typing words with the same sound but different spellings." class="mb-4 mx-auto w-full h-auto">
<p class="text-sm text-center">Assess learning with new words but same sounds</p>
</div>
</div>
<div class="text-center mt-8">
<!-- <a href="#" class="title bg-[#C0E68E] font-bold py-2 px-10 rounded-full hover:bg-opacity-80">Try Now</a>
</div> -->
</section>
<!-- Adventure Section -->
<section class="py-6">
<h2 class="title text-3xl font-bold text-center mb-8">Make Learning to Read an Adventure</h2>
<p class="text-center text-sm mb-8">We recognize that making learning to read a part of the process of
interest discovery is essential for helping kids see the point. Our activities are interest-based
spanning themes from nature, to space, to animals, and more.</p>
<div class="flex justify-around">
<img src="images/nature.png"
alt="Illustration of a fantastical landscape with orange hues and rocky formations under a serene sky."
class="rounded-lg shadow-lg w-1/4">
<img src="images/space.png"
alt="Illustration of a child astronaut floating in space among various planets and stars."
class="rounded-lg shadow-lg w-1/4">
<img src="images/jungle.png"
alt="Illustration of animated jungle animals in a lively forest setting, depicting a sense of adventure and exploration."
class="rounded-lg shadow-lg w-1/4">
</div>
</section>
<!-- Pricing Section -->
<section class="py-10">
<h2 class="title text-3xl font-bold text-center mb-8">One Literacy Package for $5.99/month</h2>
<div class="flex justify-around flex-wrap -mx-2">
<div class="w-full px-2 mb-4 md:w-1/4">
<div class="bg-[#2DA1D2] bg-opacity-80 p-6 rounded-lg shadow-lg h-full">
<img src="images/book.png" alt="Description of Image" class="bg-transparent w-16 h-16 mb-4 mx-auto rounded-full">
<p class="text-sm text-center">Typing Instruction & Practice for reading, spelling, and writing in the 21st Century</p>
</div>
</div>
<div class="w-full px-2 mb-4 md:w-1/4">
<div class="bg-[#C0E68E] p-6 rounded-lg shadow-lg h-full">
<img src="images/book.png" alt="Description of Image" class="bg-transparent w-16 h-16 mb-4 mx-auto rounded-full">
<p class="text-sm text-center">Systematic Phonics Instruction based on a Scope & Sequence</p>
</div>
</div>
<div class="w-full px-2 mb-4 md:w-1/4">
<div class="bg-[#2DA1D2] bg-opacity-80 p-6 rounded-lg shadow-lg h-full">
<img src="images/book.png" alt="Description of Image" class="bg-transparent w-16 h-16 mb-4 mx-auto rounded-full">
<p class="text-sm text-center">On-Level Book Recommendations to build the habit of reading</p>
</div>
</div>
<div class="w-full px-2 mb-4 md:w-1/4">
<div class="bg-[#C0E68E] p-6 rounded-lg shadow-lg h-full">
<img src="images/book.png" alt="Description of Image" class="bg-transparent w-16 h-16 mb-4 mx-auto rounded-full">
<p class="text-sm text-center">Methods Informed by Research & Educators to ensure literacy development</p>
</div>
</div>
</div>
</section>
</div>
</body>
</html>