-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (48 loc) · 2.85 KB
/
index.html
File metadata and controls
57 lines (48 loc) · 2.85 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Intuit Accounts - Sing Up</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<nav>
<p class="alText">Already have an Intuit account?</p>
<a class="fPass" href="#">I forgot my User ID or Password </a>
<button class="topSign" type="submit"><i class="fa fa-lg fa-lock"></i>Sign In</button>
</nav>
<section class="container">
<div class="links">
<a class="intuitLogo"
href="https://accounts.intuit.com/signup.html?offering_id=Intuit.ifs.mint&namespace_id=50000026&redirect_url=https%3A%2F%2Fmint.intuit.com%2Foverview.event%3Futm_medium%3Ddirect%26cta%3Dhero_sign_up_free_ProspectWeb%26ivid%3Ddfaab233-9397-47bc-a20c-ca3dd12118ee#"><img
src="Images/logo.png" alt="INTUIT Logo"></a>
<a class="mint" href="https://www.mint.com/"><img src="Images/mint.png" alt="mintbook sign"></a>
<a class="quickbooks" href="https://quickbooks.intuit.com/"> <img src="Images/quickboocks.png" alt="Quickbook sign"></a>
<a class="turbotax" href="https://turbotax.intuit.com/"><img src="Images/turbotax.png" alt="Turbotax sign"></a>
</div>
<form class="signIn" action="logIn" method="post">
<div class="box 1">
<h1>Create an Intuit account</h1>
<p class="oneAcc">One account for everything Intuit, including Mint. </p>
<a href="https://accounts-help.lc.intuit.com/questions/1582580-creating-an-account">Learn more</a>
<p class="EPP">Email Address</p>
<input type="email" required>
<p class="EPP">Phone (Recomended)</p>
<input type="tel" pattern="[0-9]{3}-[0-9]{2}-[0-9]{3}">
<p class="EPP2">Standard call, messaging or data rates may apply.</p>
<p class="EPP">Password</p>
<input type="password" required><br><br>
<button class="createAccount" type="submit" name="createAccount">Create account</button>
<p class="italicText">By clicking Create account, you agree to our
<a href="https://www.mint.com/terms">Terms</a> and have read and acknowledge our <a href="https://security.intuit.com/privacy">Privacy Statement.</a></p>
</div>
<div class="box 2">
<p class="reCAPTCHA">Invisible reCAPTCHA by Google <a href="https://policies.google.com/privacy?hl=en">Privacy Policy</a> and <a href="https://policies.google.com/privacy?hl=en">Terms of Use</a>.</p>
</div>
</form>
</section>
<footer><a href="about.intuit.com/legal/">Legal</a> <a href="https://security.intuit.com/privacy/">Privacy</a> <a href="https://security.intuit.com/">Security</a><br>
© 2020 Intuit, Inc. All rights reserved. Intuit, QuickBooks, QB, TurboTax, ProConnect and Mint are registered trademarks of Intuit Inc.<br>
Terms and conditions, features, support, pricing, and service options subject to change without notice.</footer>
</body>
</html>