-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (33 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>LCH</title>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet">
<link rel="stylesheet" href="styles/styles-prefixed.css">
</head>
<body>
<div id="name"></div>
<div class="stuff">
<p class="description">
UMass Computer Science, Class of 2020
</p>
<div class="buttons">
<a class="button github inactiveLink" rel="noopener noreferrer" target="_blank" href="https://github.com/lchsam/">
Github
</a>
<a class="button resume inactiveLink" rel="noopener noreferrer" target="_blank" href="resume/resume-samlee.pdf">
Resume
</a>
</div>
</div>
<script src="scripts/lottie.js"></script>
<script src="scripts/anime.min.js"></script>
<script src="scripts/index.js"></script>
</body>
</html>