Compare commits

..

No commits in common. 'd8f54dde16e5b77de7dda04cb471071aa768f42b' and '03a69555285df58b980cef69b43e103154b74841' have entirely different histories.

  1. 12
      public/frontend/css/style.css
  2. 2
      resources/views/am_chef.blade.php
  3. 8
      resources/views/labor_agreement.blade.php
  4. 12
      resources/views/layout/app.blade.php
  5. 2
      resources/views/need_chef.blade.php
  6. 2
      resources/views/pathway_programme.blade.php
  7. 4
      resources/views/recruitment.blade.php

@ -1510,7 +1510,7 @@ Responsive Codes
.service-secondary-desc p{ .service-secondary-desc p{
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
line-height: 1.6rem; line-height: 1.8rem;
color: #FFFFFF; color: #FFFFFF;
margin-bottom: 25px; margin-bottom: 25px;
} }
@ -1586,17 +1586,12 @@ Responsive Codes
} }
.need-chef-card:hover p, .need-chef-card:hover p,
.need-chef-card:hover h4, .need-chef-card:hover h4,
.need-chef-card:hover h6, .need-chef-card:hover h6{
.need-chef-card:hover span{
color: #FFFFFF; color: #FFFFFF;
} }
.need-chef-top{ .need-chef-top{
padding: 30px; padding: 30px;
} }
.need-chef-top span{
color: #0E4F97;
text-decoration: underline;
}
/* insurance page css */ /* insurance page css */
.insurance-banner{ .insurance-banner{
padding: 6rem; padding: 6rem;
@ -1701,9 +1696,6 @@ Responsive Codes
color: #FFFFFF; color: #FFFFFF;
text-align: center; text-align: center;
} }
.immigration-logo{
width: 65%;
}
@media only screen and (min-width: 320px) and (max-width: 480px) { @media only screen and (min-width: 320px) and (max-width: 480px) {
h2{ h2{

@ -17,7 +17,7 @@
</ol> </ol>
</nav> </nav>
<div class="chef-banner-content"> <div class="chef-banner-content">
<h2>Hospitality Candidates</h2> <h2>Work as a Chef</h2>
</div> </div>
</section> </section>
<section class="hiring-chef"> <section class="hiring-chef">

@ -47,15 +47,15 @@
</ul> </ul>
</div> </div>
</div> </div>
<p>Each occupation listed in the Premium Dining Labour agreement has a pathway to permanent residence after three years of sponsorship, either through a Subclass, 186 Employer Nominated (ENS)visa or a Subclass 191 Skilled Regional Visa. <p>Each occupation listed in the Premium Dining Labour agreement has a pathway to permanent residence after three years of sponsorship, either through a Subclass 186 Employer Nominated (ENS)visa or a Subclass 191 Skilled Regional Visa.
<br><br> <br><br>
Currently, the age limit for the Subclass 186 Visa is under 45 years. Currently, the age limit for the Subclass 186 Vis is under 55 years.
</p> </p>
<h4>The following must require under TSS and SESR visa for Nominee,</h4> <h4>The following must require under TSS and SESR visa for Nominee,</h4>
<ul class="mt-3"> <ul class="mt-3">
<li>An overall IELTS 5.0 (or equivalent),</li> <li>An overall IELTS 5.0 (or equivalent),</li>
<li>No less than IELTS 4.5 for listening and speaking and</li> <li>no less than IELTS 4.5 for listening and speaking and</li>
<li>No less than IELTS 4.0 for reading and writing.</li> <li>no less than IELTS 4.0 for reading and writing.</li>
</ul> </ul>
</section> </section>
<section class="labor-section-secondary"> <section class="labor-section-secondary">

@ -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’s</a> <a class="dropdown-item" href="{{url('/need_chef')}}">Hire a Chef</a>
<a class="dropdown-item" href="{{url('/am_chef')}}">Hospitality Candidates</a> <a class="dropdown-item" href="{{url('/am_chef')}}">Work as a Chef</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>
@ -115,9 +115,7 @@
<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 achieve Permanent Residency 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"> <img src="{{url('frontend/images/immigration-lawyers.png')}}" class="img-fluid mt-3" alt="">
<img src="{{url('frontend/images/immigration-lawyers.png')}}" class="img-fluid mt-4" alt="">
</div>
</div> </div>
</div> </div>
<div class="col-md-3"> <div class="col-md-3">
@ -135,8 +133,8 @@
<div class="recruitment"> <div class="recruitment">
<h2>Recruitment</h2> <h2>Recruitment</h2>
<ul> <ul>
<li><a href="/need_chef">Hospitality Operator’s</a></li> <li><a href="/need_chef">Hire a Chef</a></li>
<li><a href="/am_chef">Hospitality Candidates</a></li> <li><a href="/am_chef">Work as a Chef</a></li>
<li><a href="/labor_agreement">Labour Agreements</a></li> <li><a href="/labor_agreement">Labour Agreements</a></li>
</ul> </ul>
</div> </div>

@ -17,7 +17,7 @@
</ol> </ol>
</nav> </nav>
<div class="chef-banner-content"> <div class="chef-banner-content">
<h2>Hospitality Operator’s</h2> <h2>Hire a Chef</h2>
</div> </div>
</section> </section>
<section class="hiring-chef"> <section class="hiring-chef">

@ -38,7 +38,7 @@
</section> </section>
<section class="pathway-steps-section"> <section class="pathway-steps-section">
<div class="pathway-step-header"> <div class="pathway-step-header">
<h2><span>Pathway</span> to a Successful Future In Australia through 4 Simple Steps</h2> <h2><span>Pathway</span> to Secure a Better Future in Australia 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>

@ -33,7 +33,7 @@
<br><br> <br><br>
Need help finding the best candidates for your business? Whatever you need, we work relentlessly to provide the best talent for your business. Need help finding the best candidates for your business? Whatever you need, we work relentlessly to provide the best talent for your business.
<br><br> <br><br>
Please get in touch via our <span>enquiry form</span> . We would love to find out how we can help you! Please get in touch via our enquiry form. We would love to find out how we can help you!
</p> </p>
</div> </div>
<div class="need-chef-card-img text-center"> <div class="need-chef-card-img text-center">
@ -51,7 +51,7 @@
<br><br> <br><br>
A Plus Agency gives hospitality workers like yourself the ultimate freedom & choice, we don’t just end our relationship upon placement. We constantly support you throughout your employment and help ensure progressive professional development. A Plus Agency gives hospitality workers like yourself the ultimate freedom & choice, we don’t just end our relationship upon placement. We constantly support you throughout your employment and help ensure progressive professional development.
<br><br> <br><br>
If you are looking to secure a future within Australia's hospitality sector, we’d love to hear from you. Please send an <span>enquiry</span> with evidence of your skills and qualifications so we can connect you with any opportunities that may arise. If you are looking to secure a future within Australia's hospitality sector, we’d love to hear from you. Please send an enquiry with evidence of your skills and qualifications so we can connect you with any opportunities that may arise.
</p> </p>
</div> </div>
<div class="need-chef-card-img text-center"> <div class="need-chef-card-img text-center">

Loading…
Cancel
Save