-
Notifications
You must be signed in to change notification settings - Fork 0
/
SY-CSE.html
48 lines (40 loc) · 1.29 KB
/
SY-CSE.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
<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="SY-CSE.css" />
<title>SY-CSE</title>
</head>
<body>
<div class="menu-bar">
<h1 class="logo">Curri<span>Culum.</span></h1>
<ul>
<li><a href="#TIMETABLE">TIMETABLE</a></li>
<li><a href="#LECTURE SCHEDULE">LECTURE SCHEDULE</a></li>
<li><a href="#SY CSE UPDATES">SY CSE UPDATES</a></li>
</ul>
</div>
<section class="syctt" id="TIMETABLE">
<h2>TIMETABLE</h2>
<img src="SY TT.jpeg" alt="" />
</section>
<section class="scls" id="LECTURE SCHEDULE">
<h2>LECTURE SCHEDULE</h2>
<br>
<br>
<div class="row" id="maindiv">
</div>
</div>
<div class="container" id="msg"></div>
<script src="slot.js"></script>
</section>
<section class="scu" id="SY CSE UPDATES">
<h2 class="updates">SY CSE UPDATES</h2>
<div id="UPDATES" style="font-size: 30px; font-family: Verdana, Geneva, Tahoma, sans-serif; opacity: 0.8; "></div>
<script src="text1.js">
</script>
</section>
<div class="hero"> </div>
</body>
</html>