-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfras-explore.html
64 lines (55 loc) · 2.35 KB
/
infras-explore.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Infrastructure - Bhavrayat's School</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="./favicon_io/favicon-32x32.png">
<link rel="stylesheet" href="infras-explore.css">
</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="infras-explore"> <span class="text-theme">Infrastructure</span>
<hr color="orangered" width="80px" size="4px" />
</h1>
</center>
</header>
<!--End Header-->
<section class="info-infras">
<center>
<div class="bg-set">
<img src="./images/infrastructure/infras-5.jpg" alt="">
<img src="./images/infrastructure/infras-6.jpg" alt="">
<img src="./images/infrastructure/infras-4.jpg" alt="">
<br>
<img src="./images/infrastructure/infras-2.jpg" alt="">
<img src="./images/infrastructure/infras-1.jpg" alt="">
<img src="./images/infrastructure/infras-8.jpg" alt="">
</div>
</center>
<p id="para-infras">
The Bhavrayat' College Association (TBCA), established in 2001, maintains a long-lasting connection
between the Institute. Since then, Bhavrayat's College has grown from strength to strength to emerge as
one of the top technical universities in the world. The institute is recognised worldwide as a leader in
the field of engineering education and research.
<br><br>
</p>
</section>
<footer>
<p>Copyright © 2022, Neeraj Meena</p>
</footer>
</body>
</html>