-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
684 lines (415 loc) · 18.4 KB
/
index.html
File metadata and controls
684 lines (415 loc) · 18.4 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
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<title>Fedix</title>
</head>
<body>
<div class="main">
<ul class="nav">
<li class="nli"> <img src="./images/nav-logo.png" class="logo"></li>
<li class="nli">Shipping</li>
<li class="nli">Tracking</li>
<li class="nli">Design & Print</li>
<li class="nli">Location</li>
<li class="nli">Support</li>
</ul>
<ul class="nav-r">
<li class="rightli">Sign Up <br> Log in </li>
<li class="rightli"><img src="./images/profileIcon.png" class="user-icon"></li>
<li class="rightli"><img src="./images/searchIcon.png" class="user-icon"></li>
</ul>
</div>
<section class="cover-section">
<div class="content">
<h1>Ship, Manage, Track, Deliver</h1>
</div>
<div class="boxes">
<ul class="bx-ul">
<li class="same-bx">
<i class="fa-solid fa-truck-fast"></i>
<p>Rate & Ship</p>
</li>
<li class=" modify">
<i class="fa-solid fa-magnifying-glass-location"></i>
<p>Track</p>
</li>
<li class="same-bx">
<i class="fa-solid fa-location-dot"></i>
<p>Locations</p>
</li>
</ul>
</div>
<div class="search-bar">
<input type="text" placeholder="TRACKING ID">
<button type="submit">Track</button>
</div>
<div class="btm-line">
<ul class="btm-ul">
<li class="one-p"><p >MULTIPLE TRACKING NUMBERS</p></li>
<li><p>NEED HELP?</p></li>
</ul>
</div>
</section>
<div class="text-line">
Proudly delivering the Vince Lombardi Trophy since 2000.
</div>
<div class="middle-section">
<div class="middle-top-banner section1">
<div class="middle-top-banner-text">
<h2>You're a small business boss. And we're here for it.</h2>
<p>Save up to 40% on select shipping and surcharges when you open a free account.</p>
<button class="start-saving-button">
START SAVING
</button>
</div>
</div>
<div class="middle-top-banner-mobile">
<div class="middle-top-banner-text-mobile">
<h2>You're a small business boss. And we're here for it.</h2>
<p>Save up to 40% on select shipping and surcharges when you open a free account.</p>
<a class="start-saving-button-mobile" href="">START SAVING</a>
</div>
</div>
<div class="section-para section2">Manage your shipments and returns
</div>
<div class="logo-images-png-horizontal section3">
<div class="section3-card">
<div class="section3-card-img">
<a href="#">
<img src="./images/icon_courier_purple_lg_1637809911.png" alt="">
</a>
</div>
<div class="section3-card-description">
<a href="">
DROP OFF A PACKAGE
</a>
</div>
</div>
<div class="section3-card">
<div class="section3-card-img">
<a href="#">
<img src="./images/icon_delivery_purple_lg_2143296207.png" alt="">
</a>
</div>
<div class="section3-card-description">
<a href="#">
DROP OFF A PACKAGE
</a>
</div>
</div>
<div class="section3-card">
<div class="section3-card-img">
<a href="#">
<img src="./images/retail-services.svg" alt="">
</a>
</div>
<div class="section3-card-description">
<a href="#">
DROP OFF A PACKAGE
</a>
</div>
</div>
<div class="section3-card">
<div class="section3-card-img">
<a href="#">
<img src="./images/icon_alert_purple_lg.png" alt="">
</a>
</div>
<div class="section3-card-description">
<a href="#">
DROP OFF A PACKAGE
</a>
</div>
</div>
<div class="section3-card">
<div class="section3-card-img">
<a href="#">
<img src="./images/icon_returns_purple_lg_1184917500.png" alt="">
</a>
</div>
<div class="section3-card-description">
<a href="#">
DROP OFF A PACKAGE
</a>
</div>
</div>
</div>
<div class="section4">
<div class="section4-text-box">
<h3>Level up your customer's journey</h3>
<p>Creating exceptional experiences can mean more customer satisfaction and loyalty. Find FedEx
digital intelligence tools to help you deliver at every touchpoint.</p>
<button class="section4-button">
EXPLORE DIGITAL CAPABILITIES
</button>
</div>
</div>
<div class="section4-mobile">
<div class="section4-image-mobile">
<img src="./images/V2_20170627_MK_B48I5419_11921173.webp" alt="">
</div>
<div class="section4-text-mobile">
<h3>Level up your customer's journey</h3>
<p>Creating exceptional experiences can mean more customer satisfaction and loyalty. Find FedEx
digital intelligence tools to help you deliver at every touchpoint.</p>
<a href="#">EXPLORE DIGITAL CAPABILITIES</a>
</div>
</div>
<div class="section5 section-para">Set up your business for a successful 2024
</div>
<div class="section6">
<div class="section6-card">
<div class="section6-card-img">
<img src="./images/20180722_mk_04153_190760893_3.webp" alt="">
</div>
<div class="section6-card-description">
<h2>
Fuel growth with ecommerce insights
</h2>
<p>So much goes into running your business. Take some time to recharge and read. Get guidance on
everything from creating a returns strategy to improving sustainability.</p>
<a href="#">GET BUSINESS INSIGHTS</a>
</div>
</div>
<div class="section6-card">
<div class="section6-card-img">
<img src="./images/POD_OfferCustomers_727x463.jpg" alt="">
</div>
<div class="section6-card-description">
<h2>
Offer customers no-box, no-label returns
</h2>
<p>Find ways to set customers up for a hassle-free returns experience. Plus, learn about
consolidated returns, third-party returns solutions, and more.</p>
<a href="#">MAKE RETURN A BREEZE</a>
</div>
</div>
<div class="section6-card">
<div class="section6-card-img">
<img src="./images/fy21_freight_34.webp" alt="">
</div>
<div class="section6-card-description">
<h2>
Make light work of returns over 150 lbs.
</h2>
<p>Let us pick up your customer's big, bulky return from their home or business. With FedEx
Freight Direct Returns, your customer gets a flexible 2-hour pickup window.</p>
<a href="#">EXPLORE FREIGHT RETURNS</a>
</div>
</div>
</div>
<div class="section7">
<div class="section7-card section7-card-left">
<div class="section7-card-img">
<img src="./images/fy21_apac_123.webp" alt="">
</div>
<div class="section7-card-description">
<h2>
Kick off the new year with a smart shipping strategy
</h2>
<p>Planning can save you time, money, and headaches. Learn how to choose the right shipping
services and tools for your business. Plus, find ways to make deliveries and returns a
breeze for customers.</p>
<button class="section7-button">
SEE THE SHIPPING GUIDE
</button>
</div>
</div>
<div class="section7-card section7-card-right">
<div class="section7-card-img">
<img src="./images/b_master_dm_14_006_02_01_19_231_160115.webp" alt="">
</div>
<div class="section7-card-description">
<h2>
Bundle your shipping, increase your savings
</h2>
<p>Use FedEx Ground and FedEx Freight together to accumulate discounts as your shipping volume
increases. One account representative helps you with both services, calculating the best
price.</p>
<button class="section7-button">
BUNDLE UP SERVICES
</button>
</div>
</div>
</div>
<div class="spacer spacer-no-mobile"></div>
<div class="section8">
<div class="section8-text">
<div class="spacer-short"></div>
<h2>Elevating minority-owned small businesses</h2>
<p>Get to know Culture With Us, one of the 2023 FedEx® Small Business Grant Contest winners. This
Black-owned business works with artisans from underrepresented communities to curate virtual
tastings and experiences.</p>
<button>MEET CULTURE WITH US</button>
<div class="spacer-short"></div>
</div>
<div class="section8-img">
<img src="./images/POD_ElevatingMinorities_727x727.jpg" alt="">
</div>
</div>
<div class="section8-mobile">
<div class="section8-img-mobile">
<img src="./images/POD_ElevatingMinorities_727x727.jpg" alt="">
</div>
<div class="section8-text-mobile">
<h2>
Elevating minority-owned small businesses
</h2>
<p>Get to know Culture With Us, one of the 2023 FedEx® Small Business Grant Contest winners. This
Black-owned business works with artisans from underrepresented communities to curate virtual
tastings and experiences.</p>
<a href="#">MEET CULTURE WITH US</a>
</div>
</div>
<div class="spacer-short"></div>
<div class="spacer-short"></div>
<div class="section9 section-para">
You didn't love a gift. <br>
But you'll love how easy it is to return.
</div>
<div class="spacer"></div>
<div class="section10 section-last-four">
<div class="section10-img section-last-four-img">
<img src="./images/POD_FindTheRight_727x463.jpg" alt="">
</div>
<div class="section10-text section-last-four-text">
<h2>Find the right fit for your return</h2>
<p>Whether you need to print a label or already have a QR code, see step-by-step instructions. Get
answers to your questions about packing and tracking your return.</p>
<a href="#">VIEW RETURN OPTIONS</a>
</div>
</div>
<div class="section11 section-last-four">
<div class="section11-img section-last-four-img">
<img src="./images/fy22_shutterstock_146.webp" alt="">
</div>
<div class="section11-text section-last-four-text">
<h2>Use your phone to start shipping</h2>
<p>Get the FedEx<sup>®</sup> Mobile app to print a label from your phone. Or bring your QR code
to a FedEx Office or particing FedEx Ship Center location. We'll print a label and take your
package</p>
<a href="#">DOWNLOAD THE FEDEX APP</a>
</div>
</div>
<div class="section12 section-last-four">
<div class="section12-img section-last-four-img">
<img src="./images/master-bm-fxo-0364-203-211.webp" alt="">
</div>
<div class="section12-text section-last-four-text">
<h2>Drop off packages while you're running errands</h2>
<p>With thousands of retail locations, dropping off returns is fast and convenient . Choose from
stores like FedEx Office, Walgreens, Dollar General, and Walmart</p>
<a href="#">FIND NEARBY LOCATIONS</a>
</div>
</div>
<div class="section13 section-last-four">
<div class="section13-img section-last-four-img">
<img src="./images/POD_RelyOn_727x463.jpg" alt="">
</div>
<div class="section13-text section-last-four-text">
<h2>Rely on more affordable returns</h2>
<p>If the merchant doesn't pay your return shipping cost, use low-cost FedEx Ground. It's faster to
more locations than UPS Ground. </p>
<a href="#">CHOOSE FEDEX GROUND</a>
</div>
</div>
<div class="section14">
<h2>FedEx money-back guarantee</h2>
<p>We offer a money-back guarantee for select services. This guarantee may be suspended, modified, or
revoked. Please check <a href="#">money-back guarantee</a> for the latest status of our money-back
guarantee.</p>
</div>
<div class="spacer"></div>
</div>
<div class="footer">
<div class="spacer"></div>
<div class="links-section">
<div class="left">
<div class="left-heading">
OUR COMPANY
</div>
<div class="link-left">
<a href="#">About FedEx</a>
<a href="#">Our Portfolio</a>
<a href="#">Investor Relations</a>
<a href="#">Careers</a>
</div>
<div class="link-right">
<a href="#">FedEx Blog</a>
<a href="#">Corporate Responsibility</a>
<a href="#">Newsroom</a>
<a href="#">Contact Us</a>
</div>
</div>
<div class="middle">
<div class="middle-heading">
MORE FROM FEDEX
</div>
<div class="middle-links">
<a href="#">FedEx Compatible</a>
<a href="#">FedEx Developer Portal</a>
<a href="#">FedEx Logistics</a>
<a href="#">ShopRunner</a>
</div>
</div>
<div class="right">
<div class="right-heading">
LANGUAGE
</div>
<div class="language-menu">
<i class="fa-solid fa-globe"></i> United States
<select name="languageselect" id="languageselect">
<option value="English">English</option>
<option value="Español">Español</option>
</select>
</div>
</div>
</div>
<div class="spacer"></div>
<div class="socialmedia-links">
<p>FOLLOW FEDEX</p>
<a href="#">
<i class="fa-regular fa-envelope"></i>
</a>
<a href="#">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a href="#">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="#">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="#">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a href="#">
<i class="fa-brands fa-youtube"></i>
</a>
</div>
<div class="spacer"></div>
<div class="foot-copyright">
<div class="center-copyright">
<div class="copyright-left">
©FedEx: 1995-2024
</div>
<div class="copyright-right">
<a href="#">Site Map</a>
|
<a href="#">Terms Of Use</a>
|
<a href="#">
Privacy & Security
</a>
</div>
</div>
</div>
</div>
</body>
</html>