-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdepartment_explore.html
71 lines (63 loc) · 2.75 KB
/
department_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
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Department - 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="department_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="departs-explore"> <span class="text-theme">Department</span>
<hr color="orangered" width="80px" size="4px" />
</h1>
</center>
</header>
<!--End Header-->
<section class="info-departs">
<center>
<div class="bg-set">
<img src="./images/department_explore/departs-3.jpg" alt="">
<img src="./images/department_explore/departs-2.jpg" alt="">
<img src="./images/department_explore/departs-4.jpg" alt="">
<br>
<img src="./images/department_explore/departs-5.jpg" alt="">
<img src="./images/department_explore/departs-6.jpg" alt="">
<img src="./images/department_explore/departs-1.jpg" alt="">
</div>
</center>
<p id="para-departs">
The Bhavrayat' College Association (TBCA), established in 2001, We provides science-based engineering
education with a view to produce quality engineer-scientists. The curriculum provides broad based
knowledge and simultaneously builds a temper for the life long process of learning and exploring. The
activities of Departments include teaching at all levels and research.
<br><br>
<center><h3>Facilities: We Offering</h3>
<li>Central Library.</li>
<li>Modern Student Sector.</li>
<li>Campus School.</li>
<li>Staff Club.</li>
<li>Hospital.</li>
<li>Women's Cell.</li>
</center>
</p>
</section>
<footer>
<p>Copyright © 2022, Neeraj Meena</p>
</footer>
</body>
</html>