Skip to content

Commit a302e86

Browse files
committed
Add 404.html & favicon.ico and update index.html
1 parent a9defdd commit a302e86

3 files changed

Lines changed: 35 additions & 1 deletion

File tree

404.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<title>404 &middot; Simon Vreeman</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
9+
<link rel="stylesheet" type="text/css" href="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/css/bootstrap.min.css">
10+
<link rel="stylesheet" type="text/css" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css">
11+
<meta name="robots" content="noindex,nofollow">
12+
<link rel="author" href="https://plus.google.com/+SimonVreeman">
13+
<link rel="publisher" href="https://plus.google.com/+Vreeman">
14+
<style type="text/css">
15+
@media(min-width: 768px){.container{max-width:400px;}}
16+
</style>
17+
</head>
18+
<body>
19+
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KWCTDH" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-KWCTDH');</script>
20+
<div class="container">
21+
<div class="page-header">
22+
<h1 class="text-center">404</h1>
23+
</div>
24+
<p class="text-center"><a title="Lets go home!" href="http://vreeman.com/"><i class="fa fa-home fa-3x"></i></a></p>
25+
</div> <!-- /container -->
26+
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
27+
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js"></script>
28+
</body>
29+
</html>

favicon.ico

766 Bytes
Binary file not shown.

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@
1212
<link rel="canonical" href="http://vreeman.com/">
1313
<link rel="author" href="https://plus.google.com/+SimonVreeman">
1414
<link rel="publisher" href="https://plus.google.com/+Vreeman">
15+
<style type="text/css">
16+
@media(min-width: 768px){.container{max-width:600px;}}
17+
</style>
1518
</head>
1619
<body>
1720
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KWCTDH" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-KWCTDH');</script>
1821
<div class="container">
19-
<h1>Simon Vreeman</h1>
22+
<div class="page-header">
23+
<h1>Simon Vreeman</h1>
24+
</div>
2025
<ul class="list-inline">
2126
<li><a class="text-muted" title="Simon Vreeman on Google+" rel="me nofollow" href="https://plus.google.com/+SimonVreeman?rel=author"><i class="fa fa-google-plus fa-lg"></i></a></li>
2227
<li><a class="text-muted" title="Simon Vreeman on Linkedin" rel="me nofollow" href="https://www.linkedin.com/in/simonvreeman"><i class="fa fa-linkedin fa-lg"></i></a></li>

0 commit comments

Comments
 (0)