forked from jakes44/personalwebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (41 loc) · 2.35 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
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<!-- CSS-->
<link href="https://fonts.googleapis.com/css?family=Oxygen+Mono" rel="stylesheet">
<script defer src="https://use.fontawesome.com/releases/v5.5.0/js/all.js" integrity="sha384-GqVMZRt5Gn7tB9D9q7ONtcp4gtHIUEW/yG7h98J7IpE3kpi+srfFyyB/04OV6pG0" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/index.css">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title> Jesse Akes </title>
</head>
<body>
<div class="main">
<div class="page" id="about">
<div class="block">
<div id="header">
<h1 class="left">Jesse Akes</h1>
<h2 class="right">Email: [email protected]</h2>
<div style="clear: both;"></div>
</div>
Hello!
<br><br>
I'm passionate about technology, music, and good stories (you'd be surprised at the overlap between them all).
If I'm not banging my head against the wall working on some new project, you'll usually find me at a concert or doing the crossword.
<br><br>
Right now I'm finishing up my senior year at the University of North Carolina - Chapel Hill.
I'll be leaving here May 2019 with a BS in Computer Science and a minor in mathematics.
<br><br>
If you're interested in what I'm working on or what I've done in the past, be sure to check out my resume and other links below.
<div id="links">
<a href="https://jesseakes.com/JesseAkesResume.pdf"><button class="buttn"><i class="fas fa-3x fa-file"></i></button></a>
<a href="https://github.com/jakes44"><button class="buttn"><i class="fab fa-3x fa-github-alt"></i></button></a>
<a href="https://www.linkedin.com/in/jesse-akes-163a05126/"><button class="buttn"><i class="fab fa-3x fa-linkedin-in"></i></button></a>
<a href="https://twitter.com/GeniusJesse"><button class="buttn"><i class="fab fa-3x fa-twitter"></i></button></a>
</div>
</div>
</div>
</div>
</body>
</html>