From 07e7dee0157324d72956ce2929bcdcd75404480d Mon Sep 17 00:00:00 2001 From: Paul Wallace Date: Thu, 27 Oct 2016 18:48:01 -0700 Subject: [PATCH] Update the website to show the different buttons for walking, driving and bussing --- public/images/bus.svg | 49 +++++++++++++++++++++++++++++++++ public/images/car-compact.svg | 52 ++++++++++++++++++++++++++++++++++++ public/images/pedestrian-walking.svg | 49 +++++++++++++++++++++++++++++++++ public/stylesheets/main.css | 10 +++++++ views/pages/index.ejs | 35 +++++++++++++----------- 5 files changed, 179 insertions(+), 16 deletions(-) create mode 100644 public/images/bus.svg create mode 100644 public/images/car-compact.svg create mode 100644 public/images/pedestrian-walking.svg diff --git a/public/images/bus.svg b/public/images/bus.svg new file mode 100644 index 0000000..929dfc7 --- /dev/null +++ b/public/images/bus.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/car-compact.svg b/public/images/car-compact.svg new file mode 100644 index 0000000..3c3673a --- /dev/null +++ b/public/images/car-compact.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/pedestrian-walking.svg b/public/images/pedestrian-walking.svg new file mode 100644 index 0000000..b0d8dc6 --- /dev/null +++ b/public/images/pedestrian-walking.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 793367d..bbcace6 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -21,4 +21,14 @@ .text-field { margin-top: 30px; margin-bottom: 30px; +} + +.center-this { + margin: 0 auto; + width: 100%; +} + +.btn-space{ + margin-top: 10px; + width: 50%; } \ No newline at end of file diff --git a/views/pages/index.ejs b/views/pages/index.ejs index 59b3fc6..374effe 100644 --- a/views/pages/index.ejs +++ b/views/pages/index.ejs @@ -1,25 +1,12 @@ - <% include ../partials/header %> + - - - - - -
- -

Safe Routes

The best way to find the safest routes.

@@ -27,7 +14,7 @@ -
+
@@ -37,7 +24,23 @@
- + +
+ + + +
+
+ + +
+
-- 1.9.1