diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 1f7aa8d..f71b60f 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -332,7 +332,8 @@ Responsive Codes .about-us-section .row, .service-primary .row, .service-secondary .row, -.service-view-last .row{ +.service-view-last .row, +.insurance-desc .row{ display: flex; align-items: center; } @@ -515,7 +516,8 @@ Responsive Codes width: 40%; display: block; } -.featured-news img{ +.featured-news img, +.insurance-desc-img img{ border-radius: 8px; } .more-news{ @@ -814,7 +816,8 @@ Responsive Codes .obj-header hr, .hiring-content hr, .news-update-head hr, -.service-secondary-desc hr{ +.service-secondary-desc hr, +.insurance-content hr{ width: 38px; height: 0px; opacity: 1; @@ -825,7 +828,8 @@ Responsive Codes .hiring-content h5, .news-update-head h5, .service-primary-desc h5, -.service-secondary-desc h5{ +.service-secondary-desc h5, +.insurance-content h5{ font-weight: 500; font-size: 16px; line-height: 24px; @@ -833,6 +837,7 @@ Responsive Codes display: flex; align-items: center; gap: 10px; + margin-bottom: 0; } .who-we-desc h3, .obj-header h3, @@ -853,12 +858,14 @@ Responsive Codes } .about-banner-section .breadcrumb, .contact-us-section .breadcrumb, -.need-chef-banner .breadcrumb{ +.need-chef-banner .breadcrumb, +.insurance-banner .breadcrumb{ float: right; } .about-banner-section .breadcrumb a, .contact-us-section .breadcrumb a, -.need-chef-banner .breadcrumb a{ +.need-chef-banner .breadcrumb a, +.insurance-banner .breadcrumb a{ text-decoration: none; color: #FFFFFF; } @@ -1012,7 +1019,8 @@ Responsive Codes .contact-banner-content h2, .services-banner-content h2, .service-detail-desc h2, -.news-banner-desc h2{ +.news-banner-desc h2, +.insurance-banner-content h2{ font-weight: 700; font-size: 60px; line-height: 4rem; @@ -1202,13 +1210,15 @@ Responsive Codes margin-top: 1rem; } .service-detail-sectwo ul li, -.service-primary-desc ul li{ +.service-primary-desc ul li, +.insurance-content ul li{ display: flex; align-items: center; list-style: none; } .service-detail-sectwo ul li::before, -.service-primary-desc ul li::before { +.service-primary-desc ul li::before, +.insurance-content ul li::before { content: url(../icons/christmas-star-new.svg); color: #071C39; display: inline-block; @@ -1391,7 +1401,8 @@ Responsive Codes .service-view-last{ padding: 3rem 6rem; } -.service-last-img{ +.service-last-img, +.insurance-desc-img{ margin-left: 25px; } @@ -1416,7 +1427,8 @@ Responsive Codes text-align: center; color: #082548; } -.recruitment-primary h2 span{ +.recruitment-primary h2 span, +.insurance-content h2 span{ color: #F54C5F } .recruitment-primary p{ @@ -1463,12 +1475,36 @@ Responsive Codes .need-chef-top{ padding: 30px; } +/* insurance page css */ +.insurance-banner{ + background: url(../images/insurance.png); + padding: 6rem; + height: 40vh; + background-repeat: no-repeat; + background-size: cover !important; + position: relative; +} +.insurance-desc{ + padding: 3rem 6rem; +} +.insurance-content h4{ + font-size: 18px; + margin-top: 5px; + line-height: 2rem; +} +.insurance-content h2{ + font-weight: 600; + font-size: 38px; + line-height: 57px; + color: #082548; +} @media only screen and (min-width: 320px) and (max-width: 480px) { /* contact us mobile view */ .about-banner-section .breadcrumb, .contact-us-section .breadcrumb, - .need-chef-banner .breadcrumb{ + .need-chef-banner .breadcrumb, + .insurance-banner .breadcrumb { display: none; } .banner-section .banner-description { @@ -1528,7 +1564,8 @@ Responsive Codes .service-secondary, .service-view-last, .recruitment-primary, - .recruitment-card{ + .recruitment-card, + .insurance-desc{ padding: 2rem; } .visa-services, @@ -1549,7 +1586,8 @@ Responsive Codes .contact-banner-content h2, .services-banner-content h2, .service-detail-desc h2, - .news-banner-desc h2{ + .news-banner-desc h2, + .insurance-content h2{ font-size: 48px; line-height: 3.3rem; } @@ -1590,7 +1628,8 @@ Responsive Codes } .service-primary-img, .service-secondary-img, - .service-last-img{ + .service-last-img, + .insurance-desc-img{ margin: 0 0 20px 0; } } diff --git a/public/frontend/images/chefs.png b/public/frontend/images/chefs.png index d96a8a9..543d357 100644 Binary files a/public/frontend/images/chefs.png and b/public/frontend/images/chefs.png differ diff --git a/public/frontend/images/insurance-desc-img.png b/public/frontend/images/insurance-desc-img.png new file mode 100644 index 0000000..07654b5 Binary files /dev/null and b/public/frontend/images/insurance-desc-img.png differ diff --git a/public/frontend/images/insurance.png b/public/frontend/images/insurance.png new file mode 100644 index 0000000..ad42525 Binary files /dev/null and b/public/frontend/images/insurance.png differ diff --git a/public/frontend/images/women-chef.png b/public/frontend/images/women-chef.png index d45f29c..66e44f4 100644 Binary files a/public/frontend/images/women-chef.png and b/public/frontend/images/women-chef.png differ diff --git a/resources/views/am_chef.blade.php b/resources/views/am_chef.blade.php index 2dcd075..4351c8b 100644 --- a/resources/views/am_chef.blade.php +++ b/resources/views/am_chef.blade.php @@ -19,18 +19,26 @@
Hiring
-

Need a Chef or Cook?

-

Let us know via our enquiry form.

-
What are the next steps?
+

Looking for a job as a Chef or Cook?

+

If you’re qualified to be a Chef of Cook in Australia, please fill out the application form. We'd love to do our utmost for hospitality workers!

+
Chefs and Cooks need to be
+
Additionally, you need to be
+
diff --git a/resources/views/insurance.blade.php b/resources/views/insurance.blade.php new file mode 100644 index 0000000..fd77ab0 --- /dev/null +++ b/resources/views/insurance.blade.php @@ -0,0 +1,42 @@ +@extends('layout.app') +@section('title') + Insurance +@endsection +@section('content') +
+ +
+

Insurance

+
+
+
+
+
+
+
Insurance
+

Your health comes first

+

We provide a range of affordable insurance plans for international students to cover their unexpected medical expenses while staying in Australia. We've got the right health insurance to meet your unique lifestyle needs. A Plus has agreements with a number of medical and allied health providers in Australia.

+

Benefits of choosing our options.

+
    +
  • Find the right cover for you
  • +
  • We'll do the paperwork
  • +
  • Choose your preferred Hospital
  • +
  • Save on Tax
  • +
  • Avoid Long Waiting List
  • +
  • Peace of Mind
  • +
+
+
+
+
+ +
+
+
+
+@endsection \ No newline at end of file diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index 64483e3..9b2fa28 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -121,7 +121,7 @@ @@ -129,10 +129,10 @@ diff --git a/routes/web.php b/routes/web.php index db5e42f..d4e818f 100644 --- a/routes/web.php +++ b/routes/web.php @@ -51,10 +51,15 @@ Route::get('/refreshcaptcha', [HomeController::class,'refreshCaptcha']); Route::get('/need_chef', function(){ return view('need_chef'); }); + Route::get('/am_chef', function(){ return view('am_chef'); }); +Route::get('/insurance', function(){ + return view('insurance'); +}); + Route::get('/services', function(){ return view('services'); });