diff --git a/project.clj b/project.clj index 031c774..f3fdcbf 100644 --- a/project.clj +++ b/project.clj @@ -59,19 +59,15 @@ [lein-bower "0.5.1"] [lein-less "1.7.5"]] - :bower-dependencies [ - ;; Problem with using boostrap and font-awsome from Bower: neither - ;; of the distributed packages compile cleanly with less :-( - ;; [bootstrap "2.3.1"] - ;; [font-awesome "3.2.1"] - [leaflet "0.7.3"]] + :bower-dependencies [[leaflet "0.7.3"]] :cucumber-feature-paths ["test/clj/features"] :hooks [leiningen.less] :uberwar - {:handler youyesyet.handler/app + {:prep-tasks ["compile" "bower" ["cljsbuild" "once" "min"]] + :handler youyesyet.handler/app :init youyesyet.handler/init :destroy youyesyet.handler/destroy :name "youyesyet.war"} @@ -89,7 +85,7 @@ :profiles {:uberjar {:omit-source true - :prep-tasks ["compile" ["cljsbuild" "once" "min"]] + :prep-tasks ["compile" "bower" ["cljsbuild" "once" "min"]] :cljsbuild {:builds {:min @@ -136,6 +132,7 @@ :compiler {:main "youyesyet.app" :asset-path "/js/out" + :externs ["react/externs/react.js" "externs.js"] :output-to "target/cljsbuild/public/js/app.js" :output-dir "target/cljsbuild/public/js/out" :source-map true @@ -157,6 +154,7 @@ {:source-paths ["src/cljc" "src/cljs" "test/cljs"] :compiler {:output-to "target/test.js" + :externs ["react/externs/react.js" "externs.js"] :main "youyesyet.doo-runner" :optimizations :whitespace :pretty-print true}}}} diff --git a/resources/public/css/yyy-site.css b/resources/public/css/yyy-site.css index 0f25301..f3b399c 100644 --- a/resources/public/css/yyy-site.css +++ b/resources/public/css/yyy-site.css @@ -141,12 +141,19 @@ font-weight: bold; } + #nav:hover #nav-menu { + display: block; + list-style-type: none; + width: 100%; + } + #nav-icon { padding: 0; } #nav-menu { list-style-type: none; + display: none; } #nav menu li { diff --git a/resources/public/img/basic_button.svg b/resources/public/img/basic_button.svg new file mode 100644 index 0000000..0a4944b --- /dev/null +++ b/resources/public/img/basic_button.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + ? + + diff --git a/resources/public/img/female.png b/resources/public/img/female.png deleted file mode 100644 index 567820d..0000000 Binary files a/resources/public/img/female.png and /dev/null differ diff --git a/resources/public/img/female.xcf b/resources/public/img/female.xcf deleted file mode 100644 index a11a6eb..0000000 Binary files a/resources/public/img/female.xcf and /dev/null differ diff --git a/resources/public/img/gender/female.png b/resources/public/img/gender/female.png new file mode 100644 index 0000000..24b74a7 Binary files /dev/null and b/resources/public/img/gender/female.png differ diff --git a/resources/public/img/gender/female.xcf b/resources/public/img/gender/female.xcf new file mode 100644 index 0000000..284a803 Binary files /dev/null and b/resources/public/img/gender/female.xcf differ diff --git a/resources/public/img/gender/male.png b/resources/public/img/gender/male.png new file mode 100644 index 0000000..4427edc Binary files /dev/null and b/resources/public/img/gender/male.png differ diff --git a/resources/public/img/gender/male.svg b/resources/public/img/gender/male.svg new file mode 100644 index 0000000..828df16 --- /dev/null +++ b/resources/public/img/gender/male.svg @@ -0,0 +1,73 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/resources/public/img/issues.png b/resources/public/img/issues.png new file mode 100644 index 0000000..50bf308 Binary files /dev/null and b/resources/public/img/issues.png differ diff --git a/resources/public/img/issues.svg b/resources/public/img/issues.svg new file mode 100644 index 0000000..496b704 --- /dev/null +++ b/resources/public/img/issues.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + ? + + + diff --git a/resources/public/img/male.png b/resources/public/img/male.png deleted file mode 100644 index 95bed88..0000000 Binary files a/resources/public/img/male.png and /dev/null differ diff --git a/resources/public/img/male.xcf b/resources/public/img/male.xcf deleted file mode 100644 index cf6954b..0000000 Binary files a/resources/public/img/male.xcf and /dev/null differ diff --git a/resources/public/img/map-pins/basic_map_pin.png b/resources/public/img/map-pins/basic_map_pin.png new file mode 100644 index 0000000..c14e0be Binary files /dev/null and b/resources/public/img/map-pins/basic_map_pin.png differ diff --git a/resources/public/img/map-pins/basic_map_pin.svg b/resources/public/img/map-pins/basic_map_pin.svg new file mode 100644 index 0000000..cd8409d --- /dev/null +++ b/resources/public/img/map-pins/basic_map_pin.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Basic pin for SceneHere + 20100801 + + + Simon Brooke + + + + + Copyright (c) 2010 Simon Brooke + + + basic_map_pin.svg + + Basic default map pin + $Revision: 1.2 $ + + + + + + + + + diff --git a/resources/public/img/map-pins/mixed-pin.png b/resources/public/img/map-pins/mixed-pin.png new file mode 100644 index 0000000..799321b Binary files /dev/null and b/resources/public/img/map-pins/mixed-pin.png differ diff --git a/resources/public/img/map-pins/mixed-pin.svg b/resources/public/img/map-pins/mixed-pin.svg new file mode 100644 index 0000000..8d293e0 --- /dev/null +++ b/resources/public/img/map-pins/mixed-pin.svg @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 20100801 + + + Simon Brooke + + + + + Copyright (c) 2010 Simon Brooke + + + basic_map_pin.svg + + Basic default map pin + $Revision: 1.2 $ + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/public/img/map-pins/no-pin.png b/resources/public/img/map-pins/no-pin.png new file mode 100644 index 0000000..2e426ae Binary files /dev/null and b/resources/public/img/map-pins/no-pin.png differ diff --git a/resources/public/img/map-pins/no-pin.svg b/resources/public/img/map-pins/no-pin.svg new file mode 100644 index 0000000..f59dc4f --- /dev/null +++ b/resources/public/img/map-pins/no-pin.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Basic pin for SceneHere + 20100801 + + + Simon Brooke + + + + + Copyright (c) 2010 Simon Brooke + + + basic_map_pin.svg + + Basic default map pin + $Revision: 1.2 $ + + + + + + + + + + + + + + + + + + + diff --git a/resources/public/img/map-pins/shadow_pin.png b/resources/public/img/map-pins/shadow_pin.png new file mode 100644 index 0000000..07c4daa Binary files /dev/null and b/resources/public/img/map-pins/shadow_pin.png differ diff --git a/resources/public/img/map-pins/shadow_pin.svg b/resources/public/img/map-pins/shadow_pin.svg new file mode 100644 index 0000000..595d104 --- /dev/null +++ b/resources/public/img/map-pins/shadow_pin.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Shadow pin for SceneHere + 20100801 + + + Simon Brooke + + + + + Copyright (c) 2010 Simon Brooke + + + shadow_pin.svg + $Revision: 1.2 $ + + + + + + + diff --git a/resources/public/img/map-pins/unknown-pin.svg b/resources/public/img/map-pins/unknown-pin.svg new file mode 100644 index 0000000..638daa1 --- /dev/null +++ b/resources/public/img/map-pins/unknown-pin.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Basic pin for SceneHere + 20100801 + + + Simon Brooke + + + + + Copyright (c) 2010 Simon Brooke + + + basic_map_pin.svg + + Basic default map pin + $Revision: 1.2 $ + + + + + + + + + diff --git a/resources/public/img/map-pins/yes-pin.png b/resources/public/img/map-pins/yes-pin.png new file mode 100644 index 0000000..68a76bd Binary files /dev/null and b/resources/public/img/map-pins/yes-pin.png differ diff --git a/resources/public/img/map-pins/yes-pin.svg b/resources/public/img/map-pins/yes-pin.svg new file mode 100644 index 0000000..182e9b0 --- /dev/null +++ b/resources/public/img/map-pins/yes-pin.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Basic pin for SceneHere + 20100801 + + + Simon Brooke + + + + + Copyright (c) 2010 Simon Brooke + + + basic_map_pin.svg + + Basic default map pin + $Revision: 1.2 $ + + + + + + + + + + + + + diff --git a/resources/public/img/option/no-selected.png b/resources/public/img/option/no-selected.png new file mode 100644 index 0000000..c108d89 Binary files /dev/null and b/resources/public/img/option/no-selected.png differ diff --git a/resources/public/img/option/no-selected.svg b/resources/public/img/option/no-selected.svg new file mode 100644 index 0000000..c838c71 --- /dev/null +++ b/resources/public/img/option/no-selected.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/public/img/option/no-unselected.png b/resources/public/img/option/no-unselected.png new file mode 100644 index 0000000..119ae26 Binary files /dev/null and b/resources/public/img/option/no-unselected.png differ diff --git a/resources/public/img/option/no-unselected.svg b/resources/public/img/option/no-unselected.svg new file mode 100644 index 0000000..6a33b6c --- /dev/null +++ b/resources/public/img/option/no-unselected.svg @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/resources/public/img/option/yes-selected.png b/resources/public/img/option/yes-selected.png new file mode 100644 index 0000000..a9fb302 Binary files /dev/null and b/resources/public/img/option/yes-selected.png differ diff --git a/resources/public/img/option/yes-selected.svg b/resources/public/img/option/yes-selected.svg new file mode 100644 index 0000000..d9d292e --- /dev/null +++ b/resources/public/img/option/yes-selected.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/resources/public/img/option/yes-unselected.png b/resources/public/img/option/yes-unselected.png new file mode 100644 index 0000000..11b860c Binary files /dev/null and b/resources/public/img/option/yes-unselected.png differ diff --git a/resources/public/img/option/yes-unselected.svg b/resources/public/img/option/yes-unselected.svg new file mode 100644 index 0000000..18a249c --- /dev/null +++ b/resources/public/img/option/yes-unselected.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/resources/public/img/saltire-grey.png b/resources/public/img/saltire-grey.png deleted file mode 100644 index f49aabe..0000000 Binary files a/resources/public/img/saltire-grey.png and /dev/null differ diff --git a/resources/public/img/saltire-grey.xcf b/resources/public/img/saltire-grey.xcf deleted file mode 100644 index 675ea86..0000000 Binary files a/resources/public/img/saltire-grey.xcf and /dev/null differ diff --git a/resources/public/img/saltire.png b/resources/public/img/saltire.png deleted file mode 100644 index c64e173..0000000 Binary files a/resources/public/img/saltire.png and /dev/null differ diff --git a/resources/public/img/saltire.xcf b/resources/public/img/saltire.xcf deleted file mode 100644 index 15b8d97..0000000 Binary files a/resources/public/img/saltire.xcf and /dev/null differ diff --git a/resources/public/img/ujack-grey.png b/resources/public/img/ujack-grey.png deleted file mode 100644 index b8151ed..0000000 Binary files a/resources/public/img/ujack-grey.png and /dev/null differ diff --git a/resources/public/img/ujack-grey.xcf b/resources/public/img/ujack-grey.xcf deleted file mode 100644 index 4ed056c..0000000 Binary files a/resources/public/img/ujack-grey.xcf and /dev/null differ diff --git a/resources/public/img/ujack.png b/resources/public/img/ujack.png deleted file mode 100644 index d542490..0000000 Binary files a/resources/public/img/ujack.png and /dev/null differ diff --git a/resources/templates/app.html b/resources/templates/app.html index f313066..5214806 100644 --- a/resources/templates/app.html +++ b/resources/templates/app.html @@ -37,8 +37,8 @@ - - + +