-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccount.html
More file actions
39 lines (36 loc) · 1.83 KB
/
account.html
File metadata and controls
39 lines (36 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sign Up</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel="stylesheet" href="Css/account.css">
</head>
<body>
<main>
<div class="div1"><img src="img/bomiranglogo.jpeg" style="width: 50%;height: 90px;position: relative;left:100px;"></div>
<div class="div2"><h3>Create your account</h3>
<h5 class="nametext">Your Name</h5>
<input class="name" type="text" name="">
<h5 class="mobtext">Mobile Number</h5>
<input class="mobile" type="text" name="">
<input class="mobileno" type="text" name="">
<h5 class="emailtext">Email(Optional</h5>
<input class="email" type="text" name="">
<h5 class="passwordtext">Password</h5>
<input class="password" type="text" name="" placeholder="At least 6 characters">
<div class="itab"><i style="color: skyblue;" class='fas'></i> <span>Password atleast must be of 6 characters</span><br><br>
<div>We will send you a text to verify your phone.</div>
<div>Message and Data rates may apply.</div>
</div>
<button class="bcontinue"><a href="index.html">Continue</a></button>
<div class="div4"> Already have an account?<a href="login.html" style="text-decoration: none;color: skyblue;"> Sign in</a> <i style="color: skyblue;" class='fas'></i></div></div>
</main>
<div class="last">
<a href="#" style="text-decoration: none;color: #2980B9;">Conditions of use</a><span><span><a href="#" style="text-decoration: none;color: #2980B9;">  Privacy Notice</a><a href="#" style="text-decoration: none;color: #2980B9;">  Help</a>
</div>
<div class="copy">©1996-2020, Bomirang.com, Inc. or its affiliates</div>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
</body>
</html>