-
Notifications
You must be signed in to change notification settings - Fork 0
/
fe_basic_7.html
410 lines (407 loc) · 13.7 KB
/
fe_basic_7.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
402
403
404
405
406
407
408
409
410
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>TORNEO 3</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="fe_basic_5.css">
<link rel="stylesheet" href="fe_basic_6.css">
<link rel="stylesheet" href="fe_basic_7.css">
</head>
<body>
<header id="header" class="">
<img src="#" alt="torneo-logo">
<nav>
<ul>
<li><a href="#" title="home">HOME</a></li>
<li><a href="#" title="about">ABOUT</a></li>
<li><a href="#" title="works">WORKS</a></li>
<li><a href="#" title="services">SERVICES</a></li>
<li><a href="#" title="blog">BLOG</a></li>
<li><a href="#" title="contanct">CONTACT</a></li>
<li>
<i class="fab fa-facebook"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-linkedin"></i>
<i class="fab fa-youtube"></i>
</li>
</ul>
</nav>
</header>
<main>
<section>
<img src="#" alt="background-top">
<h1>We Provide Digital Solutions</h1>
<div>
<span>MODERN</span>
<span>INTERFACE</span>
</div>
<div>
<a href="#" title="read-me-more"><button type="button">READ ME MORE</button></a>
</div>
</section>
<section>
<article>
<h2>We Build Design Digital Brand Experience</h2>
<span class="red division hr-line"></span>
<content class="block">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</content>
<div>
<a href="#" title="know-more"><button type="button">KNOW MORE</button></a>
</div>
</article>
<div>
<div>
<img src="#" alt="avatar-1">
<div>
<h4>CREATIVE DIRECTOR</h4>
<div>
<i class="fab fa-youtube"></i>
<i class="fab fa-youtube"></i>
<i class="fab fa-youtube"></i>
<i class="fab fa-youtube"></i>
</div>
</div>
</div>
<div>
<img src="#" alt="avatar-2">
<div>
<h4>CREATIVE DIRECTOR</h4>
<div>
<i class="fab fa-youtube"></i>
<i class="fab fa-youtube"></i>
<i class="fab fa-youtube"></i>
<i class="fab fa-youtube"></i>
</div>
</div>
</div>
<div>
<img src="#" alt="avatar-3">
<div>
<h4>CREATIVE DIRECTOR</h4>
<div>
<i class="fab fa-youtube"></i>
<i class="fab fa-youtube"></i>
<i class="fab fa-youtube"></i>
<i class="fab fa-youtube"></i>
</div>
</div>
</div>
</div>
</section>
<section>
<menu type="context toolbar">
<li><a href="#" title="all">ALL</a></li>
<li><a href="#" title="all">BRANDING</a></li>
<li><a href="#" title="all">WEB DESIGN</a></li>
<li><a href="#" title="all">ADVERTISING</a></li>
<li><a href="#" title="all">PHOTOGRAPHY</a></li>
</menu>
<div>
<div>
<img src="#" alt="block-1">
<div>
<h6>Serie Artisan</h6>
<span>TYPOGRAPHY</span>
<div>
<i class="fas fa-search"></i>
<i class="fas fa-link"></i>
</div>
</div>
</div>
<div>
<img src="#" alt="block-2">
<div>
<h6>Serie Artisan</h6>
<span>TYPOGRAPHY</span>
<div>
<i class="fas fa-search"></i>
<i class="fas fa-link"></i>
</div>
</div>
</div>
<div>
<img src="#" alt="block-3">
<div>
<h6>Serie Artisan</h6>
<span>TYPOGRAPHY</span>
<div>
<i class="fas fa-search"></i>
<i class="fas fa-link"></i>
</div>
</div>
</div>
<div>
<img src="#" alt="block-4">
<div>
<h6>Serie Artisan</h6>
<span>TYPOGRAPHY</span>
<div>
<i class="fas fa-search"></i>
<i class="fas fa-link"></i>
</div>
</div>
</div>
<div>
<img src="#" alt="block-5">
<div>
<h6>Serie Artisan</h6>
<span>TYPOGRAPHY</span>
<div>
<i class="fas fa-search"></i>
<i class="fas fa-link"></i>
</div>
</div>
</div>
<div>
<img src="#" alt="block-6">
<div>
<h6>Serie Artisan</h6>
<span>TYPOGRAPHY</span>
<div>
<i class="fas fa-search"></i>
<i class="fas fa-link"></i>
</div>
</div>
</div>
<div>
<img src="#" alt="block-7">
<div>
<h6>Serie Artisan</h6>
<span>TYPOGRAPHY</span>
<div>
<i class="fas fa-search"></i>
<i class="fas fa-link"></i>
</div>
</div>
</div>
<div>
<img src="#" alt="block-8">
<div>
<h6>Serie Artisan</h6>
<span>TYPOGRAPHY</span>
<div>
<i class="fas fa-search"></i>
<i class="fas fa-link"></i>
</div>
</div>
</div>
</div>
</section>
<section>
<div>
<div>
<i class="fas fa-atom"></i>
</div>
<div>
<span class="block">634</span>
<span class="red division hr-line"></span>
<h5>PROJECT DELIVERED</h5>
</div>
</div>
<div>
<div>
<i class="fas fa-atom"></i>
</div>
<div>
<span class="block">634</span>
<span class="red division hr-line"></span>
<h5>PROJECT DELIVERED</h5>
</div>
</div>
<div>
<div>
<i class="fas fa-atom"></i>
</div>
<div>
<span class="block">634</span>
<span class="red division hr-line"></span>
<h5>PROJECT DELIVERED</h5>
</div>
</div>
<div>
<div>
<i class="fas fa-atom"></i>
</div>
<div>
<span class="block">634</span>
<span class="red division hr-line"></span>
<h5>PROJECT DELIVERED</h5>
</div>
</div>
</section>
<section>
<aside>
<img src="#" alt="image-left">
</aside>
<div>
<div>
<i class="fas fa-atom"></i>
<article>
<h6>Boostrap Grid</h6>
<span>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</span>
</article>
</div>
<div>
<i class="fas fa-atom"></i>
<article>
<h6>Boostrap Grid</h6>
<span>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</span>
</article>
</div>
<div>
<i class="fas fa-atom"></i>
<article>
<h6>Boostrap Grid</h6>
<span>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</span>
</article>
</div>
<div>
<i class="fas fa-atom"></i>
<article>
<h6>Boostrap Grid</h6>
<span>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</span>
</article>
</div>
</div>
</section>
<section>
<h2>Recently From the Blog</h2>
<span class="red division hr-line"></span>
<content class="block">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</content>
<div>
<div>
<h5>How These Different Book Covers Reflect the Design</h5>
<content>JANUARY 15,2018</content>
<span class="our-blogs division hr-line"></span>
<i class="fa fa-comment-alt"></i>
<a href="#" title="socials-cmt"><span>5 Comments</span></a>
<i class="fa fa-clock"></i>
<span>5 Minutes</span>
<a href="#" title="read-more-3">READ MORE</a>
</div>
<div>
<h5>How These Different Book Covers Reflect the Design</h5>
<content>JANUARY 15,2018</content>
<span class="our-blogs division hr-line"></span>
<i class="fa fa-comment-alt"></i>
<a href="#" title="socials-cmt"><span>5 Comments</span></a>
<i class="fa fa-clock"></i>
<span>5 Minutes</span>
<a href="#" title="read-more-3">READ MORE</a>
</div>
<div>
<h5>How These Different Book Covers Reflect the Design</h5>
<content>JANUARY 15,2018</content>
<span class="our-blogs division hr-line"></span>
<i class="fa fa-comment-alt"></i>
<a href="#" title="socials-cmt"><span>5 Comments</span></a>
<i class="fa fa-clock"></i>
<span>5 Minutes</span>
<a href="#" title="read-more-3">READ MORE</a>
</div>
</div>
</section>
<section>
<img src="#" alt="wordpress">
<img src="#" alt="ultralinx">
<img src="#" alt="stockvault">
<img src="#" alt="appstorm">
<img src="#" alt="diegomattei">
<img src="#" alt="awwwards">
</section>
<section>
<aside>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3833.704383236426!2d108.2363892508831!3d16.080822943342888!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3142182647552867%3A0x8760801d587e8d6e!2sC%C3%B4ng%20ty%20TNHH%20Asian%20Tech!5e0!3m2!1sen!2s!4v1577645102379!5m2!1sen!2s" width="400" height="300" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</aside>
<div>
<div>
<h4>Melbourne</h4>
<span class="division hr-line"></span>
<content>Patton street Caulfield East VIC 3145</content>
<content>Tel:+61 (03) 94147288</content>
<a href="#" title="contact-us"><button type="button">CONTACT US</button></a>
</div>
<div>
<h4>New York</h4>
<span class="division hr-line"></span>
<content>Patton street Caulfield East VIC 3145</content>
<content>Tel:+61 (03) 94147288</content>
<a href="#" title="contact-us"><button type="button">CONTACT US</button></a>
</div>
</div>
</section>
<section>
<h2>Start a Project</h2>
<span class="red division hr-line"></span>
<content class="block">Tell us your target. We'll grow your business.</content>
<div>
<div>
<input type="text" name="name" placeholder="Name*">
</div>
<div>
<input type="text" name="email" placeholder="Email*">
</div>
<div>
<input type="text" name="subject" placeholder="Subject*">
</div>
<div>
<textarea name="project-details" placeholder="Project Details"></textarea>
</div>
<div>
<select name="price">
<option value="1">$550-$1050</option>
<option value="2">$600-$1200</option>
<option value="3">$700-$1400</option>
<option value="4" selected>$500-$1000</option>
</select>
</div>
<div>
<input type="submit" name="submit" value="SEND MESSAGE">
</div>
</div>
</section>
</main>
<footer>
<section>
<div>
<img src="#" alt="TORNEO-logo">
<content>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33</content>
</div>
<div>
<h4>USERFUL LINKS</h4>
<ul>
<li><a href="#" title="Home">Home</a></li>
<li><a href="#" title="About">About</a></li>
<li><a href="#" title="Our Service">Our Service</a></li>
<li><a href="#" title="Blog">Blog</a></li>
<li><a href="#" title="Portfolio">Portfolio</a></li>
</ul>
</div>
<div>
<h4>CONTACT US</h4>
<div>
<content class="block">57 Patton Street Caulfield East VIC 3145</content>
<content class="block">(03) 94147288</content>
<content class="block">[email protected]</content>
<content class="block">www.torneo.com</content>
</div>
</div>
<div>
<h4>POPULAR TAGS</h4>
<div>
<span class="group-tags">Design</span>
<span class="group-tags">One Page</span>
<span class="group-tags">Envato</span>
<span class="group-tags">Creative</span>
<span class="group-tags">Apps</span>
<span class="group-tags">Themeforest</span>
</div>
</div>
</section>
<section>
<span><i class="fa fa-copyright"></i> 2019 <i class="fa fa-heart"></i> <strong>TOREO. ALL RIGHTS RESERVED</strong></span>
</section>
</footer>
</body>
</html>