diff --git a/www/css/index.css b/www/css/index.css old mode 100644 new mode 100755 index e934c16..347d3cc --- a/www/css/index.css +++ b/www/css/index.css @@ -6,10 +6,235 @@ body { -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ - font-size:12px; + /*font-size:12px;*/ height:100%; - margin:0px; + /*margin:0px;*/ padding:0px; width:100%; } +html{ + background-color:#eee; + font-family: 'Quicksand', sans-serif; + font-size:16px; +} +body{ + /*width:100%;*/ + max-width:650px; + background-color:#fff; + margin:0 auto; + box-shadow:0 0 10px #000; + min-height: 100vh; +} + +.app nav{ + height:30px; + background-color:#00A29B; + font-size:22px; + padding-top:25px; + width:100%; + max-width:650px; + position: absolute; +} + +.app nav a{ + margin:10px; + top: -5px; + color:#fff; + text-decoration:none; + position:relative; + + +} + +.app nav a:last-child{ + float:right; + top:-8px; +} + +.app nav img{ + width:35px; +} + +.app section{ + display:none; + padding-top:100px; +} + +.app section:target{ + display:block; + +} + + +.app label{ + display:block; + margin-top: 25px; + clear:both; +} + +.app input{ + width:220px; + clear:both; +} +.app input[type='button'], .app input[type='submit']{ + width:80px; + margin-top: 35px; + float:right; + background-color: #ddd; + +} + +.app form{ + display:block; + margin:60px auto; + width:220px; + + +} + +.app form:last-child{ + padding-bottom:80px; +} + +.app form a{ + display:block; + float:right; + margin-bottom:20px; + +} + +.app form a:not(.nobutton){ + + width:105px; + padding:10px 0; + color:black; + background-color:#d3d3d3; + text-align: center; + text-decoration: none; + clear:both; + margin-top:25px; + + +} + +.app form select{ + width:100%; + font-size:14px; +} + + + +.app textarea{ +width:250px; +height:50px; +position:relative; +margin-left:-45px; + + +} + +.app img.support { + display: block; + margin: 0 auto; + width:250px; + position: relative; + margin-top:90px; + + +} + + + + +.app #choose a{ +width:30%; +display:inline-block; +color:white; +text-decoration:none; +font-size: 22px; +padding:80px 0; +margin-top:15px; +min-width:200px; + + + +} + +.app #choose a[href^="#get"]{ +background-color:#50C995; + +} +.app #choose a[href^="#give"]{ +background-color:#00BBBB; +} + +.app p{ +text-align:center; +margin: 50px 25px 0 25px; + + +} + +.app li img{ +width:40px; +position:relative; +margin-bottom:-10px; +} + +.app #giveSupport1 li img:last-child{ +width:20px; +margin-bottom:-5px; + +} + + + +.app ul{ +list-style-type: none; +margin-top: 100px; +} +.app li{ +margin-bottom: 20px; +} + +.app #getSupport2 textarea, .app #giveSupport2 textarea{ +margin-top: 400px; +width:100%; +margin-left:2px; +} + +.app #giveSupport2 li, .app #getSupport2 li { +margin-left: 30px; + + +} + +.app #giveSupport2 li:first-child, .app #getSupport2 li:first-child { +margin-left: 0; +position:relative; +margin-top: -100px +} + +.app #giveSupport1 { + +text-decoration: none; +} + +.app #getSupport2 li:first-child { +margin-left: 0; +position:relative; +margin-top: -100px +} + +.nobutton { +color:black; +font-size:18px; +} + +.app nav a[href='#back'] img { +width:30px; +} + + + diff --git a/www/img/get_support.svg b/www/img/get_support.svg new file mode 100755 index 0000000..779647a --- /dev/null +++ b/www/img/get_support.svg @@ -0,0 +1,16 @@ + + + diff --git a/www/img/give_support.svg b/www/img/give_support.svg new file mode 100755 index 0000000..d4fc17b --- /dev/null +++ b/www/img/give_support.svg @@ -0,0 +1,18 @@ + + + diff --git a/www/img/home.svg b/www/img/home.svg new file mode 100755 index 0000000..7681c98 --- /dev/null +++ b/www/img/home.svg @@ -0,0 +1,17 @@ + + + diff --git a/www/img/left-arrow.png b/www/img/left-arrow.png new file mode 100644 index 0000000..058c3d5 Binary files /dev/null and b/www/img/left-arrow.png differ diff --git a/www/img/logo.png b/www/img/logo.png deleted file mode 100644 index c62ab2f..0000000 Binary files a/www/img/logo.png and /dev/null differ diff --git a/www/img/male_icon.svg b/www/img/male_icon.svg new file mode 100644 index 0000000..cb3b0c2 --- /dev/null +++ b/www/img/male_icon.svg @@ -0,0 +1,14 @@ + + + diff --git a/www/img/plus_icon.svg b/www/img/plus_icon.svg new file mode 100755 index 0000000..9665aa7 --- /dev/null +++ b/www/img/plus_icon.svg @@ -0,0 +1,11 @@ + + + diff --git a/www/img/sapport.gif b/www/img/sapport.gif new file mode 100755 index 0000000..d01c6a3 Binary files /dev/null and b/www/img/sapport.gif differ diff --git a/www/img/sapport.png b/www/img/sapport.png new file mode 100755 index 0000000..a206076 Binary files /dev/null and b/www/img/sapport.png differ diff --git a/www/img/sapport.svg b/www/img/sapport.svg new file mode 100755 index 0000000..fbf7a4d --- /dev/null +++ b/www/img/sapport.svg @@ -0,0 +1,22 @@ + + + diff --git a/www/img/web-house- (1).svg b/www/img/web-house- (1).svg new file mode 100755 index 0000000..c5e189e --- /dev/null +++ b/www/img/web-house- (1).svg @@ -0,0 +1,49 @@ + + + + diff --git a/www/img/woman_icon.svg b/www/img/woman_icon.svg new file mode 100755 index 0000000..7d568b5 --- /dev/null +++ b/www/img/woman_icon.svg @@ -0,0 +1,15 @@ + + + diff --git a/www/index.html b/www/index.html old mode 100644 new mode 100755 index 6fb9238..686bd6f --- a/www/index.html +++ b/www/index.html @@ -27,7 +27,7 @@ - + + -
+ + Get Support + + Give Support + +
+ +Welcome, ! we are here for you. Share with us what happened
+ +Other? Share your story (150 characters max)
+ +Hi , + Thank you for willing to give your support. There are a thousand people that you could make smile with just one quote!
+ + + + +