-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
53 lines (47 loc) · 2.06 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ChenMo's TCD Schedule</title>
<meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, viewport-fit=cover"/>
<link rel="stylesheet" href="assets/style.css?v=3">
</head>
<body>
<div class="content">
<h1 class="page-title">ChenMo's TCD Class Schedule</h1>
<!-- partial:index.partial.html -->
<article class="schedule" id="schedule">
<h5 class="schedule__track w-1100"></h5>
<h5 class="schedule__track w-1100">Monday</h5>
<h5 class="schedule__track w-1100">Tuesday</h5>
<h5 class="schedule__track w-1100">Wednesday</h5>
<h5 class="schedule__track w-1100">Thursday</h5>
<h5 class="schedule__track w-1100">Friday</h5>
<h5 class="schedule__track w-700"></h5>
<h5 class="schedule__track w-700">1</h5>
<h5 class="schedule__track w-700">2</h5>
<h5 class="schedule__track w-700">3</h5>
<h5 class="schedule__track w-700">4</h5>
<h5 class="schedule__track w-700">5</h5>
<h2 class="schedule__time" style="grid-row: time-0900;">9:00</h2>
<h2 class="schedule__time" style="grid-row: time-1000;">10:00</h2>
<h2 class="schedule__time" style="grid-row: time-1100;">11:00</h2>
<h2 class="schedule__time" style="grid-row: time-1200;">12:00</h2>
<h2 class="schedule__time" style="grid-row: time-1300;">13:00</h2>
<h2 class="schedule__time" style="grid-row: time-1400;">14:00</h2>
<h2 class="schedule__time" style="grid-row: time-1500;">15:00</h2>
<h2 class="schedule__time" style="grid-row: time-1600;">16:00</h2>
<h2 class="schedule__time" style="grid-row: time-1700;">17:00</h2>
<h2 class="schedule__time" style="grid-row: time-1800;">18:00</h2>
<!-- <div class="lunch-break"></div>-->
<!-- <div class="dinner-break"></div>-->
</article>
</div>
<footer>
<p>Developed by ChenMo</p>
<p>Copyright © <span id="copyRightYear">2023</span> <a href="https://ChenMo1212.cn?f=class-schedule">ChenMo1212.cn</a></p>
</footer>
<script src="assets/sessionData.js?v=6"></script>
<script src="assets/main.js?v=6"></script>
</body>
</html>