aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-11-11 23:33:13 +0530
committerPriyansh <[email protected]>2020-11-11 23:33:13 +0530
commit5b367f87cf293abacebff55d4988e5b48a78373a (patch)
tree521beb82d9797d83dcf414fb3a196e7978194fd9 /index.html
parente63188d43a9f859c6bced8306310f74559f3e3e3 (diff)
downloadnineties-computing-5b367f87cf293abacebff55d4988e5b48a78373a.tar.xz
nineties-computing-5b367f87cf293abacebff55d4988e5b48a78373a.zip
Added new user account form
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html
index 7f68647..a328b6d 100644
--- a/index.html
+++ b/index.html
@@ -16,6 +16,19 @@
<div class="fullscreen_centered mediumbox bg-white padding_25">
<div class="bordered_4px height_100-55 padding_25">
<marquee class="welcome_heading" scrollamount="10">Hello user! Looks like you don't have an account yet!</marquee>
+ <h3 class="chicago center_text">Don't worry. We will help you with that!</h3>
+ <p class="chicago justify_text">In order to create your account, you need to provide some information. All of this information is stored on your local computer is not transmitted anywhere. Please fill in all of the following fields mentioned below and then click the 'Create My Account' button. We are waiting for you to finish. :)</p>
+ <div class="image_block"></div>
+ <span class="image_block_description chicago">Select your avatar...</span>
+ <div class='form_elements chicago'>
+ <label for="fullname">Full Name</label>
+ <input type="text" name="fullname" id="fullname" placeholder="Enter your full name">
+ <label for="password">Password</label>
+ <input type="password" name="password" id="password" placeholder="Enter a new password">
+ <label for="confirmPassword">Confirm Password</label>
+ <input type="password" name="confirmPassword" id="confirmPassword" placeholder="Confirm Password">
+ <button id="createNewAccount" class="btn bg-purple chicago text-white">Create My Account</button>
+ </div>
</div>
</div>
</section>