-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathindex.html
31 lines (31 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' >
<title>CSC630: The Open Source Movement</title>
<link rel='stylesheet' type='text/css' href='assets/styles/main.css' />
<meta name='description' content='CSC630: The Open Source Movement, Phillips Academy Andover, Winter 2018'/>
<meta name='keywords' content='computer science, open source' />
<meta name='robots' content='index,follow' />
</head>
<body>
<div class='wrapper'>
<header>
<div class='gradient'></div>
</header>
<main class='splash'>
<h1>The Open Source Movement</h1>
<h3>A Computer Science Seminar (CSC630) taught at Phillips Academy. Winter 2018.</h3>
<nav>
<a href='assignments.html'>Assignments</a>
<a href='resources.html'>Resources</a>
<a href='git.html'>Git Cheatsheet</a>
<a href="essays.html">Essays</a>
<a href="projects.html">Projects</a>
<a href="memes.html">Memes</a>
<a href='https://github.com/nzufelt/open_source_movement_csc630/' class='right'>On GitHub</a>
</nav>
</main>
</div>
</body>
</html>