-
Notifications
You must be signed in to change notification settings - Fork 0
/
intuit.html
49 lines (42 loc) · 1.18 KB
/
intuit.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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="intuit.css">
<title>Intuit Clone</title>
</head>
<body>
<header class="sign-up">
<div class="forgot-div">
<p class="forgot-p">Already have an Intuit account?</p>
<a href="#" class="forgot-a">I forgot my User ID or Password</a>
</div>
<button class="sign-in-button">
<img src="lock_icon.png" alt="" class="lock-icon">
<p>Sign In</p>
</div>
</header>
<div class="logos-header">
<a href="#" class="intuit-link">
<img class="intuit-img" src="logo-intuit.png"></img>
</a>
</div>
<div class="centered-sub-logos">
<a href="#" class="mint-link">
<img src="mint.svg"></img>
<p class="logo-text">mint</p>
</a>
<a href="#" class="quickbooks-link">
<img src="quickbooks.svg"></img>
<p class="logo-text">quickbooks</p>
</a>
<a href="#" class="turbotax-link">
<img src="tax.svg"></img>
<p class="logo-text">turbotax</p>
</a>
</div>
<div class="page-body">
<div class="sign-up-form">
</div>
</div>
</body>
</html>