-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
933 lines (931 loc) · 30.4 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
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
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
<!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>American Honda Motor Co., Inc. - Official Site</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="icon"
type="image/png"
sizes="96x96"
href="./img/favicon-logo.png"
/>
<link
href="http://fonts.cdnfonts.com/css/avenir-next-cyr"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="stylesheet" href="./css/reset.css" />
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<header class="header">
<nav class="nav-bars">
<div class="nav-bars__item left">
<a href="#" class="menu-link">
<span class="menu-sticky-logo"></span>
<span style="margin-left: 10px">MENU</span>
</a>
</div>
<div class="nav-bars__item center">
<a href="#" class="logo-link"
><img src="./img/Honda-Power-Of-Dreams-New.svg" alt="" class="logo"
/></a>
</div>
<div class="nav-bars__item right">
<a href="#">About Us</a>
<i class="search-bar"></i>
</div>
</nav>
<nav class="sticky-menu">
<ul class="honda-menu-content opened" role="menu">
<li class="honda-menu-item">
<label>
<a href="/">
<i class="fa fa-home"></i>
<span class="home-icon"></span>
HOME</a
>
</label>
</li>
<li class="honda-menu-item">
<div
class="item-cont"
data-track="our-brands"
data-attribute="our-brands"
>
<input
id="items-1"
type="checkbox"
class="open-trigger opened"
checked=""
/>
<label class="plus" for="items-1">
<i class="fa fa-plus"></i>
<span class="menu-title">OUR BRANDS</span>
</label>
</div>
</li>
<li class="honda-menu-item">
<div
class="item-cont"
data-track="about-us"
data-attribute="about-us"
>
<input id="items-2" type="checkbox" class="open-trigger" />
<label class="plus" for="items-2">
<i class="fa fa-plus"></i>
<span class="menu-title">ABOUT US</span>
</label>
</div>
</li>
<li class="honda-menu-item">
<div class="item-cont" data-track="racing" data-attribute="racing">
<input id="items-3" type="checkbox" class="open-trigger" />
<label class="plus" for="items-3">
<i class="fa fa-plus"></i>
<span class="menu-title">RACING</span>
</label>
</div>
</li>
<li class="honda-menu-item">
<div
class="item-cont"
data-track="recalls"
data-attribute="recalls"
>
<input id="items-4" type="checkbox" class="open-trigger" />
<label class="plus" for="items-4">
<i class="fa fa-plus"></i>
<span class="menu-title">RECALLS</span>
</label>
</div>
</li>
<li class="honda-menu-item">
<div
class="item-cont"
data-track="services"
data-attribute="services"
>
<input id="items-5" type="checkbox" class="open-trigger" />
<label class="plus" for="items-5">
<i class="fa fa-plus"></i>
<span class="menu-title">SERVICES</span>
</label>
</div>
</li>
</ul>
</nav>
</header>
<hr />
<section class="slider">
<div
id="carouselExampleFade"
class="carousel slide carousel-fade"
data-ride="carousel"
>
<div class="carousel-inner">
<ol class="carousel-indicators">
<li
data-target="#carouselExampleFade"
data-slide-to="0"
class="active"
></li>
<li data-target="#carouselExampleFade" data-slide-to="1"></li>
</ol>
<div class="carousel-item active">
<div class="items">
<div class="item">
<div class="item__icon"><i class="fa fa-exclamation"> </i></div>
<span>Our Consumers' Rights</span>
</div>
<div class="item">
<span> Fight for Equal EV Tax Incentives</span>
<a href="#">MORE</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="items">
<div class="item">
<div class="item__icon"><i class="fa fa-exclamation"> </i></div>
<span>Airbag Recall</span>
</div>
<div class="item">
<span>Important Information About Airbag Recalls</span>
<a href="#" class="more">MORE</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="carousel-section">
<div
id="carouselExampleCaptions"
class="carousel slide"
data-ride="carousel"
>
<ol class="carousel-indicators">
<li
data-target="#carouselExampleCaptions"
data-slide-to="0"
class="active"
></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./img/carousel-2.webp" class="d-block w-100" alt="..." />
</div>
<div class="carousel-item">
<img src="./img/carousel-1.jpg" class="d-block w-100" alt="..." />
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-target="#carouselExampleCaptions"
data-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-target="#carouselExampleCaptions"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</button>
</div>
</section>
<section class="hero">
<div class="hero-item item-1">
<div class="container">
<img
src="./img/Logo_Honda_Autos.png"
alt=""
class="hero-item__img honda-logo"
/>
<p>Honda Autos</p>
<span>GO</span>
</div>
</div>
<div class="hero-item item-2 overflow">
<img
src="./img/hero-1.jpg"
alt=""
class="hero-item__img product-image"
/>
</div>
<div class="hero-item item-3">
<div class="container">
<img
src="./img/Logo_Honda_Powersports.png"
alt=""
class="hero-item__img honda-logo"
/>
<p>Motorcycles, ATVs, Scooters, SxS</p>
<span>GO</span>
</div>
</div>
<div class="hero-item item-4 overflow">
<img
src="./img/hero-2.jpg"
alt=""
class="hero-item__img product-image"
/>
</div>
<div class="hero-item item-5">
<div class="container">
<img
src="./img/Logo_Honda_Corporate_Red.png"
alt=""
class="hero-item__img honda-logo"
/>
<p>Generators, Mowers & Power Equipment</p>
<span>GO</span>
</div>
</div>
<div class="hero-item item-6 overflow">
<img
src="./img/hero-3.jpg"
alt=""
class="hero-item__img product-image"
/>
</div>
<div class="hero-item item-7">
<img
src="./img/Logo_Acura_Logo.png"
alt=""
class="hero-item__img honda-logo"
/>
<p>Acura Autos</p>
<span>GO</span>
</div>
<div class="hero-item item-8 overflow">
<img
src="./img/hero-4.jpg"
alt=""
class="hero-item__img product-image"
/>
</div>
<div class="hero-item item-9">
<img
src="./img/Logo_Honda_Jet.png"
alt=""
class="hero-item__img honda-logo"
/>
<p>Honda Aircraft Company</p>
<span>GO</span>
</div>
<div class="hero-item item-10 overflow">
<img
src="./img/hero-5.jpg"
alt=""
class="hero-item__img product-image"
/>
</div>
<div class="hero-item item-11 overflow">
<img
src="./img/hero-6.jpg"
alt=""
class="hero-item__img product-image"
/>
</div>
<div class="hero-item item-12">
<img
src="./img/Logo_Honda_Corporate_White.png"
alt=""
class="hero-item__img honda-logo"
/>
<p>General Purpose Engines</p>
<span>GO</span>
</div>
<div class="hero-item item-13 overflow">
<img
src="./img/hero-7.jpg"
alt=""
class="hero-item__img product-image"
/>
</div>
<div class="hero-item item-14 overflow">
<img
src="./img/hero-8.jpg"
alt=""
class="hero-item__img product-image"
/>
</div>
<div class="hero-item item-15">
<img
src="./img/Logo_Honda_Marine.png"
alt=""
class="hero-item__img honda-logo"
/>
<p>Outboard Motors</p>
<span>GO</span>
</div>
<div class="hero-item item-16">
<img
src="./img/Logo_Honda_Racing.png"
alt=""
class="hero-item__img honda-logo"
/>
<p>Auto Racing</p>
<span>GO</span>
</div>
</section>
<section class="about">
<header class="about-header">
<h2>OUR COMPANY</h2>
</header>
<main class="about-main">
<div class="about-lists">
<div class="about-lists__item">
<div class="about-content">
<div class="top">
<h3>MOBILITY</h3>
<p>
We're creating tomorrow's world to elevate the joy and freedom
of mobility for all.
</p>
</div>
<div class="bottom"><a href="#">MORE</a></div>
</div>
</div>
<div class="about-lists__item">
<div class="about-content">
<div class="top">
<h3>ENVIRONMENT</h3>
<p>
We’re reducing our environmental footprint at every step to
help preserve the planet for future generations.
</p>
</div>
<div class="bottom"><a href="#">MORE</a></div>
</div>
</div>
<div class="about-lists__item">
<div class="about-content">
<div class="top">
<h3>COMMUNITY</h3>
<p>
We’ve always been deeply involved in the communities where we
work and live.
</p>
</div>
<div class="bottom"><a href="#">MORE</a></div>
</div>
</div>
<div class="about-lists__item">
<div class="about-content">
<div class="top">
<h3>SAFETY</h3>
<p>
Honda envisions a future where collisions are a thing of the
past. See how we’ll get there starting with our model year
2040 vehicles.
</p>
</div>
<div class="bottom"><a href="#">MORE</a></div>
</div>
</div>
</div>
</main>
</section>
<section class="history">
<header class="history-header">
<img class="p1__image" src="./img/history.jpg" alt="" width="100%" />
<div class="history-header-title">
<h2>The Power of Dreams</h2>
<p>
See what makes a Honda, who makes a Honda, how we got here, and
where we're headed.
</p>
<a href="#">MORE</a>
</div>
</header>
</section>
<section class="collection">
<header class="collection-header">WHAT WE'RE UP TO</header>
<main class="collection-main">
<div class="collection-lists">
<div class="collection-item">
<div class="collection-content">
<div class="content-top">
<img src="./img/collection-1.jpg" alt="" />
</div>
<div class="content-bottom">
<div class="top">
<h2>Honda Collection Hall</h2>
<p>
Explore hundreds of our storied creations in this 360°
immersive experience.
</p>
</div>
<div class="bottom"><a href="#">LAUCH VIRTUAL MUSEUM</a></div>
</div>
</div>
</div>
<div class="collection-item">
<div class="collection-content">
<div class="content-top">
<img src="./img/collection-2.png" alt="" />
</div>
<div class="content-bottom">
<div class="top">
<h2>Honda Stories</h2>
<p>
Go behind the badge and into the world of Honda Stories.
Hear an inside look at Honda from a wide variety of people
including company, industry experts and championship
drivers.
</p>
</div>
<div class="bottom"><a href="#">LISTEN NOW</a></div>
</div>
</div>
</div>
<div class="collection-item">
<div class="collection-content">
<div class="content-top">
<img src="./img/collection-3.jpg" alt="" />
</div>
<div class="content-bottom">
<div class="top">
<h2>Interior Design Philosophy</h2>
<p>
Honda showcases a new interior design philosophy that will
shape the styling of future Honda models.
</p>
</div>
<div class="bottom"><a href="#">WATCH</a></div>
</div>
</div>
</div>
<div class="collection-item">
<div class="collection-content content-layout">
<img
src="./img/269825798_276431314360161_5306195392054903382_n.jpg"
alt=""
/>
<i class="fab fa-instagram text-white instangram-logo"></i>
</div>
</div>
<div class="collection-item twitter-layout">
<div class="wwut-twitter-icon">
<i class="fab fa-twitter"></i>
</div>
<div class="wwut-content twitter">
<div class="wwut-twiter-info">
<a
href="https://twitter.com/Acura"
class="TwitterAccountLink"
target="_blank"
>
<picture class="wwut-twitter-avatar">
<img
src="https://pbs.twimg.com/profile_images/1358890920083550208/i4IrP4VF_normal.png"
alt=""
/>
</picture>
</a>
<div class="wwut-twitter-info-box">
<h3 class="wwut-twitter-name">
<a
class="wwut-twiter-link TwitterAccountLink"
href="https://twitter.com/Acura"
target="_blank"
>Acura</a
>
</h3>
<span class="wwut-twitter-username"
><a
href="https://twitter.com/Acura"
class="TwitterAccountLink"
target="_blank"
>@Acura</a
></span
>
</div>
</div>
<p class="wwut-twitter-copy">
Meet the latest addition to the family: the 2022 RDX with
available Super Handling All-Wheel Drive. #AcuraRDX
<a target="_blank" href="https://t.co/rmVCzgRaNn"
>https://t.co/rmVCzgRaNn</a
>
</p>
<span class="wwut-twitter-time"
><a
href="https://twitter.com/Acura/status/1479150888358981633"
target="_blank"
>06:00 PM - 06 Jan 2022</a
></span
>
<div class="wwut-twitter-actions">
<a
href="https://twitter.com/intent/tweet?in_reply_to=1479150888358981633"
class="wwut-twitter-action TwitterReply"
target="_blank"
><i class="fa fa-share"></i
></a>
<a
href="https://twitter.com/intent/retweet?tweet_id=1479150888358981633"
class="wwut-twitter-action TwitterRetweet"
target="_blank"
><i class="fa fa-retweet"></i> 10</a
>
<a
href="https://twitter.com/intent/tweet?in_reply_to=1479150888358981633"
class="wwut-twitter-action TwitterFavorite"
target="_blank"
><i class="fa fa-retweet"></i> 86</a
>
</div>
</div>
</div>
<div class="collection-item">
<div class="collection-content content-layout">
<img
src="./img/270811438_677787583598716_3239411511661169288_n.jpg"
alt=""
/>
<i class="fab fa-instagram text-white instangram-logo"></i>
</div>
</div>
</div>
</main>
</section>
<section class="footer">
<div class="footer-row row-1">
<div class="footer-row__col">
<h3>OUR BRANDS</h3>
<ul>
<li class="section-title">
<a href="#">
<b>Honda Autos</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Acura Autos</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Honda Powersports</b>
<span class="icon-chevron-right"></span>
</a>
<ul>
<li>
<p>Motorcycles, ATVs, Scooters, SxS</p>
</li>
</ul>
</li>
<li class="section-title">
<a href="#">
<b>Honda Power Equipment</b>
<span class="icon-chevron-right"></span>
</a>
<ul>
<li>
<p>
Generators, Lawn Mowers, Pumps, Snow Blowers, Tillers,
Trimmers
</p>
</li>
</ul>
</li>
<li class="section-title">
<a href="#">
<b>Honda Engines</b>
<span class="icon-chevron-right"></span>
</a>
<ul>
<li>
<p>Small Engines, Manuals, Parts & Resources</p>
</li>
</ul>
</li>
<li class="section-title">
<a href="#">
<b>Honda Marine</b>
<span class="icon-chevron-right"></span>
</a>
<ul>
<li>
<p>Outboard Motors, Parts & Accessories</p>
</li>
</ul>
</li>
<li class="section-title">
<a href="#">
<b>HondaJet</b>
<span class="icon-chevron-right"></span>
</a>
<ul>
<li>
<p>Honda Aircraft Company</p>
</li>
</ul>
</li>
<li class="section-title">
<a href="#">
<b>ASIMO</b>
<span class="icon-chevron-right"></span>
</a>
<ul>
<li>
<p>The World's Most Advanced Humanoid Robot</p>
</li>
</ul>
</li>
</ul>
</div>
<div class="footer-row__col">
<h3>ABOUT US</h3>
<ul>
<li class="section-title">
<a href="#">
<b>The Power of Dreams</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Mobility</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Environment</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Community</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Safety</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>History</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Operations</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Careers</b>
<span class="icon-chevron-right"></span>
</a>
</li>
</ul>
<h3>MORE TO EXPLORE</h3>
<ul>
<li class="section-title">
<a href="#">
<b>Research & Development</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Honda in America</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Corporate Social Responsibility</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Honda Worldwide</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Investor Relations</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Media Newsroom </b>
<span class="icon-chevron-right"></span>
</a>
</li>
</ul>
</div>
<div class="footer-row__col">
<h3>RACING</h3>
<ul>
<li class="section-title">
<a href="#">
<b>Auto Racing</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Motorcycle Racing</b>
<span class="icon-chevron-right"></span>
</a>
</li>
</ul>
<h3>RECALL</h3>
<ul>
<li class="section-title">
<a href="#">
<b>Honda Recalls</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Acura Recalls</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Powersports Recalls</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Power Equipment Recalls</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Marine Recalls</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Engines Recalls</b>
<span class="icon-chevron-right"></span>
</a>
</li>
</ul>
<h3>SERVICES</h3>
<ul>
<li class="section-title">
<a href="#">
<b>Honda Financial Services</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Honda Owners</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Acura Financial Services</b>
<span class="icon-chevron-right"></span>
</a>
</li>
<li class="section-title">
<a href="#">
<b>Acura Owners</b>
<span class="icon-chevron-right"></span>
</a>
</li>
</ul>
</div>
</div>
<div class="footer-row row-2">
<div class="footer__social">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-snapchat"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-pinterest"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-tiktok"></i></a>
</div>
<p>
© 2022 American Honda Motor Co., Inc. All information contained herein
applies to U.S. products only.
</p>
<p class="terms">
<a
target="_blank"
href="https://www.honda.com/privacy/connected-product-privacy-policy.pdf"
>Vehicle Data Privacy</a
> |
<a
target="_blank"
href="/-/media/Honda-Homepage/PDF/AHM-SMS-Terms-and-Conditions-Recall-011019a-revnh-v1.pdf"
>SMS Terms and Conditions</a
> |
<a
target="_blank"
id="footer-privacy-policy"
href="https://www.honda.com/privacy/privacy-policy.pdf"
>Privacy Policy</a
> |
<a
id="footer-do-no-sell"
target="_blank"
href="https://crrs.secure.force.com/service/CCPA_Request_W2C?Subject=Do%20Not%20Sell"
>Do Not Sell My Personal Information</a
> |
<a href="/terms-and-conditions">Legal Terms and Conditions</a> |
<a
target="_blank"
href="/-/media/Honda-Homepage/PDF/Proposition-65-Consumer-Website-Statement-072518.pdf"
>Prop 65 Info</a
>
</p>
<p>
We use cookies to improve your experience on this site and show you
personalized advertising. To find out more, read our
<a
id="footer-cookie-policy"
target="_blank"
href="https://www.honda.com/privacy/privacy-policy.pdf"
>
cookie policy</a
>.
</p>
<ul class="final-links">
<li>
<a href="/sitemap" data-track="site-map">Site Map</a>
</li>
<li>|</li>
<li>
<a href="/licensing" data-track="">Honda Licensing</a>
</li>
<li>|</li>
<li>
<a href="/contact" data-track="contact-us">Contact Us</a>
</li>
</ul>
</div>
</section>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
crossorigin="anonymous"
></script>
<script src="./js/app.js"></script>
</body>
</html>