diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 45e9211..4523e62 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -92,7 +92,8 @@ h4{ display: flex; gap: 10px; } -.nav-socials a{ +.nav-socials a, +.recruitment-card a{ text-decoration: none; } @@ -1390,6 +1391,76 @@ Responsive Codes .service-last-img{ margin-left: 25px; } + +/* recruitment page css */ +.recruitment-banner{ + background: url(../images/recruitment.png); + padding: 6rem; + height: 40vh; + background-repeat: no-repeat; + background-size: cover !important; + position: relative; +} + +.recruitment-primary, +.recruitment-card{ + padding: 3rem 6rem; +} +.recruitment-primary h2{ + font-weight: 600; + font-size: 38px; + line-height: 57px; + text-align: center; + color: #082548; +} +.recruitment-primary h2 span{ + color: #F54C5F +} +.recruitment-primary p{ + font-weight: 400; + font-size: 16px; + line-height: 1.8rem; + text-align: center; + padding: 0 20%; + color: #252525; +} +.need-chef-card h4{ + font-weight: 700; + font-size: 32px; + line-height: 2.6rem; + text-align: center; + color: #0A2849; + margin-bottom: 20px; +} +.need-chef-card h6{ + color: #252525; + text-align: center; + margin-bottom: 20px; +} +.need-chef-card p{ + text-align: center; + margin-bottom: 20px; +} +.need-chef-card{ + display: flex; + flex-direction: column; + justify-content: space-between; + background: #F3F3F3; + border-radius: 15px; + min-height: 46pc; +} +.need-chef-card:hover{ + background: #104682; +} +.need-chef-card:hover p, +.need-chef-card:hover h4, +.need-chef-card:hover h6{ + color: #FFFFFF; +} +.need-chef-top{ + padding: 30px; +} + @media only screen and (min-width: 320px) and (max-width: 480px) { /* contact us mobile view */ .about-banner-section .breadcrumb, @@ -1452,7 +1523,9 @@ Responsive Codes .clients-section, .quick-enquiry-setion, .service-secondary, - .service-view-last{ + .service-view-last, + .recruitment-primary, + .recruitment-card{ padding: 2rem; } .visa-services, diff --git a/public/frontend/images/chefs.png b/public/frontend/images/chefs.png new file mode 100644 index 0000000..d96a8a9 Binary files /dev/null and b/public/frontend/images/chefs.png differ diff --git a/public/frontend/images/recruitment.png b/public/frontend/images/recruitment.png new file mode 100644 index 0000000..5d90d6c Binary files /dev/null and b/public/frontend/images/recruitment.png differ diff --git a/public/frontend/images/women-chef.png b/public/frontend/images/women-chef.png new file mode 100644 index 0000000..d45f29c Binary files /dev/null and b/public/frontend/images/women-chef.png differ diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index 3b014f5..5420aca 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -48,7 +48,7 @@