-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (69 loc) · 2.77 KB
/
Copy pathindex.html
File metadata and controls
69 lines (69 loc) · 2.77 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!doctype html>
<html>
<head>
<title>PerryMa*tk Computer Science</title>
<link rel="stylesheet" type="text/css" href="default.css">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="canonical" href="https://perryma.tk/" />
<script src="gears.js"></script>
<script src="https://use.fontawesome.com/8e8d811efd.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="wPBickmUgdPfm0kzBicpbNLxA5gYutw1V11iCsFvt5g" />
</head>
<body onload="//doGears(document.body);">
<div class="page">
<div class="title">
Perryma<span class="tiny"><i class="fa fa-cog fa-spin"></i></span>tk: Computer Science For Perry High School
</div>
<div class="wrapper">
<div class="menubar">
<div class="menu" onclick="">
<h1>Links</h1>
<div class="dropdown">
<ul>
<li><a href="http://cusd80.com/Domain/3255">Perry High School</a></li>
<li>
<h2>AP Computer Science A (Java)</h2>
<ul>
<li><a href="https://canvas.instructure.com/courses/1103154">Canvas</a></li>
<li><a href="http://cusdcte.com/moodle/login/index.php">CUSD Moodle</a></li>
<li><a href="http://www.javarepl.com/console.html">Java REPL</a></li>
<li><a href="https://github.com/">GitHub</a></li>
</ul>
</li>
<li>
<h2><a href="/se">Software Engineering</a></h2>
<ul>
<li><a href="https://canvas.instructure.com/courses/1103177">Canvas</a></li>
<li><a href="https://codehs.com/">Code HS</a></li>
<li><a href="https://github.com/">GitHub</a></li>
</ul>
</li>
<li>
<h2>AP Computer Science Principles</h2>
<ul>
<li><a href="https://canvas.instructure.com/courses/1103176">Canvas</a></li>
<li><a href="http://code.org">Code.org</a></li>
</ul>
</li>
<li>
<h2>CPU Club</h2>
<ul>
<li><a href="/CPUClub">Club Page</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="main">
<div class="center quote narrowblock">
You could get an entire computer science education for free right
now.
<div class="attribution">- Sebastian Thrun</div>
</div>
</div>
</div>
</div>
</body>
</html>