fixed footer, added about founder's message
This commit is contained in:
62
index.html
62
index.html
@@ -375,7 +375,7 @@
|
||||
<!-- Mission Image Start -->
|
||||
<div class="mission-img">
|
||||
<figure class="image-anime reveal">
|
||||
<img src="images/about.gif" alt="">
|
||||
<img src="images/about.gif" style="width: 450px; height: 750px;" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Mission Image End -->
|
||||
@@ -518,42 +518,43 @@
|
||||
<!-- Service Image Slide End -->
|
||||
|
||||
<!-- Service Image Slide Start -->
|
||||
<div class="swiper-slide">
|
||||
<div class="service-slider-image">
|
||||
<figure>
|
||||
<img src="images/hit-fantasy.jpg" alt="">
|
||||
</figure>
|
||||
<div class=" swiper-slide">
|
||||
<div class="service-slider-image">
|
||||
<figure>
|
||||
<img src="images/hit-fantasy.jpg" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Service Image Slide End -->
|
||||
<!-- Service Image Slide End -->
|
||||
|
||||
<!-- Service Image Slide Start -->
|
||||
<div class="swiper-slide">
|
||||
<div class="service-slider-image">
|
||||
<figure>
|
||||
<img src="images/srisports.png" style="width: 1200px; height: 1200px;" alt="">
|
||||
</figure>
|
||||
<!-- Service Image Slide Start -->
|
||||
<div class="swiper-slide">
|
||||
<div class="service-slider-image">
|
||||
<figure>
|
||||
<img src="images/srisports.png" style="width: 1200px; height: 1200px;" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Service Image Slide End -->
|
||||
</div>
|
||||
<div class="service-single-btn">
|
||||
<div class="service-single-button-prev"></div>
|
||||
<div class="service-single-button-next"></div>
|
||||
</div>
|
||||
<!-- Service Image Slide End -->
|
||||
</div>
|
||||
<div class="service-single-btn">
|
||||
<div class="service-single-button-prev"></div>
|
||||
<div class="service-single-button-next"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-12">
|
||||
<div class="our-ministries-footer wow fadeInUp" data-wow-delay="0.75s">
|
||||
<p> We sincerely thank all of our sponsors who have allowed our community to function.
|
||||
Their support enables teams to join with no barrier to entry. <a href="/sponsors.html">View All
|
||||
Our Sponsors</a></p>
|
||||
<div class="col-lg-12">
|
||||
<div class="our-ministries-footer wow fadeInUp" data-wow-delay="0.75s">
|
||||
<p> We sincerely thank all of our sponsors who have allowed our community to function.
|
||||
Their support enables teams to join with no barrier to entry. <a href="/sponsors.html">View
|
||||
All
|
||||
Our Sponsors</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Our Ministries Section End -->
|
||||
|
||||
|
||||
@@ -682,7 +683,7 @@
|
||||
<p id="age-text">Loading...</p>
|
||||
|
||||
<script>
|
||||
const foundingDate = new Date("2025-12-29");
|
||||
const foundingDate = new Date("2025-12-29");
|
||||
const now = new Date();
|
||||
|
||||
const months = (now.getFullYear() - foundingDate.getFullYear()) * 12
|
||||
@@ -704,7 +705,10 @@
|
||||
<!-- Footer Social Links Start -->
|
||||
<div class="footer-social-links">
|
||||
<ul>
|
||||
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i class="fa-brands fa-instagram"></i></a></li>
|
||||
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i
|
||||
class="fa-brands fa-instagram"></i></a></li>
|
||||
<li><a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i class="fa-brands fa-youtube"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Footer Social Links End -->
|
||||
@@ -768,7 +772,7 @@
|
||||
</div>
|
||||
<!-- Footer Info Box End -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<!-- Footer Contact Details End -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user