almost finished w/ homepage

This commit is contained in:
Keshav Anand
2026-03-08 20:17:29 -05:00
parent 5ebbcadd62
commit f4706c0dec

View File

@@ -1,79 +1,89 @@
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Keshav Anand">
<!-- Page Title -->
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Keshav Anand">
<!-- Page Title -->
<title>Texas Scholastic Cricket Board</title>
<!-- Favicon Icon -->
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
<!-- Google Fonts Css-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<!-- Favicon Icon -->
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
<!-- Google Fonts Css-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Bootstrap Css -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- SlickNav Css -->
<link href="css/slicknav.min.css" rel="stylesheet">
<!-- Swiper Css -->
<link rel="stylesheet" href="css/swiper-bundle.min.css">
<!-- Font Awesome Icon Css-->
<link href="css/all.css" rel="stylesheet" media="screen">
<!-- Animated Css -->
<link href="css/animate.css" rel="stylesheet">
<!-- Magnific Popup Core Css File -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Mouse Cursor Css File -->
<link rel="stylesheet" href="css/mousecursor.css">
<link
href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!-- Bootstrap Css -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- SlickNav Css -->
<link href="css/slicknav.min.css" rel="stylesheet">
<!-- Swiper Css -->
<link rel="stylesheet" href="css/swiper-bundle.min.css">
<!-- Font Awesome Icon Css-->
<link href="css/all.css" rel="stylesheet" media="screen">
<!-- Animated Css -->
<link href="css/animate.css" rel="stylesheet">
<!-- Magnific Popup Core Css File -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Mouse Cursor Css File -->
<link rel="stylesheet" href="css/mousecursor.css">
<!-- Audio Css File -->
<link rel="stylesheet" href="css/plyr.css">
<!-- Main Custom Css -->
<link href="css/custom.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="css/plyr.css">
<!-- Main Custom Css -->
<link href="css/custom.css" rel="stylesheet" media="screen">
</head>
<body>
<!-- Preloader Start -->
<div class="preloader">
<div class="loading-container">
<div class="loading"></div>
<div id="loading-icon"><img src="images/loader.svg" alt=""></div>
</div>
</div>
<!-- Preloader End -->
<div class="preloader">
<div class="loading-container">
<div class="loading"></div>
<div id="loading-icon"><img src="images/loader.svg" alt=""></div>
</div>
</div>
<!-- Preloader End -->
<!-- Header Start -->
<header class="main-header">
<div class="header-sticky">
<nav class="navbar navbar-expand-lg">
<div class="container">
<!-- Logo Start -->
<a class="navbar-brand" href="./">
<img src="images/logo.png" alt="Logo" style="width: 60px; height: auto;">
</a>
<!-- Logo End -->
<header class="main-header">
<div class="header-sticky">
<nav class="navbar navbar-expand-lg">
<div class="container">
<!-- Logo Start -->
<a class="navbar-brand" href="./">
<img src="images/logo.png" alt="Logo" style="width: 60px; height: auto;">
</a>
<!-- Logo End -->
<!-- Main Menu Start -->
<div class="collapse navbar-collapse main-menu">
<!-- Main Menu Start -->
<div class="collapse navbar-collapse main-menu">
<div class="nav-menu-wrapper">
<ul class="navbar-nav mr-auto" id="menu">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About Us</a></li>
<li class="nav-item submenu"><a class="nav-link" href="#">Dallas Regionals</a>
<ul>
<li class="nav-item"><a class="nav-link" href="service-single.html">Service Details</a></li>
<li class="nav-item"><a class="nav-link" href="service-single.html">Service
Details</a></li>
<li class="nav-item"><a class="nav-link" href="blog.html">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="blog-single.html">Blog Details</a></li>
<li class="nav-item"><a class="nav-link" href="blog-single.html">Blog
Details</a></li>
<li class="nav-item"><a class="nav-link" href="sermons.html">Sermons</a></li>
<li class="nav-item"><a class="nav-link" href="sermons-single.html">Sermons Details</a></li>
<li class="nav-item"><a class="nav-link" href="sermons-single.html">Sermons
Details</a></li>
<li class="nav-item"><a class="nav-link" href="campaign.html">Campaigns</a></li>
<li class="nav-item"><a class="nav-link" href="campaign-single.html">Campaign Details</a></li>
<li class="nav-item"><a class="nav-link" href="ministries.html">Ministries</a></li>
<li class="nav-item"><a class="nav-link" href="ministry-single.html">Ministries Details</a></li>
<li class="nav-item"><a class="nav-link" href="campaign-single.html">Campaign
Details</a></li>
<li class="nav-item"><a class="nav-link" href="ministries.html">Ministries</a>
</li>
<li class="nav-item"><a class="nav-link" href="ministry-single.html">Ministries
Details</a></li>
<li class="nav-item"><a class="nav-link" href="pastor.html">pastor</a></li>
<li class="nav-item"><a class="nav-link" href="gallery.html">Gallery</a></li>
<li class="nav-item"><a class="nav-link" href="404.html">404</a></li>
@@ -81,22 +91,29 @@
</li>
<li class="nav-item submenu"><a class="nav-link" href="#">Austin Regionals</a>
<ul>
<li class="nav-item"><a class="nav-link" href="service-single.html">Service Details</a></li>
<li class="nav-item"><a class="nav-link" href="service-single.html">Service
Details</a></li>
<li class="nav-item"><a class="nav-link" href="blog.html">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="blog-single.html">Blog Details</a></li>
<li class="nav-item"><a class="nav-link" href="blog-single.html">Blog
Details</a></li>
<li class="nav-item"><a class="nav-link" href="sermons.html">Sermons</a></li>
<li class="nav-item"><a class="nav-link" href="sermons-single.html">Sermons Details</a></li>
<li class="nav-item"><a class="nav-link" href="sermons-single.html">Sermons
Details</a></li>
<li class="nav-item"><a class="nav-link" href="campaign.html">Campaigns</a></li>
<li class="nav-item"><a class="nav-link" href="campaign-single.html">Campaign Details</a></li>
<li class="nav-item"><a class="nav-link" href="ministries.html">Ministries</a></li>
<li class="nav-item"><a class="nav-link" href="ministry-single.html">Ministries Details</a></li>
<li class="nav-item"><a class="nav-link" href="campaign-single.html">Campaign
Details</a></li>
<li class="nav-item"><a class="nav-link" href="ministries.html">Ministries</a>
</li>
<li class="nav-item"><a class="nav-link" href="ministry-single.html">Ministries
Details</a></li>
<li class="nav-item"><a class="nav-link" href="pastor.html">pastor</a></li>
<li class="nav-item"><a class="nav-link" href="gallery.html">Gallery</a></li>
<li class="nav-item"><a class="nav-link" href="404.html">404</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
<li class="nav-item highlighted-menu"><a class="nav-link" href="partners.html">Our Partners</a></li>
<li class="nav-item highlighted-menu"><a class="nav-link" href="partners.html">Our
Partners</a></li>
</ul>
</div>
<!-- Lets Start Button Start -->
@@ -104,19 +121,19 @@
<a href="partners.html" class="btn-default">Our Partners</a>
</div>
<!-- Lets Start Button End -->
</div>
<!-- Main Menu End -->
<div class="navbar-toggle"></div>
</div>
</nav>
<div class="responsive-menu"></div>
</div>
</header>
<!-- Header End -->
</div>
<!-- Main Menu End -->
<div class="navbar-toggle"></div>
</div>
</nav>
<div class="responsive-menu"></div>
</div>
</header>
<!-- Header End -->
<!-- Hero Section Start -->
<div class="hero parallaxie">
<div class="container">
<div class="hero parallaxie">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<!-- Hero Content Start -->
@@ -125,7 +142,8 @@
<div class="section-title">
<h3 class="wow fadeInUp">Built, Driven, and For the Students of Texas </h3>
<h1 class="text-anime-style-2" data-cursor="-opaque">Texas Scholastic Cricket Board</h1>
<p class="wow fadeInUp" data-wow-delay="0.25s">The first and only student-led high school federation in Texas</p>
<p class="wow fadeInUp" data-wow-delay="0.25s">The first and only student-led high school
federation in Texas</p>
</div>
<!-- Section Title End -->
@@ -141,13 +159,13 @@
</div>
</div>
<div class="down-arrow">
<a href="#home-about"><i class="fa-solid fa-arrow-down-long"></i></a>
</div>
</div>
<a href="#home-about"><i class="fa-solid fa-arrow-down-long"></i></a>
</div>
</div>
<!-- About Us Section Start -->
<div class="about-us" id="home-about">
<div class="about-us" id="home-about">
<div class="container">
<div class="row align-items-center">
@@ -158,9 +176,15 @@
<!-- Section Title Start -->
<div class="section-title">
<h3 class="wow fadeInUp">Who We Are</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Statewide Cricket Community <span>Led By Students</span></h2>
<p class="wow fadeInUp" data-wow-delay="0.25s">As the first and only student-led high school cricket federation in the state, we provide a platform where students do more than play: They lead. </p>
<p class="wow fadeInUp" data-wow-delay="0.5s">From team operations and league coordination to media, officiating, and on-field governance, students are placed at the center of the ecosystem, gaining real leadership experience while shaping the future of high school cricket</p>
<h2 class="text-anime-style-2" data-cursor="-opaque">Statewide Cricket Community <span>Led
By Students</span></h2>
<p class="wow fadeInUp" data-wow-delay="0.25s">As the first and only student-led high school
cricket federation in the state, we provide a platform where students do more than play:
They lead. </p>
<p class="wow fadeInUp" data-wow-delay="0.5s">From team operations and league coordination
to media, officiating, and on-field governance, students are placed at the center of the
ecosystem, gaining real leadership experience while shaping the future of high school
cricket</p>
</div>
<!-- Section Title End -->
@@ -320,14 +344,20 @@
<!-- Section Title Start -->
<div class="section-title">
<h3 class="wow fadeInUp">our mission</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Mission to Serve, <span>Connect, and Grow</span></h2>
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Mission to Serve, <span>Connect,
and Grow</span></h2>
</div>
<!-- Section Title End -->
<!-- Mission Content Body Start -->
<div class="mission-content-body">
<h3 class="wow fadeInUp" data-wow-delay="0.25s">Our mission is to connect high schools across regions, support the growth of new programs, and work with partner organizations that believe in educational sport.</h3>
<p class="wow fadeInUp" data-wow-delay="0.5s">In connecting the future cricketers of America, TSCB aims to establishing a statewide framework that legitimizes high school cricket, empowers students as leaders, and creates a clear pathway beyond high school participation.</p>
<h3 class="wow fadeInUp" data-wow-delay="0.25s">Our mission is to connect high schools
across regions, support the growth of new programs, and work with partner organizations
that believe in educational sport.</h3>
<p class="wow fadeInUp" data-wow-delay="0.5s">In connecting the future cricketers of
America, TSCB aims to establishing a statewide framework that legitimizes high school
cricket, empowers students as leaders, and creates a clear pathway beyond high school
participation.</p>
</div>
<!-- Mission Content Body End -->
@@ -370,7 +400,8 @@
<!-- Section Title Start -->
<div class="section-title">
<h3 class="wow fadeInUp">regionals</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Connecting cricketers on an <span>intra</span> and <span>inter</span> city scale</h2>
<h2 class="text-anime-style-2" data-cursor="-opaque">Connecting cricketers on an <span>intra</span>
and <span>inter</span> city scale</h2>
</div>
<!-- Section Title End -->
</div>
@@ -387,7 +418,8 @@
<!-- Service Body Start -->
<div class="service-body">
<p>Connecting schools in the Dallas metroplex through matches. Participating regions include Plano, Frisco, Prosper, and Irving.</p>
<p>Connecting schools in the Dallas metroplex through matches. Participating regions include
Plano, Frisco, Prosper, and Irving.</p>
</div>
<!-- Service Body End -->
@@ -405,7 +437,7 @@
<!-- Service Item End -->
</div>
<div class="col-lg-18 col-md-6">
<!-- Service Item Start -->
@@ -418,14 +450,15 @@
<!-- Service Body Start -->
<div class="service-body">
<p>Connecting Austin-area schools through cricket matches. </p>
<p>Connecting Austin-area schools through cricket matches. Connecting schools across Leaner,
Round Rock, Cedar Park, and West Lake Hills. </p>
</div>
<!-- Service Body End -->
<!-- Service Footer Start -->
<div class="service-footer">
<div class="service-content">
<h3>pastoral care</h3>
<h3>austin regionals</h3>
</div>
<div class="service-btn">
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
@@ -441,28 +474,23 @@
<!-- Our Services Section End -->
<!-- Service Ticker Start -->
<div class="service-ticker">
<div class="scrolling-ticker">
<div class="service-ticker">
<div class="scrolling-ticker">
<div class="scrolling-ticker-box">
<div class="scrolling-content">
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
</div>
<div class="scrolling-content">
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
<span><img src="images/icon-asterisk.svg" alt="">Cricket</span>
<span><img src="images/icon-asterisk.svg" alt="">Leadership</span>
<span><img src="images/icon-asterisk.svg" alt="">Community</span>
<span><img src="images/icon-asterisk.svg" alt="">Youth Involvement</span>
<span><img src="images/icon-asterisk.svg" alt="">Fun</span>
</div>
</div>
</div>
</div>
<!-- Service Ticker End -->
</div>
<!-- Service Ticker End -->
<p></p>
<p></p>
<!-- Our Ministries Section Start -->
<div class="our-ministries">
@@ -470,105 +498,62 @@
<div class="row section-row">
<!-- Section Title Start -->
<div class="section-title">
<h3 class="wow fadeInUp">ministries</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Latest <span>Ministries</span></h2>
<h3 class="wow fadeInUp">Our Sponsors</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Proud <span>Sponsors</span></h2>
</div>
<!-- Section Title End -->
</div>
<div class="row">
<div class="col-md-4">
<!-- Ministries Item Start -->
<div class="ministries-item wow fadeInUp">
<!-- Ministries Image Start -->
<div class="ministries-image" data-cursor-text="View">
<a href="#">
<div class="service-single-slider">
<div class="swiper">
<div class="swiper-wrapper">
<!-- Service Image Slide Start -->
<div class="swiper-slide">
<div class="service-slider-image">
<figure>
<img src="images/ministries-img-1.jpg" alt="">
<img src="images/service-single-img.jpg" alt="">
</figure>
</a>
</div>
</div>
<!-- Ministries Image End -->
<!-- Service Image Slide End -->
<!-- Ministries Content Start -->
<div class="ministries-content">
<h3>Children's</h3>
</div>
<!-- Ministries Content End -->
<!-- Ministries Btn Start -->
<div class="ministries-btn">
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
</div>
<!-- Ministries Btn End -->
</div>
<!-- Ministries Item End -->
</div>
<div class="col-md-4">
<!-- Ministries Item Start -->
<div class="ministries-item wow fadeInUp" data-wow-delay="0.25s">
<!-- Ministries Image Start -->
<div class="ministries-image" data-cursor-text="View">
<a href="#">
<!-- Service Image Slide Start -->
<div class="swiper-slide">
<div class="service-slider-image">
<figure>
<img src="images/ministries-img-2.jpg" alt="">
<img src="images/service-single-img.jpg" alt="">
</figure>
</a>
</div>
</div>
<!-- Ministries Image End -->
<!-- Service Image Slide End -->
<!-- Ministries Content Start -->
<div class="ministries-content">
<h3>youth</h3>
</div>
<!-- Ministries Content End -->
<!-- Ministries Btn Start -->
<div class="ministries-btn">
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
</div>
<!-- Ministries Btn End -->
</div>
<!-- Ministries Item End -->
</div>
<div class="col-md-4">
<!-- Ministries Item Start -->
<div class="ministries-item wow fadeInUp" data-wow-delay="0.5s">
<!-- Ministries Image Start -->
<div class="ministries-image" data-cursor-text="View">
<a href="#">
<!-- Service Image Slide Start -->
<div class="swiper-slide">
<div class="service-slider-image">
<figure>
<img src="images/ministries-img-3.jpg" alt="">
<img src="images/service-single-img.jpg" alt="">
</figure>
</a>
</div>
</div>
<!-- Ministries Image End -->
<!-- Ministries Content Start -->
<div class="ministries-content">
<h3>prayer</h3>
</div>
<!-- Ministries Content End -->
<!-- Ministries Btn Start -->
<div class="ministries-btn">
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
</div>
<!-- Ministries Btn End -->
<!-- Service Image Slide End -->
</div>
<!-- Ministries Item End -->
</div>
<div class="col-lg-12">
<div class="our-ministries-footer wow fadeInUp" data-wow-delay="0.75s">
<p>Explore the exciting new ways we are serving our community and growing together in faith with our latest ministry initiatives. <a href="#">View All Ministries</a></p>
<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>
</div>
</div>
</div>
</div>
<!-- Our Ministries Section End -->
<!-- Our Sermons Section Start -->
@@ -620,7 +605,8 @@
<ul>
<li><i class="fa-solid fa-user"></i>Sermon From : <span>John Due</span></li>
<li><i class="fa-solid fa-tag"></i>Categories : <span>Pray</span></li>
<li><i class="fa-regular fa-calendar-days"></i>Date & Time : <span>Aug 03 - on 7:00 am - 11:00 am</span></li>
<li><i class="fa-regular fa-calendar-days"></i>Date & Time : <span>Aug 03 - on 7:00
am - 11:00 am</span></li>
</ul>
</div>
<!-- Sermons List End -->
@@ -666,7 +652,8 @@
<ul>
<li><i class="fa-solid fa-user"></i>Sermon From : <span>John Due</span></li>
<li><i class="fa-solid fa-tag"></i>Categories : <span>Pray</span></li>
<li><i class="fa-regular fa-calendar-days"></i>Date & Time : <span>Aug 03 - on 7:00 am - 11:00 am</span></li>
<li><i class="fa-regular fa-calendar-days"></i>Date & Time : <span>Aug 03 - on 7:00
am - 11:00 am</span></li>
</ul>
</div>
<!-- Sermons List End -->
@@ -712,7 +699,8 @@
<ul>
<li><i class="fa-solid fa-user"></i>Sermon From : <span>John Due</span></li>
<li><i class="fa-solid fa-tag"></i>Categories : <span>Pray</span></li>
<li><i class="fa-regular fa-calendar-days"></i>Date & Time : <span>Aug 03 - on 7:00 am - 11:00 am</span></li>
<li><i class="fa-regular fa-calendar-days"></i>Date & Time : <span>Aug 03 - on 7:00
am - 11:00 am</span></li>
</ul>
</div>
<!-- Sermons List End -->
@@ -736,8 +724,12 @@
<!-- Section Title Start -->
<div class="section-title">
<h3 class="wow fadeInUp">verse of the day</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Life is a Church that Loves <span>God and People.</span></h2>
<p class="wow fadeInUp" data-wow-delay="0.25s">Life is a church dedicated to loving God and serving people. We foster a welcoming community where faith and compassion drive everything we do, striving to make a positive impact both spiritually and socially. Join us in this journey.</p>
<h2 class="text-anime-style-2" data-cursor="-opaque">Life is a Church that Loves <span>God
and People.</span></h2>
<p class="wow fadeInUp" data-wow-delay="0.25s">Life is a church dedicated to loving God and
serving people. We foster a welcoming community where faith and compassion drive
everything we do, striving to make a positive impact both spiritually and socially. Join
us in this journey.</p>
</div>
<!-- Section Title End -->
@@ -763,7 +755,8 @@
<div class="cta-box-content">
<!-- Section Title Start -->
<div class="section-title">
<h2 class="text-anime-style-2" data-cursor="-opaque">Get Involved and Stay Connected: Support Our Mission and Join Our Community Today!</h2>
<h2 class="text-anime-style-2" data-cursor="-opaque">Get Involved and Stay Connected:
Support Our Mission and Join Our Community Today!</h2>
</div>
<!-- Section Title End -->
</div>
@@ -773,7 +766,7 @@
<div class="col-md-3">
<!-- CTA Box Btn Start -->
<div class="cta-box-btn wow fadeInUp">
<a href="#" class="btn-default btn-highlighted">join group</a>
<a href="/contact.html" class="btn-default btn-highlighted">join us</a>
</div>
<!-- CTA Box Btn End -->
</div>
@@ -782,72 +775,9 @@
</div>
<!-- CTA Box Section End -->
<!-- Our Event Section Start -->
<div class="our-event">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="event-image">
<figure class="image-anime reveal">
<img src="images/event-image.jpg" alt="">
</figure>
</div>
</div>
<div class="col-lg-6">
<div class="event-content">
<!-- Section Title Start -->
<div class="section-title">
<h3 class="wow fadeInUp">up coming event</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Faith and Fellowship <span>Festival</span></h2>
</div>
<!-- Section Title End -->
<!-- Event Body Start -->
<div class="event-body">
<!-- Event Item Start -->
<div class="event-item wow fadeInUp">
<div class="icon-box">
<i class="fa-solid fa-calendar-days"></i>
</div>
<div class="event-item-content">
<p>Aug 03, 2024 - 8:00 am - 5:00 pm</p>
</div>
</div>
<!-- Event Item End -->
<!-- Event Item Start -->
<div class="event-item wow fadeInUp" data-wow-delay="0.25s">
<div class="icon-box">
<i class="fa-solid fa-location-dot"></i>
</div>
<div class="event-item-content">
<p>Bobst Library, 70 Washington Square South, New York</p>
</div>
</div>
<!-- Event Item End -->
</div>
<!-- Event Body End -->
<!-- Event Footer Start -->
<div class="event-footer">
<p class="wow fadeInUp" data-wow-delay="0.5s">The Faith and Fellowship Festival is a vibrant celebration featuring worship, community activities, and fellowship. Enjoy inspiring sermons, engaging workshops, and fun for all ages, fostering spiritual growth and connection.</p>
</div>
<!-- Event Footer End -->
<!-- Event Btn Start -->
<div class="event-btn wow fadeInUp" data-wow-delay="0.75s">
<a href="#" class="btn-default">join in person</a>
</div>
<!-- Event Btn End -->
</div>
</div>
</div>
</div>
</div>
<!-- Our Event Section End -->
<!-- Donate Now Section Start -->
<!-- <div class="donate-now parallaxie">
<div class="container">
@@ -931,21 +861,38 @@
<div class="about-footer">
<!-- Footer Logo Start -->
<div class="footer-logo">
<img src="images/logo.png" alt="Footer Logo" style="width: 100px; height: auto;">
<img src="images/logo.png" alt="Footer Logo" style="width: 100px; height: auto;">
</div>
<!-- Footer Logo End -->
<!-- About Footer Content Start -->
<div class="about-footer-content">
<p>Lorem Ipsum is simply dummy text of printing and typesetting industry. Lorem Ipsum has been the industry's.</p>
<p id="age-text">Loading...</p>
<script>
const foundingDate = new Date("2025-12-29");
const now = new Date();
const months = (now.getFullYear() - foundingDate.getFullYear()) * 12
+ (now.getMonth() - foundingDate.getMonth());
const years = Math.floor(months / 12);
const remainingMonths = months % 12;
let duration = "";
if (years > 0) duration += `${years} year${years > 1 ? "s" : ""}`;
if (years > 0 && remainingMonths > 0) duration += " and ";
if (remainingMonths > 0) duration += `${remainingMonths} month${remainingMonths > 1 ? "s" : ""}`;
if (months === 0) duration = "less than a month";
document.getElementById("age-text").textContent =
`TSCB has been proudly serving its community for ${duration}`;
</script>
</div>
<!-- Footer Social Links Start -->
<div class="footer-social-links">
<ul>
<li><a href="#"><i class="fa-brands fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fa-brands fa-x-twitter"></i></a></li>
<li><a href="#"><i class="fa-brands fa-linkedin-in"></i></a></li>
<li><a href="#"><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>
</ul>
</div>
<!-- Footer Social Links End -->
@@ -959,11 +906,10 @@
<div class="footer-links">
<h3>quick links</h3>
<ul>
<li><a href="#">home</a></li>
<li><a href="#">our chruch</a></li>
<li><a href="#">services</a></li>
<li><a href="#">event</a></li>
<li><a href="#">news</a></li>
<li><a href="/">home</a></li>
<li><a href="/about.html">about</a></li>
<li><a href="/sponsors.html">sponsors</a></li>
<li><a href="/contact.html">contact</a></li>
</ul>
</div>
<!-- About Links End -->
@@ -972,13 +918,11 @@
<div class="col-lg-3 col-md-4 col-6">
<!-- About Links Start -->
<div class="footer-links">
<h3>our services</h3>
<h3>our cricket</h3>
<ul>
<li><a href="#">support groups</a></li>
<li><a href="#">special events</a></li>
<li><a href="#">online services</a></li>
<li><a href="#">pastoral care</a></li>
<li><a href="#">sunday worship</a></li>
<li><a href="/dallas.html">dallas regionals</a></li>
<li><a href="/austin.html">austin regionals</a></li>
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">cricclubs league</a></li>
</ul>
</div>
<!-- About Links End -->
@@ -996,7 +940,7 @@
<img src="images/icon-phone.svg" alt="">
</div>
<div class="footer-info-box-content">
<p>(+0) 789 345 012</p>
<p>(+1) (945) 900-1148</p>
</div>
</div>
<!-- Footer Info Box End -->
@@ -1007,7 +951,7 @@
<img src="images/icon-mail.svg" alt="">
</div>
<div class="footer-info-box-content">
<p>domain@gmail.com</p>
<p>texasscholasticcricketboard@gmail.com</p>
</div>
</div>
<!-- Footer Info Box End -->
@@ -1018,7 +962,7 @@
<img src="images/icon-location.svg" alt="">
</div>
<div class="footer-info-box-content">
<p>24/11 Robert Road,New York,USA</p>
<p>Irving, TX, USA</p>
</div>
</div>
<!-- Footer Info Box End -->
@@ -1035,7 +979,7 @@
<div class="col-lg-6 col-md-6">
<!-- Footer Copyright Start -->
<div class="footer-copyright-text">
<p>Copyright 2024 Avenix. All Rights Reserved.</p>
<p>Copyright 2026 Texas Scholastic Cricket Board. All Rights Reserved.</p>
</div>
<!-- Footer Copyright End -->
</div>
@@ -1044,9 +988,8 @@
<!-- Footer Social Link Start -->
<div class="footer-privacy-policy">
<ul>
<li><a href="#">term & condition</a></li>
<li><a href="#">support</a></li>
<li><a href="#">privacy policy</a></li>
<li><a href="#">terms & conditions</a></li>
<li><a href="#">liability policy</a></li>
</ul>
</div>
<!-- Footer Social Link End -->
@@ -1055,7 +998,7 @@
</div>
<!-- Footer Copyright Section End -->
</div>
</footer>
</footer>
<!-- Footer End -->
<!-- Jquery Library File -->
@@ -1092,4 +1035,5 @@
<!-- Main Custom js file -->
<script src="js/function.js"></script>
</body>
</html>
</html>