[edit] icons, images

et#3
tribikram 2 years ago committed by Mahesh Sharma
parent 4ea36987bc
commit f5a7f73969
  1. 3
      public/css/style.css
  2. BIN
      public/images/about-image.png
  3. BIN
      public/images/contact-us.png
  4. 8
      resources/views/layout/app.blade.php
  5. 20
      resources/views/welcome.blade.php

@ -1032,8 +1032,7 @@ p {
color: #000; color: #000;
overflow-x: hidden; overflow-x: hidden;
height: 100%; height: 100%;
background-repeat: no-repeat; background: #f8f9fc;
background-size: 100% 100%
} }
.card{ .card{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 851 KiB

After

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 KiB

@ -80,8 +80,8 @@
<!-- Logo container--> <!-- Logo container-->
<div> <div>
<a href="/" class="logo"> <a href="/" class="logo">
<img src="{{url('images/et-white.png')}}" alt="" class="logo-light" height="60" /> <img src="{{url('images/et-white.png')}}" alt="" class="logo-light" height="70" />
<img src="{{url('images/et-colored.png')}}" alt="" class="logo-dark" height="60" /> <img src="{{url('images/et-colored.png')}}" alt="" class="logo-dark" height="70" />
</a> </a>
</div> </div>
<!--end login button--> <!--end login button-->
@ -172,10 +172,10 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-3 col-12 mb-0 mb-md-4 pb-0 pb-md-2"> <div class="col-lg-3 col-12 mb-0 mb-md-4 pb-0 pb-md-2">
<a href="javascript:void(0)"><img src="images/et-colored.png" height="40" alt=""></a> <a href="javascript:void(0)"><img src="{{url('images/et-colored.png')}}" height="60" alt=""></a>
<p class="mt-4">ET Recruitment is the branch of Extratech, operating within only a few markets, a specialist IT and Accounting talent recruitment agency. </p> <p class="mt-4">ET Recruitment is the branch of Extratech, operating within only a few markets, a specialist IT and Accounting talent recruitment agency. </p>
<ul class="social-icon social list-inline mb-0"> <ul class="social-icon social list-inline mb-0">
<li class="list-inline-item"><a href="#" class="rounded"><i class="mdi mdi-facebook"></i></a></li> <li class="list-inline-item"><a href="https://www.facebook.com/extratech.au" target="_blank" class="rounded"><i class="mdi mdi-facebook"></i></a></li>
<li class="list-inline-item"><a href="#" class="rounded"><i class="mdi mdi-twitter"></i></a></li> <li class="list-inline-item"><a href="#" class="rounded"><i class="mdi mdi-twitter"></i></a></li>
<li class="list-inline-item"><a href="#" class="rounded"><i class="mdi mdi-instagram"></i></a></li> <li class="list-inline-item"><a href="#" class="rounded"><i class="mdi mdi-instagram"></i></a></li>
<li class="list-inline-item"><a href="#" class="rounded"><i class="mdi mdi-google"></i></a></li> <li class="list-inline-item"><a href="#" class="rounded"><i class="mdi mdi-google"></i></a></li>

@ -10,7 +10,7 @@
$msg = Session::get('msg') ?? null; $msg = Session::get('msg') ?? null;
@endphp @endphp
<!-- Start Home --> <!-- Start Home -->
<section class="bg-home" style="background: url('/images/recruitment-banner.png') ;"> <section class="bg-home" style="background: url('images/recruitment-banner.png') ;">
<div class="bg-overlay"></div> <div class="bg-overlay"></div>
<div class="home-center"> <div class="home-center">
<div class="home-desc-center"> <div class="home-desc-center">
@ -63,7 +63,7 @@
<div class="col-md-3 mt-4 pt-2"> <div class="col-md-3 mt-4 pt-2">
<div class="how-it-work-box bg-light p-3 text-center rounded shadow"> <div class="how-it-work-box bg-light p-3 text-center rounded shadow">
<div class="how-it-work-img position-relative rounded-pill mb-3"> <div class="how-it-work-img position-relative rounded-pill mb-3">
<img src="images/how-it-work/img-1.png" alt="" class="mx-auto d-block" height="50"> <img src="{{url('images/how-it-work/img-1.png')}}" alt="" class="mx-auto d-block" height="50">
</div> </div>
<div> <div>
<h5>Skill Assessment</h5> <h5>Skill Assessment</h5>
@ -74,7 +74,7 @@
<div class="col-md-3 mt-4 pt-2"> <div class="col-md-3 mt-4 pt-2">
<div class="how-it-work-box bg-light p-3 text-center rounded shadow "> <div class="how-it-work-box bg-light p-3 text-center rounded shadow ">
<div class="how-it-work-img position-relative rounded-pill mb-3"> <div class="how-it-work-img position-relative rounded-pill mb-3">
<img src="images/how-it-work/img-2.png" alt="" class="mx-auto d-block" height="50"> <img src="{{url('images/how-it-work/img-2.png')}}" alt="" class="mx-auto d-block" height="50">
</div> </div>
<div> <div>
<h5>RPL (Recognition of Prior Learning)</h5> <h5>RPL (Recognition of Prior Learning)</h5>
@ -85,7 +85,7 @@
<div class="col-md-3 mt-4 pt-2"> <div class="col-md-3 mt-4 pt-2">
<div class="how-it-work-box bg-light p-3 text-center rounded shadow"> <div class="how-it-work-box bg-light p-3 text-center rounded shadow">
<div class="how-it-work-img position-relative rounded-pill mb-3"> <div class="how-it-work-img position-relative rounded-pill mb-3">
<img src="images/how-it-work/img-3.png" alt="" class="mx-auto d-block" height="50"> <img src="{{url('images/how-it-work/img-3.png')}}" alt="" class="mx-auto d-block" height="50">
</div> </div>
<div> <div>
<h5>Career Counselling</h5> <h5>Career Counselling</h5>
@ -96,7 +96,7 @@
<div class="col-md-3 mt-4 pt-2"> <div class="col-md-3 mt-4 pt-2">
<div class="how-it-work-box bg-light p-3 text-center rounded shadow"> <div class="how-it-work-box bg-light p-3 text-center rounded shadow">
<div class="how-it-work-img position-relative rounded-pill mb-3"> <div class="how-it-work-img position-relative rounded-pill mb-3">
<img src="images/how-it-work/img-1.png" alt="" class="mx-auto d-block" height="50"> <img src="{{url('images/how-it-work/img-1.png')}}" alt="" class="mx-auto d-block" height="50">
</div> </div>
<div> <div>
<h5> Recruitment</h5> <h5> Recruitment</h5>
@ -136,7 +136,7 @@
<div class="row align-items-center"> <div class="row align-items-center">
<div class="col-md-2"> <div class="col-md-2">
<div class="mo-mb-2"> <div class="mo-mb-2">
<img src="images/featured-job/img-1.png" alt="" class="img-fluid mx-auto d-block"> <img src="{{url('images/featured-job/img-1.png')}}" alt="" class="img-fluid mx-auto d-block">
</div> </div>
</div> </div>
<div class="col-md-3"> <div class="col-md-3">
@ -193,7 +193,7 @@
<div class="row align-items-center"> <div class="row align-items-center">
<div class="col-md-2"> <div class="col-md-2">
<div class="mo-mb-2"> <div class="mo-mb-2">
<img src="images/featured-job/img-2.png" alt="" class="img-fluid mx-auto d-block"> <img src="{{url('images/featured-job/img-2.png')}}" alt="" class="img-fluid mx-auto d-block">
</div> </div>
</div> </div>
<div class="col-md-3"> <div class="col-md-3">
@ -245,7 +245,7 @@
<div class="row align-items-center"> <div class="row align-items-center">
<div class="col-md-2"> <div class="col-md-2">
<div class="mo-mb-2"> <div class="mo-mb-2">
<img src="images/featured-job/img-3.png" alt="" class="img-fluid mx-auto d-block"> <img src="{{url('images/featured-job/img-3.png')}}" alt="" class="img-fluid mx-auto d-block">
</div> </div>
</div> </div>
<div class="col-md-3"> <div class="col-md-3">
@ -302,7 +302,7 @@
<div class="row align-items-center"> <div class="row align-items-center">
<div class="col-md-2"> <div class="col-md-2">
<div class="mo-mb-2"> <div class="mo-mb-2">
<img src="images/featured-job/img-4.png" alt="" class="img-fluid mx-auto d-block"> <img src="{{url('images/featured-job/img-4.png')}}" alt="" class="img-fluid mx-auto d-block">
</div> </div>
</div> </div>
<div class="col-md-3"> <div class="col-md-3">
@ -422,7 +422,7 @@
<!-- testimonial end --> <!-- testimonial end -->
<!-- subscribe start --> <!-- subscribe start -->
<section class="contact-section" id="contact" style="background: url('images/contact-sec.png') ;"> <section class="contact-section" id="contact">
<div class="container-fluid px-1 py-5 mx-auto"> <div class="container-fluid px-1 py-5 mx-auto">
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-12"> <div class="col-12">

Loading…
Cancel
Save