-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdirectory.html
More file actions
executable file
·52 lines (48 loc) · 1.27 KB
/
directory.html
File metadata and controls
executable file
·52 lines (48 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="assets/links.css">
<link rel="stylesheet" type="text/css" href="assets/gradient.css">
<title>Directory</title>
<link rel="icon" href="assets/pranavkrishnanlogo.png">
<meta charset="UTF-8">
<style>
h3 {
text-align:center;
}
p{
text-align:left;
margin-left:47%;
}
</style>
<head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Index</a></li>
<li><a href="aboutMe.html">AboutMe</a></li>
<li><a href="Pages/purpose.html">Purpose</a></li>
<li><a href="directory.html">Directory</a></li>
<li><a href="CS-I/CS-I.html">CS-I</a></li>
<li><a href="CS-II/CS-II.html">CS-II</a></li>
<li><a href="CS-III/CS-III.html">CS-III</a></li>
<li><a href="Stats/Stats.html">AP Stats</a></li>
<li><a href="references.html">References</a></li>
</ul>
</nav>
</header>
</body>
<h3>Directory of STEAM classes I have taken throughout Highschool</h3>
<br/>
<p>
-<a href="CS-I/CS-I.html">Computer Science 1</a>
<br/>
<br/>
-<a href="CS-II/CS-II.html">Computer Science 2</a>
<br/>
<br/>
-<a href="Stats/Stats.html">AP Statistics</a>
</p>
</body>
</html>