-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
113 lines (100 loc) · 4.32 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="css/styles.css" />
<title>FairShareFinancial</title>
</head>
<body>
<header>
<h1 class="logo"><a href="index.html">FairShareFinancial</a></h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Connect</a></li>
</ul>
</nav>
</header>
<main>
<section class="hero">
<h2 class="section-title">
<span class="text-primary">Innovate</span>,
<span class="text-primary">Include</span>,
<span class="text-primary">Empower</span>
</h2>
</section>
<section class="intro">
<h2 class="section-title">
Redefining Finance For All!
</h2>
</section>
<section class="about-us">
<header class="about-us__intro">
<h2 class="section-title-small"></h2>
<large>We believe that everyone should have equal access to managing their finances
and this website strives to be a resource for marginalized groups.
</h2>
</header>
<div class="about-us__body">
<p></p>
<p></p>
</div>
</section>
<section class="product-showcase">
<header>
<h2 class="section-title primary-text"></h2>
</header>
<div class="products">
<div class="product">
<div class="product__content">
<h3>1. Diagnostic Quiz</h3>
<p>
Start off strong by taking our diagnostic quiz so we can accurately determine the best
monthly budget personalized to your needs!
</p>
</div>
</div>
<div class="product">
<div class="product__content">
<h3>2. Review Your Plan</h3>
<p>
We work hard to create a plan tailored to you! Review your monthly budget breakdown that
effortlessly makes your money work for you!
</p>
</div>
</div>
<div class="product">
<div class="product__content">
<h3>3. Reap the Benefits</h3>
<p>
Implement our budget outline into your daily life and see the change yourself!
</p>
</div>
</div>
</div>
<div class="btn-group">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfmariM0tUFQUEMwkbpwmAMeqtmjxD8VB5Ua4yr1FLEfAJU1A/viewform?usp=pp_url
" class="btn btn-primary" >Click here to start saving!</a>
</div>
<img src="./image (1).png" alt="image is not available" class="center">
</section>
<footer>
<ul class="footer-nav">
<div class="btn-group">
<a href="https://www.instagram.com/fidelity/?hl=en">Instagram</a>
<a href="https://www.fidelity.com/">Website</a>
<a href="https://www.fidelity.com/customer-service/contact-us">Customer Service</a>
</div>
<div class="btn-group">
</div>
</ul>
<ul class="footer-social">
</ul>
</ul>
</footer>
</main>
</body>
</html>