From e3d5ebb12d2fb731100ff4b568d049ee59a4de8f Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 28 Dec 2017 21:56:42 +0100 Subject: Add new visual version... --- assets/js/ps-app.js | 15 ++++++++ cw/index.html | 32 +++++++++++++--- ps/gfx/index.html | 58 ++++++++++++++++++++++++++++ ps/index.fr.html | 46 +++++++++++++++++++--- ps/txt/index.html | 76 +++++++++++++++++++++++++++++++++++++ ps/vdo/index.html | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++ pw/index.html | 52 ++++++++++++++++++------- 7 files changed, 361 insertions(+), 25 deletions(-) create mode 100644 assets/js/ps-app.js create mode 100644 ps/gfx/index.html create mode 100644 ps/txt/index.html create mode 100644 ps/vdo/index.html diff --git a/assets/js/ps-app.js b/assets/js/ps-app.js new file mode 100644 index 0000000..66d67fe --- /dev/null +++ b/assets/js/ps-app.js @@ -0,0 +1,15 @@ +(function($) { + + $(document).ready(function() { + + // Make each .media section clickable to reach .// + $('.media section').each(function(_, e) { + e.onclick = function(e) { + window.location = './' + e.target.id + '/' + return false + } + }) + + }); + +})($) diff --git a/cw/index.html b/cw/index.html index 0d0c6f2..56ee01a 100644 --- a/cw/index.html +++ b/cw/index.html @@ -6,11 +6,12 @@ P.S.: Cartographic Wanders ~ cw.lesoiseaux.io + - +

Cartographic Wanders

@@ -23,6 +24,13 @@ leur rythme, une téléportation imaginaire dans l'organisme terre.

+
@@ -35,11 +43,23 @@