From 1ffb7a03f8b755c40e3a2f72e386294a120f2a2f Mon Sep 17 00:00:00 2001 From: Olamilekan Date: Fri, 23 Dec 2016 20:47:24 +0100 Subject: [PATCH] Made changes to UI --- .idea/Votr.iml | 20 + .idea/misc.xml | 4 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 910 +++++++++++++++++++++++++++++++++++++ static/css/materialize.css | 5 +- static/css/style.css | 50 +- templates/header.html | 19 +- templates/index.html | 91 ++-- votr.db | Bin 0 -> 11264 bytes 10 files changed, 1057 insertions(+), 56 deletions(-) create mode 100644 .idea/Votr.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 votr.db diff --git a/.idea/Votr.iml b/.idea/Votr.iml new file mode 100644 index 0000000..7ff8b70 --- /dev/null +++ b/.idea/Votr.iml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..adbfde7 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..c954a80 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..6f8f9be --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,910 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + amqp + font-fami + nav + index + index-banner + 4198 + material-icons + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + project + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1482382288440 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/css/materialize.css b/static/css/materialize.css index 1535d76..8812330 100644 --- a/static/css/materialize.css +++ b/static/css/materialize.css @@ -4034,6 +4034,7 @@ nav i.material-icons { font-size: 24px; height: 56px; line-height: 56px; + color: #000; } nav .nav-wrapper { @@ -4196,8 +4197,8 @@ nav .input-field label.active { @media only screen and (min-width: 601px) { nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i { - height: 64px; - line-height: 64px; + height: 80px; + line-height: 80px; } .navbar-fixed { height: 64px; diff --git a/static/css/style.css b/static/css/style.css index a8179d3..5e600a3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -74,12 +74,12 @@ p { } nav .brand-logo { - font-family: 'Hipstelvetica'; +font-family: 'PT Sans', sans-serif; padding-top: 5px; } .jumbotron-column { - margin-top: 60px; + margin-top: 500px; font-weight: bold; } @@ -88,6 +88,16 @@ nav .brand-logo { background-color: #272D4E; background-image: url(../images/pattern.png); padding-bottom: 40px; + height: 820px; + font-size: 10px; +} +#index-banner-small { + color: #ffffff; + background-color: #272D4E; + background-image: url(../images/pattern.png); + padding-top: 160px; + height: 500px; + font-size: 10px; } nav ul li { @@ -126,3 +136,39 @@ nav ul li { height: 60px; width: 220px; } + +#search { + width:550px; +} + +#cta { + text-align: center; + margin-top: 500px; + font-size: 50px; +} + +.icon-pink { + color: #e91e63; +} + +.icon-red { + color: #f44336; + +} + +.icon-indigo { + color: #3f51b5; + +} + +.icon-lgreen { + color: #8bc34a; +} + +.icon-test{ + color: #3e2723; +} +.icon-yellow { + color: #ffd600; + +} \ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 7fb826b..4fe5ce9 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,13 +1,14 @@ - + + Votr! - Create polls online - + @@ -20,16 +21,28 @@ -