From ee16606acdca49fe0951566fa2cc84c8819f6d8c Mon Sep 17 00:00:00 2001 From: Imran Hussain Date: Tue, 24 Sep 2019 12:10:02 +0100 Subject: [PATCH] new join.sucs.org page --- htdocs/3step.html | 60 ++++++++++++++++++++++++++++++ htdocs/plaster-files/css/3step.css | 23 ++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 htdocs/3step.html create mode 100644 htdocs/plaster-files/css/3step.css diff --git a/htdocs/3step.html b/htdocs/3step.html new file mode 100644 index 0000000..e0d6f2c --- /dev/null +++ b/htdocs/3step.html @@ -0,0 +1,60 @@ + + + + SUCS 3 Step Signup + + + + + + + + + + + +
+ + + +
+ +
+
+
+
+
+

💳

+

1. Pay for membership

+ Pay Online +
+
+
+
+
+
+
+
+
👤
+

2. Create your username

+ Create Username +
+
+
+
+
+
+
+
+
💬
+

3. Jon the conversation

+ Join Discord +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/htdocs/plaster-files/css/3step.css b/htdocs/plaster-files/css/3step.css new file mode 100644 index 0000000..ce1fec3 --- /dev/null +++ b/htdocs/plaster-files/css/3step.css @@ -0,0 +1,23 @@ +.jumbotron { + background-image: linear-gradient(to bottom left, #FA0, #f60); +} + +.jumbotron img { + width: auto; + height: auto; + max-height: 12em; +} + +h1 { + color: #fff; + font-weight: bold; +} + +.btn-primary { + background-color: #f60; + border-color: #f60; +} +.btn-primary:hover { + background-color: #f80; + border-color: #f80; +} \ No newline at end of file -- GitLab