FB Page as hyperlinks in slider

This commit is contained in:
Kent Joseph T. Palima
2026-04-29 22:17:21 +08:00
parent 18a96dccd1
commit 0cfedcbcc0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -28,14 +28,14 @@ const Slider = () => {
<div className='get-licensed-panel'>
<h1>Get Licensed 2026</h1>
<span>Geared Up for the Future</span>
<a href='get-licensed' className='learn-more'>Learn More &rarr;</a>
<a href='https://www.facebook.com/GetLicensed.upiecep' className='learn-more'>Learn More &rarr;</a>
</div>
</SwiperSlide>
<SwiperSlide className='landing-slider-slide iecep-cares'>
<div className='iecep-cares-panel'>
<h1>IECEP Cares 2026</h1>
<span>Bloom with IECEP</span>
<a href='apply' className='apply'>Learn More &rarr;</a>
<a href='https://www.facebook.com/IECEPCares' className='learn-more'>Learn More &rarr;</a>
</div>
</SwiperSlide>
</Swiper>
+2 -2
View File
@@ -110,7 +110,7 @@ $margin-top: 1.5rem;
color: $text-light;
}
.apply {
.learn-more {
margin-top: 7rem;
padding-block: 0.81rem;
padding-inline: 2.25rem;
@@ -205,7 +205,7 @@ $margin-top: 1.5rem;
width: calc(1 / 2 * 100%);
text-align: center;
}
.apply {
.learn-more {
font-size: 1.5rem;
}
}