Compare commits

..

11 Commits

Author SHA1 Message Date
tribikram 261c2a7830 [edit] service view image fixed 2 years ago
Mahesh Sharma 05224827b2 layout-app 2 years ago
tribikram d8f54dde16 [edit] content changed 2 years ago
tribikram eefca9f805 [edit] content changed 2 years ago
Mahesh Sharma 03a6955528 meta-title-change 2 years ago
Mahesh Sharma 25ba8f6b78 37-rebase-2nd 2 years ago
Mahesh Sharma a21bc7dc07 37-rebase-2nd 2 years ago
Mahesh Sharma 80739d640b 37-rebase 2 years ago
Mahesh Sharma 8682614dcc welcome-and-layout 2 years ago
tribikram adc6170d09 [edit] css fixed 2 years ago
Mahesh Sharma c24c537779 related-news 2 years ago
  1. 4
      app/Http/Controllers/HomeController.php
  2. 2
      app/Http/Controllers/RecruitmentController.php
  3. 49
      public/frontend/css/style.css
  4. BIN
      public/frontend/images/footer-logo.png
  5. BIN
      public/frontend/images/immigration-lawyers.png
  6. 2
      resources/views/am_chef.blade.php
  7. 12
      resources/views/labor_agreement.blade.php
  8. 19
      resources/views/layout/app.blade.php
  9. 2
      resources/views/need_chef.blade.php
  10. 2
      resources/views/news.blade.php
  11. 83
      resources/views/news_detail.blade.php
  12. 16
      resources/views/pathway_programme.blade.php
  13. 19
      resources/views/recruitment.blade.php
  14. 4
      resources/views/service_view.blade.php
  15. 12
      resources/views/welcome.blade.php

@ -84,10 +84,10 @@ class HomeController extends Controller
]);
$contact = new Contact();
$subject = 'Quick Enquiry';
$subject = htmlentities('Quick Enquiry');
$check = '';
if(isset($request['check'])){
$subject = 'Contact Enquiry';
$subject = htmlentities('Contact Enquiry');
$check = '1';
}
$name = ($request['firstname'] != null) ? ($request['firstname'].' '.$request['lastname']) : $request['fullname'] ;

@ -14,7 +14,7 @@ class RecruitmentController extends Controller
public function save_vacancy(VacancyRequest $request){
$recruitment = new Recruitment();
$subject = 'Recruitment Enquiry';
$subject = htmlentities('Recruitment Enquiry');
$recruitment->full_name = $request['full_name'];
$recruitment->company = $request['company'];

@ -382,7 +382,8 @@ Responsive Codes
.service-primary .row,
.service-secondary .row,
.service-view-last .row,
.insurance-desc .row{
.insurance-desc .row,
.service-detail-secondary .row{
display: flex;
align-items: center;
}
@ -1487,14 +1488,24 @@ Responsive Codes
padding: 3rem 6rem;
background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%,rgba(255, 255, 255, 0) 20%,rgb(255, 248, 239) 20%,rgb(254, 255, 236) 100%);
}
.service-primary-img,
.service-secondary-img{
.service-secondary .service-secondary-img{
position: absolute;
bottom: 0;
left: 0;
width: 50%;
}
.service-primary-img{
margin-right: 25px;
}
.service-secondary{
.service-detail-secondary{
padding: 3rem 6rem 0 6rem;
background: #E54A5F;
}
.service-secondary{
position: relative;
padding: 3rem 6rem;
background: #E54A5F;
}
.service-secondary-desc h3{
font-weight: 700;
font-size: 38px;
@ -1504,7 +1515,7 @@ Responsive Codes
.service-secondary-desc p{
font-weight: 500;
font-size: 16px;
line-height: 1.8rem;
line-height: 1.6rem;
color: #FFFFFF;
margin-bottom: 25px;
}
@ -1573,19 +1584,24 @@ Responsive Codes
justify-content: space-between;
background: #F3F3F3;
border-radius: 15px;
min-height: 46pc;
min-height: 50pc;
}
.need-chef-card:hover{
background: #104682;
}
.need-chef-card:hover p,
.need-chef-card:hover h4,
.need-chef-card:hover h6{
.need-chef-card:hover h6,
.need-chef-card:hover span{
color: #FFFFFF;
}
.need-chef-top{
padding: 30px;
}
.need-chef-top span{
color: #0E4F97;
text-decoration: underline;
}
/* insurance page css */
.insurance-banner{
padding: 6rem;
@ -1672,7 +1688,7 @@ Responsive Codes
flex-direction: column;
align-items: center;
padding: 30px 20px;
min-height: 22pc;
min-height: 25pc;
}
.pathway-steps-icon{
background: #FFFFFF;
@ -1690,6 +1706,9 @@ Responsive Codes
color: #FFFFFF;
text-align: center;
}
.immigration-logo{
width: 65%;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
h2{
@ -1714,7 +1733,8 @@ Responsive Codes
.recruitment-banner .breadcrumb,
.news-banner-section .breadcrumb,
.services-banner-section .breadcrumb,
.pathway-banner-section .breadcrumb{
.pathway-banner-section .breadcrumb,
.labor-agreement-banner .breadcrumb{
display: none;
}
.banner-section .banner-description {
@ -1777,7 +1797,8 @@ Responsive Codes
.insurance-desc,
.labor-section-primary,
.labor-section-secondary,
.pathway-steps-section{
.pathway-steps-section,
.service-detail-secondary{
padding: 2rem;
}
.visa-services,
@ -1860,11 +1881,17 @@ Responsive Codes
background:rgb(231, 231, 231);
}
.service-primary-img,
.service-secondary-img,
.service-last-img,
.insurance-desc-img{
margin: 0 0 20px 0;
}
.service-secondary .service-secondary-img{
position: relative;
margin: 0 0 20px 0;
bottom: 0;
left: 0;
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
html {

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

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

@ -18,6 +18,10 @@
</div>
</section>
<section class="labor-section-primary">
<div class="text-center mb-5">
<h2>Labour Agreement</h2>
<p>Finding the right hospitality staff in the domestic market has been proven to be difficult for many hospitality operators. Labour Agreement can serve as a strategic tool for operators within the industry to hire, educate and retain staff ensuring you have the required resources to focus on growing your business. We are specialists in assisting Premium Dining Restaurants along with Hotel and Accommodation owners in obtaining labour agreements.</p>
</div>
<h5>Restaurant <hr></h5>
<h2>Labour Agreement – Restaurant (Premium Dining)</h2>
<p>Through Labour Agreements, restaurants can hire overseas workers who are either not eligible for standard immigration programmes or have access to permanent visa options with different terms and conditions than would otherwise be available.</p>
@ -43,15 +47,15 @@
</ul>
</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>
Currently, the age limit for the Subclass 186 Vis is under 55 years.
Currently, the age limit for the Subclass 186 Visa is under 45 years.
</p>
<h4>The following must require under TSS and SESR visa for Nominee,</h4>
<ul class="mt-3">
<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.0 for reading and writing.</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>
</ul>
</section>
<section class="labor-section-secondary">

@ -66,8 +66,8 @@
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li>
<a class="dropdown-item" href="{{url('/need_chef')}}">Hire a Chef</a>
<a class="dropdown-item" href="{{url('/am_chef')}}">Work as a Chef</a>
<a class="dropdown-item" href="{{url('/need_chef')}}">Hospitality Operator</a>
<a class="dropdown-item" href="{{url('/am_chef')}}">Hospitality Candidate</a>
<a class="dropdown-item" href="{{url('/labor_agreement')}}">Labour Agreements</a>
</li>
</ul>
@ -113,8 +113,11 @@
<div class="row">
<div class="col-md-3">
<div class="footer-desc">
<img src="{{url('frontend/images/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>
<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>
<div class="immigration-logo">
<img src="{{url('frontend/images/immigration-lawyers.png')}}" class="img-fluid mt-4" alt="">
</div>
</div>
</div>
<div class="col-md-3">
@ -132,8 +135,8 @@
<div class="recruitment">
<h2>Recruitment</h2>
<ul>
<li><a href="/need_chef">Hire a Chef</a></li>
<li><a href="/am_chef">Work as a Chef</a></li>
<li><a href="/need_chef">Hospitality Operator</a></li>
<li><a href="/am_chef">Hospitality Candidate</a></li>
<li><a href="/labor_agreement">Labour Agreements</a></li>
</ul>
</div>
@ -152,8 +155,8 @@
</div>
</div>
<div class="footer-bottom">
<div class="abn">
<p>ABN : 97654871011 </p>
<div class="copyright">
<p>MIGRATION AGENT’S NUMBER MARN: 1463534</p>
</div>
<div class="copyright">
<p>APLUS © 2022. All Rights Reserved.</p>

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

@ -50,7 +50,7 @@
</div>
<div class="news-card-desc">
<h4>{{$news->title}}</h4>
<p>{!!(\Illuminate\Support\Str::limit(strip_tags($news->description), 150, $end='...'))!!}</p>
<p>e</p>
</div>
</a>
</div>

@ -32,86 +32,25 @@
</section>
<section class="related-article">
<h3>Related Articles</h3>
<h2 class="mt-4">Coming soon......</h2>
{{-- <div class="row g-4">
<!-- <h2 class="mt-4">Coming soon......</h2> -->
<div class="row g-4">
@foreach(App\Models\NewsAndUpdate::where('id','!=',$news->first()->id)->where('status','1')->get() as $related)
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<a href="{{url('news/'.$related->slug)}}">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
<img src="{{url($related->image)}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
<h4>{{$related->title}}</h4>
<p>{!!(\Illuminate\Support\Str::limit(strip_tags($related->description), 150, $end='...'))!!}</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
</div> --}}
@endforeach
</div>
</section>
@endsection

@ -2,7 +2,7 @@
@section('title')
<title>Pathway Programme</title>
<meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/>
<meta name="og:title" content="Pathway Programme"/>
<meta name="og:title" content="Education"/>
<meta name="og:image" content="{{url('frontend/images/education-banner.png')}}"/>
@endsection
@section('content')
@ -28,7 +28,9 @@
<div class="service-secondary-desc">
<h5><hr>Education</h5>
<h3>Pathway from Education</h3>
<p>Some students come to Australia and like living here so much that they decide to live and apply for Permanent Residence Visa after completing their studies. Several pathways to a better future in Australia for international students are available, which will be determined by factors such as qualification, English language ability, employment history and other requirements.</p>
<p>A PLUS AGENCY partners with educational providers throughout Australia to assist aspiring students in obtaining the relevant qualifications before embarking on further professional development.</p>
<p>It is common for international students to come to Australia and decide to look for permanent migration options to call Australia home! There are several pathways available to secure a future in Australia, however, the first step is ensuring relevant qualifications are obtained.</p>
<p>At A PLUS AGENCY, we aid from day one and provide a proven framework with an emphasis on employability.</p>
<a href="/contact">Book An Appointment</a>
</div>
</div>
@ -36,12 +38,12 @@
</section>
<section class="pathway-steps-section">
<div class="pathway-step-header">
<h2><span>Pathway</span> to Australian PR through 4 simple steps</h2>
<h2><span>Pathway</span> to a Successful 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>
<h5>Here are a few easy steps that could help you follow this road.</h5>
</div>
<div class="row g-4">
<div class="col-md-3">
<div class="col-lg-3 col-md-6">
<div class="pathway-step-card">
<div class="pathway-steps-icon">
<img src="{{url('frontend/icons/write-blue.svg')}}" alt="">
@ -52,7 +54,7 @@
</div>
</div>
</div>
<div class="col-md-3">
<div class="col-lg-3 col-md-6">
<div class="pathway-step-card">
<div class="pathway-steps-icon">
<img src="{{url('frontend/icons/online-learning.svg')}}" alt="">
@ -63,7 +65,7 @@
</div>
</div>
</div>
<div class="col-md-3">
<div class="col-lg-3 col-md-6">
<div class="pathway-step-card">
<div class="pathway-steps-icon">
<img src="{{url('frontend/icons/efficiency.svg')}}" alt="">
@ -74,7 +76,7 @@
</div>
</div>
</div>
<div class="col-md-3">
<div class="col-lg-3 col-md-6">
<div class="pathway-step-card">
<div class="pathway-steps-icon">
<img src="{{url('frontend/icons/recruitment-icon.svg')}}" alt="">

@ -27,13 +27,13 @@
<a href="/need_chef">
<div class="need-chef-card">
<div class="need-chef-top">
<h4>Hire a Chef</h4>
<h6>Connecting People and Businesses</h6>
<p>A Plus Agency is an education and recruitment firm specializing in the hospitality industry, focusing on business-to-business relationships and international chef placements.
<h4>I am a Hospitality Operator</h4>
<h6>Our goal is to connect highly skilled people with hospitality operators.</h6>
<p>A Plus Agency is an education and recruitment firm specialising in the hospitality industry, we concentrate on business-to-business relations and international candidate placements.
<br><br>
Need help finding the best chef for your business? Whatever you need, we will help to find the right talent!
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>
Please get in touch via our enquiry form. We would love to find out how we can help you!
Please get in touch via our <span>enquiry form</span> . We would love to find out how we can help you!
</p>
</div>
<div class="need-chef-card-img text-center">
@ -46,13 +46,12 @@
<a href="/am_chef">
<div class="need-chef-card">
<div class="need-chef-top">
<h4>Work as a Chef</h4>
<h6>We help you Grow, Choose a Job you Love</h6>
<p>A Plus Agency gives hospitality workers like you the ultimate freedom & choice, supports you throughout your employment and provides protection.
<h4>I am A Hospitality Candidate</h4>
<p>At A-PLUS we are obsessed with enabling individuals to further progress within their careers.
<br><br>
If you want to work in Australia as a Chef or a Cook, you must provide evidence that you have the skills and qualifications to fulfil the specific job requirements.
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>
Are you a chef looking for work? We would love to hear from you!
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.
</p>
</div>
<div class="need-chef-card-img text-center">

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

@ -16,7 +16,7 @@
</video>
<span class="banner-shadow"></span>
<div class="banner-description">
<h2>4 Easy Steps To <br> Secure a Better Future <br> In Australia
<h2>4 Easy Steps To <br> Secure Your Future <br> In Australia
<span data-text="Study Programme"></span>
<span data-text2="Training Programme"></span>
<span data-text3="Skill Assessment"></span>
@ -56,7 +56,7 @@
<div class="achivement-sec">
<img src="{{url('frontend/icons/business-icon.png')}}" alt="">
<h5>{{$employers->value ?? ''}}</h5>
</div>
</div>
</div>
</section>
<!-- Achievement section -->
@ -69,16 +69,16 @@
<div class="col-md-6">
<div class="about-us-sec">
<h2>A-Plus Australia Agency</h2>
<h4>We will help you achieve Permanent Residency in Australia</h4>
<h4>We will help you secure a long-lasting future in Australia</h4>
<p>The success in your life comes from you thriving in the things that you are most passionate about.
<br><br>
At A-PLUS Australia agency, we strive to turn your dream into reality. Our team of well-established advisers are here to help you gain your qualifications and kick start your life by assisting you from the day of application till you gain your Permanent Residency in Australia.
At A-PLUS Australia Agency, we strive to turn your dream into reality. Our team of well-established advisers are here to help you gain your qualifications and kick start your life by assisting you from the day of application till you gain your Permanent Residency in Australia.
</p>
<h5>Why Choose A-Plus Australia Agency?</h5>
<ul>
<li>100% Success</li>
<li>Pathway to Parmanent</li>
<li>You are our first Priority</li>
<li>Proven pathways to a successful future in Australia.</li>
<li>You are our priority</li>
</ul>
<a href="{{url('/about')}}">View More</a>
</div>

Loading…
Cancel
Save