diff --git a/public/slider/iecepcareslogo.jpg b/public/slider/iecepcareslogo.jpg new file mode 100644 index 0000000..3be5886 Binary files /dev/null and b/public/slider/iecepcareslogo.jpg differ diff --git a/src/components/Slider/Slider.tsx b/src/components/Slider/Slider.tsx index 91d164d..e38f0fe 100644 --- a/src/components/Slider/Slider.tsx +++ b/src/components/Slider/Slider.tsx @@ -21,14 +21,7 @@ const Slider = () => {

One IECEP

One Organization.{ `\n` }One Profession.{ `\n` }One Family -

Institute of Electronics Engineers of the Philippines University of the Philippines Student Chapter

-
- - -
-

Come and
Roll With Us!

- Application Process - 2526B - Apply Now! → +

Institute of Electronics Engineers of the Philippines
University of the Philippines Student Chapter

@@ -38,6 +31,13 @@ const Slider = () => { Learn More → + +
+

IECEP Cares 2026

+ Bloom with IECEP + Learn More → +
+
diff --git a/src/components/Slider/slider.scss b/src/components/Slider/slider.scss index 5fef623..3b1d1fc 100644 --- a/src/components/Slider/slider.scss +++ b/src/components/Slider/slider.scss @@ -80,14 +80,14 @@ $margin-top: 1.5rem; } } - &.app-process { + &.iecep-cares { width: 100%; height: 100%; - background: url('/slider/carousel_2.jpg'); + background: url('/slider/iecepcareslogo.jpg'); background-position: center; background-size: cover; - .app-process-panel { + .iecep-cares-panel { background-color: rgba(88, 24, 30, 0.7); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); width: 100%; @@ -200,7 +200,7 @@ $margin-top: 1.5rem; } } } - &.app-process { + &.iecep-cares { span { width: calc(1 / 2 * 100%); text-align: center;