-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (79 loc) · 3.99 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Belfast International Kindergarden</title>
</head>
<body class="container">
<header class="header">
<nav class="nav">
<a href="#" class="nav__home">home</a>
<a href="#" class="nav__mission">mission</a>
<a href="#" class="nav__about-us">about us</a>
<a href="#" class="nav__our-team">our team</a>
<a href="#" class="nav__contact">contact</a>
</nav>
<div class="header-title">
<div class="header-title_letter">
<h1><span class="letter-b">B</span>elfast <br><span class="letter-i">I</span>nternational <br><span class="header-title_underline"><span class="letter-k">K</span>indergarden</span></h1>
</div>
</div>
</header>
<main>
<div class="mission">
<h2>mission</h2>
<p>We believe children should stay children as long as they need and the fact that they enter 1st grade should not end their childhood. We intertwine playing and learning at such an early age and encourage our students to enjoy learning.
</p>
</div>
<div class="about-us">
<h2>abouts us</h2>
<p>We began as a visionary venture in 1998 when Dr. Gabriel and Alish Black, world-class academics in the field of economics, endeavored to find a way to prepare students for college and the real world better than schools did at the time. They quickly found that the best way to make students thrive was simple: challenge them. After opening their first school in 1998, the Blocks discovered that students, when given a well-crafted curriculum and teachers who truly cared about teaching it, were able to learn at exceedingly high levels, meeting and surpassing the best students in the world. What began as a single campus has grown to become a unique, high-achieving, and unprecedented network of schools.
</p>
</div>
<div class="team">
<h2>our team</h2>
<div class="team__text">
<p class="team1">
<img src="graphics/libby.jpg" alt="Libby Fisher"><br>
<span class="team_text_move">
<span class="team_name">Libby Fisher</span><br>
Education Program Director</p>
</span>
<p class="team2">
<img src="graphics/phoebe.jpg" alt="Phoebe Barnett"><br>
<span class="team_text_move">
<span class="team_name">Phoebe Barnett</span><br>
Operations Director
</p>
</span>
<p team="team3">
<img src="graphics/joshua.jpg" alt="Joshua Warren"><br>
<span class="team_text_move">
<span class="team_name">Joshua Warren</span><br>
Early Education Specialist
</p>
</span>
<p class="team4">
<img src="graphics/leon.jpg" alt="Leon Saunders"><br>
<span class="team_text_move">
<span class="team_name">Leon Saunders</span><br>
Early Education Teacher
</p>
</span></span>
</div>
</div>
</main>
<footer>
<h2>contact</h2>
<p>Address:<br>
4 Old Edinburgh Road<br>
BELFAST<br>
BT1 8RF<br><br>
Phone:<br>
070 2027 9661</p>
</footer>
</body>
</html>