-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (51 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>School of Excellence</title>
<link rel="icon" href="school-logo.jpg" type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css">
</head>
<body>
<nav class="navbar bg-body-tertiary">
<div class="container">
<a class="navbar-brand" href="#">
<img src="school-logo.jpg" alt="Bootstrap" width="60" height="55">
</a>
<a href="#home">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
<hr>
</nav>
<br>
<div>
<h1>Welcome to School of Excellence!</h1>
<img src="welcome-image.jpg" alt="Welcome Image">
<img src="welcome-image2.jpg" alt="Welcome Image" width="220" height="190">
<img src="image.jpg" alt="image" width="220" height="190">
<p>Welcome to the School of Excellence, where every student is encouraged to dream, explore, and excel. At our institution, we are committed to providing a nurturing environment where each individual can thrive academically, socially, and emotionally. With a dedicated team of educators, state-of-the-art facilities, and a rich array of extracurricular activities, we strive to inspire a lifelong love for learning and personal growth. Whether you're a student, parent, or visitor, we invite you to embark on an educational journey with us and discover the endless possibilities that await at the School of Excellence.</p>
</div>
<hr>
<h2>School Activities</h2>
<div>
<h3>Planting</h3>
<img src="planting.jpg" alt="image" width="220" height="190">
<img src="planting2.jpg" alt="image" width="220" height="190">
<img src="planting3.jpg" alt="image" width="220" height="190">
<img src="planting4.jpg" alt="image" width="220" height="190">
</div>
<br>
<div>
<h3>Events</h3>
<img src="event1.jpg" alt="image" width="220" height="190">
<img src="event2.jpg" alt="image" width="220" height="190">
<img src="event.jpg" alt="image" width="220" height="190">
<img src="speech.jpg" alt="image" width="220" height="190">
<img src="speech4.jpg" alt="image" width="220" height="190">
</div>
<br>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>