diff --git a/content/pages/signup.md b/content/pages/signup.md index 180f92a..517ca74 100644 --- a/content/pages/signup.md +++ b/content/pages/signup.md @@ -17,6 +17,6 @@ Please ensure that you have read the Code of Conduc To begin the form, press start. - + start! \ No newline at end of file diff --git a/sass/main.scss b/sass/main.scss index e201ba6..69b496c 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -124,6 +124,7 @@ a:hover { color: #d8d8d8; font-size: 1em; font-weight: bold; + text-decoration: none; } .button:active { box-shadow: 0px #3B4552; @@ -142,7 +143,7 @@ a:hover { label { font-weight: bold; } -input { +input, textarea { background: #292828; border: 2px solid #3B4552; border-radius: 4px; diff --git a/static/signup-pages/five.html b/static/signup-pages/five.html new file mode 100644 index 0000000..7301748 --- /dev/null +++ b/static/signup-pages/five.html @@ -0,0 +1,19 @@ +
+ 5 outta six +
+

+ Last thing, please read and agree to the terms of service and code of conduct. +

+ +
+ +
+
+ + + submit! + \ No newline at end of file diff --git a/static/signup-pages/four.html b/static/signup-pages/four.html new file mode 100644 index 0000000..1b20c80 --- /dev/null +++ b/static/signup-pages/four.html @@ -0,0 +1,21 @@ +
+ 4 outta six +
+

+ What interests you about south london? This + doesn't have to be long but it'd be nice to get a view + of who's signing up and why. +

+ +
+
+
+
+ + + next + \ No newline at end of file diff --git a/static/signup-pages/one.html b/static/signup-pages/one.html index db46a2f..03adf39 100644 --- a/static/signup-pages/one.html +++ b/static/signup-pages/one.html @@ -13,6 +13,10 @@
- + next \ No newline at end of file diff --git a/static/signup-pages/six.html b/static/signup-pages/six.html new file mode 100644 index 0000000..2661afd --- /dev/null +++ b/static/signup-pages/six.html @@ -0,0 +1,9 @@ +
+ 6 outta six +
+

+ All done! We'll get back to you within 7 days (hopefully). + We look forward to seeing you around!! +

+ +head on back home \ No newline at end of file diff --git a/static/signup-pages/three.html b/static/signup-pages/three.html new file mode 100644 index 0000000..a2c8d5e --- /dev/null +++ b/static/signup-pages/three.html @@ -0,0 +1,21 @@ +
+ 3 outta six +
+

+ Please paste your SSH Public Key below, + if you have no idea what that means, please check out + this guide for advice. +

+ +
+
+
+
+ + + next + \ No newline at end of file diff --git a/static/signup-pages/two.html b/static/signup-pages/two.html index 7c4a013..05207b1 100644 --- a/static/signup-pages/two.html +++ b/static/signup-pages/two.html @@ -1 +1,20 @@ -aaa \ No newline at end of file +
+ 2 outta six +
+

+ We'll need your email so we can send you + your account info later on. +

+ +
+
+
+
+ + + next + \ No newline at end of file