2016-06-14 21:54:24 -04:00
2016-06-09 17:51:55 -04:00
<!DOCTYPE html>
< html >
2016-06-14 21:54:24 -04:00
< 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 = "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" >
2016-06-14 22:00:58 -04:00
< 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" >
2016-06-14 21:54:24 -04:00
< 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]-->
2016-06-09 17:51:55 -04:00
< / head >
2016-06-14 21:54:24 -04:00
< 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/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 >
< / header >
2016-06-09 17:51:55 -04:00
2016-06-14 21:54:24 -04:00
< section id = "l-main" >
< div class = "container" >
< div class = "row" >
< ul class = "col-lg-2" id = "filterList" >
2016-06-09 17:51:55 -04:00
2016-06-14 21:54:24 -04:00
< li class = "current" data-show = "writeup" >
< a href = "javascript:void(0)" >
writeup
< span class = "cateCnt" > 1< / span >
< / a >
< / li >
2016-06-09 17:51:55 -04:00
2016-06-14 21:54:24 -04:00
< / ul >
< section class = "showcase col-lg-9 col-lg-offset-1 current " data-show = "writeup" >
2016-06-09 17:51:55 -04:00
2016-06-14 21:54:24 -04:00
2016-06-09 17:51:55 -04:00
2016-06-14 21:54:24 -04:00
2016-06-09 17:51:55 -04:00
2016-06-14 21:54:24 -04:00
< article class = "row" >
< div class = "date col-lg-2 col-md-2 col-sm-2" >
< p class = "day" > 26< / p >
< p class = "month" > Sep/2015< / p >
< p class = "category" > writeup< / p >
< / div >
2016-06-09 17:51:55 -04:00
2016-06-14 21:54:24 -04:00
< div class = "col-lg-10 col-md-10 col-sm-10" >
< h2 class = "title" > < a href = "/writeup/test_post" > Test post; Please Ignore< / a > < / h2 >
< ul class = "tags" >
< li > < i class = "fa fa-tag" > exploit-exercises< / i > < / li >
< li > < i class = "fa fa-tag" > nebula< / i > < / li >
< li > < i class = "fa fa-tag" > hacking< / i > < / li >
< / ul >
< br >
< hr class = "clearfix" >
< p class = "excerpt" >
This is an excerpt; please ignore
< / p >
< / div >
2016-06-09 17:51:55 -04:00
2016-06-14 21:54:24 -04:00
< button class = "continue" > < a href = "/writeup/test_post" > FULL ARTICLE< / a > < / button >
< / article >
2016-06-09 17:51:55 -04:00
2016-06-14 21:54:24 -04:00
< div class = "row" id = "paginator" >
< script type = "text/javascript" src = "http://localhost:4000/javascripts/pagination.js" > < / script >
< script type = "text/javascript" src = "http://localhost:4000/javascripts/listAndPagi.js" > < / script >
2016-06-09 17:51:55 -04:00
2016-06-14 21:54:24 -04:00
< / div >
2016-06-09 17:51:55 -04:00
2016-06-14 21:54:24 -04:00
< / section >
< / 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 >
2016-06-09 17:51:55 -04:00
< / div >
< / footer >
2016-06-14 21:54:24 -04:00
< script type = "text/javascript" src = "http://localhost:4000/javascripts/base.js" > < / script >
< / body >
2016-06-09 17:51:55 -04:00
< / html >