-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
401 lines (397 loc) · 20 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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,600i,700,900|Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link href="style.css" rel="stylesheet">
<link href="media-queries.css" rel="stylesheet">
<title>Fadded</title>
</head>
<body>
<div id="container">
<nav id="nav">
<div id="logo">
<img src="images/logo-faded.png" alt="logo">
</div>
<div id="navbar">
<a href="#hero_page" class="nav-link">Home</a>
<a href="#how-it-works" class="nav-link">Features</a>
<a href="#screenshots" class="nav-link">Screenshots</a>
<a href="#features" class="nav-link">Testimonial</a>
<a href="#team" class="nav-link">Team</a>
<a href="#latest-posts" class="nav-link">Blog</a>
<a href="#footer-heading" class="nav-link">Contact</a>
</div>
<a href="#price" id="cta-nav-button">Get now</a>
</nav>
<section id="hero_page">
<div id="hero-text">
<h1>A <span>great</span> app makes your life better</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eligendi necessitatibus explicabo distinctio ea illo commodi hic exercitationem.
</p>
<div id="hero-btn-container">
<a id="cta-text-button" class="cta-btn" href="#price">Get app now</a>
<a id="discover-btn" class="cta-btn" href="#how-it-works">Discover more</a>
</div>
</div>
</section>
<div id="hero-photos">
<img src="images/header-img-1.png" alt="phone-big" id="phone-big">
<img src="images/header-img-2.png" alt="phone-small" id="phone-small">
</div>
<section id="overview-section">
<div id="overview-title">
<h2>Overview</h2>
<img src="images/hr.png" alt="line" id="line-image">
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit donec tempus pellentesque dui vel tristique purus justo vestibulum eget lectus non gravida ultrices</p>
</div>
<div id="icons-overview-section">
<div class="icon-card">
<i class="fas fa-pencil-alt overview-icon"></i>
<h3>Creative design</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellat, omnis vitae.</p>
</div>
<div class="icon-card">
<i class="far fa-heart overview-icon"></i>
<h3>Lovely app</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellat, omnis vitae.</p>
</div>
<div class="icon-card">
<i class="fas fa-cog overview-icon"></i>
<h3>Easy customize</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellat, omnis vitae.</p>
</div>
<div class="icon-card">
<i class="fas fa-phone-volume overview-icon"></i>
<h3>Fully support</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellat, omnis vitae.</p>
</div>
</div>
</section>
<section id="how-it-works">
<div id="how-it-works-text">
<h2>How it works</h2>
<img src="images/hr-white.png" alt="hr-white">
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit donec tempus pellentesque dui vel tristique purus justo vestibulum eget lectus non gravida ultrices</p>
</div>
<div id="phones">
<div class="phone-card">
<img src="images/1.png" alt="login" id="login-phone">
</div>
<div class="phone-card">
<img src="images/2.png" alt="login" id="data-phone">
</div>
<div class="phone-card">
<img src="images/3.png" alt="login" id="results-phone">
</div>
</div>
<div id="container-phone-text">
<div class="phone-text">
<span class="number-circle" id="nr1">01</span>
<h3>Login app</h3>
<p>Duis finibus odio sit amet nisi dictum et viverra libero semper donec</p>
</div>
<div class="phone-text">
<hr>
<span class="number-circle" id="nr2">02</span>
<hr>
<h3>Data analysis</h3>
<p>Integer ac rhoncus urna curabitur feugiat dolor id fermentum rutrum ex tellus tristique ante sit amet malesuada justo diam</p>
</div>
<div class="phone-text">
<span class="number-circle" id="nr3">03</span>
<h3>Show result</h3>
<p>Quisque viverra arcu non mi suscipit ut convallis nisl convallis phasellus</p>
</div>
</div>
</section>
<section id="screenshots">
<div id="screenshots-heading">
<h2>Awesome screenshots</h2>
<img src="images/hr.png" alt="purple line">
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit donec tempus pellentesque dui vel tristique purus justo vestibulum eget lectus non gravida ultrices</p>
</div>
<div id="screenshots-links">
<a href="#">All</a>
<a href="#">Login</a>
<a href="#">Calendar</a>
<a href="#">Chart</a>
<a href="#">Main</a>
<a href="#">Workout</a>
</div>
<div id="screenshots-images">
<div class="screenshot-img-container">
<img src="images/2.jpg" alt="first screenshot">
</div>
<div class="screenshot-img-container">
<img src="images/1-3.jpg" alt="first screenshot">
</div>
<div class="screenshot-img-container">
<img src="images/5.jpg" alt="first screenshot">
</div>
<div class="screenshot-img-container">
<img src="images/3.jpg" alt="first screenshot">
</div>
</div>
</section>
<section id="video-section">
<div id="video-wrapper">
<i class="far fa-play-circle"></i>
<h2>Video demo app</h2>
<p>Vestibulum tempus vel est ut tempus quisque tempus blandit odio tincidunt</p>
</div>
</section>
<section id="features">
<div id="features-heading">
<h2>What people are saying</h2>
<img src="images/hr.png" alt="purple line">
<p id="features-text">Lorem ipsum dolor sit amet consectetur adipiscing elit donec tempus pellentesque dui vel tristique purus justo vestibulum eget lectus non gravida ultrices</p>
</div>
<div id="features-card-container">
<div class="features-card">
<div class="features-card-container">
<img src="images/portrait1.jpg" alt="portrait man">
</div>
<div class="card-text-container">
<i class="fas fa-quote-left"></i>
<p>The app was intuitive and well organized. It made helped my life go</p>
<h4>Chester Brown</h4>
</div>
</div>
<div class="features-card">
<div class="features-card-container">
<img src="images/portrait-2.jpg" alt="portrait woman">
</div>
<div class="card-text-container">
<i class="fas fa-quote-left"></i>
<p>Thanks for another successful and very popular app</p>
<h4>Katherina Aediles</h4>
</div>
</div>
</div>
</section>
<section id="team">
<div id="team-heading">
<h2>Our team</h2>
<img src="images/hr-white.png" alt="purple line">
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit donec tempus pellentesque dui vel tristique purus justo vestibulum eget lectus non gravida ultrices</p>
</div>
<div id="team-photos-container">
<div class="team-card">
<div class="team-img-container">
<img src="images/team-1.jpg" alt="team member">
</div>
<h4>Sarrah</h4>
<p>Ceo</p>
<div class="team-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-pinterest"></i></a>
</div>
</div>
<div class="team-card">
<div class="team-img-container">
<img src="images/team-2.jpg" alt="team member">
</div>
<h4>Michelle</h4>
<p>Web designer</p>
<div class="team-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-pinterest"></i></a>
</div>
</div>
<div class="team-card">
<div class="team-img-container">
<img src="images/team-3.jpg" alt="team member">
</div>
<h4>Emilly</h4>
<p>Senior developer</p>
<div class="team-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-pinterest"></i></a>
</div>
</div>
<div class="team-card">
<div class="team-img-container">
<img src="images/team-4.jpg" alt="team member">
</div>
<h4>Andra</h4>
<p>Junior developer</p>
<div class="team-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-pinterest"></i></a>
</div>
</div>
</div>
</section>
<section id="price">
<div id="price-heading">
<h2>Table pricing</h2>
<img src="images/hr.png" alt="purple line">
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit donec tempus pellentesque dui vel tristique purus justo vestibulum eget lectus non gravida ultrices</p>
</div>
<div id="price-cards-container">
<div class="card-price">
<h2>Personal</h2>
<i class="far fa-user"></i>
<div class="text-price-card">
<p>Free Setup</p>
<p>Unlimited Bandwith</p>
<p>50GB Storage</p>
<p>10 Email Accounts</p>
<p>100GB Disk Space</p>
<h4>$ <span>37</span> / mon</h4>
</div>
<a href="#">Order now</a>
</div>
<div class="card-price" id="top-price">
<h2>Team</h2>
<i class="fas fa-users"></i>
<div class="text-price-card">
<p>Free Setup</p>
<p>Unlimited Bandwith</p>
<p>50GB Storage</p>
<p>10 Email Accounts</p>
<p>100GB Disk Space</p>
<h4>$ <span>57</span> / mon</h4>
</div>
<a href="#">Order now</a>
</div>
<div class="card-price">
<h2>Business</h2>
<i class="fas fa-briefcase"></i>
<div class="text-price-card">
<p>Free Setup</p>
<p>Unlimited Bandwith</p>
<p>50GB Storage</p>
<p>10 Email Accounts</p>
<p>1000GB Disk Space</p>
<h4>$ <span>97</span> / mon</h4>
</div>
<a href="#">Order now</a>
</div>
</div>
</section>
<section id="latest-posts">
<div id="posts-heading">
<h2>Latest posts</h2>
<img src="images/hr.png" alt="purple line">
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit donec tempus pellentesque dui vel tristique purus justo vestibulum eget lectus non gravida ultrices</p>
</div>
<div id="posts-cards-container">
<div class="card-posts">
<div class="card-post-img-container">
<img src="images/posts-1.jpg" alt="women at the bar">
</div>
<h4>Arcane Quest Legends is the biggest new release this week</h4>
<p class="date">January 06, 2019</p>
<p class="posts-main-text">We’ve been waiting for Ragnarok M for what feels like forever at this point, but this week it took a step closer to launch. We heard reports that...</p>
<a href="#">Read more →</a>
</div>
<div class="card-posts">
<div class="card-post-img-container">
<img src="images/posts-3.jpg" alt="women at the bar">
</div>
<h4>Samsung’s TV to gain official iTunes app support</h4>
<p class="date">January 05, 2019</p>
<p class="posts-main-text">CES 2019 has barely begun and there’s already an announcement from Samsung that is so far out of left field that you may have to check that it isn’t April’s Fool’s Day...</p>
<a href="#">Read more →</a>
</div>
<div class="card-posts">
<div class="card-post-img-container">
<img src="images/posts-2.jpg" alt="women at the bar">
</div>
<h4>Google’s Fuchsia OS will support Android apps</h4>
<p class="date">January 05, 2019</p>
<p class="posts-main-text">In a small update to part of their Android Open Source Project repository, Google has quietly confirmed that their up-and-coming Fuchsia operating system will be...</p>
<a href="#">Read more →</a>
</div>
</div>
<a href="#" id="link_to_blog">Go to blog</a>
</section>
<section id="get_app">
<div id="get_app_text">
<div id="get_app_heading">
<h2>Get app now</h2>
<img src="images/hr.png" alt="purple line">
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit donec tempus pellentesque dui vel tristique purus justo vestibulum eget lectus non gravida ultrices</p>
</div>
<div id="get_app_download">
<h3>Download from:</h3>
<img src="images/app-store-nobg.png" alt="download image" id="download_img">
<img src="images/play-store-nobg.png" alt="play store" id="play_store">
</div>
</div>
<div id="get_app_img">
<img src="images/mockup-tab.png" alt="phone">
</div>
</section>
<section id="map-section">
<div id="map-heading">
<h2>Join our newsletter</h2>
<img src="images/hr-white.png" alt="white line">
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit donec tempus pellentesque dui vel tristique purus justo vestibulum eget lectus non gravida ultrices</p>
</div>
<div id="map_cards_container">
<div class="map_card">
<div id="heading-card-map">
<h2>Contact us</h2>
<p>Donec interdum dapibus facilisis aliquam congue tempus augue non bibendum ipsum dictum</p>
</div>
<div id="location-map">
<h3> <i class="fas fa-map-marker"></i> Location</h3>
<p>43, Borough High Street, London</p>
<h3><i class="fas fa-phone-volume"></i> Phone</h3>
<p>0712 345 6789</p>
<h3><i class="far fa-envelope"></i> Email</h3>
<p>[email protected]</p>
<div id="icons-map">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-pinterest"></i>
</div>
</div>
</div>
<div class="map_card">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2483.421128809315!2d-0.09325068463584031!3d51.505489479634825!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48760357743aaaab%3A0x5490f3a8e7be03d8!2sBorough+Market!5e0!3m2!1sen!2sro!4v1546870409268" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<div class="map_card">
<div id="heading-map">
<h2>Leave a comment</h2>
</div>
<div id="form-map">
<input type="text" placeholder="Your name" />
<input type="text" placeholder="Your email" />
<textarea placeholder="Message" > </textarea>
<div id="button-map-form">
<a href="#">Send message →</a>
</div>
</div>
</div>
</div>
</section>
<footer>
<div id="footer-heading">
<h2>Join our newsletter</h2>
<img src="images/hr-white.png" alt="white line">
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit donec tempus pellentesque dui vel tristique purus justo vestibulum eget lectus non gravida ultrices</p>
</div>
<div id="footer-buttons">
<input type="text" placeholder="Your email">
<a href="#">Subscribe<i class="fas fa-paper-plane"></i></a>
</div>
<p id="copyright">Copyright © by <a href="https://twitter.com/andraStrc" target="_blank"> Andra</a> 2019. All right reserved.</p>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>