-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
54 lines (51 loc) · 2.54 KB
/
resume.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Materialize - Compiled and minified CSS-->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/materialize/0.95.3/css/materialize.min.css">
<!-- Font Awesome Icon - CSS-->
<script src="https://kit.fontawesome.com/f5635066a5.js" crossorigin="anonymous"></script>
<!-- Dev Icons - CSS -->
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<!-- Custom Styles-->
<link rel="stylesheet" href="assets/styles/main.css?123">
<title>Charlie Kelly | Full Stack Developer</title>
<!-- Open Graph-->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Charlie Kelly | Full Stack Developer">
<meta property="og:description" content="I like to make things">
<meta property="og:url" content="acharliekelly.github.io">
<meta property="og:site_name" content="Charlie Kelly | Full Stack Developer">
<meta property="article:publisher" content="acharliekelly.github.io">
<meta property="og:image" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@cantimagine1">
<meta name="twitter:title" content="Charlie Kelly | Full Stack Developer">
<meta name="twitter:description" content="I like to make things">
<meta name="twitter:url" content="acharliekelly.github.io">
<meta name="author" content="Charlie Kelly">
<meta name="description" content="I want to make things that make a difference.">
<link rel="shortcut icon" type="image/gif" href="images/ck.gif">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="static/img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!--if lt IE 9script(src='//html5shim.googlecode.com/svn/trunk/html5.js')
-->
<meta name="robots" content="index, follow">
</head>
<body>
<!-- jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Materialize - Compiled and minified JavaScript-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.95.3/js/materialize.min.js"></script>
<script>
$(document).ready(function(){
// TODO: transform JSON
});
</script>
</body>
</html>