welcome-and-layout

aplus#38
Mahesh Sharma 2 years ago
parent adc6170d09
commit 8682614dcc
  1. 4
      resources/views/layout/app.blade.php
  2. 12
      resources/views/welcome.blade.php

@ -113,8 +113,8 @@
<div class="row"> <div class="row">
<div class="col-md-3"> <div class="col-md-3">
<div class="footer-desc"> <div class="footer-desc">
<img src="{{url('frontend/images/logo.png')}}" class="img-fluid" alt=""> <img src="{{ url(App\Models\Setting::where('slug', 'logo')->first()->value ?? '')}}" 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> </div>
</div> </div>
<div class="col-md-3"> <div class="col-md-3">

@ -16,7 +16,7 @@
</video> </video>
<span class="banner-shadow"></span> <span class="banner-shadow"></span>
<div class="banner-description"> <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-text="Study Programme"></span>
<span data-text2="Training Programme"></span> <span data-text2="Training Programme"></span>
<span data-text3="Skill Assessment"></span> <span data-text3="Skill Assessment"></span>
@ -56,7 +56,7 @@
<div class="achivement-sec"> <div class="achivement-sec">
<img src="{{url('frontend/icons/business-icon.png')}}" alt=""> <img src="{{url('frontend/icons/business-icon.png')}}" alt="">
<h5>{{$employers->value ?? ''}}</h5> <h5>{{$employers->value ?? ''}}</h5>
</div> </div>
</div> </div>
</section> </section>
<!-- Achievement section --> <!-- Achievement section -->
@ -69,16 +69,16 @@
<div class="col-md-6"> <div class="col-md-6">
<div class="about-us-sec"> <div class="about-us-sec">
<h2>A-Plus Australia Agency</h2> <h2>A-Plus Australia Agency</h2>
<h4>We will help you achieve Permanent Residency in Australia</h4> <h4>We will help you achieve better future in Australia.</h4>
<p>The success in your life comes from you thriving in the things that you are most passionate about. <p>The success in your life comes from you thriving in the things that you are most passionate about.
<br><br> <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> </p>
<h5>Why Choose A-Plus Australia Agency?</h5> <h5>Why Choose A-Plus Australia Agency?</h5>
<ul> <ul>
<li>100% Success</li> <li>100% Success</li>
<li>Pathway to Parmanent</li> <li>Proven pathways to a successful future in Australia.</li>
<li>You are our first Priority</li> <li>You are our priority</li>
</ul> </ul>
<a href="{{url('/about')}}">View More</a> <a href="{{url('/about')}}">View More</a>
</div> </div>

Loading…
Cancel
Save