fix 404 et illus sur la page daccueil
This commit is contained in:
parent
116b99b764
commit
e6a1bea9a2
3 changed files with 9 additions and 40 deletions
24
404.html
24
404.html
|
@ -1,24 +0,0 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
---
|
|
||||||
|
|
||||||
<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>
|
|
2
index.md
2
index.md
|
@ -9,7 +9,7 @@ videofeature: "https://www.youtube.com/embed/ZV4zuepujSc"
|
||||||
## Le Manifeste du Crapaud fou
|
## Le Manifeste du Crapaud fou
|
||||||
|
|
||||||
Dérèglement climatique, crises en tous genre, terrorisme, maladies de civilisation … nous sommes submergés par un tsunami d’angoisse. Que faire ? Comment devenir acteur de ce nouveau monde qui se profile à l’horizon ?
|
Dérèglement climatique, crises en tous genre, terrorisme, maladies de civilisation … nous sommes submergés par un tsunami d’angoisse. Que faire ? Comment devenir acteur de ce nouveau monde qui se profile à l’horizon ?
|
||||||
<img src="{{ site.urlimg }}/crapaud_fou_sourire.jpg" width="200" align="right" alt="crapauds fous logo"/>
|
<img src="{{ site.urlimg }}/crapaud_fou_sourire.jpg" width="200" align="right" alt="crapauds fous logo" class="illus" />
|
||||||
|
|
||||||
|
|
||||||
### Théorie du crapaud fou
|
### Théorie du crapaud fou
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: default_minimal
|
layout: default
|
||||||
title: "404: Page not found"
|
title: "404: Page not found"
|
||||||
description: "Error 404: Requested page not found"
|
description: "Error 404: Requested page not found"
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
|
@ -9,20 +9,13 @@ nofollow: true
|
||||||
category: base
|
category: base
|
||||||
---
|
---
|
||||||
|
|
||||||
<p>Sorry! The page you were trying to view does not exist.</p>
|
## Désolé! il n'y a pas d'abonné au numéro demandé
|
||||||
<p>Perhaps you may have error while typing web address. If not, you may tweet me to fix missing link. Thanks!</p>
|
|
||||||
|
|
||||||
<hr class="gh">
|
### (aussi connu sous le nom d'erreur 404)
|
||||||
|
|
||||||
|
|
||||||
|
Peut-etre y'a une faute dans l'url ? ou alors c'est un lien tout cassé ?!
|
||||||
|
|
||||||
|
Si vous pouvez [nous signaler](/contact) tout lien fautif, nous vous en serons éternellement reconnaissant(e)s.
|
||||||
|
|
||||||
{% if site.google_search %}
|
|
||||||
<div id="searchbox2" style="margin:0 auto; display: table;">
|
|
||||||
<div class="searchcont2">
|
|
||||||
<!-- span class="searchicon2"><i class="fa fa-search fa-2x"></i></span -->
|
|
||||||
<form role="search" method="get" action="{{ site.url }}/cse/">
|
|
||||||
<input id="searchString2" name="searchString2"
|
|
||||||
placeholder=" Search" type="text">
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue