Initial Commit
This commit is contained in:
53
home-parts/start-journey.php
Normal file
53
home-parts/start-journey.php
Normal file
@@ -0,0 +1,53 @@
|
||||
<!-- start your journey part -->
|
||||
<section class="top_cat__area section-padding pb-0 overflow-hidden"
|
||||
style="background-size: cover; background-position: center center;">
|
||||
<div class="container animated-box1" style="opacity: 1; transform: none; will-change: auto;">
|
||||
<!-- Section Title -->
|
||||
<div class="section-title text-center">
|
||||
<h2>Start your journey With us</h2>
|
||||
<p>
|
||||
We offer a brand new approach to the most basic learning paradigms. Choose from a wide range of learning options
|
||||
and gain new skills! Our school is known.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Features -->
|
||||
<div class="row g-4">
|
||||
<!-- Feature 1 -->
|
||||
<div class="col-lg-3 col-sm-6 col-xs-12 wow fadeInUp">
|
||||
<div class="single_tp">
|
||||
<span class="sc_one">01</span>
|
||||
<h3>Expert <br>Teacher</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur notted adipisicing elit ut labore.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Feature 2 -->
|
||||
<div class="col-lg-3 col-sm-6 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
|
||||
<div class="single_tp">
|
||||
<span class="sc_two">02</span>
|
||||
<h3>Quality <br>Education</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur notted adipisicing elit ut labore.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Feature 3 -->
|
||||
<div class="col-lg-3 col-sm-6 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.4s" data-wow-offset="0">
|
||||
<div class="single_tp">
|
||||
<span class="sc_three">03</span>
|
||||
<h3>Remote <br>Learning</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur notted adipisicing elit ut labore.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Feature 4 -->
|
||||
<div class="col-lg-3 col-sm-6 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.4s" data-wow-offset="0">
|
||||
<div class="single_tp">
|
||||
<span class="sc_four">04</span>
|
||||
<h3>Life Time <br>Support</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur notted adipisicing elit ut labore.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user