diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..aee47c1 Binary files /dev/null and b/.DS_Store differ diff --git a/OddJobb/.DS_Store b/OddJobb/.DS_Store new file mode 100644 index 0000000..df4d001 Binary files /dev/null and b/OddJobb/.DS_Store differ diff --git a/OddJobb/platforms/android/assets/www/about.html b/OddJobb/platforms/android/assets/www/about.html index 4649710..668da8b 100644 --- a/OddJobb/platforms/android/assets/www/about.html +++ b/OddJobb/platforms/android/assets/www/about.html @@ -19,8 +19,18 @@
-

Here is About page!

-

Fusce eros lectus, accumsan eget mi vel, iaculis tincidunt felis. Nulla tincidunt pharetra sagittis. Fusce in felis eros. Nulla sit amet aliquam lorem, et gravida ipsum. Mauris consectetur nisl non sollicitudin tristique. Praesent vitae metus ac quam rhoncus mattis vel et nisi. Aenean aliquet, felis quis dignissim iaculis, lectus quam tincidunt ligula, et venenatis turpis risus sed lorem. Morbi eu metus elit. Ut vel diam dolor.

+

Hack4Good - OddJobbs!

+

+ OddJobbs was inspired by a true story. One day after a big snowstorm, I received a text message from my mother saying there was an elderly woman who wasn't able to shovel her driveway. She lived on a street with a ton of kids, but wasn't able to connect with one of them to complete the task. +

+
+

+ Soon after, the idea of a Hackathon was proposed to a group of us at 360insights. This got me thinking and OddJobbs was later planted to connect those +

+
+

+ Anyone can use OddJobbs, if you're like my neighbour and just need a hand or if you travel frequently and want to support your local neighbourhood - OddJobbs was made for you. +

diff --git a/OddJobb/platforms/android/assets/www/css/styles.css b/OddJobb/platforms/android/assets/www/css/styles.css index 631f0de..cd8df99 100644 --- a/OddJobb/platforms/android/assets/www/css/styles.css +++ b/OddJobb/platforms/android/assets/www/css/styles.css @@ -9,7 +9,146 @@ See https://github.com/apache/cordova-plugin-statusbar */ - +#map { height: 45%; width: 100%;} .statusbar-overlay { background: #000000; -} \ No newline at end of file +} + +@import url(https://fonts.googleapis.com/css?family=Roboto:300); + +body{ + background-color: #1cbb9b; +} +.login-box{ + position:relative; + margin: 10px auto; + width: 500px; + height: 380px; + background-color: #fff; + padding: 10px; + border-radius: 3px; + -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.33); +-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.33); +box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.33); +} +.lb-header{ + position:relative; + color: #00415d; + margin: 5px 5px 10px 5px; + padding-bottom:10px; + border-bottom: 1px solid #eee; + text-align:center; + height:28px; +} +.lb-header a{ + margin: 0 25px; + padding: 0 20px; + text-decoration: none; + color: #666; + font-weight: bold; + font-size: 15px; + -webkit-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + transition: all 0.1s linear; +} +.lb-header .active{ + color: #029f5b; + font-size: 18px; +} +.social-login{ + position:relative; + float: left; + width: 100%; + height:auto; + padding: 10px 0 15px 0; + border-bottom: 1px solid #eee; +} +.social-login a{ + position:relative; + float: left; + width:calc(40% - 8px); + text-decoration: none; + color: #fff; + border: 1px solid rgba(0,0,0,0.05); + padding: 12px; + border-radius: 2px; + font-size: 12px; + text-transform: uppercase; + margin: 0 3%; + text-align:center; +} +.social-login a i{ + position: relative; + float: left; + width: 20px; + top: 2px; +} +.social-login a:first-child{ + background-color: #49639F; +} +.social-login a:last-child{ + background-color: #DF4A32; +} +.email-login,.email-signup{ + position:relative; + float: left; + width: 100%; + height:auto; + margin-top: 20px; + text-align:center; +} +.u-form-group{ + width:100%; + margin-bottom: 10px; +} +.u-form-group input[type="email"], +.u-form-group input[type="password"]{ + width: calc(50% - 22px); + height:45px; + outline: none; + border: 1px solid #ddd; + padding: 0 10px; + border-radius: 2px; + color: #333; + font-size:0.8rem; + -webkit-transition:all 0.1s linear; + -moz-transition:all 0.1s linear; + transition:all 0.1s linear; +} +.u-form-group input:focus{ + border-color: #358efb; +} +.u-form-group button{ + width:50%; + background-color: #1CB94E; + border: none; + outline: none; + color: #fff; + font-size: 14px; + font-weight: normal; + padding: 14px 0; + border-radius: 2px; + text-transform: uppercase; +} +.forgot-password{ + width:50%; + text-align: left; + text-decoration: underline; + color: #888; + font-size: 0.75rem; +} + +.topmar{ + margin: 0px 0; + font-size: 17px; + +} + +.abs{ + position: absolute; +} + +div.panel { + background-image: url('../img/white.jpg'); +} + diff --git a/OddJobb/platforms/android/assets/www/index.html b/OddJobb/platforms/android/assets/www/index.html index 9fb96c5..59e4561 100644 --- a/OddJobb/platforms/android/assets/www/index.html +++ b/OddJobb/platforms/android/assets/www/index.html @@ -1,5 +1,6 @@ + - @@ -21,15 +21,16 @@ - My App + OddJobbs - + + @@ -43,25 +44,27 @@
Navigation
-
- -
+
+ +
@@ -73,7 +76,7 @@