diff --git a/scripts/generate.sh b/scripts/generate.sh index d6d21a3..12d0ccc 100644 --- a/scripts/generate.sh +++ b/scripts/generate.sh @@ -1,6 +1,7 @@ #!/bin/sh # idees +cp ./site/data/idees.sample.json ./site/data/idees.json # chat cp ./site/data/chat.sample.json ./site/data/chat.json diff --git a/site/crapaud-fou.css b/site/crapaud-fou.css index 63a15f7..76e43da 100644 --- a/site/crapaud-fou.css +++ b/site/crapaud-fou.css @@ -12,6 +12,9 @@ background-color: #333; color: #fff; } +.entete a:hover { + color: #8ca; +} .footer { background-color: #333; color: #fff; @@ -22,6 +25,28 @@ a { a:hover { color: #162; } +ul { + list-style-position: inside; + padding-left: 0px; +} +li { + padding-left: 0; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + list-style-type: square; +} +.card li:hover { + overflow: visible; + text-overflow: initial; + position: relative; + z-index: 99; + width: 100%; +} +.card li:hover a { + background-color: #fff; + padding-right: 1em; +} .card:hover { border: 1px solid #333; box-shadow: -3px 3px 10px 2px #aaa; diff --git a/site/crapaud-fou.js b/site/crapaud-fou.js index 3b392fe..1edb77e 100644 --- a/site/crapaud-fou.js +++ b/site/crapaud-fou.js @@ -1,4 +1,5 @@ $(document).ready(function() { + // chat $.getJSON("data/chat.json", function(data) { $(".chat .total .crapauds").text(data.crapauds.total); $(".chat .total .canaux").text(data.canaux.total); @@ -15,15 +16,25 @@ $(document).ready(function() { var li = $("
Face aux dangers qui pèsent sur notre avenir, seul un grain de folie peut nous sortir de l'ornière (et de la déprime passive).
-En mai 2017, une trentaine de personnes se reunissent aux Treilles et donnent naissance au manifeste des Crapauds Fous.
+En avril 2017, une trentaine de personnes se reunissent aux Treilles et donnent naissance au manifeste des Crapauds Fous.