-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
587 lines (342 loc) · 19 KB
/
index.html
File metadata and controls
587 lines (342 loc) · 19 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
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Get Fast Labels - Get Free And Fast Labels</title>
<link rel="shortcut icon" href="Images/_4d4af216-900d-4c70-b766-60d1223a866a__1_-removebg-preview (2).png"
type="image/x-icon">
<link rel="stylesheet" href="Css Files/Style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
</head>
<body>
<div class="container">
<!------------------------------------ Header ------------------------------------>
<header class="header">
<div
style="display: flex; flex-wrap: wrap; justify-content: space-around; width: 100%; align-items: center;">
<div class="logo">
<a href="index.html">
<img src="Images/logo.png"
width="70px" style="margin-bottom: 10px;">
</a>
</div>
<div class="navbar">
<nav>
<ul>
<li><a href="index.html" class="nav-links">Home</a></li>
<li><a href="pricing.html" class="nav-links">Pricing</a></li>
<li><a href="faq.html" class="nav-links">FAQs</a></li>
<li><a href="contact.html" class="nav-links">Contact</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!------------------------------------ Main-1 ------------------------------------>
<main class="main1">
<div style="display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap;">
<div class="intro1">
<h1 class="btn-text" style="color: #212529;">We are the Most
<span class="underline-text">Trusted</span><br>Leading Label Provider
</h1>
<h3 class="mar-bt">Cheap, Efficient, Reliable</h3>
<a href="login.html" class="Gs-btn">Get Started</a>
</div>
<div class="intro2">
<img src="main images.png" width="100%">
</div>
</div>
</main>
<!------------------------------------ Main-2 ------------------------------------>
<main class="main2">
<h1 class="heading-of-sub">
How to Get <span style="color: #278eee;">Started</span>
</h1>
<div style="width: 100%; display: flex; flex-wrap: wrap; justify-content: space-evenly;">
<div class="step step1">
<div>
<!-- <img src="Images/How to Get Started.png" alt=""> -->
<i class="bi bi-journals" style="font-size: 100px; color: #278eee;"></i>
<h1>STEP 01</h1>
<h2>Fund your account</h2>
<h3>Make a deposit</h3>
</div>
</div>
<div class="step step2">
<div>
<!-- <img src="Images/How to Get Started (1).png" alt=""> -->
<i class="bi bi-cart3" style="font-size: 100px; color: #278eee;"></i>
<h1>STEP 02</h1>
<h2>Select carrier</h2>
<h3>Choose between different carriers</h3>
</div>
</div>
<div class="step step3">
<div>
<!-- <img src="Images/How to Get Started (2).png" alt=""> -->
<i class="bi bi-truck" style="font-size: 100px; color: #278eee;"></i>
<h1>STEP 03</h1>
<h2>Shipping</h2>
<h3>Generate & print the label instantly</h3>
</div>
</div>
</div>
</main>
<!------------------------------------ Main-3 ------------------------------------>
<main class="main3">
<h1 style="text-align: center; color: white; text-transform: capitalize; margin: 15px 0px;">Clear pricing &
no hidden fee's</h1>
<div style="display: flex; justify-content: space-around; flex-wrap: wrap;">
<div class="plan plan1">
<div style="display: flex; justify-content: center;">
<img src="Images/image-removebg-preview.png" width="220px" style="margin-bottom: 30px;">
</div>
<div class="plan-content">
<p><span>First Class</span> <span>$3 onwards</span></p>
<hr color="#364782" style="margin-top: 7px; margin-bottom: 7px;"><br>
</div>
<div class="plan-content">
<p><span>Priority</span> <span>$4.50 onwards</span></p>
<hr color="#364782" style="margin-top: 7px; margin-bottom: 7px;"><br>
</div>
<div class="plan-content">
<p><span>Express</span> <span>$7.50 onwards</span></p>
<hr color="#364782" style="margin-top: 7px; margin-bottom: 7px;"><br>
</div>
</div>
<div class="plan plan2">
<div style="display: flex; justify-content: space-evenly;">
<img src="Images/ups.png" style="margin-bottom: 30px;">
<div></div><img src="Images/us2.png" height="60px" width="60px" style="border-radius: 50%;">
</div>
<div class="plan-content">
<p><span>Next Day Air Early</span> <span>$17.50 onwards</span></p>
<hr color="#364782" style="margin-top: 7px; margin-bottom: 7px;"><br>
</div>
<div class="plan-content">
<p><span>Next Day Air</span> <span>$15 onwards</span></p>
<hr color="#364782" style="margin-top: 7px; margin-bottom: 7px;"><br>
</div>
<div class="plan-content">
<p><span>2nd Day Air</span> <span>$15 onwards</span></p>
<hr color="#364782" style="margin-top: 7px; margin-bottom: 7px;"><br>
</div>
<div class="plan-content">
<p><span>3 Day Select</span> <span>$13 onwards</span></p>
<hr color="#364782" style="margin-top: 7px; margin-bottom: 7px;"><br>
</div>
<div class="plan-content">
<p><span>Ground</span> <span>$10 onwards</span></p>
<hr color="#364782" style="margin-top: 7px; margin-bottom: 7px;"><br>
</div>
</div>
</div>
<div class="more-info">
<div
style="display: flex; flex-wrap: wrap; margin-top: 20px; align-items: center; justify-content: center;">
<p>What are you waiting for?</p>
<a href="login.html"><button>Get Started <i class="fa-solid fa-arrow-right"></i></button></a>
</div>
<div style="display: flex; flex-direction: column; flex-wrap: wrap; margin-top: 20px; align-items: center;">
<p>We Accept?</p>
<div style="display: flex; align-items: center; justify-content: center; flex-wrap: wrap;">
<img src="Images/blogg.png">
<img src="Images/compus.png">
<img src="Images/tlool.png">
<img src="Images/tspin.png">
<img src="Images/dollar.png">
<img src="Images/papayl.png" style="width: 50px; border-radius: 50%;">
<img src="Images/Payoneer.png" style="width: 50px; border-radius: 50%;">
<img src="Images/Master card.png" style="width: 50px; border-radius: 50%;">
<img src="Images/wisa card.png" style="width: 50px; border-radius: 50%;">
</div>
</div>
</div>
</main>
<!------------------------------------ Main-4 ------------------------------------>
<main class="main4">
<h1 class="heading-of-sub">
Why <span style="color: #278eee;">Choose</span>Us
</h1>
<div style="width: 100%; display: flex; flex-wrap: wrap; justify-content: space-evenly;">
<div class="step step1">
<div>
<!-- <img src="Images/How to Get Started.png" alt=""> -->
<i class="bi bi-envelope-check" style="font-size: 100px; color: #278eee;"></i>
<h1>Fast</h1>
<p>Our service generates labels instantly without any delay.</p>
</div>
</div>
<div class="step step2">
<div>
<!-- <img src="Images/How to Get Started (1).png" alt=""> -->
<i class="bi bi-currency-dollar" style="font-size: 100px; color: #278eee;"></i>
<h1>Affordable</h1>
<p>Shipments of all weights and dimensions come with a great discount</p>
</div>
</div>
<div class="step step3">
<div>
<!-- <img src="Images/How to Get Started (2).png" alt=""> -->
<i class="bi bi-clock-history" style="font-size: 100px; color: #278eee;"></i>
<p>Our team work 24/7 to keep the service up and running</p>
</div>
</div>
</div>
</main>
<!------------------------------------ Main-5------------------------------------>
<main class="main5">
<h1 class="heading-of-sub">
Read our Customer <span style="color: #278eee;">Reviews</span>
</h1>
<div style=" display: flex; justify-content: space-around; flex-wrap: wrap;">
<div class="big-rev">
<div class="re-bi">
<img src="Images/comma.png" style="margin-bottom: 20px;" width="20px">
<p>Get Fast Label.com provides us with daily labels for our e-com brand, and all of them were
dropped or collected, and delivered for without any hiccups. Lost count of the amount labels
i bought, probably hundreds in total and never had any issues.
</p>
<div
style="display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;">
<h2 class="costomer">Archer</h2>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
</div>
<div class="sma-re">
<img src="Images/comma.png" style="margin-bottom: 20px;" width="20px">
<p>As an active online seller this service is perfect for me, i saved alot on shipping, thanks to
Get Fast Label.com!
</p>
<div style="display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;">
<h2 class="costomer">Dominic </h2>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
<div class="sma-re">
<img src="Images/comma.png" style="margin-bottom: 20px;" width="20px">
<p>I run a business that requires me to send 10+ packages a day. This service is insane.
</p>
<div style="display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;">
<h2 class="costomer">Hudson </h2>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
<div class="sma-re">
<img src="Images/comma.png" style="margin-bottom: 20px;" width="20px">
<p>This service is fully automated and minimal offline time, whenever i had an issue they fixed it
fast.
</p>
<div style="display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;">
<h2 class="costomer">Jimmy</h2>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
</div>
</main>
<!------------------------------------ Main-6------------------------------------>
<main class="main6">
<div style="display: flex; justify-content: center;">
<div class="div-last-div">
<div>
<h1 class="last-div-text" style="color: #212529;">Get Started with
<span class="underline-text">Most Reliable</span><br>Label
Provider on the Market
</h1>
<h3 style="margin-bottom: 20px;">Cheap, Efficient, Reliable</h3>
</div>
<div>
<a href="login.html">
<button class="last-div-btn">Get Started</button>
</a>
</div>
</div>
</div>
</main>
<!------------------------------------Footer------------------------------------>
<footer class="footer">
<div style="display: flex; justify-content: space-evenly; flex-wrap: wrap; width: 100%;">
<div class="f-row">
<big>NEWSLETRER</big>
<p style="margin-bottom: 20px;">get the latest about us and sign up to get 10% off today.
never miss a single promo or future update</p>
<h2>Contact us :</h2>
<span>Email Address : getfastlabel@gmail.com</span><br>
<span>Contact Number : +1 916 3136 858</span><br>
<span>Address : Post office, United States</span>
</div>
<div class="s-row">
<h1 class="support">Support</h1>
<ul>
<li><a href="Contact.html">Contact</a></li>
<li><a href="login.html">Support Page</a></li>
<li><a href="login.html">Discord</a></li>
<li><a href="login.html">Telegram</a></li>
</ul>
</div>
<div class="t-row">
<h1 class="support">Terms</h1>
<ul>
<li><a href="login.html">Privacy Policy</a></li>
<li><a href="login.html">Security</a></li>
<li><a href="pricing.html">Pricing</a></li>
</ul>
<div style="display: flex; width: 100%; justify-content: space-between;">
<a href="#" class="icons-social"><i class="fa-brands fa-discord fa-xl"></i></a>
<a href="#" class="icons-social"><i class="fa-brands fa-telegram fa-xl"></i></a>
<a href="#" class="icons-social"><i class="fa-brands fa-instagram fa-xl"></i></a>
</div>
</div>
</div>
</footer>
<div class="top" onclick="scrollToTop"><i class="fa-solid fa-arrow-up fa-xl" style="color: white;"></i></div>
<script>
document.addEventListener("DOMContentLoaded", function () {
var scrollButton = document.querySelector('.top');
window.addEventListener('scroll', function () {
// Show/hide scroll-to-top button based on scroll position
if (window.scrollY > 300) {
scrollButton.classList.add('show');
} else {
scrollButton.classList.remove('show');
}
});
scrollButton.addEventListener('click', scrollToTop);
});
function scrollToTop() {
// Scroll to top with smooth transition
window.scrollTo({
top: 0,
behavior: 'smooth'
});
}
</script>
</body>
</html>