-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head id="head">
<title>Andy Strong</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fragment+Mono&display=swap" rel="stylesheet">
<script src="js/getheader.js"></script>
</head>
<body class="body-class" >
<div id="header-placeholder" ></div>
<div class="page-content" style="margin-top:3em;">
<div class="aboutme-content">
<div class="myimg-container">
<img src="img/me2023.jpg" class="my-pic">
</div>
<div class="aboutme-container-text">
<div class="introduction-text">
I'm <span class="name-content">Andy Strong</span>,
</div>
<div class="aboutme-text">
a fourth-year computer science student and Research Assistant at the University of Colorado Boulder.
</div>
<a style="text-decoration: none;" target="_blank" href="AndyStrongNewResume2024.pdf" class="aboutme-button">Resume</a>
<a style="text-decoration: none;" href="experience.html" class="aboutme-button">See my experience ></a>
</div>
</div>
</div>
</body>
</html>