-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (73 loc) · 3.65 KB
/
index.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
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<title>Intuit sign up</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="signin">
<div>
<div style="font-size: 10px;">Already have an Intuit account?</div>
<a style="font-size: 10px;" href="#">I forgot my User ID or Password</a>
</div>
<button style="color: #fff; background-color: #0077C5;">
<svg>
<path xmlns="http://www.w3.org/2000/svg" d="M8 0C10.7956 0 12.8929 2.18417 12.996 5.26154L13 5.5V7H14C15.1046 7 16 7.89543 16 9V18C16 19.1046 15.1046 20 14 20H2C0.89543 20 0 19.1046 0 18V9C0 7.89543 0.89543 7 2 7H3V5.5C3 2.29761 5.13272 0 8 0ZM14 9H2V18H14V9ZM8 11C9.10457 11 10 11.8954 10 13C10 13.7398 9.59828 14.3858 9.00108 14.7318L9 15.2C9 15.6418 8.55228 16 8 16C7.48716 16 7.06449 15.6912 7.00673 15.2933L7 15.2L6.99993 14.7324C6.40217 14.3866 6 13.7403 6 13C6 11.8954 6.89543 11 8 11ZM8 2C6.33153 2 5.08826 3.27741 5.0045 5.28242L5 5.5V7H11V5.5C11 3.37028 9.72806 2 8 2Z" fill="#fff"/>
</svg>
<div>Sign In</div>
</button>
</div>
<div id="main">
<header>
<a href="#">
<img src="intuit logo.png" alt="logo">
</a>
<div>
<a href="#"><img src="mint .png" alt="mintlogo"></a>
<a href="#"><img src="quickbooks.png" alt="quickbooklogo"></a>
<a href="#"><img src="turbotax.png" alt="turbotaxlogo"></a>
</div>
</header>
<form action="">
<h3>Create an Intuit account</h3>
<div id="intro">
<div>One account for everything Intuit, including Mint.</div>
<a href="#">Learn more</a>
</div>
<div id="input">
<label >
<div>Email address</div>
<input class="textinput" type="text">
</label>
<label>
<div>Phone <span>(recommended)</span></div>
<input class="textinput" type="text">
</label>
<div id="tiny">Standard call, message, or data rates may apply.</div>
<label >
<div>Password</div>
<input class="textinput" type="text" name="" id="">
</label>
<input id="submit" type="submit" name="" id="" value="Create Account">
</div>
<div><em>By selecting Create Account, you agree to our <a href="#">Terms</a> and have read and acknowledge our <a href="#">Global Privacy Statement</a>.</em>
</div>
<div id="end">
Invisible reCAPTCHA by Google <a href="#">Privacy Policy</a> and <a href="#">Terms of Use</a>.
</div>
</form>
<div id="footer">
<div id="lps">
<a href="#">Legal</a>
<a href="#">Privacy</a>
<a href="#">Security</a>
</div>
<div>© 2021 Intuit, Inc. All rights reserved. Intuit, QuickBooks, QB, TurboTax, ProConnect and Mint are registered trademarks of Intuit Inc.</div>
<div>Terms and conditions, features, support, pricing, and service options subject to change without notice.</div>
</div>
</div>
<footer>
<a href="#">Privacy Settings</a>
</footer>
</body>
</html>