-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
209 lines (186 loc) · 8.03 KB
/
index.html
File metadata and controls
209 lines (186 loc) · 8.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>HouseLearning — Learn Anything</title>
<meta name="description" content="HouseLearning — bite-sized lessons, practice, and projects for curious students." />
<script src="/assets/js/cookiebanner.js"></script>
<script src="/assets/js/feedback.js"></script>
<script type="module" src="/assets/js/also.js"></script>
<script src="/assets/js/nav.js" defer></script>
<link rel="stylesheet" href="/assets/css/style.css">
<script src="/assets/js/nav-xml-search.js"></script>
<link rel="icon" href="/assets/images/favicons/favicon.ico" sizes="any">
<link rel="icon" href="/assets/images/favicons/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/assets/images/favicons/apple-touch-icon.png">
<link rel="manifest" href="/assets/images/favicons/site.webmanifest">
</head>
<body>
<div class="container">
<header>
<div class="brand">
<div class="logo">HL</div>
<div>
<div class="brand-name">HouseLearning</div>
<div class="brand-tagline">Learn anything — fast, free, focused</div>
</div>
</div>
<nav id="site-nav">
<div class="nav-links">
<a href="/home">Home</a>
<a href="https://houselearning.org/safe-library">SafeLibrary</a>
<a href="https://houselearning.org/home/about">About</a>
<a href="https://apply.houselearning.org">Apply</a>
<a href="https://github.com/houselearning">GitHub</a>
</div>
<div class="nav-actions">
<a class="button btn-ghost" href="https://houselearning.org/auth/">Log in</a>
<a class="button btn-primary" href="https://houselearning.org/auth/">Sign up</a>
</div>
</nav>
<button class="nav-toggle button btn-ghost" type="button" aria-label="Open menu" aria-controls="site-nav"
aria-expanded="false">Menu</button>
</header>
<main>
<section class="hero">
<div>
<h1 class="headline">Human-first learning. Bite-sized lessons that actually stick.</h1>
<p class="sub">Practice problems, micro-lessons, interactive projects and real feedback — all free. Start with
math, science, coding and reading.</p>
<div class="topics" aria-hidden="false">
<div class="topic">Math</div>
<div class="topic">Blogs</div>
<div class="topic">Coding</div>
<div class="topic">Science</div>
<div class="topic">Games</div>
<div class="topic">Life Skills</div>
</div>
<div class="stats">
<div class="stat">
<h3>1,000+</h3>
<p>Students</p>
</div>
<div class="stat">
<h3>580+</h3>
<p>Lessons</p>
</div>
<div class="stat">
<h3>Free</h3>
<p>Forever</p>
</div>
</div>
</div>
<aside class="card">
<h3 class="featured-title">Featured Learning Paths</h3>
<p class="featured-sub">Pick a path, follow lessons, unlock practice and projects.</p>
<div class="featured-list">
<div class="featured-item">
<div class="icon-box icon-box--teal">M</div>
<div>
<div class="featured-name">Mastering Fractions</div>
<div class="featured-meta"><a class="link-primary"
href="https://houselearning.org/home/math/grade4/fractions-add-subtract.html">Start Lesson</a></div>
</div>
</div>
<div class="featured-item">
<div class="icon-box icon-box--sunset">A</div>
<div>
<div class="featured-name">Algebra Basics</div>
<div class="featured-meta"><a class="link-primary"
href="https://houselearning.org/home/math-page.html#grade9">Start
Lesson</a></div>
</div>
</div>
<div class="featured-item">
<div class="icon-box icon-box--purple">CS</div>
<div>
<div class="featured-name">Intro to Programming</div>
<div class="featured-meta"><a class="link-primary"
href="https://houselearning.org/home/computerscience/">Start Lesson</a></div>
</div>
</div>
</div>
</aside>
</section>
<section id="courses">
<h2 class="section-title-spaced">Popular Courses</h2>
<div class="courses" aria-live="polite">
<article class="course" tabindex="0">
<div class="thumb math">Algebra</div>
<h4>Algebra I — fundamentals</h4>
<p>Short lessons, instant practice, and step-by-step hints.</p>
<div class="meta">
<small>Beginner · 10 lessons</small>
<a class="button btn-primary" href="https://houselearning.org/home/math-page.html#grade9">Start</a>
</div>
</article>
<article class="course" tabindex="0">
<div class="thumb math">Fractions</div>
<h4>Fractions & Decimals</h4>
<p>Visual models, problem sets, and quick checks.</p>
<div class="meta">
<small>Grade 3–6 · 12 lessons</small>
<a class="button btn-primary" href="https://houselearning.org/home/math-page.html#grade3">Start</a>
</div>
</article>
<article class="course" tabindex="0">
<div class="thumb code">CS</div>
<h4>Intro to Programming</h4>
<p>Block-to-code lessons, mini projects, and badges.</p>
<div class="meta">
<small>All ages · Projects</small>
<a class="button btn-primary" href="https://houselearning.org/home/computer-science-page.html">Start</a>
</div>
</article>
</div>
<div class="features">
<div class="feature">
<h5>Adaptive practice</h5>
<p>Practice that adapts to each student's skill level — less repeat, more progress.</p>
</div>
<div class="feature">
<h5>Projects & badges</h5>
<p>Build real things: interactive projects that show learning in action.</p>
</div>
<div class="feature">
<h5>Teacher tools</h5>
<p>Assign lessons, see progress, and give targeted feedback.</p>
</div>
</div>
<div class="testimonials">
<div class="card">
<strong>"Saved my summer learning"</strong>
<p>"My kid started fractions from zero and jumped two grade levels in three months." — Sam, parent</p>
</div>
<div class="card">
<strong>"Perfect for quick practice"</strong>
<p>"Lessons are short and actually keep kids engaged." — Priya, teacher</p>
</div>
</div>
</section>
<section id="projects">
<h2>Projects kids love</h2>
<div class="courses">
<!-- Reusing .courses grid for projects for consistency, or keeping specific style -->
<div class="card">Interactive story builder — write a choose-your-own-adventure.</div>
<div class="card">Math city — build a city by solving problems (perfect for classrooms).</div>
<div class="card">Make a mini-game — code and share your creation.</div>
</div>
</section>
<footer>
<div class="footer-grid">
<div>
<div class="footer-name">HouseLearning</div>
<div class="footer-copy">© HouseLearning — free learning for curious people</div>
</div>
<div class="footer-links">
<a href="https://houselearning.org/home/about">About</a>
<a href="https://github.com/houselearning/apply?tab=readme-ov-file#available-volunteer-jobs">Careers</a>
</div>
</div>
</footer>
</main>
</div>
</body>
</html>