-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
60 lines (58 loc) · 2.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - School of Excellence</title>
<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="index.html">Home</a>
<a href="#about">About</a>
<a href="contact.html">Contact</a>
</div>
<hr>
</nav>
<br>
<div>
<center>
<strong>
<h2 style="font-family: 'Jameel Noori Nashtaleeq', monospace;">ہمارا خواب تعلیمی انقلاب!۔۔</h2>
</strong>
</center>
<table>
<tr>
<td><img src="result-distribution.jpg" alt="Maryam" width="270" height="350"></td>
<td><img src="meeting.jpg" alt="meeting" width="270" height="350"></td>
<td><img src="image2.jpg" alt="image2" width="270" height="350"></td>
<td><img src="image3.jpg" alt="image3" width="270" height="350"></td>
</tr>
<tr>
<td><img src="image4.jpg" alt="image4" width="270" height="350"></td>
<td><img src="iameg5.jpg" alt="image5" width="270" height="350"></td>
<td><img src="image6.jpg" width="270" height="350"></td>
<td><img src="planting2.jpg" width="270" height="350"></td>
</tr>
<tr>
<td><img src="event.jpg" width="270" height="350"></td>
<td><img src="event2.jpg" width="270" height="350"></td>
<td><img src="speech4.jpg" width="270" height="350"></td>
<td><img src="speech3.jpg" width="270" height="350"></td>
</tr>
<tr>
<td><img src="speech2.jpg" width="270" height="350"></td>
<td><img src="spelling-bee.jpg" width="270" height="350"></td>
<td><img src="img-spelling-bee.jpg" width="270" height="350"></td>
<td><img src="speech.jpg" width="270" height="350"></td>
</tr>
</table>
<br>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>