-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
212 lines (211 loc) · 7.04 KB
/
index.html
File metadata and controls
212 lines (211 loc) · 7.04 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
<!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="A basic HTML template" />
<title>Kids School</title>
<link rel="stylesheet" href="style.css" />
<script
src="https://kit.fontawesome.com/4532d4b351.js"
crossorigin="anonymous"
></script>
</head>
<body>
<nav class="navbar">
<div class="branding">
<div class="branding-logo"><img src="assets/logo.png" alt="" /></div>
<div class="branding-name">
<span>SCHOOL</span>
</div>
</div>
<div class="nav-links">
<div><a id="nav-link-1" href="#home">Home</a></div>
<div><a id="nav-link-2" href="#about">About</a></div>
<div><a id="nav-link-3" href="#facilities">Facilities</a></div>
<div><a id="nav-link-4" href="#admission">Admission</a></div>
</div>
<div class="hamburger">
<i class="fa-solid fa-bars fa-2xl"></i>
</div>
<div class="btn" id="btn-1">
<button>Contact</button>
</div>
</nav>
<main>
<section id="banner">
<div id="banner-left-part">
<div id="banner-header">
<p style="color: orange">Empowering</p>
<span> students from small age </span
><span style="color: #01acfd">towards vision</span>
</div>
<div id="banner-pera">
With the courage, Confidence, Creativity and Compassion to make
their Unique Contribution in a Diverse and Dynamic World.
</div>
<div><button id="btn-2">Enroll Now</button></div>
</div>
<div id="banner-right-part">
<img src="assets/hero-kids.png" alt="" />
</div>
</section>
<section id="sec1">
<section id="sec-1">
<h3>Standard Curriculum</h3>
<div id="sec-1-card">
<div id="card-1">
<div>
<img src="assets/kinder.png" alt="" />
</div>
<div>
<h4>Kinder (3-6) Years</h4>
</div>
<div>
<p>Cum sociis mu sdis parturient</p>
</div>
<div>
<a href="#">Read More</a>
</div>
</div>
<div id="card-2">
<div>
<img src="assets/elementary.png" alt="" />
</div>
<div>
<h4>Elementary School</h4>
</div>
<div>
<p>
Cum sociis natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mu sdis parturient
</p>
</div>
<div>
<a href="#">Read More</a>
</div>
</div>
<div id="card-3">
<div>
<img src="assets/middle.png" alt="" />
</div>
<div>
<h4>Middle (10-16) Years</h4>
</div>
<div>
<p>
Cum sociis natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mu sdis parturient
</p>
</div>
<div>
<a href="#">Read More</a>
</div>
</div>
</div>
<div id="sec-1-arrow">
<i class="fa-solid fa-angle-left fa-xl"></i>
<i class="fa-solid fa-angle-right fa-xl"></i>
</div>
</section>
<section id="sec-2">
<h3>Our Stories</h3>
<div id="sec-2-story">
<div id="story-1">
<div class="story-img">
<img src="assets/story-1.png" alt="" /><button>
November 19, 2019
</button>
</div>
<div class="story-text">
<h5>A fun toddler coloring training on classroom</h5>
<p>
Beautiful branding for changes by Never Now in
Australia.changes is a platform for open discussion in an
inclusive and collaborative environment, providing the...
</p>
</div>
</div>
<div id="story-2">
<div class="story-img">
<img src="assets/story-2.png" alt="" /><button>
November 19, 2019
</button>
</div>
<div class="story-text">
<h5>Find out if a school fits the family’s needs</h5>
</div>
</div>
<div id="story-3">
<div class="story-img">
<img src="assets/story-3.png" alt="" /><button>
November 19, 2019
</button>
</div>
<div class="story-text">
<h5>Summer math & literacy centres for kids</h5>
</div>
</div>
<div id="story-4">
<div class="story-img">
<img src="assets/story-4.png" alt="" /><button>
September 10, 2019
</button>
</div>
<div class="story-text">
<h5>Classroom management techniques for new tutors</h5>
</div>
</div>
<div id="story-5">
<div class="story-img">
<img src="assets/story-5.png" alt="" /><button>
July 19, 2019
</button>
</div>
<div class="story-text">
<h5>Conversation rhymes improve kids listening</h5>
</div>
</div>
</div>
<div id="sec-2-btn">
<button>View All</button>
</div>
</section>
</section>
</main>
<footer>
<div id="f-left">
<div id="f-branding">
<div id="f-logo"><img src="assets/logo1.png" alt="" /></div>
<div id="f-name">
<p>Kids<br />Education</p>
</div>
</div>
<div id="f-description">
Pizza ipsum dolor meat lovers buffalo. Deep dolor roll melted bacon
Bianca pan bacon pineapple Aussie. Mayo rib sauce Hawaiian meatball.
</div>
</div>
<div id="f-right">
<div id="f-links">
<dl>
<dt>About School</dt>
<dd><a href="#Home">Home</a></dd>
<dd><a href="#about">About</a></dd>
<dd><a href="#facilities">Facilities</a></dd>
<dd><a href="#admission">Admission</a></dd>
</dl>
</div>
<div id="f-socials">
<h5>Keep In Touch</h5>
<div id="f-socials-link">
<a href="#fb"><img src="assets/fb.png" alt="" /></a>
<a href="#dribble"><img src="assets/dribble.png" alt="" /></a>
<a href="#twitter"><img src="assets/twitter.png" alt="" /></a>
<a href="#google+"><img src="assets/google+.png" alt="" /></a>
</div>
</div>
</div>
</footer>
</body>
</html>