116 lines
4.2 KiB
HTML
116 lines
4.2 KiB
HTML
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<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">
|
|
|
|
<title>Paul Walko</title>
|
|
|
|
<!-- favicon -->
|
|
<link rel="shortcut icon" href="http://localhost:4000/favicon.ico" type="image/icon">
|
|
<link rel="icon" href="http://localhost:4000/favicon.ico" type="image/icon">
|
|
<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">
|
|
|
|
<script type="text/javascript" src="http://localhost:4000/javascripts/jquery.js"></script>
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src="http://localhost:4000/javascripts/html5shiv.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
|
|
<body>
|
|
<header id="l-header">
|
|
<div class="container">
|
|
<div class="row logo">
|
|
<div class="col-lg-7">
|
|
<h1>Paul Walko</h1>
|
|
</div>
|
|
</div>
|
|
|
|
<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/resume">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>
|
|
</header>
|
|
|
|
|
|
<section id="l-main">
|
|
<div class="container">
|
|
<div id="building">
|
|
<i class="fa fa-cog fa-spin"></i>
|
|
<h1>BUILDING</h1>
|
|
</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="http://www.github.com/paulwalko"> http://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>
|