35
35
About Us
36
36
</ a >
37
37
</ li >
38
+ < li class ="socials-nav-item ">
39
+ < a (click) ="scroll(offers) " class ="navigation-link " aria-label ="Offers ">
40
+ Offers
41
+ </ a >
42
+ </ li >
38
43
< li class ="socials-nav-item ">
39
44
< a (click) ="scroll(faq) " class ="navigation-link " aria-label ="FAQ ">
40
45
FAQ
84
89
About Us
85
90
</ a >
86
91
</ li >
92
+ < li class ="socials-nav-item ">
93
+ < a (click) ="scroll(offers);toggleDropdown() " class ="navigation-link " aria-label ="Offers ">
94
+ Offers
95
+ </ a >
96
+ </ li >
87
97
< li class ="socials-nav-item ">
88
98
< a (click) ="scroll(faq);toggleDropdown() " class ="navigation-link " aria-label ="FAQ ">
89
99
FAQ
@@ -469,7 +479,7 @@ <h6>Target</h6>
469
479
</ section >
470
480
< mat-divider > </ mat-divider >
471
481
472
- < section #faq class ="price-area section-padding " style ="margin-bottom: 5%; " id =" the-event ">
482
+ < section #offers class ="price-area section-padding " style ="margin-bottom: 5%; ">
473
483
< div class ="container ">
474
484
< div class ="row ">
475
485
< div class ="text-center ">
@@ -480,13 +490,12 @@ <h2 class="text-center">Offers</h2>
480
490
</ p >
481
491
< div class ="offers ">
482
492
< mat-card *ngFor ="let offer of promocodes " class ="example-card " style ="padding: 5%; ">
483
- < a href ="{{offer.company.site}} " style ="width: 100%; ">
484
- < img src ="{{offer.company.img}} " alt ="{{offer.company.name}} logo " style ="width: 100%; ">
485
- </ a >
493
+ < img src ="{{offer.company.img}} " alt ="{{offer.company.name}} logo ">
494
+
486
495
< div class ="text-alt description ">
487
496
< small > {{offer.description}}</ small >
488
497
</ div >
489
- < a *ngIf ="offer.link " href ="{{offer.code}} " class ="btn btn-rounded btn-outline-clr btn-sm " style ="margin-top: 2%; ">
498
+ < a *ngIf ="offer.link " href ="{{offer.code}} " target =" _blank " class ="btn btn-rounded btn-outline-clr btn-sm " style ="margin-top: 2%; ">
490
499
Claim Offer
491
500
</ a >
492
501
< div *ngIf ="!offer.link " style ="display:flex; flex-direction: column; margin-top: 2%; ">
0 commit comments