-
Notifications
You must be signed in to change notification settings - Fork 0
/
wce-map.html
98 lines (83 loc) · 4.14 KB
/
wce-map.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"/>
<link rel="stylesheet" href="wce-map.css" />
<title>WCE MAP</title>
</head>
<body>
<div class="menu-bar">
<h1 class="logo">WCE<span>Map.</span></h1>
<ul>
<li><a href="#">Departments<i class="fas fa-caret-down"></i></a>
<div class="dropdown-menu">
<ul>
<li><a href="#CSE">Computer Science</a></li>
<li><a href="#IT">Information Technology</a></li>
<li>
<a href="#EN">Electronics</a>
</li>
<li><a href="#ELEC">Electrical</a></li>
<li><a href="#MECH">Mechanical</a></li>
<li><a href="#CIVIL">Civil</a></li>
</ul>
</div>
</li>
<li><a href="#CLASS">Classrooms</a></li>
<li><a href="#LIB">Library</a></li>
<li><a href="#GM">Ganpati Mandir</a>
</li>
<li><a href="#WCEGRND">WCE Ground</a></li>
<li><a href="#LIPTON">Lipton</a></li>
</ul>
</div>
<section id="CSE">
<h2 style="text-align: center; margin-top: 20px;" >Computer Science Department</h2>
<img src="222CSE.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="IT">
<h2 style="text-align: center; margin-top: 20px;" >Information Technology</h2>
<img src="55IT (2).png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="EN">
<h2 style="text-align: center; margin-top: 20px;" >Electronics</h2>
<img src="electronics.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="ELEC">
<h2 style="text-align: center; margin-top: 20px;" >Electrical</h2>
<img src="11Electrical.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="MECH">
<h2 style="text-align: center; margin-top: 20px;" >Mechanical</h2>
<img src="444mech.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="CIVIL">
<h2 style="text-align: center; margin-top: 20px;" >Civil</h2>
<img src="333civil.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="CLASS">
<h2 style="text-align: center; margin-top: 20px;" >Classrooms</h2>
<img src="44444classrooms.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="LIB">
<h2 style="text-align: center; margin-top: 20px;" >Library</h2>
<img src="11111library.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="GM">
<h2 style="text-align: center; margin-top: 20px;" >Ganpati Mandir</h2>
<img src="gm.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="WCEGRND">
<h2 style="text-align: center; margin-top: 20px;" >WCE Ground</h2>
<img src="6666WCE Ground.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="LIPTON">
<h2 style="text-align: center; margin-top: 20px;" >Lipton</h2>
<img src="11111library.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<div class="hero">
</div>
</body>
</html>