-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbio.html
38 lines (37 loc) · 1.52 KB
/
bio.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Adam Johnson - Bio</title>
<link href="css/smoothness/jquery-ui-1.10.0.custom.css" rel="stylesheet">
<script src="js/jquery-1.9.0.js"></script>
<script src="js/jquery-ui-1.10.0.custom.js"></script>
<link href="style_light.css" rel="stylesheet">
</head>
<body>
<div class="section" id="page">
<h1 class="header" id="pagetitle">This is my bio.</h1>
<div class="section" id="links">
<ul class="list">
<li><a href="index.html">Home</a></li>
<li><a href="bio.html">Bio</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact Info</a></li>
</ul>
</div>
<div class="section" id="content">
<p>I'm an aspiring computer scientist currently studying at the University of Michigan. <br>
My primary areas of interest are simulation, artificial intelligence, and data analysis. <br>
I am comfortable working with C++, C#, Java, Visual Basic, and Python. <br>
</p>
<h2>Education</h2>
<p class="text"><b>University of Michigan Class of 2016</b><br>
Bachelor's of Science in Engineering <br>
Major - Computer Science <br>
Minor - Entrepreneurship <br>
</p>
</div>
</div>
</body>
</html>