[add] lets chat section

et#4
tribikram 2 years ago committed by Mahesh Sharma
parent 146961a6be
commit b0b1b98da7
  1. 41
      public/frontend/css/style.css
  2. 47
      resources/views/about.blade.php

@ -892,6 +892,47 @@ Responsive Codes
padding: 0 20%;
color: #000000;
}
.et-cards{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.et-card{
display: flex;
flex-direction: column;
align-items: center;
}
.et-card-img{
height: 100px;
}
.et-card-detail h2{
text-align: center;
}
.et-card-detail p{
text-align: center;
}
.et-card-img img{
border-radius: 50%;
}
.lets-chat-section{
background: #E8F2FF;
padding: 3rem 6rem;
}
.lets-chat-section h1{
text-align: center;
}
.lets-chat-section p{
text-align: center;
margin-bottom: 35px;
}
.lets-chat-section a{
background: #E8F2FF;
color: #000000;
border: 1px solid #E22899;
text-decoration: none;
text-align: center;
border-radius: 6px;
padding: 10px 40px;
}
/* about us css ends */
.visa-table ul{

@ -37,5 +37,52 @@
global education partners.
</p>
</div>
<div class="et-cards">
<div class="et-card">
<div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div>
<div class="et-card-detail">
<h2>15+</h2>
<p>Registered Migration Agents</p>
</div>
</div>
<div class="et-card">
<div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div>
<div class="et-card-detail">
<h2>15+</h2>
<p>Registered Migration Agents</p>
</div>
</div>
<div class="et-card">
<div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div>
<div class="et-card-detail">
<h2>15+</h2>
<p>Registered Migration Agents</p>
</div>
</div>
<div class="et-card">
<div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div>
<div class="et-card-detail">
<h2>15+</h2>
<p>Registered Migration Agents</p>
</div>
</div>
</div>
</section>
<section class="lets-chat-section">
<h1>Let's Chat</h1>
<p>Thinking about starting a team? Need to augment your existing team?
We’re here to help. We work with US based companies to help them grow!
</p>
<div class="text-center">
<a href="">Consult with us</a>
</div>
</section>
@endsection
Loading…
Cancel
Save