-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.52 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.52 KB
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
<!DOCTYPE <!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<title>jarrett harris</title>
</head>
<body>
<div class="container">
<div class="page-header">
<h1 class="text-center animated fadeIn">Jarrett Harris</h1>
<p class="lead text-center animated fadeIn">Superheroic JavaScript Developer</p>
</div>
<ul class="list-unstyled list-inline text-center body-text animated bounceInLeft">
<li>
<a href="https://github.com/jarrettch"><i class="fa fa-github-alt fa-3x"></i></a></li>
<li>
<a href="http://www.linkedin.com/in/jarrettch"><i class="fa fa-linkedin-square fa-3x"></i></a></p></li>
<li>
<a href="https://www.twitter.com/TwinBnotTwinA"><i class="fa fa-twitter-square fa-3x"></i></a></li>
</ul>
<ul class="list-unstyled list-inline text-center body-text sample animated bounceInRight">Sample Projects:
<li><a href="http://sentibubbles.herokuapp.com">SentiBubbles - Twitter Sentiment Analysis</a></li>
<li><a href="http://chopped.herokuapp.com">Chopped Mystery Basket Generator</a></li>
<li><a href="http://railbirds.herokuapp.com">RailBirds - Live Poker Session Logging</a></li>
</ul>
</div>
</body>
</html>