forked from nzufelt/open_source_movement_csc630
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmemes.html
41 lines (41 loc) · 1.62 KB
/
memes.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
<!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 id='wrapper'>
<header>
<div class='gradient'></div>
<div class='content'>
<h1><a href='index.html'>CSC630: The Open Source Movement</a> // Memes <span class='right'><p>Phillips Academy Andover  ▪  Winter 2018</p></span></h1>
</div>
<div class='nav-wrapper'>
<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>
</div>
</header>
<main id="content">
<section>
<h1>For laughs, smiles, and the occasional cringes.</h1>
<p>Per the suggestion of CSC630 7th Period members, here's a memepage.</p>
<p>Submit new memes as pull requests!</p>
</section>
</main>
<footer><p>Made with ❤ at Phillips Academy.</p></footer>
</div>
<script src='scripts/header.js'></script>
</body>
</html>