-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallary.html
56 lines (48 loc) · 1.96 KB
/
gallary.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GALLERY</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="gallary_4.css">
<link rel="icon" type="image/x-icon" href="./favicon_io/favicon-32x32.png">
</head>
<body>
<div class="wrapper1">
<!--NAVIGATION-->
<nav style="background:url(./images/school_page.jpeg)100%;">
<img src="./images/new-removebg-preview.png" class="img" alt="logo">
<!-- <label>Neeraj Meena</label> -->
<ul>
<li><a href="index.html">HOME</a></li>
</ul>
</nav>
<!--END OF NAVIGATION-->
<!--Start Header-->
<header>
<center>
<h1 id="gallary4"> <span class="text-theme">Gallary</span>
<hr color="orangered" width="80px" size="4px" />
</h1>
</center>
</header>
<center><container>
<div class="gallary">
<img src="./gallary/central-lib.jpg" alt="central-library">
<img src="./gallary/study-room.jpg" alt="study-room">
<img src="./gallary/enjloging.jpg" alt="enjoying">
<img src="./gallary/hostels.jpg" alt="hostels">
<img src="./gallary/emergency.jpg" alt="emergency">
<img src="./gallary/convocation.jpg" alt="convocation">
<img src="./gallary/online classes.jpg" alt="online classes">
<img src="./gallary/degree.jpg" alt="degree">
<img src="./gallary/computer-labs.jpg" alt="computer-labs">
<img src="./gallary/singers.jpg" alt="singers">
</div>
</container></center><br><br>
<footer>
<p>Copyright © 2022, Neeraj Meena</p>
</footer>
</body>
</html>