-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
137 lines (90 loc) · 3.7 KB
/
about.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
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
<!DOCTYPE html>
<html lang="eng">
<head>
<title> About</title>
<meta charset="UTF-8">
<meta name= "description" content="Kinder ">
<meta name="keywords" content="free, kinder-garten,learning, primary-education, fun learning">
<meta name="viewport" content= "width=device-width, initial-scale=1.0">
<!-- Favicon-->
<link href="image/favicon.ico" rel="shortcut icon"/>
<!--Google Font-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- stylesheet-->
<link rel="stylesheet" href= "css/bootstrap.min.css"/>
<link rel="stylesheet" href= "css/font-awesome.min.css"/>
<link rel="stylesheet" href= "css/flaticon.css"/>
<link rel="stylesheet" href= "css/owl.carousel.min.css"/>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
<link rel="stylesheet" href="css/stylo.css"/>
<!-- if It IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<! [endif]-->
</head>
<body>
<!--page loader-->
<div id="preloader">
<div class="loader-wrapper">
<span class="loader"><span class="loader-inner"></span></span>
</div>
</div>
<!--Header section-->
<!--Header section-->
<header>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<a href="./index.html" class="site-logo"> <img src="./image/edugate.png" alt="logo"></a>
<ul>
<li>
<li > <a href="./index.html">Home</a></li>
<li > <a href="./services.html">Curriculum</a></li>
<li><a href="./contact.html">Contact</a></li>
<li class="current"> <a href="./about.html">About us</a></li>
</ul>
</nav>
</header>
<!-- Boxes-->
<section id="about" class="about">
<div class="section">
<div class="abt-container">
<div class="content-section">
<div class="title">
<h1 class="heading">about us</h1>
</div>
<div class="content">
<h3>Something Something</h3>
<p>Kidsville is the first preschool on Penang Island to provide a thematic learning approach through the International Preschool Curriculum. Our aim is to foster your child’s social and intellectuality through our inquiry-based, thematic and outcome-oriented approach. All our teachers are carefully selected with qualified teaching backgrounds and are extensively trained by the IPC teacher training courses.
At Kidsville, your child will be encouraged to tap their full potentials, allowing them to experience the best possible head start in life and preparing them to enter junior schools comfortably and confidently without the need of parent accompaniment.
</p>
<div class="abt-button hvr-sweep-to-left">
<a href="#">Read More</a>
</div>
</div>
<div class="social">
<a href=""><i class="fab fa-facebook-f"></i></a>
<a href=""><i class="fab fa-twitter"></i></a>
<a href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="image-section">
<img src="image/teacher.jpg">
</div>
</div>
</div>
</section>
<footer>
<p> Edugate academy, Copyright ©2021</p>
</footer>
<!-- Java script & JQuery-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js" ></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main1.js"></script>
</body>
</html>