-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jbesse
committed
May 21, 2018
1 parent
506cbc3
commit dcb6033
Showing
42 changed files
with
3,933 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
_site | ||
.sass-cache | ||
.jekyll-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
<!DOCTYPE HTML> | ||
<!-- | ||
Prologue by HTML5 UP | ||
html5up.net | @ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
Jekyll integration by Chris Bobbe | chrisbobbe.github.io | ||
--> | ||
<html><head><!-- Robots --> | ||
<meta name="robots" content="noindex, nofollow" /><!-- Title, description, author --><title>404 Error | EmiVTC</title> | ||
<meta name="description" content="Site d'émi vtc, chauffeuse vtc sur bordeaux et gironde." /> | ||
<meta name="author" content="test" /> | ||
|
||
<!-- Open Graph --> | ||
<meta property="og:title" content="404 Error | EmiVTC" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:image" content="http://localhost:4000/assets/images/avatar.jpg" /> | ||
<meta property="og:url" content="http://localhost:4000/404" /> | ||
<meta property="og:site_name" content="EmiVTC" /> | ||
<meta property="og:description" content="Site d'émi vtc, chauffeuse vtc sur bordeaux et gironde." /> | ||
|
||
<!-- Styles --> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js" defer></script><![endif]--> | ||
<link rel="stylesheet" href="/assets/css/main.css" /> | ||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]--> | ||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]--> | ||
|
||
<!-- Scripts --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" defer></script> | ||
<script src="/assets/js/jquery.scrolly.min.js" defer></script> | ||
<script src="/assets/js/jquery.scrollzer.min.js" defer></script> | ||
<script src="/assets/js/skel.min.js" defer></script> | ||
<script src="/assets/js/util.js" defer></script> | ||
<!--[if lte IE 8]><script src="/assets/js/ie/respond.min.js" defer></script><![endif]--> | ||
<script src="/assets/js/main.js" defer></script> | ||
|
||
</head><body><!-- Header --> | ||
<div id="header"> | ||
<div class="top"><!-- Logo --> | ||
<div id="logo"> | ||
<a href="http://localhost:4000/" id="home-link"> | ||
<span class="image avatar48"><img src="/assets/images/avatar.jpg" alt="Avatar of test" /></span> | ||
<h1 id="title">EmiVTC</h1> | ||
<p></p> | ||
</a> | ||
</div><!-- Nav --> | ||
<nav id="nav"> | ||
<ul></ul> | ||
</nav></div> | ||
<div class="bottom"><!-- Social Icons --> | ||
<ul class="icons"><li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li></ul> | ||
</div> | ||
</div> | ||
<!-- Main --> | ||
<div id="main"> | ||
<!-- Page --> | ||
<article class="shade-two"> | ||
<div class="container"> | ||
<header> | ||
<h2>404 Error</h2></header><style type="text/css" media="screen"> | ||
.container { | ||
margin: 10px auto; | ||
max-width: 600px; | ||
text-align: center; | ||
} | ||
h1 { | ||
margin: 30px 0; | ||
font-size: 4em; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} | ||
</style> | ||
|
||
<div class="container"> | ||
<h1>404</h1> | ||
|
||
<p><strong>Page not found :(</strong></p> | ||
<p>The requested page could not be found.</p> | ||
</div> | ||
</div> | ||
</article> | ||
</div><!-- Footer --> | ||
<div id="footer"> | ||
|
||
<!-- Copyright --> | ||
<ul class="copyright"> | ||
|
||
<li>©EmiVTC. All rights reserved.</li> | ||
|
||
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li> | ||
<li>Jekyll integration: <a href="https://chrisbobbe.github.io/">Chris Bobbe</a></li> | ||
</ul> | ||
|
||
</div></body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
emivtc.fr |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/* | ||
Prologue by HTML5 UP | ||
html5up.net | @ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
*/ | ||
|
||
/* Section/Article */ | ||
|
||
section > .last-child, section.last-child, article > .last-child, article.last-child { | ||
margin-bottom: 0; | ||
} | ||
|
||
/* Form */ | ||
|
||
form input[type="text"], | ||
form input[type="email"], | ||
form input[type="password"], | ||
form select, | ||
form textarea { | ||
-ms-behavior: url("assets/js/ie/PIE.htc"); | ||
} | ||
|
||
/* Button */ | ||
|
||
input[type="button"], | ||
input[type="submit"], | ||
input[type="reset"], | ||
button, | ||
.button { | ||
-ms-behavior: url("assets/js/ie/PIE.htc"); | ||
} | ||
|
||
/* Header */ | ||
|
||
#nav ul li a { | ||
color: #888; | ||
} | ||
|
||
#nav ul li a.active { | ||
background: #1C2022; | ||
} | ||
|
||
#headerToggle .toggle { | ||
background-color: #888; | ||
} | ||
|
||
/* Main */ | ||
|
||
#main > section.cover { | ||
background-position: auto; | ||
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc"); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* | ||
Prologue by HTML5 UP | ||
html5up.net | @ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
*/ | ||
|
||
/* Button */ | ||
|
||
input[type="button"], | ||
input[type="submit"], | ||
input[type="reset"], | ||
button, | ||
.button { | ||
background-image: url("images/ie/grad0-15.svg"); | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.