et#10 #11

Open
tribikram wants to merge 2 commits from et#10 into master
  1. 163
      public/frontend/css/style.css
  2. BIN
      public/frontend/icons/email.png
  3. 3
      public/frontend/icons/email.svg
  4. BIN
      public/frontend/icons/phone.png
  5. 24
      resources/views/about.blade.php
  6. 36
      resources/views/blog-detail.blade.php
  7. 7
      resources/views/contact.blade.php
  8. 35
      resources/views/layout/app.blade.php
  9. 30
      resources/views/welcome.blade.php

@ -37,7 +37,7 @@ h2{
.navbar-brand-img img{ .navbar-brand-img img{
width: 75%; width: 75%;
padding: 20px 0; padding: 12px 0;
} }
.navbar-list { .navbar-list {
@ -53,7 +53,7 @@ h2{
.nav-link{ .nav-link{
text-decoration: none; text-decoration: none;
font-weight: 500; font-weight: 500;
font-size: 18px; font-size: 17px;
line-height: 22px; line-height: 22px;
color: #2B2A29 !important; color: #2B2A29 !important;
} }
@ -211,7 +211,7 @@ Responsive Codes
font-size: 14px; font-size: 14px;
transition: all 0.5s; transition: all 0.5s;
color: #fff; color: #fff;
padding: 0 6rem; padding: 0.2rem 6rem;
} }
.contact-info, .social-links { .contact-info, .social-links {
display: flex; display: flex;
@ -220,6 +220,11 @@ Responsive Codes
justify-content: center; justify-content: center;
justify-items: center; justify-items: center;
} }
.contact-info-icons{
display: flex;
align-items: center;
gap: 8px;
}
.contact-info a{ .contact-info a{
color: #326CBF; color: #326CBF;
text-decoration: none; text-decoration: none;
@ -231,6 +236,15 @@ Responsive Codes
color: #000000; color: #000000;
margin-right: 6rem; margin-right: 6rem;
} }
.top-socials{
display: flex;
align-items: center;
gap: 1.5rem;
color: #000000;
}
.top-socials a{
font-size: 24px;
}
.top-links a{ .top-links a{
text-decoration: none; text-decoration: none;
font-weight: 400; font-weight: 400;
@ -240,7 +254,6 @@ Responsive Codes
} }
.social-links .fa-brands{ .social-links .fa-brands{
color: #326CBF; color: #326CBF;
margin-bottom: 16px;
} }
/* Header css */ /* Header css */
/* banner slider css */ /* banner slider css */
@ -377,30 +390,27 @@ Responsive Codes
font-size: 20px; font-size: 20px;
line-height: 29px; line-height: 29px;
text-align: center; text-align: center;
color: #326CBF; color: #326CBF;
margin-bottom: 0;
} }
.high-visa{ .high-visa,
.certified-counselor,
.marn-agent,
.partners{
height: 100%; height: 100%;
padding: 20px; padding: 35px 20px;
text-align: center; text-align: center;
}
.high-visa{
background: #E7F1FF; background: #E7F1FF;
} }
.certified-counselor{ .certified-counselor{
height: 100%;
padding: 20px;
text-align: center;
background: #F1F7FF; background: #F1F7FF;
} }
.marn-agent{ .marn-agent{
height: 100%;
padding: 20px;
text-align: center;
background: #FBF1FF; background: #FBF1FF;
} }
.partners{ .partners{
height: 100%;
padding: 20px;
text-align: center;
background: #FFF1FC; background: #FFF1FC;
} }
/* homepage service section css */ /* homepage service section css */
@ -473,7 +483,7 @@ Responsive Codes
.services-slider{ .services-slider{
display: flex !important; display: flex !important;
flex-direction: column; flex-direction: column;
gap: 2rem; gap: 0.5rem;
} }
.service-card{ .service-card{
display: flex; display: flex;
@ -482,7 +492,7 @@ Responsive Codes
align-items: center; align-items: center;
text-align: center; text-align: center;
padding: 20px; padding: 20px;
width: 90%; margin: 0.5rem 0.8rem;
min-height: 350px; min-height: 350px;
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
@ -516,6 +526,7 @@ Responsive Codes
.why-us-lists{ .why-us-lists{
display: flex; display: flex;
gap: 2rem; gap: 2rem;
margin-bottom: 1rem;
} }
.why-us-desc h1, .why-us-desc h1,
.testimonials-desc h1, .testimonials-desc h1,
@ -535,9 +546,20 @@ Responsive Codes
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;
margin-bottom: 2.8rem;
color: #1E1C1C; color: #1E1C1C;
} }
.lists-icons{
padding: 10px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
border-radius: 50%;
background: #296AC7;
}
.list-des h3{
font-weight: 500;
}
/* testimonials section css */ /* testimonials section css */
.testimonials-section{ .testimonials-section{
padding: 2rem 6rem; padding: 2rem 6rem;
@ -577,7 +599,7 @@ Responsive Codes
gap: 20px; gap: 20px;
} }
.review-card{ .review-card{
min-height: 25pc; min-height: 30pc;
margin: 0 10px; margin: 0 10px;
padding: 20px; padding: 20px;
gap: 20px; gap: 20px;
@ -951,6 +973,13 @@ Responsive Codes
font-size: 12px; font-size: 12px;
margin: 10px 0; margin: 10px 0;
} }
.success-message{
padding: 1rem;
font-weight: 500;
font-size: 14px;
line-height: 2.6rem;
color: #4BB543;
}
.form-sec .form-control::placeholder{ .form-sec .form-control::placeholder{
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;
@ -1225,6 +1254,11 @@ Responsive Codes
text-decoration: none; text-decoration: none;
background: #E22899; background: #E22899;
border-radius: 5px; border-radius: 5px;
transition: .6s;
}
.featured-article a:hover,
.article-desc a:hover{
background: #296AC7;
} }
.article-desc h3{ .article-desc h3{
font-weight: 600; font-weight: 600;
@ -1335,11 +1369,12 @@ Responsive Codes
} }
.social-share{ .social-share{
display: flex; display: flex;
flex-direction: column;
gap: 20px; gap: 20px;
position: fixed; }
top: 20%; .blog-socials{
left: 2%; display: flex;
align-items: center;
justify-content: space-between;
} }
.faq-section .accordion-button:focus{ .faq-section .accordion-button:focus{
box-shadow: none; box-shadow: none;
@ -1496,9 +1531,6 @@ Responsive Codes
.footer-link:hover{ .footer-link:hover{
color: #E22899; color: #E22899;
} }
.fa-brands{
margin-top: 18px;
}
.fa-facebook:hover{ .fa-facebook:hover{
color: #4267B2; color: #4267B2;
} }
@ -1545,6 +1577,7 @@ Responsive Codes
} }
.footer-text p{ .footer-text p{
font-size: 12px; font-size: 12px;
margin-bottom: 0;
} }
.footer-text a{ .footer-text a{
color: #FFFFFF; color: #FFFFFF;
@ -1612,7 +1645,10 @@ Responsive Codes
.blog-header h1, .blog-header h1,
.our-values-section h1, .our-values-section h1,
.studyabroad-banner-header h1, .studyabroad-banner-header h1,
.contact-left-top h1{ .contact-left-top h1,
.about-banner-header h1,
.overseas-section h1,
.why-et-header h1{
font-size: 28px; font-size: 28px;
line-height: 38px; line-height: 38px;
margin-bottom: 0.8rem; margin-bottom: 0.8rem;
@ -1638,11 +1674,18 @@ Responsive Codes
.footer-top, .footer-top,
.our-values-section, .our-values-section,
.lets-chat-section, .lets-chat-section,
.blog-banner{ .blog-banner,
.overseas-section{
padding: 2rem; padding: 2rem;
} }
.contact-form-section{ .contact-form-section,
.about-banner-header p,
.overseas-section p, .why-et-header p{
padding: 0;
}
.scholarship-img{
padding: 0; padding: 0;
margin-bottom: 1rem;
} }
.contact-form, .contact-form,
.form-sec { .form-sec {
@ -1672,9 +1715,6 @@ Responsive Codes
padding: 0; padding: 0;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.service-card{
width: 100%;
}
.footer-text, .footer-text,
.footer-links{ .footer-links{
margin: 0 !important; margin: 0 !important;
@ -1712,6 +1752,15 @@ Responsive Codes
.contact-offices h5{ .contact-offices h5{
font-size: 15px; font-size: 15px;
} }
.why-us-lists{
gap: 1rem;
}
.lists-icons{
width: 80px;
}
.et-cards{
grid-template-columns: 1fr 1fr;
}
} }
/* mobile view css end */ /* mobile view css end */
/* ipad, tablets screen css */ /* ipad, tablets screen css */
@ -1747,12 +1796,16 @@ Responsive Codes
.slider-content h1{ .slider-content h1{
margin-bottom: 1.6rem; margin-bottom: 1.6rem;
} }
.slider-content p{ .slider-content p,
.overseas-img{
display: none; display: none;
} }
.why-us-img, .why-us-img,
.blog-header p, .blog-header p,
.lets-chat-section p{ .lets-chat-section p,
.overseas-section p,
.why-et-header p,
.about-banner-header p{
padding: 0; padding: 0;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
@ -1778,12 +1831,10 @@ Responsive Codes
.footer-top, .footer-top,
.lets-chat-section, .lets-chat-section,
.our-values-section, .our-values-section,
.blog-banner{ .blog-banner,
.overseas-section{
padding: 3rem; padding: 3rem;
} }
.service-card{
width: 100%;
}
.services-content h1, .services-content h1,
.why-us-desc h1, .why-us-desc h1,
.testimonials-desc h1, .testimonials-desc h1,
@ -1829,6 +1880,9 @@ Responsive Codes
.form-sec { .form-sec {
border-radius: 0; border-radius: 0;
} }
.about-banner-img{
top: 80%;
}
} }
/* ipad, tablets screen css ends */ /* ipad, tablets screen css ends */
/* Small screens, laptops css */ /* Small screens, laptops css */
@ -1868,15 +1922,14 @@ Responsive Codes
.testimonials-section, .testimonials-section,
.footer-top, .footer-top,
.lets-chat-section, .lets-chat-section,
.our-values-section{ .our-values-section,
.overseas-section{
padding: 3rem; padding: 3rem;
} }
.why-us-section::before{ .why-us-section::before,
.overseas-img{
display: none; display: none;
} }
.service-card{
width: 100%;
}
.services-content, .services-content,
.testimonials-desc , .testimonials-desc ,
.contact-offices { .contact-offices {
@ -1905,6 +1958,13 @@ Responsive Codes
.contact-form .row .col-md-8{ .contact-form .row .col-md-8{
width: 100%; width: 100%;
} }
.overseas-section p,
.why-et-header p,
.about-banner-header p,
.lets-chat-section p{
padding: 0;
margin-bottom: 1rem;
}
} }
/* Small screens, laptops css ends */ /* Small screens, laptops css ends */
/* Desktops, large screens css */ /* Desktops, large screens css */
@ -1935,4 +1995,17 @@ Responsive Codes
gap: 1rem; gap: 1rem;
} }
} }
/* Extra large screens, TV css ends */ /* Extra large screens, TV css ends */
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
.navbar-list{
gap: 1rem;
}
.review-card{
min-height: 37pc;
}
}
@media only screen and (min-width: 1440px) and (max-width: 1560px) {
.review-card{
min-height: 37pc;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

@ -1,4 +1,3 @@
<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="1" width="16" height="12" rx="2" fill="#7E869E" fill-opacity="0.25" stroke="#326CBF" stroke-width="1.2"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.0132028 4.15129C-3.38676e-10 4.69022 0 5.30205 0 6V8C0 10.8284 0 12.2426 0.87868 13.1213C1.75736 14 3.17157 14 6 14H12C14.8284 14 16.2426 14 17.1213 13.1213C18 12.2426 18 10.8284 18 8V6C18 5.30205 18 4.69022 17.9868 4.15129L9.97129 8.60436C9.36724 8.93994 8.63276 8.93994 8.02871 8.60436L0.0132028 4.15129ZM0.242967 2.02971C0.325845 2.05052 0.407399 2.08237 0.485643 2.12584L9 6.85604L17.5144 2.12584C17.5926 2.08237 17.6742 2.05052 17.757 2.02971C17.6271 1.55619 17.4276 1.18491 17.1213 0.87868C16.2426 0 14.8284 0 12 0H6C3.17157 0 1.75736 0 0.87868 0.87868C0.572448 1.18491 0.372942 1.55619 0.242967 2.02971Z" fill="#296AC7"/>
<path d="M8.10557 7.55279L1 4V11C1 12.1046 1.89543 13 3 13H15C16.1046 13 17 12.1046 17 11V4L9.89443 7.55279C9.33137 7.83431 8.66863 7.83431 8.10557 7.55279Z" fill="#326CBF"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 399 B

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

@ -28,13 +28,13 @@
{!!$about->bottom_description ?? '' !!} {!!$about->bottom_description ?? '' !!}
</div> </div>
<div class="et-cards"> <div class="et-cards">
<!-- <div class="et-card"> {{-- <div class="et-card">
<div class="et-card-img"> <div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt=""> <img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div> </div>
<div class="et-card-detail"> <div class="et-card-detail">
<h2>15+</h2> <h2>24/7</h2>
<p>Registered Migration Agents</p> <p>Assistance</p>
</div> </div>
</div> </div>
<div class="et-card"> <div class="et-card">
@ -42,8 +42,8 @@
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt=""> <img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div> </div>
<div class="et-card-detail"> <div class="et-card-detail">
<h2>15+</h2> <h2>99%</h2>
<p>Registered Migration Agents</p> <p>Success Rate</p>
</div> </div>
</div> </div>
<div class="et-card"> <div class="et-card">
@ -51,8 +51,8 @@
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt=""> <img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div> </div>
<div class="et-card-detail"> <div class="et-card-detail">
<h2>15+</h2> <h2>100+</h2>
<p>Registered Migration Agents</p> <p>Institutions</p>
</div> </div>
</div> </div>
<div class="et-card"> <div class="et-card">
@ -60,10 +60,10 @@
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt=""> <img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div> </div>
<div class="et-card-detail"> <div class="et-card-detail">
<h2>15+</h2> <h2>50+</h2>
<p>Registered Migration Agents</p> <p>Teams</p>
</div> </div>
</div> --> </div> --}}
</div> </div>
</section> </section>
<section class="our-values-section"> <section class="our-values-section">
@ -105,9 +105,7 @@
</section> </section>
<section class="lets-chat-section"> <section class="lets-chat-section">
<h1>Let's Chat</h1> <h1>Let's Chat</h1>
<p>Thinking about starting a team? Need to augment your existing team? <p>Answers to every education & migration query.Talk to our Expert!</p>
We’re here to help. We work with US based companies to help them grow!
</p>
<div class="text-center"> <div class="text-center">
<a href="contact">Consult with us <i class="fa-solid fa-arrow-right fa-2xs ms-1"></i></a> <a href="contact">Consult with us <i class="fa-solid fa-arrow-right fa-2xs ms-1"></i></a>
</div> </div>

@ -17,7 +17,24 @@
<img src="{{url('frontend/images/blogs-detail.png')}}" class="w-100" alt=""> <img src="{{url('frontend/images/blogs-detail.png')}}" class="w-100" alt="">
</div> </div>
@php $date = Carbon\Carbon::createFromFormat('Y-m-d', $blog->publish_date);@endphp @php $date = Carbon\Carbon::createFromFormat('Y-m-d', $blog->publish_date);@endphp
<h6>{{$date->format('j M, Y')}}</h6> <div class="blog-socials">
<h6>{{$date->format('j M, Y')}}</h6>
<div class="social-share">
<?php
$baseUrl="http://www.eteducation.com.au/blog/";
// $slug="$setting->slug";
?>
<a target="_blank" href="http://www.facebook.com/sharer.php?u={{$baseUrl.'/blog/'}}">
<img src="{{url('frontend/images/facebook-icon.png')}}" class="img-fluid" alt="">
</a>
<a target="_blank" href="http://twitter.com/share?text=Visit the link &url={{$baseUrl.'/blog/'}}">
<img src="{{url('frontend/images/twitter.png')}}" class="img-fluid" alt="">
</a>
<a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url={{$baseUrl.'/blog/'}}">
<img src="{{url('frontend/images/linkdin.png')}}" class="img-fluid" alt="">
</a>
</div>
</div>
<h2>{{$blog->title}} </h2> <h2>{{$blog->title}} </h2>
{!!$blog->description!!} {!!$blog->description!!}
<!-- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letterset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letterset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. <!-- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letterset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letterset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry.
@ -31,7 +48,7 @@
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<div class="recent-card"> <div class="recent-card">
<h1>Recent Posts</h1> <h1>Most Popular Blogs</h1>
@foreach(App\Models\NewsAndUpdate::where('id','!=',$blog->first()->id)->where('status','1')->get() as $recent) @foreach(App\Models\NewsAndUpdate::where('id','!=',$blog->first()->id)->where('status','1')->get() as $recent)
<a href="{{url('blog/'.$recent->slug)}}" class="recent-card-content"> <a href="{{url('blog/'.$recent->slug)}}" class="recent-card-content">
<div class="recent-card-img"> <div class="recent-card-img">
@ -69,19 +86,4 @@
</div> </div>
</div> </div>
</section> </section>
<div class="social-share">
<?php
$baseUrl="http://www.eteducation.com.au/blog/";
// $slug="$setting->slug";
?>
<a target="_blank" href="http://www.facebook.com/sharer.php?u={{$baseUrl.'/blog/'}}">
<img src="{{url('frontend/images/facebook-icon.png')}}" class="img-fluid" alt="">
</a>
<a target="_blank" href="http://twitter.com/share?text=Visit the link &url={{$baseUrl.'/blog/'}}">
<img src="{{url('frontend/images/twitter.png')}}" class="img-fluid" alt="">
</a>
<a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url={{$baseUrl.'/blog/'}}">
<img src="{{url('frontend/images/linkdin.png')}}" class="img-fluid" alt="">
</a>
</div>
@endsection @endsection

@ -184,12 +184,7 @@
return false; return false;
} }
else{ else{
Swal.fire( return true;
'Good job!',
'You clicked the button!',
'success'
)
// $('#contactModal').modal('show');
} }
} }

@ -46,16 +46,15 @@
<!-- Top section --> <!-- Top section -->
<section id="topbar" class="d-flex justify-content-center justify-content-md-between align-items-center"> <section id="topbar" class="d-flex justify-content-center justify-content-md-between align-items-center">
<div class="contact-info"> <div class="contact-info">
@if($email != '') @if($email != '')
<div> <div class="contact-info-icons">
<img src="{{url('frontend/icons/email.svg')}}" class="img-fluid"/> <img src="{{url('frontend/icons/email.png')}}" class="img-fluid"/>
<span><a href="mailto:{{$email}}" class="text-decoration-none">{{$email}}</a></span></i> <span><a href="mailto:{{$email}}" class="text-decoration-none">{{$email}}</a></span></i>
</div> </div>
@endif @endif
@if($phone != '') @if($phone != '')
<div> <div class="contact-info-icons">
<img src="{{url('frontend/icons/phone.svg')}}" class="img-fluid"/> <img src="{{url('frontend/icons/phone.png')}}" class="img-fluid"/>
<span><a href="tel:{{$phone}}" class="text-decoration-none">{{$phone}}</a></span></i> <span><a href="tel:{{$phone}}" class="text-decoration-none">{{$phone}}</a></span></i>
</div> </div>
@endif @endif
@ -64,17 +63,19 @@
<div class="top-links"> <div class="top-links">
<a href="/login" target="_blank">login</a> | <a href="/signup" target="_blank">Signup</a> <a href="/login" target="_blank">login</a> | <a href="/signup" target="_blank">Signup</a>
</div> </div>
<!-- <a href="#" class="twitter"><i class="bi bi-twitter"></i></a> --> <div class="top-socials">
@if($facebook != '') <!-- <a href="#" class="twitter"><i class="bi bi-twitter"></i></a> -->
<a href="{{$facebook}}" target="_blank" class="facebook"><i class="fa-brands fa-facebook"></i></a> @if($facebook != '')
@endif <a href="{{$facebook}}" target="_blank" class="facebook"><i class="fa-brands fa-facebook"></i></a>
@if($instagram != '') @endif
<a href="{{$instagram}}" target="_blank" class="instagram"><i class="fa-brands fa-instagram"></i></a> @if($instagram != '')
@endif <a href="{{$instagram}}" target="_blank" class="instagram"><i class="fa-brands fa-instagram"></i></a>
@if($linkedin != '') @endif
<a href="{{$linkedin}}" target="_blank" class="linkdin"><i class="fa-brands fa-linkedin"></i></a> @if($linkedin != '')
@endif <a href="{{$linkedin}}" target="_blank" class="linkdin"><i class="fa-brands fa-linkedin"></i></a>
<!-- <a href="#" class="linkedin"><i class="bi bi-linkedin"></i></i></a> --> @endif
<!-- <a href="#" class="linkedin"><i class="bi bi-linkedin"></i></i></a> -->
</div>
</div> </div>
</section> </section>
<!-- Top section --> <!-- Top section -->
@ -213,7 +214,7 @@
<input type="text" name = "email" id = "subscribe_email" class="custom-search-input" placeholder="Email address" required> <input type="text" name = "email" id = "subscribe_email" class="custom-search-input" placeholder="Email address" required>
<button class="custom-search-botton" onclick="subscribe()">Subscribe</button> <button class="custom-search-botton" onclick="subscribe()">Subscribe</button>
</div> </div>
<p id = "success-message"></p> <span class="success-message" id= "success-message"></span>
</div> </div>
<div class="col footer-socials"> <div class="col footer-socials">
<h1 class='text-white link-title'>Join Our Social Community</h1> <h1 class='text-white link-title'>Join Our Social Community</h1>

@ -173,20 +173,38 @@
<p>a remarkable number of Nepalese students from across the world, from diverse backgrounds, have achieved their international education goals successfully through us, the best Study Abroad Consultants in Nepal.</p> <p>a remarkable number of Nepalese students from across the world, from diverse backgrounds, have achieved their international education goals successfully through us, the best Study Abroad Consultants in Nepal.</p>
<div class="why-us-lists"> <div class="why-us-lists">
<div class="lists-icons"> <div class="lists-icons">
<img src="{{url('frontend/icons/bulb.png')}}" class="img-fluid" alt=""> <img src="{{url('frontend/icons/bulb.svg')}}" class="img-fluid" alt="">
</div> </div>
<div class="list-des"> <div class="list-des">
<h3>Countless opportunities</h3> <h3>Certified and Registered Counsellors</h3>
<p>Start your overseas education journey with the best overseas education consultant.</p> <p>To conduct your process in accordance with industry standards.</p>
</div> </div>
</div> </div>
<div class="why-us-lists"> <div class="why-us-lists">
<div class="lists-icons"> <div class="lists-icons">
<img src="{{url('frontend/icons/brightness.png')}}" class="img-fluid" alt=""> <img src="{{url('frontend/icons/brightness.svg')}}" class="img-fluid" alt="">
</div> </div>
<div class="list-des"> <div class="list-des">
<h3>One Stop Solution</h3> <h3>Convenient Location and Affordable services</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.</p> <p>To facilitate services conveniently and at reasonable amount.</p>
</div>
</div>
<div class="why-us-lists">
<div class="lists-icons">
<img src="{{url('frontend/icons/brightness.svg')}}" class="img-fluid" alt="">
</div>
<div class="list-des">
<h3>Most Trusted Migration Agent</h3>
<p>Reach our Facebook page and find the testimonials. You’d know it all.</p>
</div>
</div>
<div class="why-us-lists">
<div class="lists-icons">
<img src="{{url('frontend/icons/brightness.svg')}}" class="img-fluid" alt="">
</div>
<div class="list-des">
<h3>Assistance for wide ranging Courses and Visa</h3>
<p>To help you provide all the options available for your study or migration pathway.</p>
</div> </div>
</div> </div>
<div class="mt-4"> <div class="mt-4">

Loading…
Cancel
Save