Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasuji committed Jun 29, 2024
1 parent 26cf21b commit dd2e304
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@
</div>
</div>
</nav>

<style>
#under-construction-heading {
color: yellow !important;
}
</style>



Expand All @@ -191,7 +197,10 @@
<div class="col-lg-6 text-center ">
<a href="#" href="https://vimeo.com/342333493" data-fancybox data-aos="fade-up" data-aos-delay="0" class="caption mb-4 d-inline-block">Watch the video</a>

<h1 class="mb-4 heading text-white" data-aos="fade-up" data-aos-delay="100"> <i class="uil uil-traffic-barrier"></i> Under Construction...</h1>
<h1 id="under-construction-heading" class="mb-4 heading text-white" data-aos="fade-up" data-aos-delay="100">
<i class="uil uil-traffic-barrier"></i> Under Construction...
</h1>

<br>
<h1 class="mb-4 heading text-white" data-aos="fade-up" data-aos-delay="100"> Explore our Self Learning Portals</h1>
<p class="mb-0" data-aos="fade-up" data-aos-delay="300"><a href="" class="btn btn-secondary">Self Learning Portals</a></p>
Expand Down

0 comments on commit dd2e304

Please sign in to comment.