diff --git a/htdocs/3step.html b/htdocs/3step.html
new file mode 100644
index 0000000000000000000000000000000000000000..e0d6f2c8bd2bdb4e9685f768fc81809e04b6bd85
--- /dev/null
+++ b/htdocs/3step.html
@@ -0,0 +1,60 @@
+
+
+
+ SUCS 3 Step Signup
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
\ 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 0000000000000000000000000000000000000000..ce1fec373683586deee5158a641a9e22804f5405
--- /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