-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathB2.html
83 lines (68 loc) · 2.49 KB
/
B2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Faculty Of Computing</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="header">
<nav class="navbar">
<h2 class="logo"><a href="#">Faculty Of Computing</a></h2>
<input type="checkbox" id="menu-toggle" />
<label for="menu-toggle" id="hamburger-btn">
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
<path d="M3 12h18M3 6h18M3 18h18" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</label>
<ul class="links">
<li><a href="/Users/nisayurusandaneth/Downloads/Lec/index.html">Home</a></li>
<li><a href="/Users/nisayurusandaneth/Downloads/Lec/index.html">Lecture Halls</a></li>
<li><a href="/Users/nisayurusandaneth/Downloads/Lec/wash.html">Washrooms</a></li>
<li><a href="/Users/nisayurusandaneth/Downloads/Lec/book.html">Book Halls</a></li>
<li><a href="/Users/nisayurusandaneth/Downloads/Lec/feedback.html">Feedback</a></li>
<li><a href="/Users/nisayurusandaneth/Downloads/Lec/aboutus.html">About Us</a></li>
</ul>
</nav>
</header>
<div class="paragraph">
<p>
B2 Floor
</p>
</div>
<section class="food-products">
<div class="food-item">
<h3>C2 L202</h3>
<a href="https://youtube.com/shorts/Rhi2G7Do7P8?feature=share" target="_blank">
<p>Get Derection</p>
</a>
</div>
<div class="food-item">
<h3>C2 L203</h3>
<a href="https://youtube.com/shorts/rhDf_01ML8s?feature=share" target="_blank">
<p>Get Derection</p>
</a>
</div>
<div class="food-item">
<h3>C2 L204</h3>
<a href="https://youtube.com/shorts/DmdV0l536XA?feature=share" target="_blank">
<p>Get Derection</p>
</a>
</div>
<div class="food-item">
<h3>C2 L205</h3>
<a href="https://youtube.com/shorts/2GbAUWAQ2_k?feature=share" target="_blank">
<p>Get Derection</p>
</a>
</div>
</section>
<footer class="footer">
<div class="container">
<p>© 2024 Lecture Hall Navigation System. All rights reserved. <br>
"Lecture Hall Navigation System - Empowering efficient movement within educational spaces."
</p>
</div>
</footer>
</body>
</html>