-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
54 lines (47 loc) · 2.37 KB
/
courses.html
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
<!DOCTYPE html>
<html>
<head>
<title>Coast School | Courses</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/index.css" />
</head>
<body>
<h1 style="text-align: center">Coast School | Course Catalog</h1>
<div id="centered">
<h3>
<a href="index.html">Home</a>
</h3>
</div>
<div id="centered">
<h2>Mathematics</h2>
<p>
Taking a mathematics course at Coast School is one of the best ways to get a head start in your career. Explore
your options today! At Coast School, math is much more than just numbers and equations... It's an exciting journey
into logic, problem-solving, and discovery. Our math courses are designed to spark curiosity, challenge students,
and equip them with the tools to navigate an ever-changing world. Whether you're exploring the basics of algebra,
or diving into the complexities of calculus, rest assured, our program will lead every student to a path to
success.
</p>
<h2>History</h2>
<p>
The various pieces of history can be studied in one study covering a specific part of history. Come along today to
get started! At our school, history comes alive! We take our students through time to explore the various wonders
of history, allowing them to understand events, cultures, and people that have shaped and created our world.
Students engage with history not just as a subject to study, but instead as a story to explore.
</p>
<h2>Science</h2>
<p>
With all of the wonders worldwide, how could such a curious mind resist the urge to uncover the world's secrets?
From the tiniest particles that make up matter to the vast reaches of the solar system, understanding the world
not only satisfies the burning curiosity in our students but also becomes an excellent learning opportunity. At
Coast School, our science classes invite our students to dive head-first into the marvelous wonders of the world.
</p>
<h2>English</h2>
<p>
With so many different stories, how could one resist reading them? English class at Coast School sparks
creativity, teaches critical thinking, and opens the door to communication. We believe in not only helping
students understand the world around them but also finding their own voice within it.
</p>
</div>
</body>
</html>