-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (53 loc) · 2.27 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html><html><head>
<title>index</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body for="html-export">
<div class="mume markdown-preview ">
<h1 class="mume-header" id="class-notes">Class Notes</h1>
<h2 class="mume-header" id="courses">Courses</h2>
<ul>
<li><a href="ITC2101/ITC2101.html">ITC 2101: Principles of Wireless, IoT, and Mobile Networks</a> Course Notes</li>
<li><a href="ITC3106/ITC3106.html">ITC 3106: Mathematics for Computing</a> Course Notes</li>
<li><a href="ITC3121/ITC3121.html">ITC 3121: Computer Networks Modelling and Analysis</a> Course Notes</li>
<li><a href="ITC3319/ITC3319.html">ITC 3319: Network Administration</a> Final Project</li>
<li><a href="ITC4344/ITC4344.html">ITC 4344: Digital Forensics</a> Final Project</li>
<li><a href="ITC3431/ITC3431.html">ITC 3431: Cryptography</a> Encryption Algorithm Presentation Poster</li>
<li><a href="ITC4648/ITC4648.html">ITC 4648: Ethical Hacking</a> Penetration Testing Presentation</li>
</ul>
<hr>
<ul>
<li><a href="PH3005/PH3005.html">PH 3005: Business Ethics</a> Course Notes</li>
</ul>
</div>
<div class="md-sidebar-toc">
<div class="md-toc">
<details style="padding:0;;padding-left:0px;" open>
<summary class="md-toc-link-wrapper">
<a href="#class-notes" class="md-toc-link"><p>Class Notes</p>
</a>
</summary>
<div>
<div class="md-toc-link-wrapper" style="padding:0;;display:list-item;list-style:square;margin-left:42px">
<a href="#courses" class="md-toc-link">
<p>Courses</p>
</a></div>
</div>
</details>
</div>
</div>
<a id="sidebar-toc-btn">≡</a>
<script>
var sidebarTOCBtn = document.getElementById('sidebar-toc-btn')
sidebarTOCBtn.addEventListener('click', function(event) {
event.stopPropagation()
if (document.body.hasAttribute('html-show-sidebar-toc')) {
document.body.removeAttribute('html-show-sidebar-toc')
} else {
document.body.setAttribute('html-show-sidebar-toc', true)
}
})
</script>