-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (39 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Christopher Bodenlos</title>
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="Christopher Bodenlos, Developer & Visual Artist">
<meta property="og:url" content="/">
<meta property="og:description" content="Landing page for Christopher Bodenlos, developer & visual artist">
<link rel="stylesheet prefetch" href="css/style.css">
<link rel="stylesheet prefetch" type="text/css" href="https://cloud.typography.com/7451312/718504/css/fonts.css" />
<link rel="stylesheet prefetch" href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'>
</head>
<body>
<header>
<a href="index.html">Home</a> <a href="about.html">About</a>
</header>
<section class="bio">
<h1>Chris<br><span>Bodenlos</span></h1>
<p>Creative Developer <span> &</span> Visual Artist</p>
<a class="email fa fa-envelope-o fa-lg" title="Contact me via email" href=""></a>
<a href="https://www.linkedin.com/in/christopherbodenlos/" title="Linkedin" class="fa fa-linkedin fa-lg" target="_blank"></a>
<a href="https://twitter.com/bodenlos" title="Twitter" class="fa fa-twitter fa-lg" target="_blank"></a>
<a href="https://github.com/bodenlos" title="GitHub" class="fa fa-github fa-lg" target="_blank"></a>
</section>
<footer>
I am currently <a class="email" title="Contact me via email" href="">unavailable</a> for projects & consultation.
</footer>
<script src="js/index.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-102946662-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>