-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (92 loc) · 3.63 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CPS 140</title>
<!--The following 3 lines prevent browser caching, so that committed
changes from the command line may be viewed faster upon "normal"
refresh on Firefox - an issue which doesn't occur on Chromium.-->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- Adding my custom dark theme to homepage and Weekly Notes -->
<link rel="stylesheet" href="dark-theme.css">
</head>
<body>
<h1>CPS 140, Fall 2020</h1>
<p>
This GitHub project page is where I will display all of my work for
CPS 140, starting on October 4, 2020.
</p>
<p>
The real reason why this project page exists is because I got irked
at Blackboard, after it refused to upload my CSS file for Week 04
as an individual file (since BB mistakenly claimed the CSS file was
a security risk — I mean c'mon, this is an Intro to HMTL
college class, not a cybersecurity/penetration testing college
class!). So, I made a GitHub project page as a way to turn in my
weekly assignments, instead of using Blackboard to individually
upload each HTML/CSS file.
</p>
<p>
(Maybe the people at Blackboard could actually learn a hint of what
cybersecurity is by watching <i>Mr. Robot</i>...)
</p>
<p>
Week 01: No assignment, but there are
<a href="week01/notes.html">Week 01 Notes</a>
</p>
<p>
<a href="week02/index.html">Week 02</a> and
<a href="week02/notes.html">Week 02 Notes</a>
</p>
<p>
<a href="week03/index.html">Week 03</a> and
<a href="week03/notes.html">Week 03 Notes</a>
</p>
<p>
<a href="week04/index.html">Week 04</a> and
<a href="week04/notes.html">Week 04 Notes</a>
</p>
<p>
<a href="week05/index.html">Week 05</a> (No JavaJam) and
<a href="week05/notes.html">Week 05 Notes</a></p>
<p>
<a href="week06/index.html">Week 06</a> and
<a href="week06/notes.html">Week 06 Notes</a>
</p>
<p>
<a href="week07/index.html">Week 07</a> and
<a href="week07/notes.html">Week 07 Notes</a>
</p>
<p>
<a href="week08/index.html">Week 08</a> and
<a href="week08/notes.html">Week 08 Notes</a>
</p>
<p>
<a href="week09/index.html">Week 09</a> and
<a href="week09/notes.html">Week 09 Notes</a>
</p>
<p>
<a href="week10/index.html">Week 10</a> (No JavaJam) and
<a href="week10/notes.html">Week 10 Notes</a>
</p>
<p>
<a href="week11/index.html">Week 11</a> and
<a href="week11/notes.html">Week 11 Notes</a>
</p>
<p>
<a href="week12/index.html">Week 12</a> (We skipped JavaJam, but I
<a href="week12/javajam12/index.html">did it anyways</a>) and
<a href="week12/notes.html">Week 12 Notes</a>
</p>
<p>
<a href="week13/index.html">Week 13</a> and
<a href="week13/notes.html">Week 13 Notes</a>
</p>
<p>
<a href="week14/index.html">Week 14</a> and
<a href="week14/notes.html">Week 14 Notes</a>
</p>
</body>
</html>