-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2017sites.html
More file actions
57 lines (54 loc) · 2.72 KB
/
Copy path2017sites.html
File metadata and controls
57 lines (54 loc) · 2.72 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
<!doctype html>
<html>
<head>
<title>PerryMa*tk: Software Engineering</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="https://use.fontawesome.com/8e8d811efd.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="page">
<div class="title">
Perryma<span class="tiny"><i class="fa fa-cog fa-spin"></i></span>tk: Software Engineering
</div>
<div class="wrapper">
<div class="menubar">
<div class="menu" onclick="">
<h1>Links</h1>
<div class="dropdown">
<ul>
<li><a href="/">Perryma.tk Home</a></li>
<li><a href="https://codehs.com/">Code HS</a></li>
<li><a href="https://github.com/">GitHub</a></li>
</ul>
</div>
</div>
</div>
<div class="main">
<div>
<h1>Student Pages:</h1>
<h2>3rd Period</h2>
<ul>
<li><a href="/Iris/" >Iris Allyn</a></li>
<li><a href="/Pumbsy/" >Haseen Aman</a></li>
<li><a href="/andersamer/" >Sam Andersen</a></li>
<li><a href="/Trenton/" >Trenton Clark</a></li>
<li><a href="/Hack.html/" >Cooper Hedger</a></li>
<li><a href="/EthanHubbard/" >Ethan Hubbard</a></li>
<li><a href="/jjcool1236/" >Johnny Jenkins</a></li>
<li><a href="/Redsedona/" >Austin Porter</a></li>
<li><a href="/Dpotts19/" >Darius Potts</a></li>
<li><a href="/JocieReynolds/" >Jocelyn Reynolds</a></li>
<li><a href="/madelynreynolds/" >Madelyn Reynolds</a></li>
<li><a href="/mblaze141/" >Matt Schacher</a></li>
<li><a href="/TylerONE/" >Tyler Taing</a></li>
<li><a href="/joshuayi/" >Joshua Yi</a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>