-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.81 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
<!DOCTYPE html>
<html>
<head>
<link rel="image_src" href="images/jacob.png" />
<meta name="description" content="The personal website and web design portfolio of Jacob McCollum.">
<meta name="keywords" content="jacob,mccollum,web,design,site,sites,website,build,builder,designer,development,jquery,html,html5,css,css3,javascript,php">
<meta name="author" content="Jacob McCollum">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="UTF-8" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no" />
<meta property="og:title" content="Jacob McCollum" />
<meta property="og:type" content="profile" />
<meta property="og:profile_id" content="595638085" />
<meta property="og:image" content="images/jacob.png" />
<meta property="og:url" content="http://www.jacobmccollum.com" />
<meta property="og:site_name" content="Jacob McCollum" />
<meta property="og:admins" content="595638085" />
<title>Jacob McCollum</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<main>
<h1>Jacob McCollum</h1>
<nav>
<ul>
<li><a target="_blank" href="files/resume-jacob-mccollum.pdf" download>Download Resume</a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/jacobmccollum/">LinkedIn</a></li>
<li><a target="_blank" href="https://stackoverflow.com/users/2038227/theftprevention?tab=profile">StackOverflow</a></li>
<li><a target="_blank" href="https://github.com/theftprevention">GitHub</a></li>
</ul>
</nav>
</main>
</body>
</html>