Skip to content

Commit dd2e304

Browse files
committed
updated
1 parent 26cf21b commit dd2e304

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@
175175
</div>
176176
</div>
177177
</nav>
178+
179+
<style>
180+
#under-construction-heading {
181+
color: yellow !important;
182+
}
183+
</style>
178184

179185

180186

@@ -191,7 +197,10 @@
191197
<div class="col-lg-6 text-center ">
192198
<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>
193199

194-
<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>
200+
<h1 id="under-construction-heading" class="mb-4 heading text-white" data-aos="fade-up" data-aos-delay="100">
201+
<i class="uil uil-traffic-barrier"></i> Under Construction...
202+
</h1>
203+
195204
<br>
196205
<h1 class="mb-4 heading text-white" data-aos="fade-up" data-aos-delay="100"> Explore our Self Learning Portals</h1>
197206
<p class="mb-0" data-aos="fade-up" data-aos-delay="300"><a href="" class="btn btn-secondary">Self Learning Portals</a></p>

0 commit comments

Comments
 (0)