-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaids_activity.html
More file actions
33 lines (28 loc) · 1.3 KB
/
Copy pathaids_activity.html
File metadata and controls
33 lines (28 loc) · 1.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>vishwakarma institute of technology pune </title>
</head>
<body>
<div class="upper"> </div>
<div class="footer">
<img src="vitname.jpg" alt="vit logo" width="60%" height="150px" style="border-color:blue; border-width: 2px; border-style: solid;">
</div>
<nav>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="department.html">Department</a></li>
<li><a href="academic.html">Academics</a></li>
<li><a href="placement.html">Placements</a></li>
<li><a href="contact_us.html">Contact Us</a></li>
</ul>
</nav>
<h1 style="color: rgb(44, 41, 41); margin-top: 100px; margin-left: 150px; font-size: xxx-large;">DEPARTMENT ACTIVITIES</h1>
<h1 style="color: rgb(44, 41, 41); margin-top: 100px; margin-left: 150px; font-size: xx-large;">STUDENT ACHIEVEMENT A.Y.2023-24</h1>
<a href="AIDS_ACTIVITY.jpg" style="text-decoration: none; color: blue; margin-left: 200px;">guest-lecture in academic year 2023-24</a><br><br><br><br><br>
</body>
</html>