-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
473 lines (454 loc) · 25.6 KB
/
index.html
File metadata and controls
473 lines (454 loc) · 25.6 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
<!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>Digital Logistics</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.9.1/font/bootstrap-icons.min.css" integrity="sha512-5PV92qsds/16vyYIJo3T/As4m2d8b6oWYfoqV+vtizRB6KhF1F9kYzWzQmsO6T3z3QG2Xdhrx7FQ+5R1LiQdUA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" href="./particle.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="container-fluid">
<nav id="nav" class="flex font-poppins">
<div class="nav-brand">
<a href="#" class="text-dark text-lg font-bold">Digital</a>
</div>
<div class="toggle-btn">
<button class="btn">
<i class="bi bi-filter-right"></i>
</button>
</div>
<div class="collapse flex-grow">
<ul class="flex">
<li>
<a href="#" class="link">Home</a>
</li>
<li>
<a href="#" class="link">About</a>
</li>
<li>
<a href="#" class="link">Services</a>
</li>
<li>
<a href="#" class="link">Work</a>
</li>
<li>
<a href="#" class="link">Contact</a>
</li>
</ul>
</div>
<div class="flex-initial btn-start-project">
<ul class="flex">
<button class="btn btn-primary bg-gradient text-white text-uppercase btn-shadow">Start a Project</button>
</ul>
</div>
</nav>
</header>
<main id="site-main">
<!-- Particles -->
<div id="particle-container">
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
</div>
<!-- Banner area -->
<section class="banner-area font-poppins">
<div class="container mx-auto banner-title">
<div class="title">
<span class="d-inline btn btn-primary bg-gradient-peach text-red animate__animated animate__fadeInUp">digital experience</span>
<div class="py-2 branding text-dark text-lg sm-text-xl font-bold">
<span class="d-block animate__animated animate__fadeInDown animate__faster">Digital Logistics</span>
<span class="d-block animate__animated animate__fadeInDown animate__fast">Logistics and</span>
<span class="d-block animate__animated animate__fadeInDown">Business solutions</span>
</div>
<div class="py-5 animate__animated animate__fadeInUp">
<p class="text-gray"> - The perfect logistics solution your business ever needs.</p>
<p class="text-gray"> - We exist to facilitate our PARTNERS reach every opportunities by reimagining <br> the supply chain through transformative logistics solutions.</p>
</div>
<div class="py-5 animate__animated animate__fadeInUp">
<a href="#" class="btn btn-primary bg-gradient text-white btn-shadow">Work Together</a>
</div>
</div>
</div>
</section>
<!-- Agency Area -->
<section class="agency-area">
<div class="container mx-auto text-center font-poppins">
<span class="text-red">Join our Agency</span>
<div class="area-title">
<h1 class="text-lg text-dark">
We provide end-to-end Logistics solutions <br/>
across a wide gamut of markets.
</h1>
<div class="grid cols-1 lg-cols-3 py-10">
<div class="grid-item px-5">
<div class="text-center text-2xl text-red">
<i class="bi bi-airplane-engines"></i>
</div>
<div class="text-center">
<h4 class="text-md py-2">Air & Sea Freight</h4>
<p class="text-gray">Specialized in arranging your Sea and Air freight with highly skilled employees.</p>
</div>
</div>
<div class="grid-item px-5">
<div class="text-center text-2xl text-red">
<i class="bi bi-truck"></i>
</div>
<div class="text-center">
<h4 class="text-md py-2">Raleway & Road Freight</h4>
<p class="text-gray">Combining transport execution and transport management services to meet all your Land and Raleway freight needs.</p>
</div>
</div>
<div class="grid-item px-5">
<div class="text-center text-2xl text-red">
<i class="bi bi-shop"></i>
</div>
<div class="text-center">
<h4 class="text-md py-2">Warehousing services</h4>
<p class="text-gray">Digital Logistics has the capability to reduce your overall supply chain costs by managing your stocks in Asia.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Digital Life Area -->
<section class="life-area container mx-auto">
<div class="grid cols-1 lg-cols-2 text-center md-text-left">
<div class="grid-images">
<div class="item-one rellax" data-rellax-speed="2"></div>
<div class="item-two rellax" data-rellax-speed="-1"></div>
<div class="item-three rellax" data-rellax-speed="1"></div>
</div>
<div class="py-10">
<span class="d-inline btn btn-primary bg-gradient-peach text-red">digital experience</span>
<div class="font-poppins">
<h1 class="text-lg text-dark py-5">
Join <br />
Digital Logistics
</h1>
<p class="py-5 text-gray">Teamwork is the key, By trusting our employees and encouraging collaboration, we give our team members all the tools and resources they need for success.</p>
<p class="text-gray py-5">We appreciate the loyalty of our employees and believes in treating everyone with dignity and respect.</p>
<div class="py-5">
<a href="#" class="btn btn-primary bg-gradient btn-shadow text-white">More about us</a>
</div>
</div>
</div>
</div>
</section>
<!-- Counting Area -->
<section class="counting-area container mx-auto">
<div class="grid cols-1 lg-cols-2">
<div class="grid-one text-center md-text-left">
<span class="d-inline btn btn-primary bg-gradient-peach text-red">digital experience</span>
<div class="font-poppins">
<h1 class="text-lg text-dark py-5">The hundred of <br> completed works <br> still counting</h1>
<p class="text-gray mx-auto md-mx-inital">
With prodigious years of experience in freight forwarding, we are proud to call ourselves leading Air Freight Logistics Company in Afghanistan.
</p>
<p class="text-gray text-dark py-5">We have successfully carved out a niche for ourselves in this competitive market. Our extensive range of air logistics international services and solutions, unprecedented industry expertise, bespoke approach, and coherent customer service facilitate affordable and timely delivery of cargo to the desired destination.</p>
</div>
</div>
<div class="grid-two">
<div class="count-box">
<div class="grid lg-cols-2 btn-shadow font-poppins">
<div class="item-1 text-center">
<h1 class="text-dark text-xl">2100+</h1>
<span class="text-gray">Shipments Handled</span>
</div>
<div class="item-2 text-center">
<h1 class="text-dark text-xl">12+</h1>
<span class="text-gray">Countries</span>
</div>
<div class="item-3 text-center">
<h1 class="text-dark text-xl">87</h1>
<span class="text-gray">Offices</span>
</div>
<div class="item-4 text-center">
<h1 class="text-dark text-xl">85+</h1>
<span class="text-gray">Years of Presence</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Card Area -->
<section class="card-area container mx-auto py-10">
<div class="grid cols-1 lg-cols-3 font-poppins">
<div class="bg-gradient-peach rellax" data-rellax-speed="2">
<div class="card px-10 py-10">
<span class="d-block text-red text-center text-xl"><i class="bi bi-airplane-engines"></i></span>
<h2 class="text-dark text-center">Air Freight</h2>
<p class="py-5 text-gray text-justify">
Our team understands that certain goods need a faster delivery time, Digital Logistics will help you to tailor-make a more flexible and efficient shipping schedule as per their specific requirements.
</p>
</div>
</div>
<div class="bg-gradient-blue rellax" data-rellax-speed="1">
<div class="card px-10 py-10">
<span class="d-block text-red text-center text-xl"><i class="bi bi-droplet"></i></span>
<h2 class="text-dark text-center">Sea Freight</h2>
<p class="py-5 text-gray text-justify">
Digital Logistics will offer you a variety of cost-effective and time-saving sea cargo solutions to move shipments on a global extent, and also will provide regular and frequent sea schedules to ensure flexibility to your needs.
</p>
</div>
</div>
<div class="bg-gradient-yellow rellax" data-rellax-speed="2">
<div class="card px-10 py-10">
<span class="d-block text-red text-center text-xl"><i class="bi bi-train-freight-front"></i></span>
<h2 class="text-dark text-center">Raleway Freight</h2>
<p class="py-5 text-gray text-justify">
Digital Logistics selects the most advantageous routes, advice on the most suitable railcars, negotiations with rail transport operators and designs intermodal solutions. Our team provides Railway services from/to Kazakhstan, Pakistan, Uzbekistan, Iran and beyond.
</p>
</div>
</div>
<div class="bg-gradient-purple rellax" data-rellax-speed="1">
<div class="card px-10 py-10">
<span class="d-block text-red text-center text-xl "><i class="bi bi-truck"></i></span>
<h2 class="text-dark text-center">Road Freight</h2>
<p class="py-5 text-gray text-justify">
We provide flexible and efficient Road freight services. Our Road freight services include Domestic FTL and LTL services, Cross border services within the Asia zone and Combined/Multimodal services.
</p>
</div>
</div>
<div class="bg-gradient-yellow rellax" data-rellax-speed="2">
<div class="card px-10 py-10">
<span class="d-block text-red text-xl text-center"><i class="bi bi-shop"></i></span>
<h2 class="text-dark text-center">Warehouse Services</h2>
<p class="py-5 text-gray text-justify">
We have the capability of reducing your overall supply chain costs by managing your stock in Asia. We maintain an inventory system and directly send your products to the final customers or logistics hub. Local deliveries are arranged by own or subcontracted lorries.
</p>
</div>
</div>
<div class="bg-gradient-red rellax" data-rellax-speed="2">
<div class="card px-10 py-10">
<span class="d-block text-red text-xl text-center"><i class="bi bi-phone"></i></span>
<h2 class="text-dark text-center">eCommerce</h2>
<p class="py-5 text-gray text-justify">
Digital Logistics focus on Digital e-Commerce supply chain fulfillment solutions, aim to integrate of all cargo movements, information and visiblity. Digital Logistics is optimizing all aspects of your supply chain to enhance operation process and last mile delivery.
</p>
</div>
</div>
</div>
</section>
<!-- Recent Work Area -->
<section class="recent-work-area container mx-auto py-10">
<div class="title">
<span class="d-inline btn btn-primary bg-gradient-peach text-red">digital experience</span>
<div class="font-poppins">
<h1 class="text-l text-dark py-5">
Some recent work <br>
we really are proud of <br>
</h1>
</div>
<div class="images-flex font-poppins">
<div class="images-flex-item ">
<img src="./assets/work/logistics.jpg" alt="img1" class="w-100">
<h3 class="text-dark">Logistics</h3>
<span class="text-gray">Logistics</span>
</div>
<div class="images-flex-item ">
<img src="./assets/work/road_freight.jpg" alt="img2" class="w-100">
<h3 class="text-dark">Road Freight</h3>
<span class="text-gray">Logistics</span>
</div>
<div class="images-flex-item ">
<img src="./assets/work/raleway_freight.jfif" alt="img3" class="w-100">
<h3 class="text-dark">Raleway Freight</h3>
<span class="text-gray">Logistics</span>
</div>
<div class="images-flex-item ">
<img src="./assets/work/air_freight.jpg" alt="img4" class="w-100">
<h3 class="text-dark">Air Freight</h3>
<span class="text-gray">Logistics</span>
</div>
<div class="images-flex-item ">
<img src="./assets/work/sea_freight.jpg" alt="img5" class="w-100">
<h3 class="text-dark">Sea Freight</h3>
<span class="text-gray">Logisitcs</span>
</div>
<div class="images-flex-item ">
<img src="./assets/work/wolfgang-hasselmann-nbRgZltoOck-unsplash (1).jpg" alt="img6" class="w-100">
<h3 class="text-dark">Modern Units</h3>
<span class="text-gray">Logistics</span>
</div>
<div class="images-flex-item ">
<img src="./assets/work/warehousing2.jpg" alt="img7" class="w-100">
<h3 class="text-dark">Warehousing</h3>
<span class="text-gray">Logistics</span>
</div>
<div class="images-flex-item ">
<img src="./assets/work/mobile_tracking.png" alt="img8" class="w-100">
<h3 class="Desktop">Mobile Tracking</h3>
<span class="text-gray">Logistics</span>
</div>
<div class="images-flex-item ">
<img src="./assets/work/warehousing.webp" alt="img9" class="w-100">
<h3 class="text-dark">eCommerce</h3>
<span class="text-gray">Logistics</span>
</div>
</div>
</div>
</section>
<!-- Article Area -->
<section class="article-area container mx-auto py-10">
<div class="area-title text-center font-poppins">
<span class="text-red">Our Recent Articles</span>
<h1 class="text-lg text-dark">Articles Daily Updated</h1>
</div>
<div class="grid cols-1 lg-cols-3 font-poppins py-10">
<div class="card">
<article class="btn-shadow">
<img src="./assets/articles/img1.png" alt="Article01" class="w-100">
<div class="px-5 py-5">
<span class="text-gray">Category 6 hours ago</span>
<a href="#"><h2 class="text-dark">Free advertizing of your online business</h2></a>
</div>
</article>
</div>
<div class="card">
<article class="btn-shadow">
<img src="./assets/articles/img2.png" alt="Article02" class="w-100">
<div class="px-5 py-5">
<span class="text-gray">Category 6 hours ago</span>
<a href="#"><h2 class="text-dark">Free advertizing of your online business</h2></a>
</div>
</article>
</div>
<div class="card">
<article class="btn-shadow">
<img src="./assets/articles/img3.png" alt="Article03" class="w-100">
<div class="px-5 py-5">
<span class="text-gray">Category 6 hours ago</span>
<a href="#"><h2 class="text-dark">Free advertizing of your online business</h2></a>
</div>
</article>
</div>
</div>
</section>
<!-- Ready Area -->
<section class="ready-area container mx-auto py-5">
<div class="flex flex-wrap flex-column font-poppins btn-shadow sm-px-10 py-10 sm-flex-row animate__animated animate__zoomIn">
<div class="w-50">
<h1 class="text-lg sm-text-xl text-dark">Ready to get your package?</h1>
<p class="text-gray">
We exist to facilitate our PARTNERS reach every opportunities by reimagining the supply chain through transformative logistics solutions.
</p>
</div>
<div class="cols py-5"><a class="btn-shadow text-white btn btn-primary d-block text-center bg-gradient" href="#"><span class="text-sm text-uppercase">Get Started</span></a></div>
</div>
</section>
</main>
<footer id="footer">
<section class="container mx-auto">
<div class="grid md-cols-2 lg-cols-4">
<div class="flex flex-column text-gray text-center md-text-left">
<h3 class="text-dark" style="margin-bottom: 20px;">Address</h3>
<span class="d-block my-5">
Banjara Hills, <br>
Hyderabad, Telangana, 500034
</span>
<span class="d-block my-5">(+93)786-4087-60</span>
<span class="text-red d-block my-5">digital@example.com</span>
</div>
<div class="text-gray text-center md-text-left">
<h3 class="text-dark">About</h3>
<div class="py-5">
<a href="#" class="d-block my-5">
<span class="text-gray">About us</span>
</a>
<a href="#" class="d-block my-5">
<span class="text-gray">Blog</span>
</a>
<a href="#" class="d-block my-5">
<span class="text-gray">Portfolio</span>
</a>
<a href="#" class="d-block my-5">
<span class="text-gray">Careers</span>
</a>
<a href="#" class="d-block my-5">
<span class="text-gray">Partners</span>
</a>
</div>
</div>
<div class="text-gray text-center md-text-left">
<h3 class="text-dark">Services</h3>
<div class="py-5">
<a href="#" class="d-block my-5">
<span class="text-gray">eCommerce</span>
</a>
<a href="#" class="d-block my-5">
<span class="text-gray">Branding</span>
</a>
<a href="#" class="d-block my-5">
<span class="text-gray">Strategy</span>
</a>
<a href="#" class="d-block my-5">
<span class="text-gray">Design</span>
</a>
<a href="#" class="d-block my-5">
<span class="text-gray">Digital Marketing</span>
</a>
</div>
</div>
<div class="text-gray text-center md-text-left ">
<h3 class="text-dark" style="margin-bottom: 20px;">Newsletter</h3>
<p>Subscribe our Newsletter to get the <br>
latest news & updates</p>
<div class="flex py-5 subscribe-wrapper">
<input type="text" id="subscribe" class="subscribe-text" placeholder="Enter Email Address">
<button class="btn btn-go">Go</button>
</div>
</div>
</div>
<div class="copyright font-poppins">
<p class="text-gray py-5 text-center">
© 2022 Digital Inc. All rights reserved.
</p>
</div>
</section>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js" integrity="sha512-JRlcvSZAXT8+5SQQAvklXGJuxXTouyq8oIMaYERZQasB8SBDHZaUbeASsJWpk0UUrf89DP3/aefPPrlMR1h1yQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/rellax/1.12.1/rellax.min.js" integrity="sha512-f5HTYZYTDZelxS7LEQYv8ppMHTZ6JJWglzeQmr0CVTS70vJgaJiIO15ALqI7bhsracojbXkezUIL+35UXwwGrQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>