-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
439 lines (439 loc) · 18.5 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
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!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>Technology</title>
<link rel="stylesheet" href="styles/sass-1.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<main>
<header>
<section class="head-gallery">
<div>
<img src="image/h1-img-05.jpg" alt="">
<div class="text text-1">
<h1>Follow the digital trends and lead the changes</h1>
<button>View more <span class="material-icons">arrow_right</span></button>
</div>
</div>
<div>
<img src="image/h1-img-06.jpg" alt="">
<div class="text text-2">
<h1>Realible your new projects with our expertise</h1>
<button>View more <span class="material-icons">arrow_right</span></button>
</div>
</div>
<div>
<img src="image/h1-img-07.jpg" alt="">
<div class="text text-3">
<h1>Increaible app features & fresh new ideas</h1>
<button>View more <span class="material-icons">arrow_right</span></button>
</div>
</div>
</section>
<!-- navigation -->
<nav>
<figure class="logo">
<a href="#">
<img src="image/logo.svg" alt="">
</a>
</figure>
<ul class="menu">
<li class="dropDown">
<span class="material-icons">arrow_right</span>
<button class="dropbtn">Home</button>
<div class="dropDown-box">
<a href="#" class="active">Main home</a>
<a href="#">Tech Studio</a>
<a href="#">Left Menu Home</a>
<a href="#">Tab Slider</a>
<a href="#">Product Showcase</a>
<a href="#">App Showcase</a>
<a href="#">Tech Agency</a>
<a href="#">Tech Store</a>
</div>
</li>
<li class="dropDown">
<span class="material-icons">arrow_right</span>
<button class="dropbtn">Pages</button>
<div class="dropDown-box">
<a href="#">About US</a>
<a href="#">Our Team</a>
<a href="#">Pricing Plans</a>
<a href="#">FAQ Page</a>
<a href="#">Contact US</a>
<a href="#">Get In Touch</a>
<a href="#">Coming Soon</a>
</div>
</li>
<li class="dropDown">
<span class="material-icons">arrow_right</span>
<button class="dropbtn">Portfilio</button>
<div class="dropDown-box">
<a href="#">Standard List</a>
<a href="#">Gallery List</a>
<div class="dropSide">
<button class="dropSidebtn">List Layout</button>
<span class="material-icons">chevron_right</span>
<div class="content">
<a href="#">Two Columns</a>
<a href="#">Three Columns</a>
<a href="#">Three Columns Wide</a>
<a href="#">Lorem, ipsum.</a>
<a href="#">Four Columns</a>
<a href="#">Four Columns Wide</a>
<a href="#">Five Columns Wide</a>
</div>
</div>
<div class="dropSide">
<button class="dropSidebtn">Single Types</button>
<span class="material-icons">chevron_right</span>
<div class="content">
<a href="#">Two Columns</a>
<a href="#">Three Columns Wide</a>
<a href="#">Lorem, ipsum.</a>
<a href="#">Four Columns</a>
<a href="#">Four Columns Wide</a>
<a href="#">Five Columns Wide</a>
</div>
</div>
</div>
</li>
<li class="dropDown">
<span class="material-icons">arrow_right</span>
<button class="dropbtn">Shop</button>
<div class="dropDown-box">
<a href="#">Product List</a>
<a href="#">Product Single</a>
<div class="dropSide">
<button class="dropSidebtn">Shop Layouts</button>
<span class="material-icons">chevron_right</span>
<div class="content">
<a href="#">Four Columns</a>
<a href="#">Four Columns Wide</a>
<a href="#">Five Columns Wide</a>
</div>
</div>
<div class="dropSide">
<button class="dropSidebtn">Shop Page</button>
<span class="material-icons">chevron_right</span>
<div class="content">
<a href="#">Four Columns</a>
<a href="#">Four Columns Wide</a>
<a href="#">Five Columns Wide</a>
<a href="#">Four Columns</a>
<a href="#">Four Columns Wide</a>
<a href="#">Five Columns Wide</a>
</div>
</div>
</div>
</li>
<li class="dropDown">
<span class="material-icons">arrow_right</span>
<button class="dropbtn">Blog</button>
<div class="dropDown-box">
<a href="#">Right Sidebar</a>
<a href="#">Left Sidebar</a>
<a href="#">No Sidebar</a>
<a href="#">Post Types</a>
</div>
</li>
<li>
<span class="material-icons">arrow_right</span>
<a href="#">Landing</a>
</li>
</ul>
<div class="cart">
<span>Cart [0]</span>
<div class="cart-content">No Product here.</div>
</div>
<div class="menu-bar">
<div class="box">
<span></span>
<span></span>
</div>
</div>
</nav>
</header>
<!-- end header -->
<section class="branding">
<div class="row">
<article>
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="82" viewBox="0 0 100 82" style="enable-background:new 0 0 100 82" xml:space="preserve">
<path d="m.1 38.4 10.2 17.2L.1 73l5.5 9h89.1l5.3-8.9-5.1-8.6H56l5-8.6-14.9-26.7H5.3L.1 38.4zm1.5 34.4 10.2-17.2L1.6 38.2l4.1-7.3 14.1 24.7L5.9 79.7l-4.3-6.9zm48.2-17.2-4.4 7.8-9.2-16.3 4.1-7.5 9.5 16zm-14.6-8.9h-9.4l-4.2-7.4h17.7l-4.1 7.4zm0 1.3 9.2 16.5H26.2l4.8-8.6-4.4-7.9h8.6zM7 80.7l13.9-24.3H29l-9.6 17.3h78.5l-4 6.9H7zm87.1-14.9 4 6.8H21.7l3.8-7.3v.5h68.6zm-47.5-1.3 4.4-8h8.1l-4.6 8h-7.9zm12.5-9.2H51L40.8 38H19.4L29 55.1l-8.1.1L6.8 30.5h38.5l13.8 24.8z" fill="#7e7c7c"></path>
</svg>
<h2>Innovative</h2>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Necessitatibus eos ducimus nulla at ipsum ea iure et molestiae saepe tempore.</p>
</article>
<article>
<svg xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="100" height="82" viewBox="0 0 100 82" style="enable-background:new 0 0 100 82" xml:space="preserve">
<path d="M62.1 44.9 35.8 60 9.5 44.9 0 50.4v10.9l35.4 20.2.3.2 35.7-20.6v-11l-9.3-5.2zM1.5 60.5v-8.4L35 71.3v8.4L1.5 60.5zM35.8 70 2.2 50.8l7.3-4.3 26.2 15.1L62 46.5l7.2 4.1L35.8 70zM70 60.4 36.5 79.7v-8.4L70 51.9v8.5z" fill="#7e7c7c"></path>
<path d="M35.7 22H50L26 35.7v11.2l9.6 5.2L71 31.8V20.7l-13.7-7.9H43.7V4.9l-8-4.7L0 20.7v11.1L9.3 37l26.4-15zm-.9-1.1-24.7 14v-8.3l24.8-14.2-.1 8.5zM34.7 50l-7.3-4v-8.6l7.3 4V50zm34.9-19.1L36.2 50.1v-8.6l33.4-19.1v8.5zm-33.8-29 6.5 3.8v8.6H57l11.9 6.8-33.4 19.1-7.3-4 27.3-15.6H36.2V9.9L9.3 25.3l-7.1-4.2L35.8 1.9zm-34.3 29v-8.6l7.1 4.2v8.4l-7.1-4z" fill="#7e7c7c"></path>
</svg>
<h2>Design</h2>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Necessitatibus eos ducimus nulla at ipsum ea iure et molestiae saepe tempore.</p>
</article>
<article>
<svg xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="100" height="82" viewBox="0 0 100 82" style="enable-background:new 0 0 100 82" xml:space="preserve">
<path d="m41.4 39-5.5-9.5H5.8L0 38.7l10.2 16.9L0 73.3l5.8 9h39.7L66 47.7h7.8l-4.5 8.1 4.4 7.6-8.9.1-5.6 9.7 5.7 9.2h30.3L100 73l-9.3-17.5L100 39l-5-9.5H55L35 64.1h-8.1l4.8-8.3-4.7-8 9 .1 5.4-8.9zm-15.2 7.5-4-6.7h17.2l-4.2 6.8-9-.1zm13.3-8.1H19.9l9.9 17h-8.5l-14-24.6h27.8l4.4 7.6zm-38 34.7 10.2-17.5L1.5 38.7l4.6-7.4L20 55.7 6.1 80.1l-4.6-7zM44.8 81H7.3l13.9-24.4h8.5l-10 17.2h21.2l19.8-34.1 37.4-.2-8.7 15.3h-8.1l4.5-8.6-20.6.1L44.8 81zm25.7-9-4.1-7.4 19.5-.1-4.5-8.3h8.2l8.6 16-27.7-.2zm.3-16.3 4.5-8.1h8.4l-4.2 7.9 4.2 7.7-8.4.1-4.5-7.6zm-10 17.2 4.5-7.6 4.1 7.3-4.1 7.5-4.5-7.2zm5.6 8.1 4.1-7.6 27.7.2-3.8 7.4h-28zm31.8-42.7-37.5.1-4.2-7.6h37.7l4 7.5zm-42.8-7 4.2 7.6-19 32.7-4.4-7.1 19.2-33.2zM35 65.4l4.4 7.1H22l4.1-7.1H35z" fill="#7e7c7c"></path>
</svg>
<h2>Branding</h2>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Necessitatibus eos ducimus nulla at ipsum ea iure et molestiae saepe tempore.</p>
</article>
</div>
</section>
<!-- technology -->
<section class="tachnology">
<div class="row">
<article class="text_box">
<div>
<strong>techonogy</strong>
<h2>Somthing truly exciting for us all</h2>
</div>
<div>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Consequuntur delectus corrupti ratione, saepe iste iusto necessitatibus amet iure, est itaque expedita laborum aliquam vel earum voluptas ducimus nulla nostrum quos?</p>
<button>View more <span class="material-icons">arrow_right</span></button>
</div>
</article>
<div class="media-box">
<div class="product">
<a href="#1"></a>
<div class="cart-box">
<figure>
<img src="image/shop-img-119.jpg" alt="">
</figure>
<a href="#2"></a>
<button>View more <span class="material-icons">arrow_right</span></button>
<h3><a href="#2">Smartphone</a></h3>
<span>$180.000</span>
</div>
</div>
<div class="product">
<a href="#1"></a>
<div class="cart-box">
<figure>
<img src="image/shop-img-112.jpg" alt="">
</figure>
<a href="#2"></a>
<button>View more <span class="material-icons">arrow_right</span></button>
<h3><a href="#2">BX23 Headphones</a></h3>
<span>$180.000</span>
</div>
</div>
</div>
</div>
</section>
<!-- play box with js -->
<!-- detail box -->
<section class="gallery-pic">
<div class="row">
<article class="detail">
<a href="#Link-to-subject"></a>
<div class="text">
<h2>Full flexibility</h2>
<p>est unde, quo voluptatibus delectus vitae doloremque, reiciendis fugit nulla nihil. Modi omnis</p>
</div>
<figure>
<img src="image/h1-img-04.jpg" alt="">
</figure>
</article>
<article class="detail">
<a href="#Link-to-subject"></a>
<div class="text">
<h2>Digital instrument</h2>
<p>est unde, quo voluptatibus delectus vitae doloremque, reiciendis fugit nulla nihil. Modi omnis</p>
</div>
<figure>
<img src="image/interactive-links-home-4-img-1.jpg" alt="">
</figure>
</article>
<article class="detail">
<a href="#Link-to-subject"></a>
<div class="text">
<h2>Unique solution</h2>
<p>est unde, quo voluptatibus delectus vitae doloremque, reiciendis fugit nulla nihil. Modi omnis</p>
</div>
<figure>
<img src="image/interactive-links-home-4-img-2.jpg" alt="">
</figure>
</article>
<article class="detail">
<a href="#Link-to-subject"></a>
<div class="text">
<h2>User interface</h2>
<p>est unde, quo voluptatibus delectus vitae doloremque, reiciendis fugit nulla nihil. Modi omnis</p>
</div>
<figure>
<img src="image/interactive-links-home-4-img-3.jpg" alt="">
</figure>
</article>
</div>
</section>
<!-- with js -->
<section class="moving">
<div class="box">
<span class="left-1">Futuristic -Established - Modern - Futuristic -Established - Modern - </span>
<span class="left-2">Futuristic -Establ</span>
</div>
<div class="box">
<span class="right-1">Futuristic -Established - Modern - Futuristic -Established - Modern - </span>
<span class="right-2">Futuristic -Est</span>
</div>
</section>
<!-- product gallery -->
<section class="products-2">
<div class="row">
<div class="card">
<figure>
<img src="image/blog-img-09.jpg" alt="">
</figure>
<a href="#link"></a>
<div class="text">
<span>17.MAY 2022</span>
<h3>Small wireless bluetooth earphone</h3>
<a href="#3">by Masome Mahmodi</a>
</div>
</div>
<div class="card">
<figure>
<img src="image/blog-img-08.jpg" alt="">
</figure>
<a href="#link"></a>
<div class="text">
<span>17.MAY 2022</span>
<h3>Young new artists and their fresh view</h3>
<a href="#2">by Masome Mahmodi</a>
</div>
</div>
<div class="card">
<figure>
<img src="image/blog-img-07.jpg" alt="">
</figure>
<a href="#link"></a>
<div class="text">
<span>17.MAY 2022</span>
<h3>How conect bluetooth speakers</h3>
<a href="#1">by Masome Mahmodi</a>
</div>
</div>
<div class="card">
<figure>
<img src="image/blog-img-06.jpg" alt="">
</figure>
<a href="#link"></a>
<div class="text">
<span>17.MAY 2022</span>
<h3>50 motivational and inspirational songs</h3>
<a href="#2">by Masome Mahmodi</a>
</div>
</div>
</div>
</section>
<!-- contact -->
<section class="contact">
<div class="row">
<div class="hesitate">
<h2>Don’t hesitate to
contact us whenever!</h2>
<p>Asperiores praesentium officiis nisi doloribus suscipit, impedit quasi tempora deserunt dignissimos illum non fugiat molestiae consequuntur aspernatur vitae beatae illo similique esse!</p>
<div class="address">
<div>
<h3>Belgium</h3>
<a href="#8">adipisicing elit.</a>
<a href="#6">sit amet-48</a>
<a href="#9">03169451</a>
</div>
<div>
<h3>Stockholm</h3>
<a href="#8">dolor sit amet</a>
<a href="#6">consectetur-9</a>
<a href="#9">03169451</a>
</div>
<div>
<h3>Glasgow</h3>
<a href="#8">Atque iste</a>
<a href="#6">quam et,autem-25</a>
<a href="#9">03169451</a>
</div>
</div>
</div>
<div class="form">
<form>
<input type="text" placeholder="Your name">
<input type="email" placeholder="Your e-mail">
<textarea placeholder="Message" rows="10" ></textarea>
<div><button>Submit <span class="material-icons">arrow_right</span></button></div>
</form>
</div>
</div>
</section>
<!-- instagram -->
<section class="instagram">
<div class="row">
<div class="link">
<h3>Instagram</h3>
<span>Follow me on instagram</span>
<a href="#5">@mahmudi_web</a>
</div>
<div class="store">
<div class="item">
<figure>
<img src="image/283237603_5233867800038116_721944423704083026_nfull.jpg" alt="">
</figure>
<a href="#">instagrem</a>
</div>
<div class="item">
<figure>
<img src="image/283235720_547490013403549_3630695184898688303_nfull.jpg" alt="">
</figure>
<a href="#">instagrem</a>
</div>
<div class="item">
<figure>
<img src="image/283169124_330554445710979_7422844789162287537_nfull.jpg" alt="">
</figure>
<a href="#">instagrem</a>
</div>
<div class="item">
<figure>
<img src="image/283190699_547928650281767_9106482485291632676_nfull.jpg" alt="">
</figure>
<a href="#">instagrem</a>
</div>
</div>
</div>
</section>
<!-- footer -->
<section class="footer">
<div class="row">
<div class="footer-col col-1">
<figure>
<a href="#h"><img src="image/logo.svg" alt=""></a>
<figcaption>For your creative out put</figcaption>
</figure>
</div>
<div class="footer-col col-2">
<h4>Address</h4>
<a href="#4">adipisicing elit.</a>
<a href="#5">amet-consectetur-28</a>
</div>
<div class="footer-col col-2">
<h4>Social</h4>
<a href="#8">INSTAGRAM</a>
<a href="#8">TWITTER</a>
<a href="#8">DRIBBBLE</a>
<a href="#8">LINKDIN</a>
</div>
<div class="footer-col col-2">
<h4>Newsletter</h4>
<p>sit consectetur adipisicing consequatur?</p>
<input type="email" placeholder="Your e-mail" >
</div>
</div>
</section>
</main>
</body>
</html>