-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacademic.html
More file actions
50 lines (38 loc) · 1.82 KB
/
Copy pathacademic.html
File metadata and controls
50 lines (38 loc) · 1.82 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!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="text-align: center; color: orange;">Academic of 2023-24</h1>
<div id="academic">
<div id="academic_calender">
<h3>Academic calender of sem-I A.Y. 2023-24</h3>
<a href="Academic_Calendar.pdf" style="color: white; text-decoration: none; font-size: larger; height: 10px; width: 40px; background-color:black; padding-left: 5px; padding-bottom: 5px; padding-right: 5px;">open</a>
<!-- <button type="text" onclick="Academic_Calendar.pdf">open </button> -->
</div>
<div id="assessment_guideline">
<h3>Assessment guidelines for sem-I A.Y. 2023-24 </h3>
<a href="Assessment_guidelines.pdf" style="color: white; text-decoration: none; font-size: larger;height: 10px; width: 40px; background-color:black; padding-left: 5px; padding-bottom: 5px; padding-right: 5px;">open</a>
<!-- <button type="text" onclick="Academic_Calendar.pdf">open </button> -->
</div>
</div>
</body>
</html>