almost finished w/ homepage
This commit is contained in:
350
index.html
350
index.html
@@ -1,5 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="zxx">
|
<html lang="zxx">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<!-- Meta -->
|
<!-- Meta -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
@@ -15,7 +16,9 @@
|
|||||||
<!-- Google Fonts Css-->
|
<!-- Google Fonts Css-->
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<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">
|
<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 -->
|
<!-- Bootstrap Css -->
|
||||||
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||||
<!-- SlickNav Css -->
|
<!-- SlickNav Css -->
|
||||||
@@ -35,6 +38,7 @@
|
|||||||
<!-- Main Custom Css -->
|
<!-- Main Custom Css -->
|
||||||
<link href="css/custom.css" rel="stylesheet" media="screen">
|
<link href="css/custom.css" rel="stylesheet" media="screen">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Preloader Start -->
|
<!-- Preloader Start -->
|
||||||
@@ -65,15 +69,21 @@
|
|||||||
<li class="nav-item"><a class="nav-link" href="about.html">About Us</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>
|
<li class="nav-item submenu"><a class="nav-link" href="#">Dallas Regionals</a>
|
||||||
<ul>
|
<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.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.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.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="campaign-single.html">Campaign
|
||||||
<li class="nav-item"><a class="nav-link" href="ministries.html">Ministries</a></li>
|
Details</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="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="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="gallery.html">Gallery</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="404.html">404</a></li>
|
<li class="nav-item"><a class="nav-link" href="404.html">404</a></li>
|
||||||
@@ -81,22 +91,29 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="nav-item submenu"><a class="nav-link" href="#">Austin Regionals</a>
|
<li class="nav-item submenu"><a class="nav-link" href="#">Austin Regionals</a>
|
||||||
<ul>
|
<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.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.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.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="campaign-single.html">Campaign
|
||||||
<li class="nav-item"><a class="nav-link" href="ministries.html">Ministries</a></li>
|
Details</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="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="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="gallery.html">Gallery</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="404.html">404</a></li>
|
<li class="nav-item"><a class="nav-link" href="404.html">404</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let’s Start Button Start -->
|
<!-- Let’s Start Button Start -->
|
||||||
@@ -125,7 +142,8 @@
|
|||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h3 class="wow fadeInUp">Built, Driven, and For the Students of Texas </h3>
|
<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>
|
<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>
|
</div>
|
||||||
<!-- Section Title End -->
|
<!-- Section Title End -->
|
||||||
|
|
||||||
@@ -158,9 +176,15 @@
|
|||||||
<!-- Section Title Start -->
|
<!-- Section Title Start -->
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h3 class="wow fadeInUp">Who We Are</h3>
|
<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>
|
<h2 class="text-anime-style-2" data-cursor="-opaque">Statewide Cricket Community <span>Led
|
||||||
<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>
|
By Students</span></h2>
|
||||||
<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>
|
<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>
|
</div>
|
||||||
<!-- Section Title End -->
|
<!-- Section Title End -->
|
||||||
|
|
||||||
@@ -320,14 +344,20 @@
|
|||||||
<!-- Section Title Start -->
|
<!-- Section Title Start -->
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h3 class="wow fadeInUp">our mission</h3>
|
<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>
|
</div>
|
||||||
<!-- Section Title End -->
|
<!-- Section Title End -->
|
||||||
|
|
||||||
<!-- Mission Content Body Start -->
|
<!-- Mission Content Body Start -->
|
||||||
<div class="mission-content-body">
|
<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>
|
<h3 class="wow fadeInUp" data-wow-delay="0.25s">Our mission is to connect high schools
|
||||||
<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>
|
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>
|
</div>
|
||||||
<!-- Mission Content Body End -->
|
<!-- Mission Content Body End -->
|
||||||
|
|
||||||
@@ -370,7 +400,8 @@
|
|||||||
<!-- Section Title Start -->
|
<!-- Section Title Start -->
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h3 class="wow fadeInUp">regionals</h3>
|
<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>
|
</div>
|
||||||
<!-- Section Title End -->
|
<!-- Section Title End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -387,7 +418,8 @@
|
|||||||
|
|
||||||
<!-- Service Body Start -->
|
<!-- Service Body Start -->
|
||||||
<div class="service-body">
|
<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>
|
</div>
|
||||||
<!-- Service Body End -->
|
<!-- Service Body End -->
|
||||||
|
|
||||||
@@ -418,14 +450,15 @@
|
|||||||
|
|
||||||
<!-- Service Body Start -->
|
<!-- Service Body Start -->
|
||||||
<div class="service-body">
|
<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>
|
</div>
|
||||||
<!-- Service Body End -->
|
<!-- Service Body End -->
|
||||||
|
|
||||||
<!-- Service Footer Start -->
|
<!-- Service Footer Start -->
|
||||||
<div class="service-footer">
|
<div class="service-footer">
|
||||||
<div class="service-content">
|
<div class="service-content">
|
||||||
<h3>pastoral care</h3>
|
<h3>austin regionals</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="service-btn">
|
<div class="service-btn">
|
||||||
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
|
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
|
||||||
@@ -445,125 +478,77 @@
|
|||||||
<div class="scrolling-ticker">
|
<div class="scrolling-ticker">
|
||||||
<div class="scrolling-ticker-box">
|
<div class="scrolling-ticker-box">
|
||||||
<div class="scrolling-content">
|
<div class="scrolling-content">
|
||||||
<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="">Hope Of All</span>
|
<span><img src="images/icon-asterisk.svg" alt="">Leadership</span>
|
||||||
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
|
<span><img src="images/icon-asterisk.svg" alt="">Community</span>
|
||||||
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
|
<span><img src="images/icon-asterisk.svg" alt="">Youth Involvement</span>
|
||||||
<span><img src="images/icon-asterisk.svg" alt="">Hope Of All</span>
|
<span><img src="images/icon-asterisk.svg" alt="">Fun</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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Service Ticker End -->
|
<!-- Service Ticker End -->
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
<p></p>
|
||||||
|
|
||||||
<!-- Our Ministries Section Start -->
|
<!-- Our Ministries Section Start -->
|
||||||
<div class="our-ministries">
|
<div class="our-ministries">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row section-row">
|
<div class="row section-row">
|
||||||
<!-- Section Title Start -->
|
<!-- Section Title Start -->
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h3 class="wow fadeInUp">ministries</h3>
|
<h3 class="wow fadeInUp">Our Sponsors</h3>
|
||||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Latest <span>Ministries</span></h2>
|
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Proud <span>Sponsors</span></h2>
|
||||||
</div>
|
</div>
|
||||||
<!-- Section Title End -->
|
<!-- Section Title End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="service-single-slider">
|
||||||
<div class="col-md-4">
|
<div class="swiper">
|
||||||
<!-- Ministries Item Start -->
|
<div class="swiper-wrapper">
|
||||||
<div class="ministries-item wow fadeInUp">
|
<!-- Service Image Slide Start -->
|
||||||
<!-- Ministries Image Start -->
|
<div class="swiper-slide">
|
||||||
<div class="ministries-image" data-cursor-text="View">
|
<div class="service-slider-image">
|
||||||
<a href="#">
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="images/ministries-img-1.jpg" alt="">
|
<img src="images/service-single-img.jpg" alt="">
|
||||||
</figure>
|
</figure>
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Ministries Image End -->
|
</div>
|
||||||
|
<!-- Service Image Slide End -->
|
||||||
|
|
||||||
<!-- Ministries Content Start -->
|
<!-- Service Image Slide Start -->
|
||||||
<div class="ministries-content">
|
<div class="swiper-slide">
|
||||||
<h3>Children's</h3>
|
<div class="service-slider-image">
|
||||||
</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="#">
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="images/ministries-img-2.jpg" alt="">
|
<img src="images/service-single-img.jpg" alt="">
|
||||||
</figure>
|
</figure>
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Ministries Image End -->
|
</div>
|
||||||
|
<!-- Service Image Slide End -->
|
||||||
|
|
||||||
<!-- Ministries Content Start -->
|
<!-- Service Image Slide Start -->
|
||||||
<div class="ministries-content">
|
<div class="swiper-slide">
|
||||||
<h3>youth</h3>
|
<div class="service-slider-image">
|
||||||
</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="#">
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="images/ministries-img-3.jpg" alt="">
|
<img src="images/service-single-img.jpg" alt="">
|
||||||
</figure>
|
</figure>
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Ministries Image End -->
|
|
||||||
|
|
||||||
<!-- Ministries Content Start -->
|
|
||||||
<div class="ministries-content">
|
|
||||||
<h3>prayer</h3>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Ministries Content End -->
|
<!-- Service Image Slide End -->
|
||||||
|
</div>
|
||||||
<!-- Ministries Btn Start -->
|
<div class="service-single-btn">
|
||||||
<div class="ministries-btn">
|
<div class="service-single-button-prev"></div>
|
||||||
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
|
<div class="service-single-button-next"></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Ministries Btn End -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Ministries Item End -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<div class="our-ministries-footer wow fadeInUp" data-wow-delay="0.75s">
|
<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>
|
<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>
|
||||||
@@ -620,7 +605,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><i class="fa-solid fa-user"></i>Sermon From : <span>John Due</span></li>
|
<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-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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Sermons List End -->
|
<!-- Sermons List End -->
|
||||||
@@ -666,7 +652,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><i class="fa-solid fa-user"></i>Sermon From : <span>John Due</span></li>
|
<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-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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Sermons List End -->
|
<!-- Sermons List End -->
|
||||||
@@ -712,7 +699,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><i class="fa-solid fa-user"></i>Sermon From : <span>John Due</span></li>
|
<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-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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Sermons List End -->
|
<!-- Sermons List End -->
|
||||||
@@ -736,8 +724,12 @@
|
|||||||
<!-- Section Title Start -->
|
<!-- Section Title Start -->
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h3 class="wow fadeInUp">verse of the day</h3>
|
<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>
|
<h2 class="text-anime-style-2" data-cursor="-opaque">Life is a Church that Loves <span>God
|
||||||
<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>
|
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>
|
</div>
|
||||||
<!-- Section Title End -->
|
<!-- Section Title End -->
|
||||||
|
|
||||||
@@ -763,7 +755,8 @@
|
|||||||
<div class="cta-box-content">
|
<div class="cta-box-content">
|
||||||
<!-- Section Title Start -->
|
<!-- Section Title Start -->
|
||||||
<div class="section-title">
|
<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>
|
</div>
|
||||||
<!-- Section Title End -->
|
<!-- Section Title End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -773,7 +766,7 @@
|
|||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<!-- CTA Box Btn Start -->
|
<!-- CTA Box Btn Start -->
|
||||||
<div class="cta-box-btn wow fadeInUp">
|
<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>
|
</div>
|
||||||
<!-- CTA Box Btn End -->
|
<!-- CTA Box Btn End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -782,69 +775,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- CTA Box Section End -->
|
<!-- 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 -->
|
<!-- Our Event Section End -->
|
||||||
|
|
||||||
|
|
||||||
@@ -937,15 +867,32 @@
|
|||||||
|
|
||||||
<!-- About Footer Content Start -->
|
<!-- About Footer Content Start -->
|
||||||
<div class="about-footer-content">
|
<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>
|
</div>
|
||||||
<!-- Footer Social Links Start -->
|
<!-- Footer Social Links Start -->
|
||||||
<div class="footer-social-links">
|
<div class="footer-social-links">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#"><i class="fa-brands fa-facebook-f"></i></a></li>
|
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i class="fa-brands fa-instagram"></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>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Footer Social Links End -->
|
<!-- Footer Social Links End -->
|
||||||
@@ -959,11 +906,10 @@
|
|||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<h3>quick links</h3>
|
<h3>quick links</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#">home</a></li>
|
<li><a href="/">home</a></li>
|
||||||
<li><a href="#">our chruch</a></li>
|
<li><a href="/about.html">about</a></li>
|
||||||
<li><a href="#">services</a></li>
|
<li><a href="/sponsors.html">sponsors</a></li>
|
||||||
<li><a href="#">event</a></li>
|
<li><a href="/contact.html">contact</a></li>
|
||||||
<li><a href="#">news</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
@@ -972,13 +918,11 @@
|
|||||||
<div class="col-lg-3 col-md-4 col-6">
|
<div class="col-lg-3 col-md-4 col-6">
|
||||||
<!-- About Links Start -->
|
<!-- About Links Start -->
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<h3>our services</h3>
|
<h3>our cricket</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#">support groups</a></li>
|
<li><a href="/dallas.html">dallas regionals</a></li>
|
||||||
<li><a href="#">special events</a></li>
|
<li><a href="/austin.html">austin regionals</a></li>
|
||||||
<li><a href="#">online services</a></li>
|
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">cricclubs league</a></li>
|
||||||
<li><a href="#">pastoral care</a></li>
|
|
||||||
<li><a href="#">sunday worship</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
@@ -996,7 +940,7 @@
|
|||||||
<img src="images/icon-phone.svg" alt="">
|
<img src="images/icon-phone.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-info-box-content">
|
<div class="footer-info-box-content">
|
||||||
<p>(+0) 789 345 012</p>
|
<p>(+1) (945) 900-1148</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Footer Info Box End -->
|
<!-- Footer Info Box End -->
|
||||||
@@ -1007,7 +951,7 @@
|
|||||||
<img src="images/icon-mail.svg" alt="">
|
<img src="images/icon-mail.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-info-box-content">
|
<div class="footer-info-box-content">
|
||||||
<p>domain@gmail.com</p>
|
<p>texasscholasticcricketboard@gmail.com</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Footer Info Box End -->
|
<!-- Footer Info Box End -->
|
||||||
@@ -1018,7 +962,7 @@
|
|||||||
<img src="images/icon-location.svg" alt="">
|
<img src="images/icon-location.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-info-box-content">
|
<div class="footer-info-box-content">
|
||||||
<p>24/11 Robert Road,New York,USA</p>
|
<p>Irving, TX, USA</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Footer Info Box End -->
|
<!-- Footer Info Box End -->
|
||||||
@@ -1035,7 +979,7 @@
|
|||||||
<div class="col-lg-6 col-md-6">
|
<div class="col-lg-6 col-md-6">
|
||||||
<!-- Footer Copyright Start -->
|
<!-- Footer Copyright Start -->
|
||||||
<div class="footer-copyright-text">
|
<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>
|
</div>
|
||||||
<!-- Footer Copyright End -->
|
<!-- Footer Copyright End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -1044,9 +988,8 @@
|
|||||||
<!-- Footer Social Link Start -->
|
<!-- Footer Social Link Start -->
|
||||||
<div class="footer-privacy-policy">
|
<div class="footer-privacy-policy">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#">term & condition</a></li>
|
<li><a href="#">terms & conditions</a></li>
|
||||||
<li><a href="#">support</a></li>
|
<li><a href="#">liability policy</a></li>
|
||||||
<li><a href="#">privacy policy</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Footer Social Link End -->
|
<!-- Footer Social Link End -->
|
||||||
@@ -1092,4 +1035,5 @@
|
|||||||
<!-- Main Custom js file -->
|
<!-- Main Custom js file -->
|
||||||
<script src="js/function.js"></script>
|
<script src="js/function.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user