-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
304 lines (301 loc) · 17.6 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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!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">
<title>Home - Open</title>
<link rel="stylesheet" href="./css/reset.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header class="header">
<div class="header__block center">
<a href="./index.html"><img class="header__logo" src="./img/svg/logo.svg" alt="Logo"></a>
<div class="header__buttons">
<a class="header__buttons--button" href="./signin.html">Sign In</a>
<a class="header__buttons--button" href="./signup.html">Sign Up</a>
</div>
<div class="header__decoration"></div>
</div>
</header>
<main class="main center">
<section class="intro-block">
<div class="section__text--flex">
<h1 class="intro-block__title">Landing template for startups</h1>
<p class="intro-block__subtitle">Our landing page template works on all devices, so you only have to set
it up
once, and get beautiful results forever.</p>
</div>
<div class="intro-block__buttons">
<a class="intro-block--button" href="#">Start free trial</a>
<a class="intro-block--button" href="#">Learn more</a>
</div>
<video class="intro-block__player" controls poster="./img/jpg/videoprev.jpg">
<source src="#" type="video/mp4">
<source src="#" type="video/webm">
</video>
<div class="intro-block__decoration"></div>
</section>
<section class="workflows-block">
<div class="section__text--flex">
<h2 class="workflows-block__title">The majority our customers do not
understand their workflows.
</h2>
<p class="workflows-block__subtitle">Excepteur
sint occaecat cupidatat non
proident, sunt in
culpa
qui officia
deserunt mollit anim id est laborum.</p>
</div>
<div class="workflows-block__card">
<div class="workflows-block__card-content">
<img class="workflows-block__card-img" src="./img/png/icon1.png" alt="☆">
<p class="workflows-block__card-title">Instant Features</p>
<p class="workflows-block__card-subtitle">Duis aute irure dolor in reprehenderit in voluptate velit
esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat.</p>
</div>
<div class="workflows-block__card-content">
<img class="workflows-block__card-img" src="./img/png/icon2.png" alt="☆">
<p class="workflows-block__card-title">Instant Features</p>
<p class="workflows-block__card-subtitle">Duis aute irure dolor in reprehenderit in voluptate velit
esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat.</p>
</div>
<div class="workflows-block__card-content">
<img class="workflows-block__card-img" src="./img/png/icon3.png" alt="☆">
<p class="workflows-block__card-title">Instant Features</p>
<p class="workflows-block__card-subtitle">Duis aute irure dolor in reprehenderit in voluptate velit
esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat.</p>
</div>
<div class="workflows-block__card-content">
<img class="workflows-block__card-img" src="./img/png/icon4.png" alt="☆">
<p class="workflows-block__card-title">Instant Features</p>
<p class="workflows-block__card-subtitle">Duis aute irure dolor in reprehenderit in voluptate velit
esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat.</p>
</div>
<div class="workflows-block__card-content">
<img class="workflows-block__card-img" src="./img/png/icon5.png" alt="☆">
<p class="workflows-block__card-title">Instant Features</p>
<p class="workflows-block__card-subtitle">Duis aute irure dolor in reprehenderit in voluptate velit
esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat.</p>
</div>
<div class="workflows-block__card-content">
<img class="workflows-block__card-img" src="./img/png/icon6.png" alt="☆">
<p class="workflows-block__card-title">Instant Features</p>
<p class="workflows-block__card-subtitle">Duis aute irure dolor in reprehenderit in voluptate velit
esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat.</p>
</div>
</div>
</section>
<div class="main__spacer"></div>
<section class="projects-block">
<div class="section__text--flex">
<p class="projects-block__badge">Reach goals that matter</p>
<h3 class="projects-block__title workflows-block__title">One product, unlimited solutions</h3>
<p class="projects-block__subtitle intro-block__subtitle">Excepteur sint occaecat cupidatat non
proident, sunt in
culpa
qui officia
deserunt mollit laborum — semper quis lectus nulla.</p>
</div>
<div class="projects-block__card-content">
<div class="projects-block__card-text">
<p class="projects-block__card-pretitle">More speed. Less spend</p>
<h4 class="projects-block__card-title workflows-block__title">Keep projects on schedule</h4>
<p class="projects-block__card-subtitle intro-block__subtitle">Lorem ipsum dolor sit amet,
consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p class="projects-block__card-arrow intro-block__subtitle">Duis aute irure dolor in reprehenderit
</p>
<p class="projects-block__card-arrow intro-block__subtitle">Excepteur sint occaecat</p>
<p class="projects-block__card-arrow intro-block__subtitle">Amet consectetur adipiscing elit</p>
</div>
<picture>
<source srcset="./img/jpg/illustration.jpg" type="image/jpeg">
<img class="projects-block__card-img" src="./img/jpg/illustration.jpg" alt="Illustration">
</picture>
</div>
<div class="projects-block__card-content">
<picture>
<source srcset="./img/jpg/illustration2.jpg" type="image/jpeg">
<img class="projects-block__card-img" src="./img/jpg/illustration2.jpg" alt="Illustration">
</picture>
<div class="projects-block__card-text">
<p class="projects-block__card-pretitle">More speed. Less spend</p>
<h4 class="projects-block__card-title workflows-block__title">Keep projects on schedule</h4>
<p class="projects-block__card-subtitle intro-block__subtitle">Lorem ipsum dolor sit amet,
consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p class="projects-block__card-arrow intro-block__subtitle">Duis aute irure dolor in reprehenderit
</p>
<p class="projects-block__card-arrow intro-block__subtitle">Excepteur sint occaecat</p>
<p class="projects-block__card-arrow intro-block__subtitle">Amet consectetur adipiscing elit</p>
</div>
</div>
<div class="projects-block__card-content">
<div class="projects-block__card-text">
<p class="projects-block__card-pretitle">More speed. Less spend</p>
<h4 class="projects-block__card-title workflows-block__title">Keep projects on schedule</h4>
<p class="projects-block__card-subtitle intro-block__subtitle">Lorem ipsum dolor sit amet,
consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p class="projects-block__card-arrow intro-block__subtitle">Duis aute irure dolor in reprehenderit
</p>
<p class="projects-block__card-arrow intro-block__subtitle">Excepteur sint occaecat</p>
<p class="projects-block__card-arrow intro-block__subtitle">Amet consectetur adipiscing elit</p>
</div>
<picture>
<source srcset="./img/jpg/illustration3.jpg" type="image/jpeg">
<img class="projects-block__card-img" src="./img/jpg/illustration3.jpg" alt="Illustration">
</picture>
</div>
</section>
<div class="main__spacer"></div>
<section class="reviews-block">
<div class="section__text--flex">
<h5 class="reviews-block__title workflows-block__title">Don't take our word for it</h5>
<p class="reviews-block__subtitle">Vitae aliquet nec ullamcorper sit amet
risus nullam eget
felis semper quis lectus nulla at volutpat diam ut venenatis tellus—in ornare.</p>
</div>
<div class="reviews-block__card-block">
<div class="reviews-block__card-content">
<img class="reviews-block__card-img" src="./img/png/avatar.png" alt="A">
<span class="reviews-block__card-quote">“</span>
<p class="reviews-block__card-subtitle intro-block__subtitle">— Open PRO lets me quickly get the
insights
I care
about so that I can focus on my productive work. I've had Open PRO for about 24 hours now and I
honestly don't know how I functioned without it before.</p>
<div class="reviews-block__spacer main__spacer"></div>
<p class="reviews-block__author">Anastasia Dan<span class="reviews-block__author-board">UX
Board</span></p>
</div>
<div class="reviews-block__card-content">
<img class="reviews-block__card-img" src="./img/png/avatar2.png" alt="A">
<span class="reviews-block__card-quote">“</span>
<p class="reviews-block__card-subtitle intro-block__subtitle">— Open PRO lets me quickly get the
insights
I care
about so that I can focus on my productive work. I've had Open PRO for about 24 hours now and I
honestly don't know how I functioned without it before.</p>
<div class="reviews-block__spacer main__spacer"></div>
<p class="reviews-block__author">Roman Level<span class="reviews-block__author-board">AppName</span>
</p>
</div>
<div class="reviews-block__card-content">
<img class="reviews-block__card-img" src="./img/png/avatar3.png" alt="A">
<span class="reviews-block__card-quote">“</span>
<p class="reviews-block__card-subtitle intro-block__subtitle">— Open PRO lets me quickly get the
insights
I care
about so that I can focus on my productive work. I've had Open PRO for about 24 hours now and I
honestly don't know how I functioned without it before.</p>
<div class="reviews-block__spacer main__spacer"></div>
<p class="reviews-block__author">Alex Sackett<span class="reviews-block__author-board">Reform
Layouts</span>
</p>
</div>
</div>
</section>
<section class="subscribe-block">
<div class="subscribe-block__text">
<h5 class="subscribe-block-title projects-block__card-title">Stay in the loop</h5>
<p class="subscribe-block-subtitle intro-block__subtitle">Join our newsletter to get top news before
anyone else.
</p>
</div>
<form class="subscribe-block__input-flex">
<input type="email" id="emailInput" placeholder="Your best email...">
<button type="submit">Subscribe</button>
</form>
<img class="subscribe-block__img" src="./img/png/subscribe.png" alt="None">
</section>
</main>
<footer class="footer center">
<div class="footer-block">
<div class="footer-block__left">
<a href="/index.html"><img class="header__logo" src="./img/svg/logo.svg" alt="Logo"></a>
<p class="footer__block-left__subtitle">Lorem ipsum is placeholder text commonly used in the graphic,
print,
and publishing industries for previewing layouts and visual mockups.</p>
</div>
<div class="footer-block__right">
<ul class="footer-block__list">
<li class="footer-block__item">
<p class="footer-block__title">Products</p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">Web Studio</a></p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">DynamicBox Flex</a></p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">Programming Forms</a></p>
</li>
</ul>
<ul class="footer-block__list">
<li class="footer-block__item">
<p class="footer-block__title">Resources</p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">Nostrud exercitation</a></p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">Visual mockups</a></p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">Nostrud exercitation</a></p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">Visual mockups</a></p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">Nostrud exercitation</a></p>
</li>
</ul>
<ul class="footer-block__list">
<li class="footer-block__item">
<p class="footer-block__title">Company</p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">Consectetur adipiscing</a></p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">Labore et dolore</a></p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">Consectetur adipiscing</a></p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">Labore et dolore</a></p>
</li>
<li class="footer-block__item">
<p><a class="footer-block__link" href="#">Consectetur adipiscing</a></p>
</li>
</ul>
</div>
</div>
<div class="footer-block__bottom">
<p class="footer-block__link">Made by <span class="footer-author">Cruip</span>. All right reserved</p>
<div class="footer-block__icons">
<a href="#"><img class="footer-block__icon" src="./img/svg/twitter.svg" alt="Twitter"></a>
<a href="#"><img class="footer-block__icon" src="./img/svg/git.svg" alt="GitHub"></a>
<a href="#"><img class="footer-block__icon" src="./img/svg/fb.svg" alt="Facebook"></a>
<a href="#"><img class="footer-block__icon" src="./img/svg/instagram.svg" alt="Instagram"></a>
</div>
</div>
</footer>
</body>
</html>