-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (46 loc) · 2.14 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
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Raleway:700&text=pkomebtdcrn%C3%A9aiulsgh' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oswald:300&text=AaedhonsrwR' rel='stylesheet' type='text/css'>
<link href="static/stylesheet.min.css" rel="stylesheet">
<link rel="shortcut icon" href="static/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Andrew Rhoads</title>
</head>
<body class="blue">
<div class="container">
<h1 id="name"><u> Andrew Rhoads </u></h1>
<h4 id="sub-text">programmer</h4>
<div class="icons-container">
<a class="btn icon-button" href="https://github.com/arhoads">
<span class="icon fa fa-github"></span>
<br><span class="custom-word">github</span>
</a>
<a class="btn icon-button" href="https://bitbucket.org/rustysalad">
<span class="icon fa fa-bitbucket"></span>
<br><span class="custom-word">bitbucket</span>
</a>
<a class="btn icon-button" href="http://www.linkedin.com/in/andrewcrhoads">
<span class="icon fa fa-linkedin-square"></span>
<br><span class="custom-word ">linkedIn</span>
</a>
<a class="btn icon-button" href="static/AndrewRhoads_resume.pdf">
<span class="icon fa fa-file-pdf-o"></span>
<br><span class="custom-word ">résumé</span>
</a>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54751408-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>