-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.53 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
<!DOCTYPE html>
<html>
<head>
<title>phoebetse</title>
<link href='https://fonts.googleapis.com/css?family=Noto+Serif:700,400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Palanquin' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="screen" href="index.css" />
<link rel="stylesheet" href="font-awesome-4.4.0/css/font-awesome.min.css">
</head>
<body>
<!-- HOMEPAGE -->
<div class = "homepage">
<div class = "homeContent">
<h1 class= "name centerOfPage">phoebe</h1>
<h2 class = "taglines centerOfPage"> Under Construction </h2>
<div class = "icons centerOfPage">
<a href= "https://www.linkedin.com/pub/phoebe-tse/64/191/672">
<i class="fa fa-linkedin fa-2x"></i>
</a>
<a href="https://github.com/phoebetse">
<i class="fa fa-github fa-2x"></i>
</a>
<a href="resume.html">
<i class="fa fa-file-text-o fa-2x"></i>
</a>
<a href="mailto:[email protected]">
<i class="fa fa-envelope fa-2x"></i>
</a>
</div>
</div>
</div> <!-- End Homepage-->
<!-- Bottom -->
<div class= "bottom">
<i style="padding-right:0px"class="fa fa-copyright fa-1"></i> 2017 Phoebe Tse
<p>Icons From <a href="http://fortawesome.github.io/">Font Awesome Icons</a></p>
</div>
</body>
</html>