forked from Phankd/Phankd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (21 loc) · 1.12 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
<head>
<title>Kevin Phan Personal Website</title>
<link rel="stylesheet" type="text/css" href="./res/stylesheet.css">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,500" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="./res/anim.js"></script>
<script>window.onload="loadMain()"</script>
</head>
<body>
<!-- INTRO PAGE -->
<div id = "intro">
<div id = "head"><span>kevin phan</span></div>
<span class="line"></span>
<span ><a href="https://www.linkedin.com/in/kevinphan1995/"> <i class="fab fa-linkedin"></i></a></span >
<span><a href="https://github.com/KPhans"> <i class="fab fa-github"></i></a></span>
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></span>
<span class="dot"></span> <a href="#" onclick="viewMore()">Enter Site</a>
<span class="line"></span>
</div>
</body>