Compare commits

..

No commits in common. 'master' and 'aplus#38' have entirely different histories.

  1. 10
      public/frontend/css/style.css
  2. 10
      resources/views/layout/app.blade.php
  3. 4
      resources/views/service_view.blade.php

@ -382,8 +382,7 @@ Responsive Codes
.service-primary .row, .service-primary .row,
.service-secondary .row, .service-secondary .row,
.service-view-last .row, .service-view-last .row,
.insurance-desc .row, .insurance-desc .row{
.service-detail-secondary .row{
display: flex; display: flex;
align-items: center; align-items: center;
} }
@ -1497,10 +1496,6 @@ Responsive Codes
.service-primary-img{ .service-primary-img{
margin-right: 25px; margin-right: 25px;
} }
.service-detail-secondary{
padding: 3rem 6rem 0 6rem;
background: #E54A5F;
}
.service-secondary{ .service-secondary{
position: relative; position: relative;
padding: 3rem 6rem; padding: 3rem 6rem;
@ -1797,8 +1792,7 @@ Responsive Codes
.insurance-desc, .insurance-desc,
.labor-section-primary, .labor-section-primary,
.labor-section-secondary, .labor-section-secondary,
.pathway-steps-section, .pathway-steps-section{
.service-detail-secondary{
padding: 2rem; padding: 2rem;
} }
.visa-services, .visa-services,

@ -66,8 +66,8 @@
</a> </a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li> <li>
<a class="dropdown-item" href="{{url('/need_chef')}}">Hospitality Operator</a> <a class="dropdown-item" href="{{url('/need_chef')}}">Hospitality Operator’s</a>
<a class="dropdown-item" href="{{url('/am_chef')}}">Hospitality Candidate</a> <a class="dropdown-item" href="{{url('/am_chef')}}">Hospitality Candidates</a>
<a class="dropdown-item" href="{{url('/labor_agreement')}}">Labour Agreements</a> <a class="dropdown-item" href="{{url('/labor_agreement')}}">Labour Agreements</a>
</li> </li>
</ul> </ul>
@ -114,7 +114,7 @@
<div class="col-md-3"> <div class="col-md-3">
<div class="footer-desc"> <div class="footer-desc">
<img src="{{url('frontend/images/footer-logo.png')}}" class="img-fluid" alt=""> <img src="{{url('frontend/images/footer-logo.png')}}" class="img-fluid" alt="">
<p>A PLUS Australia Agency, we strive to turn your dream into reality. We help you to secure your future in Australia.</p> <p>A PLUS Australia Agency, we strive to turn your dream into reality. We help you to achieve Permanent Residency in Australia.</p>
<div class="immigration-logo"> <div class="immigration-logo">
<img src="{{url('frontend/images/immigration-lawyers.png')}}" class="img-fluid mt-4" alt=""> <img src="{{url('frontend/images/immigration-lawyers.png')}}" class="img-fluid mt-4" alt="">
</div> </div>
@ -135,8 +135,8 @@
<div class="recruitment"> <div class="recruitment">
<h2>Recruitment</h2> <h2>Recruitment</h2>
<ul> <ul>
<li><a href="/need_chef">Hospitality Operator</a></li> <li><a href="/need_chef">Hospitality Operator’s</a></li>
<li><a href="/am_chef">Hospitality Candidate</a></li> <li><a href="/am_chef">Hospitality Candidates</a></li>
<li><a href="/labor_agreement">Labour Agreements</a></li> <li><a href="/labor_agreement">Labour Agreements</a></li>
</ul> </ul>
</div> </div>

@ -42,10 +42,10 @@
</section> </section>
@if($service_sections->count() > 1) @if($service_sections->count() > 1)
@php $second_service = $service_sections[1];@endphp @php $second_service = $service_sections[1];@endphp
<section class="service-detail-secondary"> <section class="service-secondary">
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<div class="service-detail-secondary-img"> <div class="service-secondary-img">
<img src="{{url($second_service->image ?? '')}}" class="w-100" alt=""> <img src="{{url($second_service->image ?? '')}}" class="w-100" alt="">
</div> </div>
</div> </div>

Loading…
Cancel
Save