-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSignup.html
74 lines (70 loc) · 3.38 KB
/
Signup.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./Style/signup.css">
<title>Document</title>
</head>
<body>
<!-- <img src="https://prod.gusto-assets.com/assets/packs/media/icons/illo-clock-homepage-57611d12.svg" alt="loading"> -->
<a href="index.html"> <div id="logo" >
<img src="https://prod.gusto-assets.com/assets/svg/header/gusto-logo-bfed4fde4bd2b5dd364ab0e58f77fc90aeefa2f1ecdb7fff524279642e23f9c2.svg" alt="logo">
</div></a>
<div id="signup">
<h1>Get started with Gusto</h1>
<br>
<p>We offer one intuitive place to manage payroll,</p>
<p>benefits, and HR for your business.</p>
<br><br>
<p><span id="nice">Nice!</span> We could be a great fit for your business.</p>
<br>
<a href="https://www.google.com/"><button id="google"><img src="https://prod.gusto-assets.com/assets/packs/media/icons/partner-logo-google-cd0f2b38.svg" alt="">
Sign up with Google</button></a>
<br>
<p>or</p>
<br>
<form id="form">
<input class="input" type="text" id="name" placeholder="Full name">
<p class="p" id="p1"></p>
<br>
<input class="input" type="email" id="email" placeholder="Work email address">
<p class="p" id="p2"></p>
<br>
<input class="input" type="text" id="companyName" placeholder="Company name">
<p class="p" id="p3"></p>
<br>
<div id="input">
<input type="number" id="no_of_emp" placeholder="No. of employees">
<input type="number" id="com_phone" placeholder="Company phone">
</div>
<br>
<input class="input" type="password" id="password" placeholder="Set password">
<p class="p" id="p4"></p>
<br>
<div id="progress">
<div id="bar"></div>
</div>
<div id="strength">
<p>Password strength: <span id="power"></span></p>
<p class="gwb_DkTS1gwb_3u7ES" id="more"><img id="tik1" class="tik" src="https://cdn-icons-png.flaticon.com/512/808/808569.png" alt=""> Use 8 or more characters.</p>
<p class="gwb_DkTS1gwb_3u7ES" id="one"><img id="tik2" class="tik" src="https://cdn-icons-png.flaticon.com/512/808/808569.png" alt=""></svg> Use a minimum of one letter.</p>
<p id="min_one"><img id="tik3" class="tik" src="https://cdn-icons-png.flaticon.com/512/808/808569.png" alt=""></svg> Use a minimum of one number.</p>
</div>
<input class="input" type="password" id="Confirm" placeholder="Confirm password">
<button id="getstarted" type="submit">Get started</button>
</form>
<br>
<p>Already use Gusto? <u><a href="./login.html">Sign in here</a></u>.</p>
<br>
<p>By creating an account, you agree to the <u>terms &</u><br><u>conditions </u>the <u>payroll terms</u>, and our <u>privacy policy.</u></p>
</div>
<div id="footer">
<p>No credit card required · Secure site</p>
<br><br>
<p>Does your company use Gusto today? <u><a href="./login.html">Sign in here</a></u>.</p>
</div>
</body>
</html>
<script src="./scripts/signup.js">
</script>