diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6dbdb71..16cf941 100755 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -374,7 +374,7 @@ }, "util": { "version": "0.10.3", - "resolved": "http://registry.npmjs.org/util/-/util-0.10.3.tgz", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", "dev": true, "requires": { @@ -657,7 +657,7 @@ }, "boom": { "version": "2.10.1", - "resolved": "http://registry.npmjs.org/boom/-/boom-2.10.1.tgz", + "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", "dev": true, "requires": { @@ -1153,7 +1153,7 @@ }, "cryptiles": { "version": "2.0.5", - "resolved": "http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", + "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=", "dev": true, "requires": { @@ -1190,7 +1190,7 @@ }, "d": { "version": "1.0.0", - "resolved": "http://registry.npmjs.org/d/-/d-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz", "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=", "dev": true, "requires": { @@ -1331,7 +1331,7 @@ }, "doctrine": { "version": "0.7.2", - "resolved": "http://registry.npmjs.org/doctrine/-/doctrine-0.7.2.tgz", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-0.7.2.tgz", "integrity": "sha1-fLhgNZujvpDgQLJrcpzkv6ZUxSM=", "dev": true, "requires": { @@ -1896,21 +1896,19 @@ "bundled": true, "optional": true, "requires": { - "delegates": "1.0.0", - "readable-stream": "2.3.6" + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" } }, "balanced-match": { "version": "1.0.0", - "bundled": true, - "optional": true + "bundled": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, - "optional": true, "requires": { - "balanced-match": "1.0.0", + "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, @@ -1921,18 +1919,15 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true, - "optional": true + "bundled": true }, "concat-map": { "version": "0.0.1", - "bundled": true, - "optional": true + "bundled": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true, - "optional": true + "bundled": true }, "core-util-is": { "version": "1.0.2", @@ -1967,7 +1962,7 @@ "bundled": true, "optional": true, "requires": { - "minipass": "2.2.4" + "minipass": "^2.2.1" } }, "fs.realpath": { @@ -1980,14 +1975,14 @@ "bundled": true, "optional": true, "requires": { - "aproba": "1.2.0", - "console-control-strings": "1.1.0", - "has-unicode": "2.0.1", - "object-assign": "4.1.1", - "signal-exit": "3.0.2", - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wide-align": "1.1.2" + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" } }, "glob": { @@ -1995,12 +1990,12 @@ "bundled": true, "optional": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "has-unicode": { @@ -2013,7 +2008,7 @@ "bundled": true, "optional": true, "requires": { - "safer-buffer": "2.1.2" + "safer-buffer": "^2.1.0" } }, "ignore-walk": { @@ -2021,7 +2016,7 @@ "bundled": true, "optional": true, "requires": { - "minimatch": "3.0.4" + "minimatch": "^3.0.4" } }, "inflight": { @@ -2029,14 +2024,13 @@ "bundled": true, "optional": true, "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" + "once": "^1.3.0", + "wrappy": "1" } }, "inherits": { "version": "2.0.3", - "bundled": true, - "optional": true + "bundled": true }, "ini": { "version": "1.3.5", @@ -2046,9 +2040,8 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, - "optional": true, "requires": { - "number-is-nan": "1.0.1" + "number-is-nan": "^1.0.0" } }, "isarray": { @@ -2059,23 +2052,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, - "optional": true, "requires": { - "brace-expansion": "1.1.11" + "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true, - "optional": true + "bundled": true }, "minipass": { "version": "2.2.4", "bundled": true, - "optional": true, "requires": { - "safe-buffer": "5.1.1", - "yallist": "3.0.2" + "safe-buffer": "^5.1.1", + "yallist": "^3.0.0" } }, "minizlib": { @@ -2083,13 +2073,12 @@ "bundled": true, "optional": true, "requires": { - "minipass": "2.2.4" + "minipass": "^2.2.1" } }, "mkdirp": { "version": "0.5.1", "bundled": true, - "optional": true, "requires": { "minimist": "0.0.8" } @@ -2104,9 +2093,9 @@ "bundled": true, "optional": true, "requires": { - "debug": "2.6.9", - "iconv-lite": "0.4.21", - "sax": "1.2.4" + "debug": "^2.1.2", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" } }, "node-pre-gyp": { @@ -2114,16 +2103,16 @@ "bundled": true, "optional": true, "requires": { - "detect-libc": "1.0.3", - "mkdirp": "0.5.1", - "needle": "2.2.0", - "nopt": "4.0.1", - "npm-packlist": "1.1.10", - "npmlog": "4.1.2", - "rc": "1.2.7", - "rimraf": "2.6.2", - "semver": "5.5.0", - "tar": "4.4.1" + "detect-libc": "^1.0.2", + "mkdirp": "^0.5.1", + "needle": "^2.2.0", + "nopt": "^4.0.1", + "npm-packlist": "^1.1.6", + "npmlog": "^4.0.2", + "rc": "^1.1.7", + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^4" } }, "nopt": { @@ -2131,8 +2120,8 @@ "bundled": true, "optional": true, "requires": { - "abbrev": "1.1.1", - "osenv": "0.1.5" + "abbrev": "1", + "osenv": "^0.1.4" } }, "npm-bundled": { @@ -2145,8 +2134,8 @@ "bundled": true, "optional": true, "requires": { - "ignore-walk": "3.0.1", - "npm-bundled": "1.0.3" + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1" } }, "npmlog": { @@ -2154,16 +2143,15 @@ "bundled": true, "optional": true, "requires": { - "are-we-there-yet": "1.1.4", - "console-control-strings": "1.1.0", - "gauge": "2.7.4", - "set-blocking": "2.0.0" + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" } }, "number-is-nan": { "version": "1.0.1", - "bundled": true, - "optional": true + "bundled": true }, "object-assign": { "version": "4.1.1", @@ -2173,9 +2161,8 @@ "once": { "version": "1.4.0", "bundled": true, - "optional": true, "requires": { - "wrappy": "1.0.2" + "wrappy": "1" } }, "os-homedir": { @@ -2193,8 +2180,8 @@ "bundled": true, "optional": true, "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" } }, "path-is-absolute": { @@ -2212,10 +2199,10 @@ "bundled": true, "optional": true, "requires": { - "deep-extend": "0.5.1", - "ini": "1.3.5", - "minimist": "1.2.0", - "strip-json-comments": "2.0.1" + "deep-extend": "^0.5.1", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" }, "dependencies": { "minimist": { @@ -2230,13 +2217,13 @@ "bundled": true, "optional": true, "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.1", - "string_decoder": "1.1.1", - "util-deprecate": "1.0.2" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, "rimraf": { @@ -2244,7 +2231,7 @@ "bundled": true, "optional": true, "requires": { - "glob": "7.1.2" + "glob": "^7.0.5" } }, "safe-buffer": { @@ -2279,11 +2266,10 @@ "string-width": { "version": "1.0.2", "bundled": true, - "optional": true, "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" } }, "string_decoder": { @@ -2291,14 +2277,14 @@ "bundled": true, "optional": true, "requires": { - "safe-buffer": "5.1.1" + "safe-buffer": "~5.1.0" } }, "strip-ansi": { "version": "3.0.1", "bundled": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "strip-json-comments": { @@ -2311,13 +2297,13 @@ "bundled": true, "optional": true, "requires": { - "chownr": "1.0.1", - "fs-minipass": "1.2.5", - "minipass": "2.2.4", - "minizlib": "1.1.0", - "mkdirp": "0.5.1", - "safe-buffer": "5.1.1", - "yallist": "3.0.2" + "chownr": "^1.0.1", + "fs-minipass": "^1.2.5", + "minipass": "^2.2.4", + "minizlib": "^1.1.0", + "mkdirp": "^0.5.0", + "safe-buffer": "^5.1.1", + "yallist": "^3.0.2" } }, "util-deprecate": { @@ -2330,7 +2316,7 @@ "bundled": true, "optional": true, "requires": { - "string-width": "1.0.2" + "string-width": "^1.0.2" } }, "wrappy": { @@ -2590,7 +2576,7 @@ }, "hawk": { "version": "3.1.3", - "resolved": "http://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", + "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=", "dev": true, "requires": { @@ -2613,7 +2599,7 @@ }, "hoek": { "version": "2.16.3", - "resolved": "http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", "dev": true }, @@ -3116,7 +3102,7 @@ }, "localforage": { "version": "1.7.1", - "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.7.1.tgz", + "resolved": "http://registry.npmjs.org/localforage/-/localforage-1.7.1.tgz", "integrity": "sha1-5JJ+BCMCuGTbMPMhHxO1xvDell0=", "requires": { "lie": "3.1.1" @@ -3485,7 +3471,7 @@ }, "next-tick": { "version": "1.0.0", - "resolved": "http://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=", "dev": true }, @@ -3819,7 +3805,7 @@ }, "os-homedir": { "version": "1.0.2", - "resolved": "http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", "dev": true }, @@ -3834,7 +3820,7 @@ }, "os-name": { "version": "2.0.1", - "resolved": "http://registry.npmjs.org/os-name/-/os-name-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/os-name/-/os-name-2.0.1.tgz", "integrity": "sha1-uaOGNhwXrjohc27wWZQFyajF3F4=", "dev": true, "requires": { @@ -3844,7 +3830,7 @@ }, "os-tmpdir": { "version": "1.0.2", - "resolved": "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", "dev": true }, @@ -4657,7 +4643,7 @@ }, "har-validator": { "version": "2.0.6", - "resolved": "http://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz", "integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=", "dev": true, "requires": { @@ -4834,7 +4820,7 @@ }, "safe-regex": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", "requires": { "ret": "~0.1.10" @@ -4913,7 +4899,7 @@ "dependencies": { "source-map": { "version": "0.4.4", - "resolved": "http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", "dev": true, "requires": { @@ -5135,7 +5121,7 @@ }, "sntp": { "version": "1.0.9", - "resolved": "http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", + "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=", "dev": true, "requires": { @@ -5285,7 +5271,7 @@ }, "stream-browserify": { "version": "2.0.1", - "resolved": "http://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.1.tgz", "integrity": "sha1-ZiZu5fm9uZQKTkUUyvtDu3Hlyds=", "dev": true, "requires": { @@ -5401,7 +5387,7 @@ }, "tar": { "version": "2.2.1", - "resolved": "http://registry.npmjs.org/tar/-/tar-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz", "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=", "dev": true, "requires": { diff --git a/frontend/src/pages/hello-ionic/hello-ionic.html b/frontend/src/pages/hello-ionic/hello-ionic.html index ce598d7..2245cda 100755 --- a/frontend/src/pages/hello-ionic/hello-ionic.html +++ b/frontend/src/pages/hello-ionic/hello-ionic.html @@ -2,35 +2,77 @@ Welcome to Your Peer to Peer Forum - - - + + + -->
- logo + logo + + +
+
+
+
+ Queue

A peer 2 peer platform

Underflow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+ +
+
+ + + + + +
+
- +
- +
- +
@@ -43,17 +85,17 @@

- + - +

- + --> \ No newline at end of file +--> diff --git a/frontend/src/pages/hello-ionic/hello-ionic.scss b/frontend/src/pages/hello-ionic/hello-ionic.scss index f546444..d6bf5f2 100755 --- a/frontend/src/pages/hello-ionic/hello-ionic.scss +++ b/frontend/src/pages/hello-ionic/hello-ionic.scss @@ -1,32 +1,259 @@ page-hello-ionic { +$box-color: #BCBBBB; +$stack-color: #003300; + +$stack-padding: 10px; + +$box-size: 12px; +$box-width: 130px; +$box-height: $box-size * 8 ; +$box-y: 100px; + +$stack-height: $box-size; +$stack-width: $box-width ; + + + +.center{ + margin: 80px auto; +} + +.so{ + display: block; + width: 500px; + height: $box-y + $box-height; + + .inner{ + width: 500px; + height: $box-y + $box-height; + position: absolute; + + *{ + position: absolute; + animation-iteration-count: infinite; + animation-duration: 3.5s; + } + + .name{ + position: relative; + font-size: 50px; + left: 150px; + top: $box-y - 10px; + font-family: monospace; + color: #006652; + //font-weight: bold; + + .b{ + font-family: monospace; + font-weight: bold; + } + .p + { + top: $box-y - 68px; + left: -80px; + font-family: monospace; + font-weight: bold; + font-size: 20px; + } + } + + .stack-box{ + top: $box-y; + width: $box-width; + height: $box-height; + } + + .box{ + width: $box-width; + height: $box-height; + left: 0px; + + div{ + background: $box-color; + } + + .bottom{ + bottom: 0px; + left: 0px; + width: $box-width; + height: $box-size; + } + + .left{ + bottom: $box-size - 1px; + left: 0px; + width: $box-size; + height: $box-height - $box-size * 2 + 2px; + } + + .right{ + bottom: $box-size - 1px; + left: $box-width - $box-size; + width: $box-size; + height: $box-height - $box-size * 2 + 2px; + } + + .top{ + top: 0px; + left: 0px; + //width: $box-width; + width: 0; + height: $box-size; + } + } + + + } + + .inner{ + $total-time: 2s; + + .box{ + animation-name: box; + + .top{ + animation-name: box-top; + } + + .left{ + animation-name: box-left; + } + + .right{ + animation-name: box-right; + } + + .bottom{ + animation-name: box-bottom; + } + } + + .stack-box{ + animation-name: stack-box; + } + } + + $folded-padding: 30px; + + @keyframes box{ + 0% { left: 0; } + 15% { left: 0; } + 30% { left: $folded-padding; } + 50% { left: $folded-padding; } + 80% { left: 0; } + } + + @keyframes box-top{ + 0% { width: 0; } + 6% { width: 0; } + 15% { width: $box-width; } + 30% { width: $box-size * 2 + $stack-padding * 2 + $stack-height; } + 50% { width: $box-size * 2 + $stack-padding * 2 + $stack-height; } + 59% { width: 0; } + } + + @keyframes box-left{ + 15% { } + 30% { } + 40% { } + 50% { } + } + + @keyframes box-bottom{ + 0% { width: $box-width; } + 15% { width: $box-width; } + 30% { width: $box-size * 2 + $stack-padding * 2 + $stack-height; } + 50% { width: $box-size * 2 + $stack-padding * 2 + $stack-height; } + 80% { width: $box-width; } + } + + @keyframes box-right{ + 15% { left: $box-width - $box-size; } + 30% { left: $box-size * 2 + $stack-padding * 2; } + 50% { left: $box-size * 2 + $stack-padding * 2; } + 80% { left: $box-width - $box-size; } + } + + @keyframes stack-box{ + + 0% { transform: rotate(0deg); } + 30% { transform: rotate(0deg); } + 40% { transform: rotate(135deg); } + 50% { transform: rotate(135deg); } + 83% { transform: rotate(360deg); } + 100% { transform: rotate(360deg); } + } +} .logoHeader { - text-align: center !important; + //text-align: center !important; margin-top: 10% !important; + position: fixed; + left: 1000; + top: 200; } - .welcomeHeader { - text-align: center; - color: map_get($colors,theme_color); - font-family: "sans-serif"; + .welcomeHeader { + //text-align: center; + //color: map_get($colors,theme_color); + color:#003300; } - button.login { - box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); - background: #1ABC9C !important; + /* + overflow: hidden; + border-right: .15em #003300; + white-space: nowrap; + margin: 0 auto; + letter-spacing: .10em; + animation: + typing 10s steps(100, end), + blink-caret .20s step-end infinite; + font-family: monospace; + } + @keyframes typing { + from { width: 0 } + to { width: 100% } + } + + +@keyframes blink-caret { + from, to { border-color: transparent } + 50% { border-color: #003300; } + }*/ + + button.login + { + background-color: #00997a; + border: 3px solid map_get($colors, theme_color) !important; padding: 22px !important; - &.activated { - background-color: #1ABC9C; + //opacity : 0.8; + color: #003300; + &.activated + { + background-color: white; + } } - } - button.signup { - background-color: white; - color: map_get($colors, theme_color); + + + button.signup + { + background-color: #00997a; + color: #003300; border: 3px solid map_get($colors, theme_color) !important; - padding: 19px !important; - opacity : 0.8; - // width : 150px; + padding: 22px !important; + //opacity : 0.8; + &.activated + { + background-color: white; + } } - .login disable-hover button button-ios button-default button-default-ios button-block button-block-ios { - background-color: map_get($colors, theme_color); + + + + .login disable-hover button button-ios button-default button-default-ios button-block button-block-ios + { + //background-color: map_get($colors, theme_color); + background-color: #003300; + color: #d9d9d9; + } - + } diff --git a/frontend/src/pages/login/login.html b/frontend/src/pages/login/login.html index e401e3f..bb5c4ae 100755 --- a/frontend/src/pages/login/login.html +++ b/frontend/src/pages/login/login.html @@ -19,9 +19,9 @@
- - - + + + @@ -40,16 +40,16 @@
Please input your password
- +
- +
- - + +
@@ -58,8 +58,8 @@ - + - +
diff --git a/frontend/src/pages/login/login.scss b/frontend/src/pages/login/login.scss index 10030ba..5231d58 100755 --- a/frontend/src/pages/login/login.scss +++ b/frontend/src/pages/login/login.scss @@ -1,15 +1,21 @@ page-login { - /* .card{ - align-items: center; - position: relative; - top: 25%; left: 0 ; bottom: 0; right: 0; - opacity : 0.7 - } - .background{ - background-image: url('../assets/img/final.jpg'); - } + .card { + background-color: white; + box-shadow: none; + font-color: black; +} +.list { +background-color:white; +box-shadow: none; +color: black; +} +.item { +box-shadow: none; +} + } +/* .ios, .md { login-page { @@ -61,8 +67,8 @@ page-login { background-color: transparent; border: 1px solid #fff; } - - }*/ -} + } + +}*/ diff --git a/frontend/src/pages/signup/signup.html b/frontend/src/pages/signup/signup.html index e733558..9aed9a4 100755 --- a/frontend/src/pages/signup/signup.html +++ b/frontend/src/pages/signup/signup.html @@ -8,17 +8,19 @@ - + Sign Up Page - + +
- - - Name + + + + Name @@ -36,7 +38,8 @@ - Email + + Email @@ -48,7 +51,8 @@ - Password + + Password @@ -63,9 +67,12 @@
+
+
+
diff --git a/frontend/src/pages/signup/signup.scss b/frontend/src/pages/signup/signup.scss index bcff1ff..9b600ec 100755 --- a/frontend/src/pages/signup/signup.scss +++ b/frontend/src/pages/signup/signup.scss @@ -1,3 +1,18 @@ page-signup { + .card { + background-color: white; + box-shadow: none; + font-color: black; +} +.list { +background-color:white; +box-shadow: none; +color: black; +} +.item { +//background-color: #333333; +box-shadow: none; +} + }