forked from devmentor-pl/task-html-and-css-basics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
308 lines (297 loc) · 9.2 KB
/
index.html
File metadata and controls
308 lines (297 loc) · 9.2 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
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
305
306
307
308
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
>
<link
rel="stylesheet"
href="./styles/reset.css"
>
<link
rel="stylesheet"
href="./styles/base.css"
>
<link
rel="stylesheet"
href="./styles/card-section.css"
>
<link
rel="stylesheet"
href="./styles/banner.css"
>
<link
rel="stylesheet"
href="./styles/features.css"
>
<link
rel="stylesheet"
href="./styles/clients.css"
>
<link
rel="stylesheet"
href="./styles/about.css"
>
<link
rel="stylesheet"
href="./styles/pricing.css"
>
<link
rel="stylesheet"
href="./styles/team.css"
>
<link
rel="stylesheet"
href="./styles/foot.css"
>
<title>nova | Template</title>
</head>
<body>
<header class="row banner">
<nav class="banner__nav container">
<a
href="#"
class="banner__logo cell"
>
<img
src="./images/logo.svg"
alt="nova logo"
class="banner__logo-img"
>
</a>
<ul class="banner__list cell">
<li class="banner__list-item"><a
href="#team"
class="banner__link"
>The Team</a></li>
<li class="banner__list-item"><a
href="#pricing"
class="banner__link"
>Pricing</a></li>
<li class="banner__list-item"><a
href="#features"
class="banner__link"
>Features</a></li>
</ul>
</nav>
<section class="banner__hero container">
<article class="banner__cta cell">
<h1 class="banner__heading"><span class="no-wrap">Beautiful Free Nova</span> template</h1>
<p class="banner__text">A top notch premium quality template for your next web project.</p>
<button class="banner__download-btn">Download FREE!</button>
</article>
<div class="banner__img-container cell">
<img
src="./images/screen.png"
alt="Image of mobile app screen-shot"
class="banner__img"
>
</div>
</section>
</header>
<section
class="features row"
id="features"
>
<header class="container features__heading">
<h2 class="cell features__title uppercase">Features</h2>
</header>
<ul class="container features__container">
<li class="cell features__card">
<div class="features__icon-container">
<img
src="./images/responsive.svg"
alt="Phone icon"
>
</div>
<h3 class="features__name uppercase">Responsive</h3>
<p class="features__text">Looks amazing on any device: smartphone, tablet, laptop and desktop.</p>
</li>
<li class="cell features__card">
<div class="features__icon-container">
<img
src="./images/customizable.svg"
alt="Tools icon"
>
</div>
<h3 class="features__name uppercase">Customizable</h3>
<p class="features__text">Change the colors, pictures or any of the sections to suit your needs.</p>
</li>
<li class="cell features__card">
<div class="features__icon-container">
<img
src="./images/design.svg"
alt="Medal icon"
>
</div>
<h3 class="features__name uppercase"><span class="no-wrap">Slick and beautiful</span> design</h3>
<p class="features__text">Trendy and fresh design, fits any website.</p>
</li>
</ul>
</section>
<section class="row clients">
<div
class="container clients__banner"
aria-label="Banner containing Nova's clients logos"
></div>
</section>
<section class="row about">
<div class="cell about__img-container"></div>
<div class="cell about__content">
<article class="about__content-container">
<h3 class="about__title uppercase">Simple and beautiful</h3>
<p class="about__text">Use Nova theme for your next web project. It is completely customizable so you can change
any of the sections to fit your needs. Nova Theme is Free for any kind of use, personal and commercial. Have
fun
and good luck!</p>
</article>
</div>
</section>
<section
class="card-section row pricing"
id="pricing"
>
<header class="card-section__heading container">
<h2 class="uppercase card-section__title">Choose your pricing plan</h2>
<p class="card-section__subtitle">Pick any of our super affordable pricing plans</p>
</header>
<ul class="card-section__container container">
<li class="card-section__card cell pricing__card">
<header class="pricing__price-container">
<h4 class="pricing__name uppercase">Basic</h4>
<span class="pricing__amount">$15</span>
<p class="pricing__period">per month</p>
</header>
<div class="pricing__features">
<ul class="pricing__features-list">
<li class="pricing__feature">Up to 7 Projects</li>
<li class="pricing__feature">2 Additional Developers</li>
</ul>
</div>
<button
type="button"
class="pricing__btn"
>Get Started</button>
</li>
<li class="card-section__card cell pricing__card">
<header class="pricing__price-container">
<h4 class="pricing__name uppercase">agency</h4>
<span class="pricing__amount">$55</span>
<p class="pricing__period">per month</p>
</header>
<div class="pricing__features">
<ul class="pricing__features-list">
<li class="pricing__feature">Up to 25 Projects</li>
<li class="pricing__feature">2 Additional Developers</li>
<li class="pricing__feature">Unlimited Support</li>
</ul>
</div>
<button
type="button"
class="pricing__btn"
>Get Started</button>
</li>
<li class="card-section__card cell pricing__card">
<header class="pricing__price-container">
<h4 class="pricing__name uppercase">pro</h4>
<span class="pricing__amount">$75</span>
<p class="pricing__period">per month</p>
</header>
<div class="pricing__features">
<ul class="pricing__features-list">
<li class="pricing__feature">Up to 25 Projects</li>
<li class="pricing__feature">2 Additional Developers</li>
<li class="pricing__feature">Unlimited Support</li>
<li class="pricing__feature">1.5GB Disk Space</li>
</ul>
</div>
<button
type="button"
class="pricing__btn"
>Get Started</button>
</li>
</ul>
</section>
<section
class="card-section row team"
id="team"
>
<header class="card-section__heading container">
<h2 class="card-section__title uppercase">The team</h2>
</header>
<ul class="card-section__container container">
<li class="card-section__card cell team__card">
<div class="team__profile-picture cto"></div>
<div class="team__member">
<h4 class="team__role">CTO</h4>
<span class="team__name">Johnny B Good</span>
</div>
<p class="team__description">The brains behind the whole operation</p>
<div class="team__sm-container">
<a href="#"><img
src="./images/team-twitter.svg"
alt="Twitter link"
></a>
<a href="#"><img
src="./images/team-facebook.svg"
alt="Facebook link"
></a>
</div>
</li>
<li class="card-section__card cell team__card">
<div class="team__profile-picture ceo"></div>
<div class="team__member">
<h4 class="team__role">CEO</h4>
<span class="team__name">Roll Over Beethoven</span>
</div>
<p class="team__description">The one that puts it all together</p>
<div class="team__sm-container">
<a href="#"><img
src="./images/team-twitter.svg"
alt="Twitter link"
></a>
<a href="#"><img
src="./images/team-facebook.svg"
alt="Facebook link"
></a>
</div>
</li>
<li class="card-section__card cell team__card">
<div class="team__profile-picture cfo"></div>
<div class="team__member">
<h4 class="team__role">CFO</h4>
<span class="team__name">Chuck Berry</span>
</div>
<p class="team__description">The guy with his hand on the wallet</p>
<div class="team__sm-container">
<a href="#"><img
src="./images/team-twitter.svg"
alt="Twitter link"
></a>
<a href="#"><img
src="./images/team-facebook.svg"
alt="Facebook link"
></a>
</div>
</li>
</ul>
</section>
<footer class="row foot">
<div class="container foot__container">
<div class="foot__content cell">
<span class="foot__text">A free template by</span>
<a
href="#"
class="foot__link"
><img
src="./images/webscope.svg"
alt="Webscope link"
>
</a>
</div>
</div>
</footer>
</body>
</html>