From ff4565a30ddce5f20482643d99ab6813640c85cb Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Wed, 15 Mar 2017 21:27:36 +0000 Subject: [PATCH 01/11] Added an 'about' file to the dummy --- resources/public/about.html | 51 +++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/resources/public/about.html b/resources/public/about.html index e69de29..370071f 100644 --- a/resources/public/about.html +++ b/resources/public/about.html @@ -0,0 +1,51 @@ + + + + + + + About YouYesYet + + +
+ + +

+ About YouYesYet +

+
+
+ +

+ This isn't finished and doesn't work yet! This site is just a look-and-feel + dummy. +

+

+ YouYesYet is a project to build a canvassing app for the new Scottish + Independence Referendum. The source code is here. The specification + is here. +

+

+ If we're going to get this working in time I cannot do it alone: I need help. Contact + me by email or on on Twitter. +

+
+ + + + From a46f55e50e9cf6fc15086677a366cdeda4ca7003 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 16 Mar 2017 08:22:07 +0000 Subject: [PATCH 02/11] #22: This isn't even nearly working... But it's starting to work! --- resources/public/css/yyy-static.css | 4 ++-- resources/templates/home.html | 28 ++++++++++++++++++------- src/cljs/youyesyet/core.cljs | 32 +++++++++++++++++++++-------- 3 files changed, 46 insertions(+), 18 deletions(-) diff --git a/resources/public/css/yyy-static.css b/resources/public/css/yyy-static.css index 0587468..a61993e 100644 --- a/resources/public/css/yyy-static.css +++ b/resources/public/css/yyy-static.css @@ -160,7 +160,7 @@ th { #main-container{ } -#back-link { +#back-link, .back-link { min-width: 8em; padding: 0.25em 1em; background-color: gray; @@ -170,7 +170,7 @@ th { border-bottom-right-radius: 0.5em; } -#back-link:hover, #back-link:active { +#back-link:hover, #back-link:active, .back-link:hover, .back-link:active, { text-decoration: none; background-color: rgb(160, 160, 160); } diff --git a/resources/templates/home.html b/resources/templates/home.html index 31a313d..37db8b6 100644 --- a/resources/templates/home.html +++ b/resources/templates/home.html @@ -1,11 +1,29 @@ - - - Welcome to YouYesYet + + + + + You Yes Yet? +
+ + +

+ You yes yet? +

+
@@ -29,10 +47,6 @@
- {% script "/vendor/leaflet/dist/leaflet.js" %} - {% style "/assets/bootstrap/css/bootstrap.min.css" %} - {% style "/assets/font-awesome/css/font-awesome.min.css" %} - {% style "/css/screen.css" %} +