-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknowmore.html
More file actions
152 lines (109 loc) · 6.29 KB
/
knowmore.html
File metadata and controls
152 lines (109 loc) · 6.29 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
<!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="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Document</title>
<style>
body{
background: white;
font-family: 'Poppins', sans-serif;
border-radius: 10px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: xx-large;
}
</style>
</head>
<body>
<section class="header">
<nav>
<a href="index.html"><img src="images/photo3.jpg"></a>
<div class="nav-links">
<ul>
<li><a href="enrol.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="enrollment.php">Enrollment</a></li>
<li><a href="">Details</a></li>
<li><a href="Contactus.html">Contactus</a></li>
</ul>
</div>
</nav>
<br>
<br>
<div class="para">
<p style="font-size: 20px ; background:white; ">
<b>Pebbles academy</b> is creating an environment where students are challenged to become independent thinkers
and active participants in their communities, as well as agents of change.
Through the development of critical thinking skills, intrapersonal,
and interpersonal skills, a student of Pebbles academy will graduate with the necessary tools
and knowledge to work individually and collectively to identify, address, and implement change
in their lives and their communssity.<Br>
<br>
Recognizing that students are the primary reason that Pebbles academy exists,
we seek to provide excellent,
accessible and comprehensive learning experiences in partnership with diverse community
while enhancing values of co-existence, emphasizing the peace and harmony within communities.
<br><br>
Our mission is to create a world-class learning environment where basic and critical thinking skills are empowered.
The curriculum will be aligned with the national curriculum of Sri Lanka and the medium primarily will be English
while we provide facilities to learn other foreign languages too. The curriculum will be emphasizing literacy and
mathematical skills that will help our students to meet graduation requirements in any level.
<b>Pebbles academy</b> is creating an environment where students are challenged to become independent thinkers
and active participants in their communities, as well as agents of change.
Through the development of critical thinking skills, intrapersonal,
and interpersonal skills, a student of Pebbles academy will graduate with the necessary tools
and knowledge to work individually and collectively to identify, address, and implement change
in their lives and their communssity.<Br>
<br>
Recognizing that students are the primary reason that Pebbles academy exists,
we seek to provide excellent,
accessible and comprehensive learning experiences in partnership with diverse community
while enhancing values of co-existence, emphasizing the peace and harmony within communities.
<br><br>
Our mission is to create a world-class learning environment where basic and critical thinking skills are empowered.
The curriculum will be aligned with the national curriculum of Sri Lanka and the medium primarily will be English
while we provide facilities to learn other foreign languages too. The curriculum will be emphasizing literacy and
mathematical skills that will help our students to meet graduation requirements in any level.
<br>
Recognizing that students are the primary reason that Pebbles academy exists,
we seek to provide excellent,
accessible and comprehensive learning experiences in partnership with diverse community
while enhancing values of co-existence, emphasizing the peace and harmony within communities.
<br><br>
Our mission is to create a world-class learning environment where basic and critical thinking skills are empowered.
The curriculum will be aligned with the national curriculum of Sri Lanka and the medium primarily will be English
while we provide facilities to learn other foreign languages too. The curriculum will be emphasizing literacy and
mathematical skills that will help our students to meet graduation requirements in any level.
</p>
</div>
<section class="facilities">
<h1>OUR FACILITIES</h1>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit</p>
<div class="row">
<div class="facilities-col">
<img src="images/OIP.jfif">
<h3>Effective indoor playground</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consequuntur facere tempore, assumenda
consectetur explicabo praesentium veritatis maiores cupiditate</p>
</div>
<div class="facilities-col">
<img src="images/OIP.jfif">
<h3>Tasty and healthy food</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consequuntur facere tempore, assumenda
consectetur explicabo praesentium veritatis maiores cupiditate</p>
</div>
<div class="facilities-col">
<img src="images/OIP.jfif">
<h3>Swimming pool activities</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consequuntur facere tempore, assumenda
consectetur explicabo praesentium veritatis maiores cupiditate</p>
</div>
</div>
</section>
</section>
</body>
</html>