-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (38 loc) · 1.46 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Alex Wen</title>
<link rel="shortcut icon" href="http://www.alexanderwen.me/favicon.ico" />
<link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/font-awesome.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
</head>
<body>
<div class="middle">
<div class="text-vertical-center">
<h1>
<span id="content-1">Hi,</span>
<span id="content-2">Heyo,</span>
<span id="content-3">Sup,</span>
<span id="content-4">Hello,</span>
<span id="content-5">What's up?</span>
<span id="content-6">Yo,</span>
<span id="content-7">Howdy,</span>
<span id="content-8">Greetings,</span>
<span>I'm</span>
</h1>
<h2>Alexander Wen</h2>
<h1>nice to meet you</h1>
</div>
</div>
<footer>
<a href="https://github.com/Alexander-Wen"><i class="icon fa fa-github fa-3x fa-inverse"></i></a>
<a href="https://www.linkedin.com/in/alexanderwen"><i class="icon fa fa-linkedin fa-3x fa-inverse"></i></a>
<a href="mailto:[email protected]"><i class="icon fa fa-envelope fa-3x fa-inverse"></i></a>
<a href="resume.pdf"><i class="icon fa fa-file-text fa-3x fa-inverse"></i></a>
</footer>
<script src="js/greeting.js"></script>
</body>
</html>