-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
543 lines (429 loc) · 18.5 KB
/
Copy pathindex.html
File metadata and controls
543 lines (429 loc) · 18.5 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
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
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!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>complete responsive travel website design tutorial</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
<link rel="xa" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<!-- custom js file link -->
<script src="js/script.js" defer></script>
</head>
<body>
<!-- header section starts -->
<header class="header">
<div id="menu-btn" class="fas fa-bars"></div>
<a data-aos="zoom-in-left" data-aos-delay="150" href="#" class="logo"> <i class="fas fa-cog "></i>medicine factory</a>
<nav class="navbar">
<a data-aos="zoom-in-left" data-aos-delay="300" href="#home">home</a>
<a data-aos="zoom-in-left" data-aos-delay="450" href="#about">industry operation</a>
<a data-aos="zoom-in-left" data-aos-delay="600" href="#destination">about </a>
<a data-aos="zoom-in-left" data-aos-delay="750" href="#services">advantages</a>
<a data-aos="zoom-in-left" data-aos-delay="900" href="#gallery"> prouducts </a>
<a data-aos="zoom-in-left" data-aos-delay="1150" href="#blogs"> buildings</a>
</nav>
<a data-aos="zoom-in-left" data-aos-delay="1300" href="#book-form" class="btn">regestation</a>
</header>
<!-- header section ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="content">
<span data-aos="fade-up" data-aos-delay="150">follow us</span>
<h3 data-aos="fade-up" data-aos-delay="300">to the unknown</h3>
<p data-aos="fade-up" data-aos-delay="450">"we are one of the best medicine factory in the world which offer the stongest medecine</p>
<a data-aos="fade-up" data-aos-delay="600" href="#" class="btn" id="read">read more </a>
</div>
</section>
<!-- home section ends -->
<!-- booking form section starts -->
<section class="book-form" id="book-form">
<form action="">
<div data-aos="zoom-in" data-aos-delay="150" class="inputBox">
<span>full name</span>
<input type="text " placeholder="your first name" value="">
</div>
<div data-aos="zoom-in" data-aos-delay="150" class="inputBox">
<span>Last name</span>
<input type="text " placeholder="your last name" value="">
</div>
<div data-aos="zoom-in" data-aos-delay="300" class="inputBox">
<span>qualification</span>
<input type="text" placeholder="your qualification" value="">
</div>
<div data-aos="zoom-in" data-aos-delay="450" class="inputBox">
<span>email</span>
<input type="email" placeholder="your email" value="">
</div>
<input data-aos="zoom-in" data-aos-delay="600" type="submit" value="send" class="btn">
</form>
</section>
<!-- booking form section ends -->
<!-- about section starts -->
<section class="about" id="about">
<div class="video-container" data-aos="fade-right" data-aos-delay="300">
<video src="images/aa.mp4" muted autoplay loop class="video"></video>
<div class="controls">
<span class="control-btn" data-src="images/bb.mp4"></span>
<span class="control-btn" data-src="images/aa.mp4"></span>
<span class="control-btn" data-src="images/aa.mp4"></span>
</div>
</div>
<div class="content" data-aos="fade-left" data-aos-delay="600">
<span>why choose us?</span>
<h3>Quality in the industry is one of our most advantage</h3>
<p>on the video in the left we will explain our operations in factory </p>
<a href="#" class="btn">watch more </a>
</div>
</section>
<!-- about section ends -->
<!-- destination section starts -->
<section class="destination" id="destination">
<div class="heading">
<span>our envarioment</span>
<h1>take a look about our envairoment</h1>
</div>
<div class="box-container">
<div class="box" data-aos="fade-up" data-aos-delay="150">
<div class="image">
<img src="images/1.jpg" alt="">
</div>
<div class="content">
<h3>tablete medecine</h3>
<p>we make many taype of tablete medecine</p>
<a href="#">read more <i class="fas fa-angle-right"></i></a>
</div>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="300">
<div class="image">
<img src="images/2.jpg" alt="">
</div>
<div class="content">
<h3>labratory</h3>
<p>here we test new medeicne to make it in a good way </p>
<a href="#">read more <i class="fas fa-angle-right"></i></a>
</div>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="450">
<div class="image">
<img src="images/3.jpg" alt="">
</div>
<div class="content">
<h3>machine</h3>
<p>it use to take a medicine from the Maker machine to the stores </p>
<a href="#">read more <i class="fas fa-angle-right"></i></a>
</div>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="600">
<div class="image">
<img src="images/9.jpg" alt="">
</div>
<div class="content">
<h3>medecine contanaier</h3>
<p>we keep the medecine from weather factors </p>
<a href="#">read more <i class="fas fa-angle-right"></i></a>
</div>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="750">
<div class="image">
<img src="images/5.jpg" alt="">
</div>
<div class="content">
<h3>machine</h3>
<p> it use to make type of medecine </p>
<a href="#">read more <i class="fas fa-angle-right"></i></a>
</div>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="900">
<div class="image">
<img src="images/6.jpg" alt="">
</div>
<div class="content">
<h3>machine </h3>
<p>it use to make type of medecine</p>
<a href="#">read more <i class="fas fa-angle-right"></i></a>
</div>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="1150">
<div class="image">
<img src="images/7.jpg" alt="">
</div>
<div class="content">
<h3>machine </h3>
<p>it use to make type of medecine</p>
<a href="#">read more <i class="fas fa-angle-right"></i></a>
</div>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="1300">
<div class="image">
<img src="images/8.jpg" alt="">
</div>
<div class="content">
<h3>machine </h3>
<p>it use to make type of medecine</p>
<a href="#">read more <i class="fas fa-angle-right"></i></a>
</div>
</div>
</div>
</section>
<!-- destination section ends -->
<!-- services section starts -->
<section class="services" id="services">
<div class="heading">
<span> </span>
<h1>samll part of our advantage</h1>
</div>
<div class="box-container">
<div class="box" data-aos="zoom-in-up" data-aos-delay="150">
<i class="fas fa-globe"></i>
<h3>worldwide</h3>
<p>we are international factory service all people around the
world </p>
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="300">
<i class="fas fa-school"></i>
<h3>certificate</h3>
<p>we have many qualitiy certificate from world health organization</p>
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="450">
<i class="fas fa-capsules"></i>
<h3>possibilities</h3>
<p>we can make larg quantitiy of medecine per a year </p>
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="600">
<i class="fas fa-hotel"></i>
<h3>our buildings</h3>
<p>we have a big buildings a round the world in chaina germany</p>
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="750">
<i class="fas fa-wallet"></i>
<h3>our prices </h3>
<p>one of our advantage our prices it is sutibale for all companaies and we have many offers
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="900">
<i class="fas fa-cog"></i>
<h3>machine quality</h3>
<p>we have big machine which make medecine in high efficency</p>
</div>
</div>
</section>
<!-- services section ends -->
<!-- gallery section starts -->
<section class="gallery" id="gallery">
<div class="heading">
<span>our prouduct</span>
<h1> this is a sample of them </h1>
</div>
<div class="box-container">
<div class="box" data-aos="zoom-in-up" data-aos-delay="150">
<img src="images/x.jpg" alt="">
<span>injections and capsules</span>
<h3>for diabetes</h3>
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="300">
<img src="images/c.jpg" alt="">
<span>pills</span>
<h3>for a headeche</h3>
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="450">
<img src="images/z.jpg" alt="">
<span>fitamin</span>
<h3>for pregnant women</h3>
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="150">
<img src="images/f.jpg" alt="">
<span>pills </span>
<h3>for heart disease</h3>
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="300">
<img src="images/q.jpeg" alt="">
<span>fitamins</span>
<h3>for stomache</h3>
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="450">
<img src="images/s.jpg" alt="">
<span>capsulus</span>
<h3>liver disease</h3>
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="150">
<img src="images/n.jpg" alt="">
<span>medicine</span>
<h3>for chest diseases</h3>
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="300">
<img src="images/d.jpg" alt="">
<span>capsulus</span>
<h3>for kidney disease</h3>
</div>
<div class="box" data-aos="zoom-in-up" data-aos-delay="450">
<img src="images/v.jpg" alt="">
<span>pills </span>
<h3>for bone diseases</h3>
</div>
<br>
<h1>if you want to see all medecine press <a href="#read">here</a></h1>
</div>
</section>
<!-- gallery section ends -->
<!-- review section starts -->
<section class="review">
<div class="content" data-aos="fade-right" data-aos-delay="300">
<span>testimonials</span>
<h3>good news from our clients</h3>
<p>as you see we have alot of custmor around the world we proud of them words becaause they are greate words from greate custmors so as you see we deal with a coustmer in good way .at last I wish you vist our factory in short next time </p>
</div>
<div class="box-container" data-aos="fade-left" data-aos-delay="600">
<div class="box">
<p>they deal with a custmor so good I respect them way</p>
<div class="user">
<img src="images/14.jpg" alt="A">
<div class="info">
<h3>ahmed alsabaei</h3>
<span>SE</span>
</div>
</div>
</div>
<div class="box">
<p>about them price is so suitible for all companies</p>
<div class="user">
<img src="images/13.jpeg" alt="M">
<div class="info">
<h3>muhmood</h3>
<span>SE</span>
</div>
</div>
</div>
<div class="box">
<p>they have one of the best prouducts around the world I advice you to deal with them</p>
<div class="user">
<img src="images/12.png" alt="E">
<div class="info">
<h3>Ezz aldeen</h3>
<span>SE</span>
</div>
</div>
</div>
<div class="box">
<p>about me I have gone there they have a greate envairoment which suitable for making a medecine </p>
<div class="user">
<img src="images/11.jpg" alt="A">
<div class="info">
<h3>abdulrahman</h3>
<span>SE</span>
</div>
</div>
</div>
</div>
</section>
<!-- review section ends -->
<!-- blogs section starts -->
<section class="blogs" id="blogs">
<div class="heading">
<h1>our branches around the world</h1>
</div>
<div class="box-container">
<div class="box" data-aos="fade-up" data-aos-delay="150">
<div class="image">
<img src="images/16.jpg" alt="">
</div>
<div class="content">
<a href="#" class="link">branch of germany</a>
<p>is the first branch and the main one </p>
<div class="icon">
<a href="#"><i class="fas fa-clock"></i> 21st may 1976</a>
<a href="#"><i class="fas fa-user"></i>admin Ezz</a>
</div>
</div>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="300">
<div class="image">
<img src="images/15.jpg" alt="">
</div>
<div class="content">
<a href="#" class="link">branch of chaina</a>
<p>is the second one </p>
<div class="icon">
<a href="#"><i class="fas fa-clock"></i> 21st may, 2001</a>
<a href="#"><i class="fas fa-user"></i>admin muhmood </a>
</div>
</div>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="450">
<div class="image">
<img src="images/17.jpeg" alt="">
</div>
<div class="content">
<a href="#" class="link">branch of USA</a>
<p>is the last one and the most important one </p>
<div class="icon">
<a href="#"><i class="fas fa-clock"></i> 21st may, 2017</a>
<a href="#"><i class="fas fa-user"></i> by admin ahmed </a>
</div>
</div>
</div>
</div>
</section>
<!-- blogs section ends -->
<!-- banner section starts -->
<div class="banner">
<div class="content" data-aos="zoom-in-up" data-aos-delay="300">
<span>start your work with us </span>
<h3>Let's Explore This World</h3>
<p>now we have chance for adult to work in our factory if you think you have abalitiy to work with us lets regester you </p>
<a href="#book-form" class="btn">register now</a>
</div>
</div>
<!-- banner section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box" data-aos="fade-up" data-aos-delay="150">
<a href="#" class="logo"> <i class="fas fa-cog "></i>medicine factory </a>
<p>to cantact us by social media</p>
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="300">
<h3>quick links</h3>
<a href="#home" class="links"> <i class="fas fa-arrow-right"></i> home </a>
<a href="#about" class="links"> <i class="fas fa-arrow-right"></i> industry operation </a>
<a href="#destination" class="links"> <i class="fas fa-arrow-right"></i> about </a>
<a href="#services" class="links"> <i class="fas fa-arrow-right"></i> advantage </a>
<a href="#gallery" class="links"> <i class="fas fa-arrow-right"></i> our products </a>
<a href="#blogs" class="links"> <i class="fas fa-arrow-right"></i>our buildings </a>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="450">
<h3>contact info</h3>
<p> <i class="fas fa-map"></i> taiz , yemen </p>
<p> <i class="fas fa-phone"></i> +967734121427 </p>
<p> <i class="fas fa-envelope"></i> alsabaei2022@gmail.com</p>
<p>
</div>
<div class="box" data-aos="fade-up" data-aos-delay="600">
<h3>newsletter</h3>
<p>write your notes about our website </p>
<form action="">
<input type="text" name="" placeholder="enter your notes" class="email" id="">
<input type="submit" value="send" class="btn">
</form>
</div>
</div>
</section>
<div class="credit">created by <span>Eng. Abdulrahman Fadhl </span></div>
<!-- footer section ends -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script>
AOS.init({
duration: 800,
offset:150,
});
</script>
</body>
</html>