-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (33 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
<html>
<head>
<title>Ren R. Delos Reyes</title>
<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
</head>
<body>
<div id="container">
<div class="row">
<h1>Ren R. Delos Reyes</h1>
<div class="description">
ClearCompany Junior Web Developer.
<br>Smith College Computer Science graduate.
<br>hackNY Fellow '15.
<br>Former BuzzFeed Data Intern.
<br>
</div>
</div>
<div id="icons" class = "row">
<a class="icon" href="resume.pdf"><i class="fa fa-file-text-o fa-2x"></i></a>
<a class="icon" href="http://www.github.com/ralren"><i class="fa fa-github fa-2x"></i></a>
<a class="icon" href="https://www.linkedin.com/in/ldelosreyes"><i class="fa fa-linkedin fa-2x"></i></a>
<a class="icon" href="http://www.twitter.com/craftsren"><i class="fa fa-twitter fa-2x"></i></a>
<a class="icon" href="mailto:[email protected]"><i class="fa fa-envelope fa-2x"></i></a>
</div>
</div>
</body>
</html>