new site
This commit is contained in:
215
_site/404.html
215
_site/404.html
@@ -1,105 +1,134 @@
|
||||
<!doctype html>
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Error!</title>
|
||||
<style>
|
||||
html {
|
||||
font-size: 62.5%;
|
||||
}
|
||||
<head>
|
||||
<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="Paul Walko's personal website">
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
<title>Paul Walko</title>
|
||||
|
||||
body {
|
||||
padding: 60px;
|
||||
background: #fafafa;
|
||||
font-size: 150%;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-weight: 300;
|
||||
line-height: 1.5;
|
||||
}
|
||||
<!-- favicon -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://localhost:4000//favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://localhost:4000//favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://localhost:4000//favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://localhost:4000//favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://localhost:4000//favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://localhost:4000//favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://localhost:4000//favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://localhost:4000//favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:4000//favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://localhost:4000//favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:4000//favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://localhost:4000//favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:4000//favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://localhost:4000//favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
#wrap {
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
padding: 30px;
|
||||
background: #fff;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
|
||||
border-radius: 3px;
|
||||
border-top: 3px solid #b00f08;
|
||||
}
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/simplePagination.css">
|
||||
|
||||
hr {
|
||||
display: none;
|
||||
}
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/jquery.js"></script>
|
||||
|
||||
p {
|
||||
margin: 0 0 15px;
|
||||
}
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://localhost:4000/javascripts/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
a {
|
||||
color: #731217;
|
||||
}
|
||||
</head>
|
||||
|
||||
a:hover {
|
||||
color: #b00f08;
|
||||
}
|
||||
<body>
|
||||
<header id="l-header">
|
||||
<div class="container">
|
||||
<div class="row logo">
|
||||
<div class="col-lg-7">
|
||||
<h1>Paul Walko</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
h1 {
|
||||
margin: 0 0 15px;
|
||||
font-size: 240%;
|
||||
font-weight: 300;
|
||||
color: #731217;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 15px;
|
||||
margin: 15px 0;
|
||||
background: #eee;
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
padding: 15px;
|
||||
background: #fafafa;
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
line-height: 1.8;
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
pre.exception {
|
||||
background-color: #ffeded;
|
||||
}
|
||||
|
||||
pre em {
|
||||
font-style: normal;
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
border-bottom: 1px dotted;
|
||||
cursor: help;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrap">
|
||||
<h1>Error!</h1>
|
||||
<p>The requested url <script>
|
||||
document.write(window.location.pathname);
|
||||
</script> was not found.</p>
|
||||
|
||||
|
||||
|
||||
<div class="row navicon">
|
||||
<a href=""><i class="fa fa-navicon"></i></a>
|
||||
</div>
|
||||
|
||||
<div class="row navbar">
|
||||
<nav class="col-lg-8 col-md-8 col-xs-12">
|
||||
<ul class="row">
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/">HOME</a></li>
|
||||
<li class="col-lg-3">
|
||||
<ul class="subnav">
|
||||
<a href="javascript:void(0)">POSTS</a>
|
||||
<li><a href="http://localhost:4000/category">CATEGORY</a></li>
|
||||
<li><a href="http://localhost:4000/tag">TAG</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="search col-lg-4 col-md-4 col-xs-12">
|
||||
<form id="dummySearch">
|
||||
<label for="search"></label>
|
||||
<input id="search" name="serach" type="text" placeholder="Not That Dummy Search">
|
||||
<i class="fa fa-search"></i>
|
||||
</form>
|
||||
<script>
|
||||
$(function(){
|
||||
$('#dummySearch').submit(function(e) {
|
||||
e.preventDefault();
|
||||
keyword = $('#search').val();
|
||||
url = 'https://www.google.com.hk/search?q=site%3Apaul.walko.org+' + keyword;
|
||||
location.href = url;
|
||||
})
|
||||
})
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</header>
|
||||
|
||||
|
||||
<section id="l-main">
|
||||
<div class="container">
|
||||
|
||||
|
||||
<div id="whoops">
|
||||
<h1>Whoops! 404</h1>
|
||||
<h2>I suggest you <a href="http://localhost:4000/"> go sweet <i class="fa fa-home"></i></a></h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<footer id="l-footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div id="contact" class="col-lg-6 col-lg-offset-1 col-md-6 col-md-offset-1 col-sm-9">
|
||||
<h3>CONTACT</h3>
|
||||
<div class="row">
|
||||
<address id="address" class="col-lg-6 col-md-6 col-sm-6">
|
||||
United States<br>
|
||||
Paul Walko<br>
|
||||
</address>
|
||||
|
||||
<ul class="col-lg-6 col-md-6 col-sm-6">
|
||||
<li class="email"><i class="fa fa-envelope"></i> <a href="mailto:paulsw.pw@gmail.com"> paulsw.pw@gmail.com</a></li>
|
||||
<li class="github"><i class="fa fa-github"></i> <a href="https://www.github.com/paulwalko"> https://www.github.com/paulwalko</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p id="legal">
|
||||
Copyright (c) 2015 Paul Walko | Powered by <a href="http://jekyllrb.com">Jekyll</a> & <a href="http://github.com">GitHub</a> | designed & built by <a href="http://unifreak.github.io">UniFreak</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/base.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user