diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index e3bca74..033dd5d 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -122,7 +122,7 @@ h4{ font-size: 14px; } .service-dropdown{ - width: 600px; + width: 350px; transform: translate(-30%, 0%); } .service-drop-card{ @@ -272,8 +272,9 @@ Responsive Codes left: 6%; } .banner-description span::before{ - content: "Study Programme"; + content: attr(data-text); animation: 12s animate infinite; + animation-delay: 500ms; padding-left: 10px; color: #F54C5F; } @@ -325,16 +326,17 @@ Responsive Codes @keyframes animate { 0% { - content: "Study Programme"; + content: attr(data-text); } 50% { - content: "Training Programme"; + content: attr(data-text2); } 75% { - content: "Skill Assessment"; + content: attr(data-text3); } 100%{ - content: "Skilled Recruitment"; + content: attr(data-text4); + } } .banner-description h3, .banner-description-two h3, .banner-description-three h3{ @@ -366,6 +368,12 @@ Responsive Codes align-items: center; gap: 15px; } +.achivement-sec span{ + font-weight: 500; + font-size: 14px; + line-height: 2rem; + color: #202023; +} /* about us section css */ .about-us-section{ padding: 3rem 6rem; diff --git a/public/frontend/images/education-image.png b/public/frontend/images/education-image.png new file mode 100644 index 0000000..e6c8263 Binary files /dev/null and b/public/frontend/images/education-image.png differ diff --git a/public/frontend/video/aplus-video.mp4 b/public/frontend/video/aplus-video.mp4 index 0a2c998..6d1fba6 100644 Binary files a/public/frontend/video/aplus-video.mp4 and b/public/frontend/video/aplus-video.mp4 differ diff --git a/resources/views/am_chef.blade.php b/resources/views/am_chef.blade.php index 08b430c..3c7b4ce 100644 --- a/resources/views/am_chef.blade.php +++ b/resources/views/am_chef.blade.php @@ -17,7 +17,7 @@
-

I am Chef

+

Work as a Chef

diff --git a/resources/views/labor_agreement.blade.php b/resources/views/labor_agreement.blade.php index 935dd1c..6fca2f4 100644 --- a/resources/views/labor_agreement.blade.php +++ b/resources/views/labor_agreement.blade.php @@ -9,7 +9,7 @@
diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index a0a73f4..a5f0a06 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -46,35 +46,15 @@ About