-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (43 loc) · 2.62 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE HTML>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Oxygen:400,700' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>Chris Anderson</title>
</head>
<body>
<header>
<h1>Chris Anderson</h1>
</header>
<div id="content">
<ul id="contact">
<li><a href="mailto:[email protected]"><span class="fa fa-envelope"></span></a></li>
<li><a href="http://github.com/flowandthought"><span class="fa fa-github-square"></span></a></li>
<li><a href="https://www.linkedin.com/pub/chris-anderson/61/823/598"><span class="fa fa-linkedin-square"></span></a></li>
<li><a href="media/resume.pdf"><span class="fa fa-file-text"></span></a></li>
</ul>
<img src="media/bigredhacks.jpg">
<p>I'm a junior studying Computer Science at Cornell.
My academic interests are mainly in AI and machine learning, as well as programming languages.
This page is under construction while I write a better bio and learn how to do CSS.</p>
<br>
<p>I currently work as a programmer for the <a href="http://violet.cusat.cornell.edu/">Violet Satellite Project</a>.
Violet is a satellite built by Cornell students to test control moment gyroscope (CMG) steering laws,
currently scheduled to launch in 2015.
My work has mainly consisted of writing low-level flight software in C.</p>
<br>
<p>In my free time, I am the secretary of <a href="http://cornellmafiaclub.github.io/">Mafia Club</a>.</p>
<br>
<p>At Big Red Hacks, Cornell's first major hackathon which took place in October 2014, I was part of a team
which created two projects:
<a href="http://ec2-54-69-108-70.us-west-2.compute.amazonaws.com/">an\note</a>, a note-taking web app designed for math and engineering courses,
on github <a href="https://github.com/ofpach513/Notificatr">here</a>;
and <a href="fedorify.me">Fedorify</a>, a joke project that uses face recognition to make people in photos wear fedoras,
on github <a href="https://github.com/GriffinBrodman/FedorasAsAService">here</a>.
</div>
<footer>
<!--<h6>Made by me in about an hour while not paying attention in class.</h6>-->
</footer>
</body>
</html>