-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
199 lines (190 loc) · 6.16 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<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
href="https://fonts.google.com/specimen/Cabin"
rel="stylesheet"
type="text/html"
/> -->
<link rel="stylesheet" href="src/css/main.css" />
<script defer src="src/js/script.js"></script>
<title>Spense.</title>
</head>
<body>
<header class="header">
<div class="nav">
<div class="nav__brand">spense.</div>
<div class="nav__toggle">
<ul class="nav__list">
<a href="" class="nav__link">
<li class="nav__item">Business</li>
</a>
<a href="" class="nav__link">
<li class="nav__item">Pricing</li>
</a>
<a href="" class="nav__link">
<li class="nav__item">Features</li>
</a>
</ul>
</div>
<div class="nav__user">
<span class="nav__login"> Login</span>
<button class="btn btn--primary">Get Started</button>
</div>
</div>
<div class="header__content">
<div class="header__data">
<h1 class="header__title">
Share your unfilteres thougths. Get paid.
</h1>
<div class="header__text">
<p>Spense is an open platform for individuals to share thoughts.</p>
<p>Discuss the topics you love, and get paid for it.</p>
</div>
<ul class="header__list">
<li class="header__list-item">Receive 99% off the earnings</li>
<li class="header__list-item">
Get paid via Debit card, ACH, or Paypal.
</li>
<li class="header__list-item">Withdraw your earnings anytime.</li>
</ul>
<form action="post" class="form">
<input
type="email"
class="form__email email"
placeholder="[email protected]"
/>
<button class="btn btn--primary">Get Started</button>
</form>
</div>
<div class="header__figure">
<img class="header__image" src="/src/img/Hero Image.png" alt="" />
</div>
</div>
</header>
<section class="contact">
<div class="contact__socials">
<figure class="contact__figure">
<img
src="/src/img/Facebook Logo.png"
alt="Facebook"
class="contact__account"
/>
</figure>
<figure class="contact__figure">
<img
src="/src/img/Dribbble Logo.png"
alt="Dribble"
class="contact__account"
/>
</figure>
<figure class="contact__figure">
<img
src="/src/img/Youtube Logo.png"
alt="Youtube"
class="contact__account"
/>
</figure>
<figure class="contact__figure">
<img
src="/src/img/Pinterest Logo.png"
alt="Pinterest"
class="contact__account"
/>
</figure>
<figure class="contact__figure">
<img
src="/src/img/Twitter Logo.png"
alt="twitter"
class="contact__account"
/>
</figure>
<figure class="contact__figure">
<img
src="/src/img/Reddit Logo.png"
alt="reddit"
class="contact__account"
/>
</figure>
<figure class="contact__figure">
<img
src="/src/img/Google Logo.png"
alt="Google"
class="contact__account"
/>
</figure>
<figure class="contact__figure">
<img
src="/src/img/Slack Logo.png"
alt="slack"
class="contact__account"
/>
</figure>
</div>
</section>
<section class="learn-more">
<div class="learn-more__about">
<h2 class="learn-more__title">Secure your money with Escrow</h2>
<p class="learn-more__text">
Spense uses Escrow to secure all paynents. We believe Escrow offers
the highest level of security for your payments, so you never need to
worry about scams.
</p>
<a href="#" class="cta">Learn more about Escrow →</a>
</div>
<figure class="learn-more__figure">
<img src="/src/img/Phone Mockup.png" alt="" class="learn-more__img" />
</figure>
</section>
<section class="editor">
<figure class="editor__figure">
<img
src="/src/img/Text Editor.png"
alt="text editor"
class="editor__img"
/>
</figure>
<div class="editor__about">
<h2 class="editor__title">A text editor like no other</h2>
<p class="editor__text">
Our text editor pulls you into focus mode with its simplistic design
and usability so you can pull out your best writings.
</p>
<a href="#" class="cta">Text Editor Live Demo</a>
</div>
</section>
<footer class="footer">
<div class="footer__main">
<h3 class="footer__header">spense.</h3>
<p class="footer__paragraph">
Spense is an open platform for individuals to share their unfiltered
thoughts. Discuss the topics you love, and get paid for
<em>just</em> doing that.
</p>
</div>
<div class="footer__sitemap">
<h3 class="footer__header">Sitemap</h3>
<p class="footer__text">Homepage</p>
</div>
<div class="footer__resourses">
<h3 class="footer__header">Resourses</h3>
<p class="footer__text">Support</p>
<p class="footer__text">Contact</p>
<p class="footer__text">FAQ</p>
</div>
<div class="footer__company">
<h3 class="footer__header">Company</h3>
<p class="footer__text">About</p>
<p class="footer__text">Customers</p>
<p class="footer__text">Blog</p>
</div>
<div class="footer__oportunity">
<h3 class="footer__header">Oportunities</h3>
<p class="footer__text">Jobs</p>
</div>
</footer>
</body>
</html>