-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (35 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<!-- Meta -->
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<title>Resume - Sam Lehman</title>
<!-- Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro|Nunito+Sans|Titillium+Web">
<!-- 3rd Party CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" />
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<!-- Project CSS -->
<link rel="stylesheet" href="/css/awesome.css">
</head>
<body style="background-color: #BDBDBD">
<div id="app-root" class="theme-dark-red"></div>
<footer class="footer">
<!--
Please keep the attribution link below when using for
your own project. Thank you for your support.
-->
<small class="copyright">
Created with
<i class="fa fa-heart" aria-hidden="true" style="color: darkred"></i>
by
<a href="https://github.com/samlehman617" target="_blank" rel="nofollow">samlehman617</a>
</small>
</footer>
<script src="/bundle.js"></script>
</body>
</html>