-
Notifications
You must be signed in to change notification settings - Fork 30
/
essays.html
61 lines (60 loc) · 2 KB
/
essays.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!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 sorce" />
<meta name="robots" content="index,follow" />
</head>
<body>
<div id="container">
<header>
<div class='gradient'></div>
<div class='content'>
<h1><a href='index.html'>CSC630: The Open Source Movement</a> // Essays <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 id="section1">
<article>
<p>
A collection of essays written by students in this class. To be updated once said essays have been written.
</p>
</article>
</section>
<section>
<article>
<p>
<a href="./assets/essays/ali-essay.pdf" target = "_blank">Open Sourcing Federal Code</a>
<br>
<i>by Amanda Li</i>
</p>
</article>
<article>
<p>
<a href="./assets/essays/reichenbach_alex.pdf" target = "_blank">Open Source Artificial Intelligence</a>
<br>
<i>by Alex Reichenbach</i>
</p>
</article>
</section>
</main>
<footer style='position:absolute;bottom:0;'><p>Made with ❤ at Phillips Academy.</p></footer>
</div>
<script src="scripts.js">
</script>
</body>
</html>