Skip to content

Commit

Permalink
Inicio do site de boa apps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatasemidio committed Dec 23, 2015
1 parent 054408b commit 627cd11
Show file tree
Hide file tree
Showing 43 changed files with 7,399 additions and 3 deletions.
267 changes: 267 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,267 @@

<!-- 404 Layout Start -->

<!DOCTYPE html>
<html lang="en">


<!-- HEAD Start -->

<head>



<!-- Force HTTPS Start -->
<script>
// Don't force http when serving the website locally
if (!(window.location.host.startsWith("127.0.0.1")) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>

<!-- Force HTTPS End -->



<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="Blog and website of John Smith, blogging mainly for tech. Opinions expressed are mine.">
<meta name="author" content="John Smith">
<meta name="keywords" content="">
<link rel="canonical" href="/personal-jekyll-theme/404.html">
<title>{ John Smith } | 404</title>

<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

<!-- Custom CSS -->
<link href="/personal-jekyll-theme/css/grayscale.css" rel="stylesheet">


<!-- Custom Fonts -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/personal-jekyll-theme/css/rrssb.css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->

<link rel="shortcut icon" type="image/x-icon" href="/personal-jekyll-theme/img/favicon.ico">



<meta http-equiv="refresh" content="20; url=/personal-jekyll-theme/">





<!-- iOS Web App mode -->

<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="36x36" href="/personal-jekyll-theme/img/web-app/icon-36p.png">
<link rel="apple-touch-icon" sizes="48x48" href="/personal-jekyll-theme/img/web-app/icon-48p.png">
<link rel="apple-touch-icon" sizes="72x72" href="/personal-jekyll-theme/img/web-app/icon-72p.png">
<link rel="apple-touch-icon" sizes="96x96" href="/personal-jekyll-theme/img/web-app/icon-96p.png">
<link rel="apple-touch-icon" sizes="144x144" href="/personal-jekyll-theme/img/web-app/icon-144p.png">
<link rel="apple-touch-icon" sizes="192x192" href="/personal-jekyll-theme/img/web-app/icon-192p.png">

<!-- Android Web App mode -->

<link rel="manifest" href="/personal-jekyll-theme/manifest.json">








</head>

<!-- HEAD End -->


<body>


<!-- Navigation Start -->

<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>

<a class="navbar-brand" href="/personal-jekyll-theme/">

<div>

<img src="/personal-jekyll-theme/img/black-lab-glass.ico" alt="">

{ John Smith }
</div>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">

<!-- Blog, Post, Tag and Error pages -->

<li>

<a href="/personal-jekyll-theme/#about"> About </a>

</li>

<li>


<a href="/personal-jekyll-theme/blog/"> Blog </a>


</li>

<li>

<a href="/personal-jekyll-theme/#timeline"> Timeline </a>

</li>

<li>

<a href="/personal-jekyll-theme/#contact"> Contact </a>

</li>


</ul>
</div>
</div>
</nav>

<!-- Navigation End -->


<section class="container content-section text-center">
<div class="row">
<div class="col-md-10 col-md-offset-1 col-xs-10 col-xs-offset-1">

<h1><strong>404</strong></h1>

<h2 id="why-are-you-still-procrastinating">Why are you still procrastinating?</h2>

<h5 id="check-a-hrefhttpwaitbutwhycom201311how-to-beat-procrastinationhtml-targetblankthisa-out-if-you-want-to-stop-looking-for-pages-that-dont-exist">Check <a href="http://waitbutwhy.com/2013/11/how-to-beat-procrastination.html" target="_blank">this</a> out if you want to stop looking for pages that don’t exist</h5>


<img class="img-responsive center-block fourofour" src="/personal-jekyll-theme/img/labtocat.png" alt="">


<!-- Social Buttons Start -->

<ul class="list-inline social-buttons">

<li><a href="https://facebook.com/" target="_blank"><i class="fa fa-facebook fa-fw"></i></a></li>

<li><a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter fa-fw"></i></a></li>

<li><a href="https://github.com/PanosSakkos/personal-jekyll-theme" target="_blank"><i class="fa fa-github fa-fw"></i></a></li>

<li><a href="https://blockchain.info/address/1LHuKC9Em3KA5yoZaf7nngnNdf9K7s2gSi" target="_blank"><i class="fa fa-bitcoin fa-fw"></i></a></li>

<li><a href="/feed.xml" target="_blank"><i class="fa fa-rss fa-fw"></i></a></li>

</ul>

<!-- Social Buttons End -->


</div>
</div>
</section>


<!-- Footer Start -->

<footer>
<div class="container text-center">
<p>Copyright &copy; John Smith 2015</p>
</div>
</footer>

<p><br><br><br><br><br><br></p>

<!-- Footer End -->



<!-- Javascript Start -->

<!-- jQuery -->
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>

<!-- Custom Theme JavaScript -->
<!--* Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.-->
<script>
function toggleNavCollapse(){50<$(".navbar").offset().top?$(".navbar-fixed-top").addClass("top-nav-collapse"):$(".navbar-fixed-top").removeClass("top-nav-collapse");}
$(document).ready(toggleNavCollapse);
$(window).scroll(toggleNavCollapse);$(function(){$("a.page-scroll").bind("click",function(b){var a=$(this);$("html, body").stop().animate({scrollTop:$(a.attr("href")).offset().top-50},1500,"easeInOutExpo",function(){a.blur()});b.preventDefault()})});$(".navbar-collapse ul li a").click(function(){$(".navbar-toggle:visible").click()});
</script>









<!-- Disqus -->











<script>
function addTohistory() {
if (!window.location.host.startsWith("127.0.0.1")) {
history.pushState({}, '404', 'https://panossakkos.github.io/personal-jekyll-theme/404.html');
}
}
</script>









<!-- Javascript End -->


</body>
</html>

<!-- 404 Layout End -->
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# DeBoApps
O jeito mais de boas de fazer sites!
# jonatasemidio.github.io
Site Pessoal
13 changes: 13 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## About

Github's Octocat was designed by Simon Oxley, alongside the white bird Twitter used (before they received a proper logo) as part of a usual routine of cranking out images for iStock. GitHub saw it, and wanted it, presumably under the notion that it can represent how complex code combines to create peculiar things, much like the octopuss... except the CEO of GitHub called it an octocat, and it has been the octocat since <a href="https://www.quora.com/GitHub/What-is-the-story-behind-GitHub%E2%80%99s-octocat-mascot" target="_blank">[via]</a>.

<small>
Octocat is Github's logo and trademark and here is used to illustrate a fictional character (John Smith) that used the *{ Personal }* Jekyll Theme to build his website.
</small>

Support the repo by starring or forking it!

<iframe src="https://ghbtns.com/github-btn.html?user=panossakkos&repo=personal-jekyll-theme&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

<iframe src="https://ghbtns.com/github-btn.html?user=panossakkos&repo=personal-jekyll-theme&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
Loading

0 comments on commit 627cd11

Please sign in to comment.