[edit] css fixed #31

Open
tribikram wants to merge 2 commits from aplus#30 into master
  1. 26
      public/frontend/css/style.css
  2. 2
      resources/views/about.blade.php
  3. 2
      resources/views/am_chef.blade.php
  4. 25
      resources/views/layout/app.blade.php
  5. 8
      resources/views/pathway_programme.blade.php
  6. 6
      resources/views/service_detail.blade.php
  7. 10
      resources/views/services.blade.php

@ -547,8 +547,8 @@ Responsive Codes
} }
.featured-news:hover p, .featured-news:hover p,
.featured-news:hover h2, .featured-news:hover h2,
.more-news:hover p, .more-news-box:hover p,
.more-news:hover h4{ .more-news-box:hover h4{
color: #F54C5F; color: #F54C5F;
} }
.featured-news p, .featured-news p,
@ -557,8 +557,8 @@ Responsive Codes
-webkit-transition: color 1s; -webkit-transition: color 1s;
transition: color 300ms; transition: color 300ms;
} }
.more-news p, .more-news-box p,
.more-news h4{ .more-news-box h4{
color: #221415; color: #221415;
-webkit-transition: color 1s; -webkit-transition: color 1s;
transition: color 300ms; transition: color 300ms;
@ -932,7 +932,9 @@ Responsive Codes
.labor-agreement-banner .breadcrumb, .labor-agreement-banner .breadcrumb,
.service-detail-banner .breadcrumb, .service-detail-banner .breadcrumb,
.recruitment-banner .breadcrumb, .recruitment-banner .breadcrumb,
.news-banner-section .breadcrumb{ .news-banner-section .breadcrumb,
.services-banner-section .breadcrumb,
.pathway-banner-section .breadcrumb{
float: right; float: right;
} }
.about-banner-section .breadcrumb a, .about-banner-section .breadcrumb a,
@ -942,7 +944,9 @@ Responsive Codes
.labor-agreement-banner .breadcrumb a, .labor-agreement-banner .breadcrumb a,
.service-detail-banner .breadcrumb a, .service-detail-banner .breadcrumb a,
.recruitment-banner .breadcrumb a, .recruitment-banner .breadcrumb a,
.news-banner-section .breadcrumb a{ .news-banner-section .breadcrumb a,
.services-banner-section .breadcrumb a,
.pathway-banner-section .breadcrumb a{
text-decoration: none; text-decoration: none;
color: #FFFFFF; color: #FFFFFF;
} }
@ -1521,7 +1525,9 @@ Responsive Codes
color: #082548; color: #082548;
} }
.recruitment-primary h2 span, .recruitment-primary h2 span,
.insurance-content h2 span{ .insurance-content h2 span,
.our-service-head h2 span,
.pathway-step-header h2 span{
color: #F54C5F color: #F54C5F
} }
.recruitment-primary p{ .recruitment-primary p{
@ -1681,7 +1687,9 @@ Responsive Codes
.insurance-banner .breadcrumb, .insurance-banner .breadcrumb,
.service-detail-banner .breadcrumb, .service-detail-banner .breadcrumb,
.recruitment-banner .breadcrumb, .recruitment-banner .breadcrumb,
.news-banner-section .breadcrumb{ .news-banner-section .breadcrumb,
.services-banner-section .breadcrumb,
.pathway-banner-section .breadcrumb{
display: none; display: none;
} }
.banner-section .banner-description { .banner-section .banner-description {
@ -1710,7 +1718,7 @@ Responsive Codes
display: none; display: none;
} }
.contact-form{ .contact-form{
margin: 0; margin: 10px;
} }
.contact-captcha{ .contact-captcha{
display: flex; display: flex;

@ -31,7 +31,7 @@
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<div class="who-we-img"> <div class="who-we-img">
<img src="{{url($about->first()->image)}}" alt=""> <img src="{{url($about->first()->image)}}" class="img-fluid" alt="">
</div> </div>
</div> </div>
</div> </div>

@ -12,7 +12,7 @@
<section class="need-chef-banner" style="background: url('frontend/images/am-chef-banner.png')"> <section class="need-chef-banner" style="background: url('frontend/images/am-chef-banner.png')">
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Aplusagency</a></li> <li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Recruitment</li> <li class="breadcrumb-item active" aria-current="page">Recruitment</li>
</ol> </ol>
</nav> </nav>

@ -215,23 +215,26 @@
navHeader.classList.add("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0 && location.pathname != '/news/chefs-are-now-included-on-the-list-of-priority-skilled-migrants'){ if(window.scrollY==0){
navHeader.classList.remove("header-scroll"); navHeader.classList.remove("header-scroll");
} }
if(window.scrollY==0 && location.pathname != '/news/186-trt-pathway-permanent-residency-applications-for-457-and-482-in-the-short-term-stream'){ if(window.scrollY==0 && location.pathname === '/news/chefs-are-now-included-on-the-list-of-priority-skilled-migrants'){
navHeader.classList.remove("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0 && location.pathname != '/news/rpl-is-a-solution'){ if(window.scrollY==0 && location.pathname === '/news/186-trt-pathway-permanent-residency-applications-for-457-and-482-in-the-short-term-stream'){
navHeader.classList.remove("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0 && location.pathname != '/news/skilled-nominated-visa-subclass-190'){ if(window.scrollY==0 && location.pathname === '/news/rpl-is-a-solution'){
navHeader.classList.remove("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0 && location.pathname != '/news/skilled-work-regional-visa-subclass-491'){ if(window.scrollY==0 && location.pathname === '/news/skilled-nominated-visa-subclass-190'){
navHeader.classList.remove("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0 && location.pathname != 'more-than-11000-new-chefs-are-expected-to-fill-australias-notorious-chef-shortage-by-2026-key-points'){ if(window.scrollY==0 && location.pathname === '/news/skilled-work-regional-visa-subclass-491'){
navHeader.classList.remove("header-scroll"); navHeader.classList.add("header-scroll");
}
if(window.scrollY==0 && location.pathname === '/news/more-than-11000-new-chefs-are-expected-to-fill-australias-notorious-chef-shortage-by-2026-key-points'){
navHeader.classList.add("header-scroll");
} }
} }

@ -7,13 +7,19 @@
@endsection @endsection
@section('content') @section('content')
<section class="pathway-banner-section" style="background: url('frontend/images/pathway-banner.png')"> <section class="pathway-banner-section" style="background: url('frontend/images/pathway-banner.png')">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Pathway Programme</li>
</ol>
</nav>
<div class="services-banner-content"> <div class="services-banner-content">
<h2>Pathway Programme</h2> <h2>Pathway Programme</h2>
</div> </div>
</section> </section>
<section class="pathway-steps-section"> <section class="pathway-steps-section">
<div class="pathway-step-header"> <div class="pathway-step-header">
<h2>Pathway to Australian PR through 4 simple steps</h2> <h2><span>Pathway</span> to Australian PR through 4 simple steps</h2>
<p>The current certification needed is a Cert IV in Commercial Cookery to receive a positive skills assessment. You can even accomplish this without an employer's sponsorship or having to reside in a rural area.</p> <p>The current certification needed is a Cert IV in Commercial Cookery to receive a positive skills assessment. You can even accomplish this without an employer's sponsorship or having to reside in a rural area.</p>
<h5>Here are a few easy steps that could help you follow this road.</h5> <h5>Here are a few easy steps that could help you follow this road.</h5>
</div> </div>

@ -7,6 +7,12 @@
@endsection @endsection
@section('content') @section('content')
<section class="service-detail-banner" style="background: url({{url($service->icon)}})"> <section class="service-detail-banner" style="background: url({{url($service->icon)}})">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">{{$service->name}}</li>
</ol>
</nav>
<div class="service-detail-desc"> <div class="service-detail-desc">
<h2>{{$service->name}}</h2> <h2>{{$service->name}}</h2>
</div> </div>

@ -7,6 +7,12 @@
@endsection @endsection
@section('content') @section('content')
<section class="services-banner-section"> <section class="services-banner-section">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Services</li>
</ol>
</nav>
<div class="services-banner-content"> <div class="services-banner-content">
<h2>Our Services</h2> <h2>Our Services</h2>
</div> </div>
@ -15,8 +21,8 @@
<div class="row g-3"> <div class="row g-3">
<div class="col-md-12"> <div class="col-md-12">
<div class="our-service-head"> <div class="our-service-head">
<h2>What We Offer</h2> <h2>What <span>We</span> Offer</h2>
<p>Delivering excellent and cost-effective solutions to esnure customer satisfaction.</p> <p>Delivering excellent and cost-effective solutions to ensure customer satisfaction.</p>
</div> </div>
</div> </div>
@foreach($services as $service) @foreach($services as $service)

Loading…
Cancel
Save