Skip to content

Commit

Permalink
removed prev hero
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehak-Mattoo committed Jul 9, 2024
1 parent 76a5bc0 commit 662e003
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,25 +148,7 @@

<div class="intro-section" id="home-section">

<div class="slide-1" style="background-image: url('images/1.jpg');" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center">
<div class="col-12">
<div class="row align-items-center">
<div class="col-lg-6 mb-4">
<h1 data-aos="fade-up" data-aos-delay="100">Sorting Algorithm</h1>
<p class="mb-4" data-aos="fade-up" data-aos-delay="200">A Sorting Algorithm is used to rearrange a
given array or list of elements according to a comparison operator on the elements. </p>

</div>
</div>
</div>

</div>
</div>


<!-- <div class="flex p-5 items-center justify-center ml-5 mr-5">
<div class="flex p-5 items-center justify-center ml-5 mr-5">
<div class="sm:w-full md:w-2/4">
<div class="mr-5">
<h1 class="text-4xl font-semibold sm:text-5xl md:text-6xl text-black mb-4">
Expand All @@ -189,7 +171,7 @@ <h1 class="text-4xl font-semibold sm:text-5xl md:text-6xl text-black mb-4">
<div class="w-2/4 md:flex hidden">
<img src="./images/home.jpg" alt="">
</div>
</div> -->
</div>



Expand Down

0 comments on commit 662e003

Please sign in to comment.