Compare commits
17 Commits
main
...
666f336910
| Author | SHA1 | Date | |
|---|---|---|---|
| 666f336910 | |||
| 1c2a8f8a8c | |||
| 9a9fbbe9ea | |||
| 152acd5854 | |||
| fbe791e07f | |||
| d5fe9ad5c4 | |||
| 7206cec8d2 | |||
| bd0bc40029 | |||
| cce9b95a0e | |||
| 855be9a4c3 | |||
| 56c3b70b87 | |||
| b4276fc9f9 | |||
| 7b0ea4669e | |||
| c7d969a606 | |||
| 24a6e6d34b | |||
| f4706c0dec | |||
| 5ebbcadd62 |
9
.gitignore
vendored
@@ -1,9 +0,0 @@
|
|||||||
node_modules
|
|
||||||
dist
|
|
||||||
.DS_Store
|
|
||||||
server/public
|
|
||||||
vite.config.ts.*
|
|
||||||
*.tar.gz
|
|
||||||
.cache/*
|
|
||||||
.replit
|
|
||||||
.agents
|
|
||||||
59
404.html
@@ -19,8 +19,24 @@
|
|||||||
<link
|
<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"
|
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">
|
rel="stylesheet">
|
||||||
<!-- Bundled CSS -->
|
<!-- Bootstrap Css -->
|
||||||
<link href="css/bundle.css" rel="stylesheet">
|
<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">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -56,7 +72,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="state-tournament.html">State Tournament</a></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="sponsors.html">Our
|
<li class="nav-item highlighted-menu"><a class="nav-link" href="sponsors.html">Our
|
||||||
@@ -194,7 +209,6 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="/dallas.html">dallas regionals</a></li>
|
<li><a href="/dallas.html">dallas regionals</a></li>
|
||||||
<li><a href="/austin.html">austin regionals</a></li>
|
<li><a href="/austin.html">austin regionals</a></li>
|
||||||
<li><a href="/state-tournament.html">state tournament</a></li>
|
|
||||||
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a></li>
|
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a></li>
|
||||||
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -211,7 +225,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>(+1) (945) 900-1148</p>
|
<p>(+1) (945) 900-1148</p>
|
||||||
@@ -222,7 +236,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>texasscholasticcricketboard@gmail.com</p>
|
<p>texasscholasticcricketboard@gmail.com</p>
|
||||||
@@ -268,7 +282,38 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
<!-- Jquery Library File -->
|
||||||
<script src="js/bundle-core.js"></script>
|
<script src="js/jquery-3.7.1.min.js"></script>
|
||||||
|
<!-- Bootstrap js file -->
|
||||||
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
<!-- Validator js file -->
|
||||||
|
<script src="js/validator.min.js"></script>
|
||||||
|
<!-- SlickNav js file -->
|
||||||
|
<script src="js/jquery.slicknav.js"></script>
|
||||||
|
<!-- Swiper js file -->
|
||||||
|
<script src="js/swiper-bundle.min.js"></script>
|
||||||
|
<!-- Counter js file -->
|
||||||
|
<script src="js/jquery.waypoints.min.js"></script>
|
||||||
|
<script src="js/jquery.counterup.min.js"></script>
|
||||||
|
<!-- Magnific js file -->
|
||||||
|
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||||
|
<!-- SmoothScroll -->
|
||||||
|
<script src="js/SmoothScroll.js"></script>
|
||||||
|
<!-- Parallax js -->
|
||||||
|
<script src="js/parallaxie.js"></script>
|
||||||
|
<!-- MagicCursor js file -->
|
||||||
|
<script src="js/gsap.min.js"></script>
|
||||||
|
<script src="js/magiccursor.js"></script>
|
||||||
|
<!-- Text Effect js file -->
|
||||||
|
<script src="js/SplitText.js"></script>
|
||||||
|
<script src="js/ScrollTrigger.min.js"></script>
|
||||||
|
<!-- YTPlayer js File -->
|
||||||
|
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||||
|
<!-- Audio js File -->
|
||||||
|
<script src="js/plyr.js"></script>
|
||||||
|
<!-- Wow js file -->
|
||||||
|
<script src="js/wow.js"></script>
|
||||||
|
<!-- Main Custom js file -->
|
||||||
|
<script src="js/function.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
555
about.html
@@ -1,36 +1,51 @@
|
|||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html lang="zxx">
|
<html lang="zxx">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<!-- Meta -->
|
<!-- Meta -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="" />
|
<meta name="description" content="">
|
||||||
<meta name="keywords" content="" />
|
<meta name="keywords" content="">
|
||||||
<meta name="author" content="Keshav Anand" />
|
<meta name="author" content="Keshav Anand">
|
||||||
<!-- Page Title -->
|
<!-- Page Title -->
|
||||||
<title>TSCB: About Us</title>
|
<title>TSCB: About Us</title>
|
||||||
<!-- Favicon Icon -->
|
<!-- Favicon Icon -->
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" />
|
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png">
|
||||||
<!-- 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
|
<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"
|
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" />
|
rel="stylesheet">
|
||||||
<!-- Preload critical image -->
|
<!-- Bootstrap Css -->
|
||||||
<link rel="preload" href="images/page-header-bg.jpg" as="image">
|
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||||
<!-- Bundled CSS -->
|
<!-- SlickNav Css -->
|
||||||
<link href="css/bundle.css" rel="stylesheet">
|
<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">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Preloader Start -->
|
<!-- Preloader Start -->
|
||||||
<div class="preloader">
|
<div class="preloader">
|
||||||
<div class="loading-container">
|
<div class="loading-container">
|
||||||
<div class="loading"></div>
|
<div class="loading"></div>
|
||||||
<div id="loading-icon"><img src="images/loader.svg" alt="" /></div>
|
<div id="loading-icon"><img src="images/loader.svg" alt=""></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Preloader End -->
|
<!-- Preloader End -->
|
||||||
@@ -42,7 +57,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Logo Start -->
|
<!-- Logo Start -->
|
||||||
<a class="navbar-brand" href="./">
|
<a class="navbar-brand" href="./">
|
||||||
<img src="images/logo.png" alt="Logo" style="width: 60px; height: auto" />
|
<img src="images/logo.png" alt="Logo" style="width: 60px; height: auto;">
|
||||||
</a>
|
</a>
|
||||||
<!-- Logo End -->
|
<!-- Logo End -->
|
||||||
|
|
||||||
@@ -50,31 +65,17 @@
|
|||||||
<div class="collapse navbar-collapse main-menu">
|
<div class="collapse navbar-collapse main-menu">
|
||||||
<div class="nav-menu-wrapper">
|
<div class="nav-menu-wrapper">
|
||||||
<ul class="navbar-nav mr-auto" id="menu">
|
<ul class="navbar-nav mr-auto" id="menu">
|
||||||
<li class="nav-item">
|
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
|
||||||
<a class="nav-link" href="index.html">Home</a>
|
<li class="nav-item"><a class="nav-link" href="about.html">About Us</a></li>
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="about.html">About Us</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item"><a class="nav-link" href="dallas.html">Dallas Regionals</a></li>
|
||||||
<a class="nav-link" href="dallas.html">Dallas Regionals</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="austin.html">Austin Regionals</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
||||||
<a class="nav-link" href="state-tournament.html">State Tournament</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
||||||
<a class="nav-link" href="contact.html">Contact Us</a>
|
<li class="nav-item highlighted-menu"><a class="nav-link" href="sponsors.html">Our
|
||||||
</li>
|
Partners</a></li>
|
||||||
<li class="nav-item highlighted-menu">
|
|
||||||
<a class="nav-link" href="sponsors.html">Our Partners</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let’s Start Button Start -->
|
<!-- Let’s Start Button Start -->
|
||||||
@@ -99,15 +100,11 @@
|
|||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<!-- Page Header Box Start -->
|
<!-- Page Header Box Start -->
|
||||||
<div class="page-header-box">
|
<div class="page-header-box">
|
||||||
<h1 class="text-anime-style-2" data-cursor="-opaque">
|
<h1 class="text-anime-style-2" data-cursor="-opaque"><span>About</span> Us</h1>
|
||||||
<span>About</span> Us
|
|
||||||
</h1>
|
|
||||||
<nav class="wow fadeInUp">
|
<nav class="wow fadeInUp">
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
<li class="breadcrumb-item"><a href="./">home</a></li>
|
<li class="breadcrumb-item"><a href="./">home</a></li>
|
||||||
<li class="breadcrumb-item active" aria-current="page">
|
<li class="breadcrumb-item active" aria-current="page">about us</li>
|
||||||
about us
|
|
||||||
</li>
|
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
@@ -127,8 +124,13 @@
|
|||||||
<div class="about-image">
|
<div class="about-image">
|
||||||
<div class="about-img-1">
|
<div class="about-img-1">
|
||||||
<figure class="image-anime reveal">
|
<figure class="image-anime reveal">
|
||||||
<div class="cricket-blur-bg"></div>
|
<img src="images/cricket.png" alt="">
|
||||||
<img loading="lazy" src="images/about.png" alt="" />
|
</figure>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="about-img-2">
|
||||||
|
<figure class="image-anime reveal">
|
||||||
|
<img src="images/match.png" alt="" style="width: 348px; height: auto;">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -141,22 +143,17 @@
|
|||||||
<!-- Section Title Start -->
|
<!-- Section Title Start -->
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h3 class="wow fadeInUp">about us</h3>
|
<h3 class="wow fadeInUp">about us</h3>
|
||||||
<h2 class="text-anime-style-2" data-cursor="-opaque">
|
<h2 class="text-anime-style-2" data-cursor="-opaque">drive, commitment, and <span>passion
|
||||||
drive, commitment, and <span>passion every day</span>
|
every day</span></h2>
|
||||||
</h2>
|
<p class="wow fadeInUp" data-wow-delay="0.25s">TSCB is a vibrant community of cricket-loving
|
||||||
<p class="wow fadeInUp" data-wow-delay="0.25s">
|
students dedicated to promoting the sport. Our mission is to share, grow, and
|
||||||
TSCB is a vibrant community of cricket-loving students
|
engrain cricket into the American sports culture. Founded in December of 2025, TSCB
|
||||||
dedicated to promoting the sport. Our mission is to share,
|
aims to grow into the largest hub for high school cricket in the nation.</p>
|
||||||
grow, and engrain cricket into the American sports culture.
|
<p class="wow fadeInUp" data-wow-delay="0.5s">As a registered 501c3 nonprofit, TSCB differs
|
||||||
Founded in December of 2025, TSCB aims to grow into the
|
from other youth leagues by promoting cricket over profit. TSCB connects with existing
|
||||||
largest hub for high school cricket in the nation.
|
cricket club insfrastructures in high schools, aiming to create a network of high
|
||||||
</p>
|
schools
|
||||||
<p class="wow fadeInUp" data-wow-delay="0.5s">
|
(similar to football) in the US.
|
||||||
As a registered 501c3 nonprofit, TSCB differs from other youth
|
|
||||||
leagues by promoting cricket over profit. TSCB connects with
|
|
||||||
existing cricket club insfrastructures in high schools, aiming
|
|
||||||
to create a network of high schools (similar to football) in
|
|
||||||
the US.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Section Title End -->
|
<!-- Section Title End -->
|
||||||
@@ -168,7 +165,7 @@
|
|||||||
<!-- About List Item Start -->
|
<!-- About List Item Start -->
|
||||||
<div class="about-list-item wow fadeInUp">
|
<div class="about-list-item wow fadeInUp">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" src="images/icon-about-list-1.svg" alt="" />
|
<img src="images/icon-about-list-1.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="about-list-item-content">
|
<div class="about-list-item-content">
|
||||||
<h3>Play Competitive Matches</h3>
|
<h3>Play Competitive Matches</h3>
|
||||||
@@ -179,7 +176,7 @@
|
|||||||
<!-- About List Item Start -->
|
<!-- About List Item Start -->
|
||||||
<div class="about-list-item wow fadeInUp" data-wow-delay="0.25s">
|
<div class="about-list-item wow fadeInUp" data-wow-delay="0.25s">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" src="images/icon-about-list-2.svg" alt="" />
|
<img src="images/icon-about-list-2.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="about-list-item-content">
|
<div class="about-list-item-content">
|
||||||
<h3>Train the Next Generation</h3>
|
<h3>Train the Next Generation</h3>
|
||||||
@@ -190,7 +187,7 @@
|
|||||||
<!-- About List Item Start -->
|
<!-- About List Item Start -->
|
||||||
<div class="about-list-item wow fadeInUp" data-wow-delay="0.5s">
|
<div class="about-list-item wow fadeInUp" data-wow-delay="0.5s">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" src="images/icon-about-list-3.svg" alt="" />
|
<img src="images/icon-about-list-3.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="about-list-item-content">
|
<div class="about-list-item-content">
|
||||||
<h3>Connect Statewide Talent</h3>
|
<h3>Connect Statewide Talent</h3>
|
||||||
@@ -201,7 +198,7 @@
|
|||||||
<!-- About List Item Start -->
|
<!-- About List Item Start -->
|
||||||
<div class="about-list-item wow fadeInUp" data-wow-delay="0.75s">
|
<div class="about-list-item wow fadeInUp" data-wow-delay="0.75s">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" src="images/icon-about-list-4.svg" alt="" />
|
<img src="images/icon-about-list-4.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="about-list-item-content">
|
<div class="about-list-item-content">
|
||||||
<h3>Build the Cricket Community</h3>
|
<h3>Build the Cricket Community</h3>
|
||||||
@@ -218,11 +215,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- About Us Section End -->
|
<!-- About Us Section End -->
|
||||||
|
|
||||||
<p> </p>
|
<p></p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
|
|
||||||
<p> </p>
|
<p> </p>
|
||||||
|
|
||||||
|
|
||||||
<!-- Our Counter Section Start -->
|
<!-- Our Counter Section Start -->
|
||||||
<div class="our-counter">
|
<div class="our-counter">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -239,10 +237,7 @@
|
|||||||
<!-- Counter Content Start -->
|
<!-- Counter Content Start -->
|
||||||
<div class="counter-content">
|
<div class="counter-content">
|
||||||
<h3>cricketers involved</h3>
|
<h3>cricketers involved</h3>
|
||||||
<p>
|
<p>With over 15 cities connected, TSCB involved over 300 cricketers in the state.</p>
|
||||||
With over 15 cities connected, TSCB involved over 300
|
|
||||||
cricketers in the state.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Counter Content End -->
|
<!-- Counter Content End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -261,9 +256,7 @@
|
|||||||
<!-- Counter Content Start -->
|
<!-- Counter Content Start -->
|
||||||
<div class="counter-content">
|
<div class="counter-content">
|
||||||
<h3>Cricket Teams</h3>
|
<h3>Cricket Teams</h3>
|
||||||
<p>
|
<p>9 From Dallas, 9 From Austin, with aims to grow to numerous other cities and teams.
|
||||||
9 From Dallas, 9 From Austin, with aims to grow to numerous
|
|
||||||
other cities and teams.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Counter Content End -->
|
<!-- Counter Content End -->
|
||||||
@@ -283,10 +276,7 @@
|
|||||||
<!-- Counter Content Start -->
|
<!-- Counter Content Start -->
|
||||||
<div class="counter-content">
|
<div class="counter-content">
|
||||||
<h3>Funds Raised</h3>
|
<h3>Funds Raised</h3>
|
||||||
<p>
|
<p>Thanks to our sponsors, TSCB has raised over $4,000 for cricket programs.</p>
|
||||||
Thanks to our sponsors, TSCB has raised over $4,000 for
|
|
||||||
cricket programs.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Counter Content End -->
|
<!-- Counter Content End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -305,10 +295,7 @@
|
|||||||
<!-- Counter Content Start -->
|
<!-- Counter Content Start -->
|
||||||
<div class="counter-content">
|
<div class="counter-content">
|
||||||
<h3>Cricket Matches</h3>
|
<h3>Cricket Matches</h3>
|
||||||
<p>
|
<p>In its short tenure, TSCB has organized over 20 cricket matches across the state.</p>
|
||||||
In its short tenure, TSCB has organized over 20 cricket
|
|
||||||
matches across the state.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Counter Content End -->
|
<!-- Counter Content End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -319,6 +306,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Our Counter Section End -->
|
<!-- Our Counter Section End -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Pastors Message Section Start -->
|
<!-- Pastors Message Section Start -->
|
||||||
<div class="pastors-message">
|
<div class="pastors-message">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -328,13 +318,13 @@
|
|||||||
<div class="about-image">
|
<div class="about-image">
|
||||||
<div class="about-img-1">
|
<div class="about-img-1">
|
||||||
<figure class="image-anime reveal">
|
<figure class="image-anime reveal">
|
||||||
<img loading="lazy" src="images/abhiram.jpg" alt="" />
|
<img src="images/abhiram.jpg" alt="">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="about-img-1">
|
<div class="about-img-2">
|
||||||
<figure class="image-anime reveal">
|
<figure class="image-anime reveal">
|
||||||
<img loading="lazy" src="images/saim.png" alt="" />
|
<img src="images/saim.png" alt="" style="width: 348px; height: 454px;">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -346,26 +336,23 @@
|
|||||||
<!-- Section Title Start -->
|
<!-- Section Title Start -->
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h3 class="wow fadeInUp">founders' message</h3>
|
<h3 class="wow fadeInUp">founders' message</h3>
|
||||||
<h2 class="text-anime-style-2" data-cursor="-opaque">
|
<h2 class="text-anime-style-2" data-cursor="-opaque">Our community can make a
|
||||||
Our community can make a
|
<span>profound
|
||||||
<span>profound impact</span>
|
impact</span>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<!-- Section Title End -->
|
<!-- Section Title End -->
|
||||||
|
|
||||||
<!-- Pastors Comtent Body Start -->
|
<!-- Pastors Comtent Body Start -->
|
||||||
<div class="pastors-content-body">
|
<div class="pastors-content-body">
|
||||||
<h3 class="wow fadeInUp" data-wow-delay="0.25s">
|
<h3 class="wow fadeInUp" data-wow-delay="0.25s">Our mission is to
|
||||||
Our mission is to cement cricket as an American sport by
|
cement cricket as an American sport by creating a unified competition at the
|
||||||
creating a unified competition at the fundamental
|
fundamental high-school level... </h3>
|
||||||
high-school level...
|
<p class="wow fadeInUp" data-wow-delay="0.5s">We aren't just about cricket:
|
||||||
</h3>
|
we are manifesting a framework into high-school culture that is yet to exist.
|
||||||
<p class="wow fadeInUp" data-wow-delay="0.5s">
|
We don't just need cricketers but a community, and our committed board, sponsors,
|
||||||
We aren't just about cricket: we are manifesting a framework
|
and
|
||||||
into high-school culture that is yet to exist. We don't just
|
loyal supporters can make this dream happen. </p>
|
||||||
need cricketers but a community, and our committed board,
|
|
||||||
sponsors, and loyal supporters can make this dream happen.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Pastors Comtent Body End -->
|
<!-- Pastors Comtent Body End -->
|
||||||
|
|
||||||
@@ -373,16 +360,15 @@
|
|||||||
<div class="pastors-signature">
|
<div class="pastors-signature">
|
||||||
<!-- Pastors Signature Image Start -->
|
<!-- Pastors Signature Image Start -->
|
||||||
<div class="pastors-signature-img">
|
<div class="pastors-signature-img">
|
||||||
<img loading="lazy" src="images/signature.png" alt="" />
|
<img src="images/signature.png" alt="">
|
||||||
<img loading="lazy" src="images/saim-sign.png" alt="" />
|
<img src="images/saim-sign.png" alt="">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Pastors Signature Image End -->
|
<!-- Pastors Signature Image End -->
|
||||||
|
|
||||||
<!-- Pastors Signature Comtent Start -->
|
<!-- Pastors Signature Comtent Start -->
|
||||||
<div class="pastors-signature-content">
|
<div class="pastors-signature-content">
|
||||||
<p>
|
<p>Abhiram Gadiraju and Rana Saim Zahid, Co-Founders, TCSB</p>
|
||||||
Abhiram Charan Gadiraju and Rana Saim Zahid, Co-Founders, TCSB
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Pastors Signature Comtent End -->
|
<!-- Pastors Signature Comtent End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -395,8 +381,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Pastors Message Section End -->
|
<!-- Pastors Message Section End -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Our Team Start -->
|
<!-- Our Team Start -->
|
||||||
<div class="our-counter">
|
<!-- <div class="our-counter">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row align-items-center section-row">
|
<div class="row align-items-center section-row">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
@@ -404,9 +391,6 @@
|
|||||||
<p></p>
|
<p></p>
|
||||||
<h3 class="wow fadeInUp">our team</h3>
|
<h3 class="wow fadeInUp">our team</h3>
|
||||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Meet Our <span>Board</span></h2>
|
<h2 class="text-anime-style-2" data-cursor="-opaque">Meet Our <span>Board</span></h2>
|
||||||
<p>The first and largest student-led cricket organization in the United States</p>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -414,19 +398,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
|
<div class="col-lg-3 col-md-6">
|
||||||
|
|
||||||
<div class="team-member-item wow fadeInUp">
|
<div class="team-member-item wow fadeInUp">
|
||||||
|
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/dhruv.png" alt="">
|
<img src="images/team-1.jpg" alt="">
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
@@ -434,147 +414,246 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>Dhruv Patil</h3>
|
<h3>darlene robertson</h3>
|
||||||
<p><b>Board Chair</b></p>
|
<p>head of worship team</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
|
<div class="col-lg-3 col-md-6">
|
||||||
|
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
|
||||||
|
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/amulya.png" alt="">
|
<img src="images/team-2.jpg" alt="">
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="team-social-icon">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>Amulya Singh</h3>
|
<h3>sophia simmons</h3>
|
||||||
<p>Director, Dallas Regionals</p>
|
<p>pastor</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
|
<div class="col-lg-3 col-md-6">
|
||||||
|
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
||||||
|
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/sanskar.png" alt="">
|
<img src="images/team-3.jpg" alt="">
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="team-social-icon">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>Sanskar Chimangaonkar</h3>
|
<h3>savannah nguyen</h3>
|
||||||
<p>Director, Austin Regionals</p>
|
<p>head of worship team</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
|
<div class="col-lg-3 col-md-6">
|
||||||
|
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.6s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.6s">
|
||||||
|
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/vrishan.png" alt="">
|
<img src="images/team-4.jpg" alt="">
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="team-social-icon">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>Vrishan Naregudam</h3>
|
<h3>charlotte wilson</h3>
|
||||||
<p>Treasurer</p>
|
<p>head of worship team</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-3 col-md-6">
|
||||||
|
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
|
|
||||||
|
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
|
||||||
|
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/keshav.png" alt="">
|
<img src="images/team-5.jpg" alt="">
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="team-social-icon">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>Keshav Anand</h3>
|
<h3>guy hawkins</h3>
|
||||||
<p>Digital Strategist</p>
|
<p>head of worship team</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
|
<div class="col-lg-3 col-md-6">
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1s">
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/laksh.png" alt="">
|
<img src="images/team-6.jpg" alt="">
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
<div class="team-social-icon">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>Laksh Ravi</h3>
|
<h3>eleanor pena</h3>
|
||||||
<p>Director, Records and Compliance</p>
|
<p>pastor</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
|
<div class="col-lg-3 col-md-6">
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1.2s">
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/abhiram.jpg" alt="">
|
<img src="images/team-7.jpg" alt="">
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
<div class="team-social-icon">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>Abhiram Charan Gadiraju</h3>
|
<h3>robert fox</h3>
|
||||||
<p>Director, Social Engagement</p>
|
<p>head of worship team</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-3 col-md-6">
|
||||||
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1.4s">
|
||||||
|
<div class="team-image">
|
||||||
|
<figure class="image-anime">
|
||||||
|
<img src="images/team-8.jpg" alt="">
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<div class="team-social-icon">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a>
|
||||||
|
</li>
|
||||||
|
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="team-content">
|
||||||
|
<h3>arlene mcCoy</h3>
|
||||||
|
<p>head of worship team</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
<!-- Page Team End -->
|
<!-- Page Team End -->
|
||||||
|
|
||||||
<!-- Our Team End -->
|
<!-- Our Team End -->
|
||||||
<p> </p>
|
<p> </p>
|
||||||
|
|
||||||
|
|
||||||
<!-- Core Value Section Start -->
|
<!-- Core Value Section Start -->
|
||||||
<div class="core-value">
|
<div class="core-value">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -583,8 +662,7 @@
|
|||||||
<!-- Section Title Start -->
|
<!-- Section Title Start -->
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h3 class="wow fadeInUp">our core values</h3>
|
<h3 class="wow fadeInUp">our core values</h3>
|
||||||
<h2 class="text-anime-style-2" data-cursor="-opaque">
|
<h2 class="text-anime-style-2" data-cursor="-opaque">Community, Service, and
|
||||||
Community, Service, and
|
|
||||||
<span>Leadership</span>
|
<span>Leadership</span>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
@@ -599,17 +677,16 @@
|
|||||||
<!-- FAQ Item Start -->
|
<!-- FAQ Item Start -->
|
||||||
<div class="accordion-item wow fadeInUp">
|
<div class="accordion-item wow fadeInUp">
|
||||||
<h2 class="accordion-header" id="headingOne">
|
<h2 class="accordion-header" id="headingOne">
|
||||||
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne"
|
<button class="accordion-button" type="button" data-bs-toggle="collapse"
|
||||||
aria-expanded="true" aria-controls="collapseOne">
|
data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
||||||
Why was TSCB founded?
|
Why was TSCB founded?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne"
|
<div id="collapseOne" class="accordion-collapse collapse show"
|
||||||
data-bs-parent="#accordion">
|
aria-labelledby="headingOne" data-bs-parent="#accordion">
|
||||||
<div class="accordion-body">
|
<div class="accordion-body">
|
||||||
<p>
|
<p>To create a self-sustained community of cricketers led by
|
||||||
To create a self-sustained community of cricketers led
|
high-schoolers.
|
||||||
by high-schoolers.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -627,12 +704,10 @@
|
|||||||
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
|
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
|
||||||
data-bs-parent="#accordion">
|
data-bs-parent="#accordion">
|
||||||
<div class="accordion-body">
|
<div class="accordion-body">
|
||||||
<p>
|
<p>TSCB exists to provide a free and universal platform to spread
|
||||||
TSCB exists to provide a free and universal platform to
|
high-school cricket. While leagues are private and commercialized, TSCB aims
|
||||||
spread high-school cricket. While leagues are private
|
to offer a high-school sport-like experience through free games and
|
||||||
and commercialized, TSCB aims to offer a high-school
|
a central state tournament.
|
||||||
sport-like experience through free games and a central
|
|
||||||
state tournament.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -643,17 +718,16 @@
|
|||||||
<div class="accordion-item wow fadeInUp" data-wow-delay="0.5s">
|
<div class="accordion-item wow fadeInUp" data-wow-delay="0.5s">
|
||||||
<h2 class="accordion-header" id="headingThree">
|
<h2 class="accordion-header" id="headingThree">
|
||||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
||||||
data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
|
data-bs-target="#collapseThree" aria-expanded="false"
|
||||||
|
aria-controls="collapseThree">
|
||||||
Are there umpires, prizes, and available grounds.
|
Are there umpires, prizes, and available grounds.
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree"
|
<div id="collapseThree" class="accordion-collapse collapse"
|
||||||
data-bs-parent="#accordion">
|
aria-labelledby="headingThree" data-bs-parent="#accordion">
|
||||||
<div class="accordion-body">
|
<div class="accordion-body">
|
||||||
<p>
|
<p>Yes, yes, and also yes: TSCB covers everythign through our connections and
|
||||||
Yes, yes, and also yes: TSCB covers everythign through
|
sponsors.</p>
|
||||||
our connections and sponsors.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -663,20 +737,19 @@
|
|||||||
<div class="accordion-item wow fadeInUp" data-wow-delay="0.75s">
|
<div class="accordion-item wow fadeInUp" data-wow-delay="0.75s">
|
||||||
<h2 class="accordion-header" id="headingfour">
|
<h2 class="accordion-header" id="headingfour">
|
||||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
||||||
data-bs-target="#collapsefour" aria-expanded="false" aria-controls="collapsefour">
|
data-bs-target="#collapsefour" aria-expanded="false"
|
||||||
|
aria-controls="collapsefour">
|
||||||
How can a new team become involved with TSCB
|
How can a new team become involved with TSCB
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div id="collapsefour" class="accordion-collapse collapse" aria-labelledby="headingfour"
|
<div id="collapsefour" class="accordion-collapse collapse" aria-labelledby="headingfour"
|
||||||
data-bs-parent="#accordion">
|
data-bs-parent="#accordion">
|
||||||
<div class="accordion-body">
|
<div class="accordion-body">
|
||||||
<p>
|
<p><a href="contact.html">Contact us</a>, and we will place you into a league as
|
||||||
<a href="contact.html">Contact us</a>, and we will place
|
soon as possible.
|
||||||
you into a league as soon as possible. Right now, our
|
Right now, our leagues are only in Austin and Dallas, so school outside
|
||||||
leagues are only in Austin and Dallas, so school outside
|
those cities will have to
|
||||||
those cities will have to provide their own
|
provide their own transportation to grounds.</p>
|
||||||
transportation to grounds.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -686,22 +759,20 @@
|
|||||||
<div class="accordion-item wow fadeInUp" data-wow-delay="1s">
|
<div class="accordion-item wow fadeInUp" data-wow-delay="1s">
|
||||||
<h2 class="accordion-header" id="headingfive">
|
<h2 class="accordion-header" id="headingfive">
|
||||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
||||||
data-bs-target="#collapsefive" aria-expanded="false" aria-controls="collapsefive">
|
data-bs-target="#collapsefive" aria-expanded="false"
|
||||||
|
aria-controls="collapsefive">
|
||||||
Is this recreational or is there an actual pathway ahead?
|
Is this recreational or is there an actual pathway ahead?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div id="collapsefive" class="accordion-collapse collapse" aria-labelledby="headingfive"
|
<div id="collapsefive" class="accordion-collapse collapse" aria-labelledby="headingfive"
|
||||||
data-bs-parent="#accordion">
|
data-bs-parent="#accordion">
|
||||||
<div class="accordion-body">
|
<div class="accordion-body">
|
||||||
<p>
|
<p>TSCB is not recreational: it is a competitive league that is played
|
||||||
TSCB is not recreational: it is a competitive league
|
using tapeball (for preliminary matches) to be more mindful of cricket's
|
||||||
that is played using tapeball (for preliminary matches)
|
steep learning curve (avoiding beginner injuries). Performant teams will
|
||||||
to be more mindful of cricket's steep learning curve
|
advance to the state competition (with cash prizes), our partnership with
|
||||||
(avoiding beginner injuries). Performant teams will
|
NCCA aims to bring such competitions in the spotlight of selectors at the
|
||||||
advance to the state competition (with cash prizes), our
|
collegiant and higher levels.
|
||||||
partnership with NCCA aims to bring such competitions in
|
|
||||||
the spotlight of selectors at the collegiant and higher
|
|
||||||
levels.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -710,16 +781,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Core Value FAQ Accordion End -->
|
<!-- Core Value FAQ Accordion End -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Core Value Section End -->
|
|
||||||
</div>
|
|
||||||
<!-- About Us Section End -->
|
|
||||||
|
|
||||||
<p></p>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Footer Start -->
|
|
||||||
|
|
||||||
<!-- Footer Start -->
|
<!-- Footer Start -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
@@ -730,7 +799,7 @@
|
|||||||
<div class="about-footer">
|
<div class="about-footer">
|
||||||
<!-- Footer Logo Start -->
|
<!-- Footer Logo Start -->
|
||||||
<div class="footer-logo">
|
<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>
|
</div>
|
||||||
<!-- Footer Logo End -->
|
<!-- Footer Logo End -->
|
||||||
|
|
||||||
@@ -742,19 +811,16 @@
|
|||||||
const foundingDate = new Date("2025-12-29");
|
const foundingDate = new Date("2025-12-29");
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
|
|
||||||
const months =
|
const months = (now.getFullYear() - foundingDate.getFullYear()) * 12
|
||||||
(now.getFullYear() - foundingDate.getFullYear()) * 12 +
|
+ (now.getMonth() - foundingDate.getMonth());
|
||||||
(now.getMonth() - foundingDate.getMonth());
|
|
||||||
|
|
||||||
const years = Math.floor(months / 12);
|
const years = Math.floor(months / 12);
|
||||||
const remainingMonths = months % 12;
|
const remainingMonths = months % 12;
|
||||||
|
|
||||||
let duration = "";
|
let duration = "";
|
||||||
if (years > 0)
|
if (years > 0) duration += `${years} year${years > 1 ? "s" : ""}`;
|
||||||
duration += `${years} year${years > 1 ? "s" : ""}`;
|
|
||||||
if (years > 0 && remainingMonths > 0) duration += " and ";
|
if (years > 0 && remainingMonths > 0) duration += " and ";
|
||||||
if (remainingMonths > 0)
|
if (remainingMonths > 0) duration += `${remainingMonths} month${remainingMonths > 1 ? "s" : ""}`;
|
||||||
duration += `${remainingMonths} month${remainingMonths > 1 ? "s" : ""}`;
|
|
||||||
if (months === 0) duration = "less than a month";
|
if (months === 0) duration = "less than a month";
|
||||||
|
|
||||||
document.getElementById("age-text").textContent =
|
document.getElementById("age-text").textContent =
|
||||||
@@ -764,22 +830,19 @@
|
|||||||
<!-- Footer Social Links Start -->
|
<!-- Footer Social Links Start -->
|
||||||
<div class="footer-social-links">
|
<div class="footer-social-links">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i
|
||||||
<a href="https://www.instagram.com/texasscholasticcricketboard/"><i
|
class="fa-brands fa-instagram"></i></a></li>
|
||||||
class="fa-brands fa-instagram"></i></a>
|
<li><a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i class="fa-brands fa-youtube"></i></a></li>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i
|
|
||||||
class="fa-brands fa-youtube"></i></a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Footer Social Links End -->
|
<!-- Footer Social Links End -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- About Footer End -->
|
<!-- About Footer End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
|
<div class="col-lg-2 col-md-3 col-6">
|
||||||
<!-- About Links Start -->
|
<!-- About Links Start -->
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<h3>quick links</h3>
|
<h3>quick links</h3>
|
||||||
@@ -793,27 +856,21 @@
|
|||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
|
<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 cricket</h3>
|
<h3>our cricket</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/dallas.html">dallas regionals</a></li>
|
<li><a href="/dallas.html">dallas regionals</a></li>
|
||||||
<li><a href="/austin.html">austin regionals</a></li>
|
<li><a href="/austin.html">austin regionals</a></li>
|
||||||
<li><a href="/state-tournament.html">state tournament</a></li>
|
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a></li>
|
||||||
<li>
|
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
||||||
<a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin
|
|
||||||
cricclubs league</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-5 col-lg-3">
|
<div class="col-lg-3 col-md-5">
|
||||||
<!-- About Links Start -->
|
<!-- About Links Start -->
|
||||||
<div class="footer-contact">
|
<div class="footer-contact">
|
||||||
<h3>contact</h3>
|
<h3>contact</h3>
|
||||||
@@ -822,7 +879,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>(+1) (945) 900-1148</p>
|
<p>(+1) (945) 900-1148</p>
|
||||||
@@ -833,13 +890,15 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>texasscholasticcricketboard@gmail.com</p>
|
<p>texasscholasticcricketboard@gmail.com</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Footer Info Box End -->
|
<!-- Footer Info Box End -->
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Footer Contact Details End -->
|
<!-- Footer Contact Details End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -853,10 +912,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>
|
<p>Copyright 2026 Texas Scholastic Cricket Board. All Rights Reserved.</p>
|
||||||
Copyright 2026 Texas Scholastic Cricket Board. All Rights
|
|
||||||
Reserved.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Footer Copyright End -->
|
<!-- Footer Copyright End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -865,10 +921,7 @@
|
|||||||
<!-- Footer Social Link Start -->
|
<!-- Footer Social Link Start -->
|
||||||
<div class="footer-privacy-policy">
|
<div class="footer-privacy-policy">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li><a href="https://docs.google.com/document/d/10jrcqdHfUYqF6YBHKVqBewxep7vsUbvrIDLX7ednoCc/edit?tab=t.0#heading=h.xzi71qd5vfcz">policies</a></li>
|
||||||
<a
|
|
||||||
href="https://docs.google.com/document/d/10jrcqdHfUYqF6YBHKVqBewxep7vsUbvrIDLX7ednoCc/edit?tab=t.0#heading=h.xzi71qd5vfcz">policies</a>
|
|
||||||
</li>
|
|
||||||
<li><a href="/liability.html">liability</a></li>
|
<li><a href="/liability.html">liability</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -881,10 +934,40 @@
|
|||||||
</footer>
|
</footer>
|
||||||
<!-- Footer End -->
|
<!-- Footer End -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
<!-- Jquery Library File -->
|
||||||
<script src="js/bundle-core.js"></script>
|
<script src="js/jquery-3.7.1.min.js"></script>
|
||||||
<!-- Enhanced Animations js -->
|
<!-- Bootstrap js file -->
|
||||||
<script src="js/enhance.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
<!-- Validator js file -->
|
||||||
|
<script src="js/validator.min.js"></script>
|
||||||
|
<!-- SlickNav js file -->
|
||||||
|
<script src="js/jquery.slicknav.js"></script>
|
||||||
|
<!-- Swiper js file -->
|
||||||
|
<script src="js/swiper-bundle.min.js"></script>
|
||||||
|
<!-- Counter js file -->
|
||||||
|
<script src="js/jquery.waypoints.min.js"></script>
|
||||||
|
<script src="js/jquery.counterup.min.js"></script>
|
||||||
|
<!-- Magnific js file -->
|
||||||
|
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||||
|
<!-- SmoothScroll -->
|
||||||
|
<script src="js/SmoothScroll.js"></script>
|
||||||
|
<!-- Parallax js -->
|
||||||
|
<script src="js/parallaxie.js"></script>
|
||||||
|
<!-- MagicCursor js file -->
|
||||||
|
<script src="js/gsap.min.js"></script>
|
||||||
|
<script src="js/magiccursor.js"></script>
|
||||||
|
<!-- Text Effect js file -->
|
||||||
|
<script src="js/SplitText.js"></script>
|
||||||
|
<script src="js/ScrollTrigger.min.js"></script>
|
||||||
|
<!-- YTPlayer js File -->
|
||||||
|
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||||
|
<!-- Audio js File -->
|
||||||
|
<script src="js/plyr.js"></script>
|
||||||
|
<!-- Wow js file -->
|
||||||
|
<script src="js/wow.js"></script>
|
||||||
|
<!-- Main Custom js file -->
|
||||||
|
<script src="js/function.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
112
austin.html
@@ -1,7 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="zxx">
|
<html lang="zxx">
|
||||||
|
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<!-- Meta -->
|
<!-- Meta -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
@@ -20,10 +19,24 @@
|
|||||||
<link
|
<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"
|
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">
|
rel="stylesheet">
|
||||||
<!-- Preload critical image -->
|
<!-- Bootstrap Css -->
|
||||||
<link rel="preload" href="images/page-header-bg.jpg" as="image">
|
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||||
<!-- Bundled CSS -->
|
<!-- SlickNav Css -->
|
||||||
<link href="css/bundle.css" rel="stylesheet">
|
<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">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -59,7 +72,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="state-tournament.html">State Tournament</a></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="sponsors.html">Our
|
<li class="nav-item highlighted-menu"><a class="nav-link" href="sponsors.html">Our
|
||||||
@@ -113,8 +125,8 @@
|
|||||||
<!-- Text Column -->
|
<!-- Text Column -->
|
||||||
<div class="col-lg-7 wow fadeInLeft">
|
<div class="col-lg-7 wow fadeInLeft">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h3>Powered by USAHSC</h3>
|
<h3>about the regional competition</h3>
|
||||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Tech and Cricket in <span>ATX</span></h2>
|
<h2 class="text-anime-style-2" data-cursor="-opaque">Actively <span>Changing the Game</span></h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="about-content">
|
<div class="about-content">
|
||||||
<p>The Austin Regionals brings connects high school students from across the Austin region to compete at the highest level. Breaking the financial barrier to cricket, Austin regionals is the first intra-city high school league to be free of cost to players while being competitive at the highest level. Season One features nine schools divided across three geographic divisions — South, East, and North Austin — competing in a round-robin format to claim a spot in the State Championship.</p>
|
<p>The Austin Regionals brings connects high school students from across the Austin region to compete at the highest level. Breaking the financial barrier to cricket, Austin regionals is the first intra-city high school league to be free of cost to players while being competitive at the highest level. Season One features nine schools divided across three geographic divisions — South, East, and North Austin — competing in a round-robin format to claim a spot in the State Championship.</p>
|
||||||
@@ -131,7 +143,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<a href="https://cricclubs.com/USHSC/results?leagueId=g41t2-aF2KbqJyD7sSBu9w&year=2026&series=QKoRw7aJTppHXMxmRSTXmg&seriesName=USAHSC+2026"
|
<a href="https://cricclubs.com/USHSC/results?leagueId=g41t2-aF2KbqJyD7sSBu9w&year=2026&series=QKoRw7aJTppHXMxmRSTXmg&seriesName=USAHSC+2026"
|
||||||
class="btn-default w-100 text-center" target="_blank">
|
class="btn-default w-100 text-center" target="_blank">
|
||||||
<i class="fa-solid fa-cricket-bat-ball me-2"></i> Our Latest Results
|
<i class="fa-solid fa-cricket-bat-ball me-2"></i> Our Lates Results
|
||||||
</a>
|
</a>
|
||||||
<a href="https://cricclubs.com/USHSC"
|
<a href="https://cricclubs.com/USHSC"
|
||||||
class="btn-default w-100 text-center" target="_blank">
|
class="btn-default w-100 text-center" target="_blank">
|
||||||
@@ -163,13 +175,13 @@
|
|||||||
<!-- Team Grid Start -->
|
<!-- Team Grid Start -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- Team 1: Plano East Panthers -->
|
<!-- Team 1: Plano East Panthers -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp">
|
<div class="team-member-item wow fadeInUp">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/mcneil.jpg" alt="McNeil High School">
|
<img src="images/mcneil.jpg" alt="McNeil High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -185,13 +197,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 2: Frisco Lone Star -->
|
<!-- Team 2: Frisco Lone Star -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/vandegrift.webp" alt="Vandegrift High School">
|
<img src="images/vandegrift.webp" alt="Vandegrift High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -207,13 +219,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 3: Prosper Predators -->
|
<!-- Team 3: Prosper Predators -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/westwood.jpeg" alt="Westwood High School">
|
<img src="images/westwodd.jpeg" alt="Westwood High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -229,13 +241,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 4: Irving High Chargers -->
|
<!-- Team 4: Irving High Chargers -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.6s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.6s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/cedarridge.jpg" alt="Cedar Ridge High School">
|
<img src="images/cedarridge.jpg" alt="Cedar Ridge High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -251,13 +263,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 5: Plano West Warriors -->
|
<!-- Team 5: Plano West Warriors -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/roundrock.jpeg" alt="Round Rock High School">
|
<img src="images/roundrock.jpeg" alt="Round Rock High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -273,13 +285,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 6: Frisco Titans -->
|
<!-- Team 6: Frisco Titans -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/westlake.jpg" alt="Westlake High School">
|
<img src="images/westlake.jpg" alt="Westlake High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -295,13 +307,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 7: Prosper Patriots -->
|
<!-- Team 7: Prosper Patriots -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1.2s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1.2s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/leander.jpeg" alt="Leander High School">
|
<img src="images/leander.jpeg" alt="Leander High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -317,13 +329,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 8: Irving Lions -->
|
<!-- Team 8: Irving Lions -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1.4s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1.4s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/legacyranch.jpg" alt="Legacy Ranch High School">
|
<img src="images/legacyranch.jpg" alt="Legacy Ranch High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -339,13 +351,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 9: Plano Hawks -->
|
<!-- Team 9: Plano Hawks -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1.6s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1.6s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/rouse.jpg" alt="Rouse High School">
|
<img src="images/rouse.jpg" alt="Rouse High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -417,7 +429,7 @@
|
|||||||
<!-- About Footer End -->
|
<!-- About Footer End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
|
<div class="col-lg-2 col-md-3 col-6">
|
||||||
<!-- About Links Start -->
|
<!-- About Links Start -->
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<h3>quick links</h3>
|
<h3>quick links</h3>
|
||||||
@@ -431,14 +443,13 @@
|
|||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
|
<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 cricket</h3>
|
<h3>our cricket</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/dallas.html">dallas regionals</a></li>
|
<li><a href="/dallas.html">dallas regionals</a></li>
|
||||||
<li><a href="/austin.html">austin regionals</a></li>
|
<li><a href="/austin.html">austin regionals</a></li>
|
||||||
<li><a href="/state-tournament.html">state tournament</a></li>
|
|
||||||
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a></li>
|
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a></li>
|
||||||
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -446,7 +457,7 @@
|
|||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-5 col-lg-3">
|
<div class="col-lg-3 col-md-5">
|
||||||
<!-- About Links Start -->
|
<!-- About Links Start -->
|
||||||
<div class="footer-contact">
|
<div class="footer-contact">
|
||||||
<h3>contact</h3>
|
<h3>contact</h3>
|
||||||
@@ -455,7 +466,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>(+1) (945) 900-1148</p>
|
<p>(+1) (945) 900-1148</p>
|
||||||
@@ -466,7 +477,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>texasscholasticcricketboard@gmail.com</p>
|
<p>texasscholasticcricketboard@gmail.com</p>
|
||||||
@@ -511,9 +522,38 @@
|
|||||||
<!-- Footer End -->
|
<!-- Footer End -->
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
<!-- Jquery Library File -->
|
||||||
<script src="js/bundle-core.js"></script>
|
<script src="js/jquery-3.7.1.min.js"></script>
|
||||||
<!-- Enhanced Animations js -->
|
<!-- Bootstrap js file -->
|
||||||
<script src="js/enhance.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
<!-- Validator js file -->
|
||||||
|
<script src="js/validator.min.js"></script>
|
||||||
|
<!-- SlickNav js file -->
|
||||||
|
<script src="js/jquery.slicknav.js"></script>
|
||||||
|
<!-- Swiper js file -->
|
||||||
|
<script src="js/swiper-bundle.min.js"></script>
|
||||||
|
<!-- Counter js file -->
|
||||||
|
<script src="js/jquery.waypoints.min.js"></script>
|
||||||
|
<script src="js/jquery.counterup.min.js"></script>
|
||||||
|
<!-- Magnific js file -->
|
||||||
|
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||||
|
<!-- SmoothScroll -->
|
||||||
|
<script src="js/SmoothScroll.js"></script>
|
||||||
|
<!-- Parallax js -->
|
||||||
|
<script src="js/parallaxie.js"></script>
|
||||||
|
<!-- MagicCursor js file -->
|
||||||
|
<script src="js/gsap.min.js"></script>
|
||||||
|
<script src="js/magiccursor.js"></script>
|
||||||
|
<!-- Text Effect js file -->
|
||||||
|
<script src="js/SplitText.js"></script>
|
||||||
|
<script src="js/ScrollTrigger.min.js"></script>
|
||||||
|
<!-- YTPlayer js File -->
|
||||||
|
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||||
|
<!-- Audio js File -->
|
||||||
|
<script src="js/plyr.js"></script>
|
||||||
|
<!-- Wow js file -->
|
||||||
|
<script src="js/wow.js"></script>
|
||||||
|
<!-- Main Custom js file -->
|
||||||
|
<script src="js/function.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
67
contact.html
@@ -19,10 +19,24 @@
|
|||||||
<link
|
<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"
|
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">
|
rel="stylesheet">
|
||||||
<!-- Preload critical image -->
|
<!-- Bootstrap Css -->
|
||||||
<link rel="preload" href="images/page-header-bg.jpg" as="image">
|
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||||
<!-- Bundled CSS -->
|
<!-- SlickNav Css -->
|
||||||
<link href="css/bundle.css" rel="stylesheet">
|
<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">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -57,7 +71,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="state-tournament.html">State Tournament</a></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="sponsors.html">Our
|
<li class="nav-item highlighted-menu"><a class="nav-link" href="sponsors.html">Our
|
||||||
@@ -126,7 +139,7 @@
|
|||||||
<div class="contact-info-item wow fadeInUp" data-wow-delay="0.25s">
|
<div class="contact-info-item wow fadeInUp" data-wow-delay="0.25s">
|
||||||
<!-- Icon Box Start -->
|
<!-- Icon Box Start -->
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" src="images/icon-phone.svg" alt="">
|
<img src="images/icon-phone.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<!-- Icon Box End -->
|
<!-- Icon Box End -->
|
||||||
|
|
||||||
@@ -143,7 +156,7 @@
|
|||||||
<div class="contact-info-item wow fadeInUp" data-wow-delay="0.5s">
|
<div class="contact-info-item wow fadeInUp" data-wow-delay="0.5s">
|
||||||
<!-- Icon Box Start -->
|
<!-- Icon Box Start -->
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" src="images/icon-mail.svg" alt="">
|
<img src="images/icon-mail.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<!-- Icon Box End -->
|
<!-- Icon Box End -->
|
||||||
|
|
||||||
@@ -298,7 +311,6 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="/dallas.html">dallas regionals</a></li>
|
<li><a href="/dallas.html">dallas regionals</a></li>
|
||||||
<li><a href="/austin.html">austin regionals</a></li>
|
<li><a href="/austin.html">austin regionals</a></li>
|
||||||
<li><a href="/state-tournament.html">state tournament</a></li>
|
|
||||||
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a></li>
|
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a></li>
|
||||||
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -315,7 +327,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>(+1) (945) 900-1148</p>
|
<p>(+1) (945) 900-1148</p>
|
||||||
@@ -326,7 +338,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>texasscholasticcricketboard@gmail.com</p>
|
<p>texasscholasticcricketboard@gmail.com</p>
|
||||||
@@ -372,9 +384,38 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
<!-- Jquery Library File -->
|
||||||
<script src="js/bundle-core.js"></script>
|
<script src="js/jquery-3.7.1.min.js"></script>
|
||||||
<!-- Enhanced Animations js -->
|
<!-- Bootstrap js file -->
|
||||||
<script src="js/enhance.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
<!-- Validator js file -->
|
||||||
|
<script src="js/validator.min.js"></script>
|
||||||
|
<!-- SlickNav js file -->
|
||||||
|
<script src="js/jquery.slicknav.js"></script>
|
||||||
|
<!-- Swiper js file -->
|
||||||
|
<script src="js/swiper-bundle.min.js"></script>
|
||||||
|
<!-- Counter js file -->
|
||||||
|
<script src="js/jquery.waypoints.min.js"></script>
|
||||||
|
<script src="js/jquery.counterup.min.js"></script>
|
||||||
|
<!-- Magnific js file -->
|
||||||
|
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||||
|
<!-- SmoothScroll -->
|
||||||
|
<script src="js/SmoothScroll.js"></script>
|
||||||
|
<!-- Parallax js -->
|
||||||
|
<script src="js/parallaxie.js"></script>
|
||||||
|
<!-- MagicCursor js file -->
|
||||||
|
<script src="js/gsap.min.js"></script>
|
||||||
|
<script src="js/magiccursor.js"></script>
|
||||||
|
<!-- Text Effect js file -->
|
||||||
|
<script src="js/SplitText.js"></script>
|
||||||
|
<script src="js/ScrollTrigger.min.js"></script>
|
||||||
|
<!-- YTPlayer js File -->
|
||||||
|
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||||
|
<!-- Audio js File -->
|
||||||
|
<script src="js/plyr.js"></script>
|
||||||
|
<!-- Wow js file -->
|
||||||
|
<script src="js/wow.js"></script>
|
||||||
|
<!-- Main Custom js file -->
|
||||||
|
<script src="js/function.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
10967
css/bundle.css
112
css/custom.css
@@ -2661,25 +2661,10 @@ header.main-header .header-sticky.active{
|
|||||||
.team-member-item{
|
.team-member-item{
|
||||||
position: relative;
|
position: relative;
|
||||||
height: calc(100% - 30px);
|
height: calc(100% - 30px);
|
||||||
margin-bottom: 20px;
|
margin-bottom: 30px;
|
||||||
padding: 15px;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tablet breakpoint: increase padding for larger screens */
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
.team-member-item {
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Desktop breakpoint (1200px+): maximum padding for optimal spacing */
|
|
||||||
@media (min-width: 1200px) {
|
|
||||||
.team-member-item {
|
|
||||||
padding: 25px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.team-image{
|
.team-image{
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -2690,19 +2675,12 @@ header.main-header .header-sticky.active{
|
|||||||
|
|
||||||
.team-image img{
|
.team-image img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 1/1.22; /* default desktop */
|
aspect-ratio: 1/1.22;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border-radius: 0 0 80px 0;
|
border-radius: 0 0 80px 0;
|
||||||
transition: all 0.5s ease-in-out;
|
transition: all 0.5s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile breakpoint (575px and below): square aspect ratio for better fit */
|
|
||||||
@media (max-width: 575px) {
|
|
||||||
.team-image img {
|
|
||||||
aspect-ratio: 1/1; /* square on mobile for better fit */
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.team-member-item:hover .team-image img{
|
.team-member-item:hover .team-image img{
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
@@ -4534,74 +4512,6 @@ header.main-header .header-sticky.active{
|
|||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/************************************/
|
|
||||||
/*** 35b. Sponsors Section ***/
|
|
||||||
/************************************/
|
|
||||||
|
|
||||||
.our-sponsors-section{
|
|
||||||
padding: 70px 0 60px;
|
|
||||||
background-color: var(--white-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsors-logo-grid{
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
gap: 40px;
|
|
||||||
margin-bottom: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsor-logo-item{
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
background-color: #fff;
|
|
||||||
border: 1px solid var(--dark-divider-color);
|
|
||||||
border-radius: 12px;
|
|
||||||
padding: 20px 30px;
|
|
||||||
transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
|
|
||||||
min-width: 200px;
|
|
||||||
max-width: 260px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsor-logo-item:hover{
|
|
||||||
box-shadow: 0 8px 30px rgba(0,0,0,0.10);
|
|
||||||
transform: translateY(-3px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsor-logo-item img{
|
|
||||||
max-width: 100%;
|
|
||||||
max-height: 100px;
|
|
||||||
width: auto;
|
|
||||||
height: auto;
|
|
||||||
object-fit: contain;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsors-footer{
|
|
||||||
text-align: center;
|
|
||||||
max-width: 600px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsors-footer p{
|
|
||||||
margin: 0;
|
|
||||||
color: var(--text-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsors-footer p a{
|
|
||||||
font-weight: 700;
|
|
||||||
color: var(--accent-color);
|
|
||||||
text-decoration: underline;
|
|
||||||
transition: all 0.3s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsors-footer p a:hover{
|
|
||||||
color: var(--primary-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
/************************************/
|
/************************************/
|
||||||
/*** 36. responsive css ***/
|
/*** 36. responsive css ***/
|
||||||
/************************************/
|
/************************************/
|
||||||
@@ -5610,24 +5520,6 @@ header.main-header .header-sticky.active{
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.our-sponsors-section{
|
|
||||||
padding: 40px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsors-logo-grid{
|
|
||||||
gap: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsor-logo-item{
|
|
||||||
min-width: 140px;
|
|
||||||
max-width: 180px;
|
|
||||||
padding: 15px 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsor-logo-item img{
|
|
||||||
max-height: 70px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mission-img{
|
.mission-img{
|
||||||
padding: 0 0 60px 60px;
|
padding: 0 0 60px 60px;
|
||||||
}
|
}
|
||||||
|
|||||||
935
css/enhance.css
@@ -1,935 +0,0 @@
|
|||||||
/* =====================================================
|
|
||||||
TSCB — Enhanced Animations & Visual Excellence
|
|
||||||
===================================================== */
|
|
||||||
|
|
||||||
/* ---- Scroll Progress Bar ---- */
|
|
||||||
#tscb-progress {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
height: 3px;
|
|
||||||
width: 0%;
|
|
||||||
background: linear-gradient(90deg, #d92800 0%, #ce9c5b 50%, #d92800 100%);
|
|
||||||
background-size: 200% 100%;
|
|
||||||
animation: progressShift 3s ease infinite;
|
|
||||||
z-index: 999999;
|
|
||||||
transition: width 0.08s linear;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes progressShift {
|
|
||||||
0% { background-position: 0% 50%; }
|
|
||||||
50% { background-position: 100% 50%; }
|
|
||||||
100% { background-position: 0% 50%; }
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Hero Section Decorative Orbs ---- */
|
|
||||||
.hero {
|
|
||||||
overflow: hidden;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero-orb-1,
|
|
||||||
.hero-orb-2,
|
|
||||||
.hero-orb-3 {
|
|
||||||
position: absolute;
|
|
||||||
border-radius: 50%;
|
|
||||||
pointer-events: none;
|
|
||||||
z-index: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero-orb-1 {
|
|
||||||
width: 700px;
|
|
||||||
height: 700px;
|
|
||||||
background: radial-gradient(circle, rgba(217, 40, 0, 0.16) 0%, transparent 65%);
|
|
||||||
top: -300px;
|
|
||||||
right: -200px;
|
|
||||||
animation: orbDrift 12s ease-in-out infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero-orb-2 {
|
|
||||||
width: 450px;
|
|
||||||
height: 450px;
|
|
||||||
background: radial-gradient(circle, rgba(206, 156, 91, 0.11) 0%, transparent 65%);
|
|
||||||
bottom: -100px;
|
|
||||||
left: -150px;
|
|
||||||
animation: orbDrift 16s ease-in-out infinite reverse;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero-orb-3 {
|
|
||||||
width: 250px;
|
|
||||||
height: 250px;
|
|
||||||
background: radial-gradient(circle, rgba(217, 40, 0, 0.07) 0%, transparent 65%);
|
|
||||||
top: 40%;
|
|
||||||
left: 30%;
|
|
||||||
animation: orbDrift 9s ease-in-out infinite 2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes orbDrift {
|
|
||||||
0%, 100% { transform: translate(0px, 0px) scale(1); }
|
|
||||||
33% { transform: translate(30px, -30px) scale(1.06); }
|
|
||||||
66% { transform: translate(-20px, 20px) scale(0.96); }
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Hero subtle grid overlay ---- */
|
|
||||||
.hero::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
inset: 0;
|
|
||||||
background-image:
|
|
||||||
linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
|
|
||||||
linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
|
|
||||||
background-size: 60px 60px;
|
|
||||||
z-index: 0;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero .container {
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero .down-arrow {
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Down arrow bounce ---- */
|
|
||||||
.hero .down-arrow a {
|
|
||||||
animation: arrowBounce 2.2s ease-in-out infinite;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes arrowBounce {
|
|
||||||
0%, 100% { transform: translateY(0); }
|
|
||||||
50% { transform: translateY(12px); }
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Nav hover underline animation ---- */
|
|
||||||
.main-menu .navbar-nav > .nav-item > a {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-menu .navbar-nav > .nav-item > a::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: 6px;
|
|
||||||
left: 15px;
|
|
||||||
right: 15px;
|
|
||||||
height: 2px;
|
|
||||||
background: var(--accent-color);
|
|
||||||
transform: scaleX(0);
|
|
||||||
transform-origin: right;
|
|
||||||
transition: transform 0.35s cubic-bezier(0.76, 0, 0.24, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-menu .navbar-nav > .nav-item > a:hover::after,
|
|
||||||
.main-menu .navbar-nav > .nav-item.active > a::after {
|
|
||||||
transform: scaleX(1);
|
|
||||||
transform-origin: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Enhanced sticky header glass effect ---- */
|
|
||||||
header.main-header .header-sticky.active {
|
|
||||||
background: rgba(0, 0, 0, 0.90) !important;
|
|
||||||
backdrop-filter: blur(24px) saturate(180%) !important;
|
|
||||||
-webkit-backdrop-filter: blur(24px) saturate(180%) !important;
|
|
||||||
border-bottom: 1px solid rgba(206, 156, 91, 0.25) !important;
|
|
||||||
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Enhanced Button Animations ---- */
|
|
||||||
.btn-default {
|
|
||||||
letter-spacing: 0.03em;
|
|
||||||
transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
|
|
||||||
will-change: transform;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-default:active {
|
|
||||||
transform: scale(0.95) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-default::before {
|
|
||||||
transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- About image list item hover ---- */
|
|
||||||
.about-list-item {
|
|
||||||
transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
||||||
will-change: transform;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-list-item:hover {
|
|
||||||
transform: translateX(8px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-list-item .icon-box {
|
|
||||||
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-list-item:hover .icon-box {
|
|
||||||
transform: scale(1.15) rotate(-5deg);
|
|
||||||
box-shadow: 0 10px 30px rgba(217, 40, 0, 0.35);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* About image layout overrides are handled below in the FOUNDERS SECTION block. */
|
|
||||||
|
|
||||||
/* ---- Counter section enhanced ---- */
|
|
||||||
.our-counter {
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.counter-box {
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.counter-box::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: -50%;
|
|
||||||
left: -50%;
|
|
||||||
width: 200%;
|
|
||||||
height: 200%;
|
|
||||||
background: conic-gradient(
|
|
||||||
from 0deg at 50% 50%,
|
|
||||||
transparent 0deg,
|
|
||||||
rgba(255,255,255,0.03) 60deg,
|
|
||||||
transparent 120deg,
|
|
||||||
rgba(255,255,255,0.03) 180deg,
|
|
||||||
transparent 240deg,
|
|
||||||
rgba(255,255,255,0.03) 300deg,
|
|
||||||
transparent 360deg
|
|
||||||
);
|
|
||||||
animation: counterRotate 25s linear infinite;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes counterRotate {
|
|
||||||
from { transform: rotate(0deg); }
|
|
||||||
to { transform: rotate(360deg); }
|
|
||||||
}
|
|
||||||
|
|
||||||
.counter-item {
|
|
||||||
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
will-change: transform;
|
|
||||||
}
|
|
||||||
|
|
||||||
.counter-item:hover {
|
|
||||||
transform: translateY(-6px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.counter-title h2 {
|
|
||||||
font-size: 62px !important;
|
|
||||||
letter-spacing: -0.02em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Service Item enhanced hover ---- */
|
|
||||||
.service-item {
|
|
||||||
transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease !important;
|
|
||||||
box-shadow: 0 4px 20px rgba(0,0,0,0.06);
|
|
||||||
will-change: transform;
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-item:hover {
|
|
||||||
transform: translateY(-10px) !important;
|
|
||||||
box-shadow: 0 30px 60px rgba(0,0,0,0.18) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-item .icon-box img {
|
|
||||||
transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-item:hover .icon-box img {
|
|
||||||
transform: scale(1.1) rotate(-8deg) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Service icon shine sweep ---- */
|
|
||||||
.service-item .icon-box {
|
|
||||||
overflow: hidden;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-item .icon-box::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: -120%;
|
|
||||||
width: 60%;
|
|
||||||
height: 100%;
|
|
||||||
background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.4) 50%, transparent 70%);
|
|
||||||
transform: skewX(-15deg);
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-item:hover .icon-box::after {
|
|
||||||
left: 150%;
|
|
||||||
transition: left 0.5s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Services dot background ---- */
|
|
||||||
.our-services {
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.our-services::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
inset: 0;
|
|
||||||
background-image: radial-gradient(circle, rgba(0,0,0,0.06) 1px, transparent 1px);
|
|
||||||
background-size: 28px 28px;
|
|
||||||
pointer-events: none;
|
|
||||||
z-index: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.our-services .container {
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Service footer slide on hover ---- */
|
|
||||||
.service-footer {
|
|
||||||
transition: transform 0.3s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-item:hover .service-footer {
|
|
||||||
transform: translateX(5px);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Ticker gradient fade edges ---- */
|
|
||||||
.service-ticker {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-ticker::before,
|
|
||||||
.service-ticker::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
width: 120px;
|
|
||||||
z-index: 2;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-ticker::before {
|
|
||||||
left: 0;
|
|
||||||
background: linear-gradient(90deg, var(--primary-color) 20%, transparent 100%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-ticker::after {
|
|
||||||
right: 0;
|
|
||||||
background: linear-gradient(-90deg, var(--primary-color) 20%, transparent 100%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Sponsor logos — NO default opacity:0, GSAP handles initial state ---- */
|
|
||||||
.sponsor-logo-item {
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
|
|
||||||
box-shadow 0.45s ease,
|
|
||||||
border-color 0.3s ease !important;
|
|
||||||
will-change: transform;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Shimmer sweep on hover */
|
|
||||||
.sponsor-logo-item::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: -120%;
|
|
||||||
width: 60%;
|
|
||||||
height: 100%;
|
|
||||||
background: linear-gradient(
|
|
||||||
105deg,
|
|
||||||
transparent 30%,
|
|
||||||
rgba(255, 255, 255, 0.55) 50%,
|
|
||||||
transparent 70%
|
|
||||||
);
|
|
||||||
transform: skewX(-15deg);
|
|
||||||
transition: none;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsor-logo-item:hover::after {
|
|
||||||
left: 160%;
|
|
||||||
transition: left 0.65s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsor-logo-item:hover {
|
|
||||||
border-color: var(--accent-color) !important;
|
|
||||||
transform: translateY(-8px) scale(1.03) !important;
|
|
||||||
box-shadow: 0 20px 50px rgba(217, 40, 0, 0.15) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsor-logo-item img {
|
|
||||||
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sponsor-logo-item:hover img {
|
|
||||||
transform: scale(1.06) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Sponsors section subtle dot background ---- */
|
|
||||||
.our-sponsors-section {
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.our-sponsors-section::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
inset: 0;
|
|
||||||
background-image: radial-gradient(circle, rgba(206, 156, 91, 0.07) 1px, transparent 1px);
|
|
||||||
background-size: 32px 32px;
|
|
||||||
pointer-events: none;
|
|
||||||
z-index: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.our-sponsors-section .container {
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Mission section ---- */
|
|
||||||
.our-mission {
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.our-mission::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
width: 500px;
|
|
||||||
height: 500px;
|
|
||||||
border-radius: 50%;
|
|
||||||
background: radial-gradient(circle, rgba(206, 156, 91, 0.07) 0%, transparent 65%);
|
|
||||||
top: -100px;
|
|
||||||
right: -150px;
|
|
||||||
pointer-events: none;
|
|
||||||
animation: orbDrift 18s ease-in-out infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mission-content-body p {
|
|
||||||
border-left: 3px solid var(--accent-color) !important;
|
|
||||||
padding-left: 18px !important;
|
|
||||||
transition: border-color 0.3s ease, padding-left 0.3s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mission-content-body p:hover {
|
|
||||||
border-left-color: var(--secondary-color) !important;
|
|
||||||
padding-left: 24px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- CTA Box orb ---- */
|
|
||||||
.cta-box {
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cta-box::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
width: 500px;
|
|
||||||
height: 500px;
|
|
||||||
border-radius: 50%;
|
|
||||||
background: radial-gradient(circle, rgba(217, 40, 0, 0.10) 0%, transparent 65%);
|
|
||||||
top: -200px;
|
|
||||||
right: 0;
|
|
||||||
pointer-events: none;
|
|
||||||
animation: orbDrift 14s ease-in-out infinite 1s;
|
|
||||||
z-index: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cta-box .container {
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Footer glow border ---- */
|
|
||||||
.main-footer {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-footer::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 10%;
|
|
||||||
right: 10%;
|
|
||||||
height: 1px;
|
|
||||||
background: linear-gradient(90deg, transparent, var(--secondary-color), transparent);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Footer social links spring ---- */
|
|
||||||
.footer-social-links ul li a {
|
|
||||||
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
|
|
||||||
box-shadow 0.3s ease !important;
|
|
||||||
will-change: transform;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-social-links ul li a:hover {
|
|
||||||
transform: translateY(-6px) scale(1.15) !important;
|
|
||||||
box-shadow: 0 10px 25px rgba(217, 40, 0, 0.4) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Footer links underline ---- */
|
|
||||||
.footer-links ul li a {
|
|
||||||
position: relative;
|
|
||||||
transition: color 0.3s ease !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-links ul li a::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
bottom: -2px;
|
|
||||||
width: 0;
|
|
||||||
height: 1px;
|
|
||||||
background: var(--accent-color);
|
|
||||||
transition: width 0.35s cubic-bezier(0.76, 0, 0.24, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-links ul li a:hover::before {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Page header orb ---- */
|
|
||||||
.page-header {
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-header::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
width: 500px;
|
|
||||||
height: 500px;
|
|
||||||
border-radius: 50%;
|
|
||||||
background: radial-gradient(circle, rgba(217, 40, 0, 0.10) 0%, transparent 60%);
|
|
||||||
bottom: -250px;
|
|
||||||
right: -100px;
|
|
||||||
pointer-events: none;
|
|
||||||
animation: orbDrift 15s ease-in-out infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Accent spans — solid colour, no gradient tricks ---- */
|
|
||||||
.section-title h2 span,
|
|
||||||
.section-title h1 span {
|
|
||||||
color: #d92800 !important;
|
|
||||||
background: none !important;
|
|
||||||
-webkit-background-clip: unset !important;
|
|
||||||
background-clip: unset !important;
|
|
||||||
-webkit-text-fill-color: unset !important;
|
|
||||||
animation: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Preloader gradient ---- */
|
|
||||||
.preloader {
|
|
||||||
background: linear-gradient(135deg, #d92800 0%, #b01d00 100%) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Team member hover ---- */
|
|
||||||
.team-member-item {
|
|
||||||
transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.45s ease;
|
|
||||||
will-change: transform;
|
|
||||||
}
|
|
||||||
|
|
||||||
.team-member-item:hover {
|
|
||||||
transform: translateY(-8px);
|
|
||||||
box-shadow: 0 25px 55px rgba(0,0,0,0.15);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Readmore btn spring ---- */
|
|
||||||
.readmore-btn {
|
|
||||||
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
|
|
||||||
background-color 0.3s ease,
|
|
||||||
box-shadow 0.3s ease !important;
|
|
||||||
will-change: transform;
|
|
||||||
}
|
|
||||||
|
|
||||||
.readmore-btn:hover {
|
|
||||||
transform: scale(1.15) rotate(45deg) !important;
|
|
||||||
box-shadow: 0 10px 30px rgba(217, 40, 0, 0.45) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Logo footer hover ---- */
|
|
||||||
.footer-logo img {
|
|
||||||
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-logo img:hover {
|
|
||||||
transform: scale(1.08) rotate(-3deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Body smooth scroll ---- */
|
|
||||||
html {
|
|
||||||
scroll-behavior: smooth;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Smooth body fade in ---- */
|
|
||||||
body {
|
|
||||||
animation: bodyReveal 0.4s ease both;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes bodyReveal {
|
|
||||||
from { opacity: 0; }
|
|
||||||
to { opacity: 1; }
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ============================================================
|
|
||||||
ABOUT.HTML — Single-image first section fix
|
|
||||||
.page-about-us now only has .about-img-1 (no overlay).
|
|
||||||
Remove the padding-top that was there for the second image
|
|
||||||
and make the image fill the column properly.
|
|
||||||
============================================================ */
|
|
||||||
|
|
||||||
.page-about-us .about-image {
|
|
||||||
padding-top: 0 !important;
|
|
||||||
max-width: 100% !important;
|
|
||||||
position: relative !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-about-us .about-img-1 {
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pastors section: remove inline dimension override, let CSS size it */
|
|
||||||
.pastors-message .about-img-2 img {
|
|
||||||
width: 100% !important;
|
|
||||||
height: auto !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ============================================================
|
|
||||||
TABLET (≤ 1024px)
|
|
||||||
============================================================ */
|
|
||||||
@media (max-width: 1024px) {
|
|
||||||
/* Shrink orbs so they don't cause scrollbar */
|
|
||||||
.hero-orb-1 { width: 500px; height: 500px; }
|
|
||||||
.hero-orb-2 { width: 350px; height: 350px; }
|
|
||||||
|
|
||||||
/* Mission life circle is decorative — hide on tablet to simplify */
|
|
||||||
.mission-life-circle {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ============================================================
|
|
||||||
TABLET PORTRAIT (≤ 991px)
|
|
||||||
============================================================ */
|
|
||||||
@media (max-width: 991px) {
|
|
||||||
/* About single-image: center and constrain */
|
|
||||||
.page-about-us .about-image {
|
|
||||||
max-width: 580px !important;
|
|
||||||
margin: 0 auto 35px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Counter items: remove divider borders at tablet */
|
|
||||||
.counter-item {
|
|
||||||
border-right: none !important;
|
|
||||||
padding-right: 15px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* CTA button: center on smaller screens */
|
|
||||||
.cta-box-btn {
|
|
||||||
text-align: center !important;
|
|
||||||
margin-top: 20px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cta-box-btn::before {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Service items: consistent margin when they wrap */
|
|
||||||
.service-item {
|
|
||||||
margin-bottom: 24px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ============================================================
|
|
||||||
MOBILE (≤ 767px)
|
|
||||||
============================================================ */
|
|
||||||
@media (max-width: 767px) {
|
|
||||||
/* Orbs: shrink and simplify */
|
|
||||||
.hero-orb-1 { width: 300px; height: 300px; top: -150px; right: -100px; }
|
|
||||||
.hero-orb-2 { width: 220px; height: 220px; bottom: -80px; left: -80px; }
|
|
||||||
.hero-orb-3 { display: none; }
|
|
||||||
|
|
||||||
/* Hero: prevent overflow */
|
|
||||||
.hero { overflow: hidden; }
|
|
||||||
.hero .container { overflow: visible; }
|
|
||||||
|
|
||||||
/* Counter h2 */
|
|
||||||
.counter-title h2 { font-size: 42px !important; }
|
|
||||||
|
|
||||||
/* Ticker fade edges narrower */
|
|
||||||
.service-ticker::before,
|
|
||||||
.service-ticker::after { width: 50px; }
|
|
||||||
|
|
||||||
/* Sponsors grid: 2 col on mobile */
|
|
||||||
.sponsors-logo-grid {
|
|
||||||
gap: 16px !important;
|
|
||||||
}
|
|
||||||
.sponsor-logo-item {
|
|
||||||
min-width: 130px !important;
|
|
||||||
max-width: 48% !important;
|
|
||||||
padding: 14px 16px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* About single-image mobile */
|
|
||||||
.page-about-us .about-image {
|
|
||||||
max-width: 100% !important;
|
|
||||||
margin-bottom: 30px !important;
|
|
||||||
}
|
|
||||||
.page-about-us .about-img-1 img {
|
|
||||||
aspect-ratio: 16 / 10 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Mission content first on mobile */
|
|
||||||
.our-mission .col-lg-6:last-child {
|
|
||||||
margin-top: 30px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* CTA text smaller */
|
|
||||||
.cta-box-content .section-title h2 {
|
|
||||||
font-size: 22px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Footer: better spacing */
|
|
||||||
.footer-widget {
|
|
||||||
margin-bottom: 30px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav "Our Partners" button in header: hide on very small */
|
|
||||||
.header-btn .btn-default {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ============================================================
|
|
||||||
SMALL MOBILE (≤ 575px)
|
|
||||||
============================================================ */
|
|
||||||
@media (max-width: 575px) {
|
|
||||||
/* Hero title size */
|
|
||||||
.section-title h1,
|
|
||||||
.hero-content h1 {
|
|
||||||
font-size: 30px !important;
|
|
||||||
line-height: 1.18 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Counter: stack to 1 column, show divider lines */
|
|
||||||
.counter-title h2 { font-size: 34px !important; }
|
|
||||||
|
|
||||||
.counter-item {
|
|
||||||
border-right: none !important;
|
|
||||||
border-bottom: 1px solid rgba(255,255,255,0.12) !important;
|
|
||||||
padding-bottom: 24px !important;
|
|
||||||
margin-bottom: 24px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.counter-box .col-lg-3:last-child .counter-item {
|
|
||||||
border-bottom: none !important;
|
|
||||||
margin-bottom: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Sponsors: single column */
|
|
||||||
.sponsor-logo-item {
|
|
||||||
min-width: calc(50% - 12px) !important;
|
|
||||||
max-width: calc(50% - 12px) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hero buttons: stack */
|
|
||||||
.hero-content-body {
|
|
||||||
display: flex !important;
|
|
||||||
flex-direction: column !important;
|
|
||||||
gap: 12px !important;
|
|
||||||
align-items: flex-start !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero-content-body .btn-default {
|
|
||||||
margin-left: 0 !important;
|
|
||||||
width: auto !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* About list items: single column */
|
|
||||||
.about-content-body {
|
|
||||||
grid-template-columns: 1fr !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Section title padding */
|
|
||||||
.section-title {
|
|
||||||
margin-bottom: 24px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ============================================================
|
|
||||||
CRICKET IMAGE — blurred-backdrop frame
|
|
||||||
The .cricket-blur-bg div fills the full column with a blurred
|
|
||||||
version of the same image; the real img sits centered on top
|
|
||||||
at its natural aspect ratio so no void remains.
|
|
||||||
============================================================ */
|
|
||||||
.page-about-us .about-img-1 figure {
|
|
||||||
position: relative !important;
|
|
||||||
overflow: hidden !important;
|
|
||||||
border-radius: 18px !important;
|
|
||||||
height: 490px !important;
|
|
||||||
display: flex !important;
|
|
||||||
align-items: center !important;
|
|
||||||
justify-content: center !important;
|
|
||||||
box-shadow:
|
|
||||||
0 0 0 2px rgba(217, 40, 0, 0.35),
|
|
||||||
0 0 0 5px rgba(206, 156, 91, 0.15),
|
|
||||||
0 16px 56px rgba(0, 0, 0, 0.45) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-about-us .about-img-1 .cricket-blur-bg {
|
|
||||||
position: absolute !important;
|
|
||||||
inset: -40px !important;
|
|
||||||
background: url('../images/cricket.webp') center / cover no-repeat !important;
|
|
||||||
filter: blur(28px) brightness(0.55) saturate(1.4) !important;
|
|
||||||
z-index: 0 !important;
|
|
||||||
pointer-events: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-about-us .about-img-1 img {
|
|
||||||
position: relative !important;
|
|
||||||
z-index: 1 !important;
|
|
||||||
width: auto !important;
|
|
||||||
max-width: 100% !important;
|
|
||||||
height: 100% !important;
|
|
||||||
object-fit: contain !important;
|
|
||||||
display: block !important;
|
|
||||||
aspect-ratio: unset !important;
|
|
||||||
filter: drop-shadow(0 6px 28px rgba(0, 0, 0, 0.5)) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
|
||||||
.page-about-us .about-img-1 figure {
|
|
||||||
height: 320px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ============================================================
|
|
||||||
FOUNDERS SECTION — Equal-sized side-by-side layout
|
|
||||||
Both founders shown at identical size with matching borders.
|
|
||||||
Stacks vertically on mobile.
|
|
||||||
============================================================ */
|
|
||||||
|
|
||||||
.pastors-message .about-image {
|
|
||||||
padding-top: 0 !important;
|
|
||||||
display: flex !important;
|
|
||||||
flex-direction: row !important;
|
|
||||||
align-items: stretch !important;
|
|
||||||
gap: 12px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Both images exactly equal width */
|
|
||||||
.pastors-message .about-img-1,
|
|
||||||
.pastors-message .about-img-2 {
|
|
||||||
position: static !important;
|
|
||||||
top: auto !important;
|
|
||||||
right: auto !important;
|
|
||||||
width: 50% !important;
|
|
||||||
flex: 0 0 50% !important;
|
|
||||||
margin-top: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pastors-message .about-img-1 figure,
|
|
||||||
.pastors-message .about-img-2 figure {
|
|
||||||
display: block !important;
|
|
||||||
height: 100% !important;
|
|
||||||
border-radius: 16px !important;
|
|
||||||
overflow: hidden !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Identical treatment on both images */
|
|
||||||
.pastors-message .about-img-1 img,
|
|
||||||
.pastors-message .about-img-2 img {
|
|
||||||
width: 100% !important;
|
|
||||||
height: 100% !important;
|
|
||||||
aspect-ratio: 3 / 4 !important;
|
|
||||||
object-fit: cover !important;
|
|
||||||
object-position: top center !important;
|
|
||||||
border-radius: 16px !important;
|
|
||||||
border: 4px solid rgba(255, 255, 255, 0.85) !important;
|
|
||||||
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Founders: tablet (≤ 991px) ---- */
|
|
||||||
@media (max-width: 991px) {
|
|
||||||
.pastors-message .about-image {
|
|
||||||
max-width: 520px !important;
|
|
||||||
margin: 0 auto 35px !important;
|
|
||||||
gap: 10px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pastors-message .about-img-1,
|
|
||||||
.pastors-message .about-img-2 {
|
|
||||||
width: 50% !important;
|
|
||||||
flex: 0 0 50% !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Founders: mobile (≤ 767px) ---- */
|
|
||||||
@media (max-width: 767px) {
|
|
||||||
.pastors-message .about-image {
|
|
||||||
max-width: 420px !important;
|
|
||||||
gap: 8px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pastors-message .about-img-1 img,
|
|
||||||
.pastors-message .about-img-2 img {
|
|
||||||
border-width: 3px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---- Founders: small mobile (≤ 575px) — stack vertically ---- */
|
|
||||||
@media (max-width: 575px) {
|
|
||||||
.pastors-message .about-image {
|
|
||||||
flex-direction: column !important;
|
|
||||||
max-width: 100% !important;
|
|
||||||
gap: 10px !important;
|
|
||||||
margin: 0 0 30px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pastors-message .about-img-1,
|
|
||||||
.pastors-message .about-img-2 {
|
|
||||||
width: 100% !important;
|
|
||||||
flex: 0 0 100% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pastors-message .about-img-1 img,
|
|
||||||
.pastors-message .about-img-2 img {
|
|
||||||
aspect-ratio: 4 / 3 !important;
|
|
||||||
border-width: 3px !important;
|
|
||||||
border-radius: 12px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ============================================================
|
|
||||||
COUNTER HOVER — Distinct color change (not orange/cream)
|
|
||||||
The default cream (#f3dbbb) blends into the accent color.
|
|
||||||
On hover: crisp white with a blue-tinted glow to contrast.
|
|
||||||
============================================================ */
|
|
||||||
.counter-item:hover .counter-title h2 {
|
|
||||||
color: #ffffff !important;
|
|
||||||
text-shadow: 0 0 24px rgba(130, 200, 255, 0.55),
|
|
||||||
0 0 8px rgba(130, 200, 255, 0.35) !important;
|
|
||||||
transition: color 0.35s ease, text-shadow 0.35s ease !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.counter-item:hover .counter-content h3 {
|
|
||||||
color: #ffffff !important;
|
|
||||||
transition: color 0.35s ease !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.counter-title h2,
|
|
||||||
.counter-content h3 {
|
|
||||||
transition: color 0.35s ease, text-shadow 0.35s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
111
dallas.html
@@ -19,10 +19,24 @@
|
|||||||
<link
|
<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"
|
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">
|
rel="stylesheet">
|
||||||
<!-- Preload critical image -->
|
<!-- Bootstrap Css -->
|
||||||
<link rel="preload" href="images/page-header-bg.jpg" as="image">
|
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||||
<!-- Bundled CSS -->
|
<!-- SlickNav Css -->
|
||||||
<link href="css/bundle.css" rel="stylesheet">
|
<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">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -58,7 +72,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="state-tournament.html">State Tournament</a></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="sponsors.html">Our
|
<li class="nav-item highlighted-menu"><a class="nav-link" href="sponsors.html">Our
|
||||||
@@ -111,8 +124,8 @@
|
|||||||
<!-- Text Column -->
|
<!-- Text Column -->
|
||||||
<div class="col-lg-7 wow fadeInLeft">
|
<div class="col-lg-7 wow fadeInLeft">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h3>Powered by Dallas Cricket Board</h3>
|
<h3>about the regional competition</h3>
|
||||||
<h2 class="text-anime-style-2" data-cursor="-opaque">More than cowboys in <span>D-Town</span></h2>
|
<h2 class="text-anime-style-2" data-cursor="-opaque">Actively <span>Changing the Game</span></h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="about-content">
|
<div class="about-content">
|
||||||
<p>The Dallas Regionals is the first-ever fully integrated high school tapeball cricket league Dallas-Fort Worth area, bringing together high school students from across the region to compete at the highest level. Season One features nine schools divided across three geographic divisions — South, Central, and North Dallas — competing in a round-robin format to claim a spot in the State Championship.</p>
|
<p>The Dallas Regionals is the first-ever fully integrated high school tapeball cricket league Dallas-Fort Worth area, bringing together high school students from across the region to compete at the highest level. Season One features nine schools divided across three geographic divisions — South, Central, and North Dallas — competing in a round-robin format to claim a spot in the State Championship.</p>
|
||||||
@@ -129,7 +142,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<a href="https://cricclubs.com/TexasScholasticCricketBoard/results?leagueId=hKGWBeaND6UfZE7_FQSDeQ&year=2026&series=YL5qVXl5UzTJ9e6vFfDgmg&seriesName=DALLAS+REGIONALS+-+SEASON+ONE"
|
<a href="https://cricclubs.com/TexasScholasticCricketBoard/results?leagueId=hKGWBeaND6UfZE7_FQSDeQ&year=2026&series=YL5qVXl5UzTJ9e6vFfDgmg&seriesName=DALLAS+REGIONALS+-+SEASON+ONE"
|
||||||
class="btn-default w-100 text-center" target="_blank">
|
class="btn-default w-100 text-center" target="_blank">
|
||||||
<i class="fa-solid fa-cricket-bat-ball me-2"></i> Our Latest Results
|
<i class="fa-solid fa-cricket-bat-ball me-2"></i> Our Lates Results
|
||||||
</a>
|
</a>
|
||||||
<a href="https://cricclubs.com/TexasScholasticCricketBoard"
|
<a href="https://cricclubs.com/TexasScholasticCricketBoard"
|
||||||
class="btn-default w-100 text-center" target="_blank">
|
class="btn-default w-100 text-center" target="_blank">
|
||||||
@@ -161,13 +174,13 @@
|
|||||||
<!-- Team Grid Start -->
|
<!-- Team Grid Start -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- Team 1: Plano East Panthers -->
|
<!-- Team 1: Plano East Panthers -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp">
|
<div class="team-member-item wow fadeInUp">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/pesh.jpeg" alt="Plano East Panthers">
|
<img src="images/pesh.jpeg" alt="Plano East Panthers">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -183,13 +196,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 2: Frisco Lone Star -->
|
<!-- Team 2: Frisco Lone Star -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/ranchview.jpg" alt="Ranchview Wolves">
|
<img src="images/ranchview.jpg" alt="Ranchview Wolves">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -205,13 +218,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 3: Prosper Predators -->
|
<!-- Team 3: Prosper Predators -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/friscofury.webp" alt="Frisco Fury">
|
<img src="images/friscofury.webp" alt="Frisco Fury">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -227,13 +240,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 4: Irving High Chargers -->
|
<!-- Team 4: Irving High Chargers -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.6s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.6s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/heritage.webp" alt="Heritage Coyotes">
|
<img src="images/heritage.webp" alt="Heritage Coyotes">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -249,13 +262,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 5: Plano West Warriors -->
|
<!-- Team 5: Plano West Warriors -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/lebanon.jpeg" alt="Lebanon Trail Challengers">
|
<img src="images/lebanon.jpeg" alt="Lebanon Trail Challengers">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -271,13 +284,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 6: Frisco Titans -->
|
<!-- Team 6: Frisco Titans -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/liberty.jpeg" alt="Frisco Titans">
|
<img src="images/liberty.jpeg" alt="Frisco Titans">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -293,13 +306,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 7: Prosper Patriots -->
|
<!-- Team 7: Prosper Patriots -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1.2s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1.2s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/prosper.jpeg" alt="Prosper Eagles">
|
<img src="images/prosper.webp" alt="Prosper Eagles">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -315,13 +328,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 8: Irving Lions -->
|
<!-- Team 8: Irving Lions -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1.4s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1.4s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/rockhill.jpeg" alt="Rock Hill Bluehawks">
|
<img src="images/rockhill.jpeg" alt="Rock Hill Bluehawks">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -337,13 +350,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team 9: Plano Hawks -->
|
<!-- Team 9: Plano Hawks -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<!-- Team Member Item Start -->
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1.6s">
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1.6s">
|
||||||
<!-- Team Image Start -->
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/walnut.webp" alt="Walnut Grove Wildcats">
|
<img src="images/walnut.webp" alt="Walnut Grove Wildcats">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
@@ -415,7 +428,7 @@
|
|||||||
<!-- About Footer End -->
|
<!-- About Footer End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
|
<div class="col-lg-2 col-md-3 col-6">
|
||||||
<!-- About Links Start -->
|
<!-- About Links Start -->
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<h3>quick links</h3>
|
<h3>quick links</h3>
|
||||||
@@ -429,14 +442,13 @@
|
|||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
|
<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 cricket</h3>
|
<h3>our cricket</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/dallas.html">dallas regionals</a></li>
|
<li><a href="/dallas.html">dallas regionals</a></li>
|
||||||
<li><a href="/austin.html">austin regionals</a></li>
|
<li><a href="/austin.html">austin regionals</a></li>
|
||||||
<li><a href="/state-tournament.html">state tournament</a></li>
|
|
||||||
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a></li>
|
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a></li>
|
||||||
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -444,7 +456,7 @@
|
|||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-5 col-lg-3">
|
<div class="col-lg-3 col-md-5">
|
||||||
<!-- About Links Start -->
|
<!-- About Links Start -->
|
||||||
<div class="footer-contact">
|
<div class="footer-contact">
|
||||||
<h3>contact</h3>
|
<h3>contact</h3>
|
||||||
@@ -453,7 +465,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>(+1) (945) 900-1148</p>
|
<p>(+1) (945) 900-1148</p>
|
||||||
@@ -464,7 +476,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>texasscholasticcricketboard@gmail.com</p>
|
<p>texasscholasticcricketboard@gmail.com</p>
|
||||||
@@ -510,9 +522,38 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
<!-- Jquery Library File -->
|
||||||
<script src="js/bundle-core.js"></script>
|
<script src="js/jquery-3.7.1.min.js"></script>
|
||||||
<!-- Enhanced Animations js -->
|
<!-- Bootstrap js file -->
|
||||||
<script src="js/enhance.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
<!-- Validator js file -->
|
||||||
|
<script src="js/validator.min.js"></script>
|
||||||
|
<!-- SlickNav js file -->
|
||||||
|
<script src="js/jquery.slicknav.js"></script>
|
||||||
|
<!-- Swiper js file -->
|
||||||
|
<script src="js/swiper-bundle.min.js"></script>
|
||||||
|
<!-- Counter js file -->
|
||||||
|
<script src="js/jquery.waypoints.min.js"></script>
|
||||||
|
<script src="js/jquery.counterup.min.js"></script>
|
||||||
|
<!-- Magnific js file -->
|
||||||
|
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||||
|
<!-- SmoothScroll -->
|
||||||
|
<script src="js/SmoothScroll.js"></script>
|
||||||
|
<!-- Parallax js -->
|
||||||
|
<script src="js/parallaxie.js"></script>
|
||||||
|
<!-- MagicCursor js file -->
|
||||||
|
<script src="js/gsap.min.js"></script>
|
||||||
|
<script src="js/magiccursor.js"></script>
|
||||||
|
<!-- Text Effect js file -->
|
||||||
|
<script src="js/SplitText.js"></script>
|
||||||
|
<script src="js/ScrollTrigger.min.js"></script>
|
||||||
|
<!-- YTPlayer js File -->
|
||||||
|
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||||
|
<!-- Audio js File -->
|
||||||
|
<script src="js/plyr.js"></script>
|
||||||
|
<!-- Wow js file -->
|
||||||
|
<script src="js/wow.js"></script>
|
||||||
|
<!-- Main Custom js file -->
|
||||||
|
<script src="js/function.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 190 KiB |
BIN
images/about.gif
Normal file
|
After Width: | Height: | Size: 87 MiB |
BIN
images/about.png
|
Before Width: | Height: | Size: 2.8 MiB |
|
Before Width: | Height: | Size: 656 KiB |
BIN
images/dhruv.png
|
Before Width: | Height: | Size: 696 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 834 KiB |
16
images/footer-logo.svg
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<svg width="194" height="50" viewBox="0 0 194 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M193.751 49.9542H187.11L181.146 41.46L175.182 49.9542H168.54L177.802 36.716L168.54 23.4326H175.182L181.146 31.9267L184.218 27.5441L187.11 23.4326H193.751L187.562 32.2882L184.489 36.716L193.751 49.9542Z" fill="#FE6035"/>
|
||||||
|
<path d="M164.785 23.4785V49.9549H159.364V23.4785H164.785Z" fill="#FE6035"/>
|
||||||
|
<path d="M135.197 35.045V41.6415V49.9549H129.775V37.1233V30.5268V23.4785L147.802 38.3884V23.4785H153.269V42.9066V49.9549L135.197 35.045Z" fill="#FE6035"/>
|
||||||
|
<path d="M105.073 28.9455V23.4785H110.495H124.004V28.9455H110.495V30.075V33.4184V34.0058H124.004V39.4728H110.495V40.0149V43.3584V44.5331H124.004V49.9549H110.495H109.817H109.14H108.462H107.784H107.106H106.429H105.751H105.073V44.5331V43.3584V40.0149V39.4728V34.0058V33.4184V30.075V28.9455Z" fill="white"/>
|
||||||
|
<path d="M94.8427 42.5896L92.1318 49.9542H86.3034L83.4118 42.0022L80.5201 34.0051L76.6797 23.4326H82.463L85.8516 32.6948L89.2402 42.0022L91.9059 34.5924L95.9722 23.4326H101.801L94.8427 42.5896Z" fill="white"/>
|
||||||
|
<path d="M64.4251 31.3846L57.6479 49.9993L51.8646 49.9542L61.4883 23.4326H67.3167L76.9856 49.9542L71.1572 49.9993L64.4251 31.3846Z" fill="white"/>
|
||||||
|
<path d="M2.7336 40.501C2.7336 43.5408 5.19797 46.0052 8.2378 46.0052C8.23803 42.9654 5.77366 40.501 2.7336 40.501Z" fill="#FE6035"/>
|
||||||
|
<path d="M0 48.1092C2.14952 50.2587 5.63462 50.2587 7.78414 48.1092C5.63462 45.9597 2.14952 45.9597 0 48.1092Z" fill="#FE6035"/>
|
||||||
|
<path d="M36.6307 40.501C33.5909 40.501 31.1265 42.9654 31.1265 46.0052C34.1666 46.0052 36.6307 43.5408 36.6307 40.501Z" fill="#FE6035"/>
|
||||||
|
<path d="M31.5802 48.1092C33.7297 50.2587 37.2148 50.2587 39.3646 48.1092C37.2151 45.9597 33.7299 45.9597 31.5802 48.1092Z" fill="#FE6035"/>
|
||||||
|
<path d="M11.106 40.2303V50.0005H16.2387V45.5443C16.2387 42.7685 17.4598 40.0839 19.6824 37.9716C21.905 40.0839 23.126 42.7685 23.126 45.5443V50.0005H28.2588V40.2303L19.6824 31.6768L11.106 40.2303Z" fill="#FE6035"/>
|
||||||
|
<path d="M19.6824 40.501C18.4334 41.6878 17.7476 43.1964 17.7476 44.756V49.9798H21.6172V44.756C21.6172 43.1964 20.9311 41.6878 19.6824 40.501Z" fill="#FE6035"/>
|
||||||
|
<path d="M24.8347 32.2802V21.5347L19.6822 14.9199L14.5299 21.5347V32.2802L6.76552 39.9975H8.98304L19.6822 29.3631L30.3813 39.9975H32.5988L24.8347 32.2802ZM18.7614 20.4248C18.7614 19.9162 19.1738 19.504 19.6824 19.504C20.191 19.504 20.6035 19.9162 20.6035 20.4248V23.5322H18.7616L18.7614 20.4248Z" fill="#FE6035"/>
|
||||||
|
<path d="M19.2166 10.7418L10.8214 21.5194H12.9574L19.6822 12.8859L26.4069 21.5194H28.5429L20.1479 10.7418V5.71659H21.9528L23.2201 6.98395L24.9533 5.25083L23.2201 3.51771L21.9528 4.78506H20.1479V3.00047L21.4153 1.73312L19.6822 0L17.949 1.73312L19.2164 3.00047V4.78506H17.4118L16.1444 3.51771L14.4113 5.25083L16.1444 6.98395L17.4118 5.71659H19.2164V10.7418H19.2166ZM23.2201 4.83513L23.6358 5.25083L23.2201 5.66652L22.8044 5.25083L23.2201 4.83513ZM19.6824 1.31742L20.0981 1.73312L19.6824 2.14882L19.2667 1.73312L19.6824 1.31742ZM16.1444 5.66629L15.7287 5.25059L16.1444 4.8349L16.5601 5.25059L16.1444 5.66629Z" fill="#FE6035"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 344 KiB |
BIN
images/laksh.png
|
Before Width: | Height: | Size: 241 KiB |
BIN
images/logo.png
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 834 KiB |
BIN
images/mission-image.jpg
Normal file
|
After Width: | Height: | Size: 697 KiB |
BIN
images/ncca.png
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 672 KiB |
|
Before Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 459 KiB |
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 706 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 44 KiB |
BIN
images/saim.png
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 303 KiB |
BIN
images/saim.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 7.9 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 203 KiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 2.4 MiB |
|
Before Width: | Height: | Size: 949 KiB |
|
Before Width: | Height: | Size: 103 KiB |
185
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">
|
||||||
@@ -18,13 +19,26 @@
|
|||||||
<link
|
<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"
|
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">
|
rel="stylesheet">
|
||||||
<!-- Preload critical image -->
|
<!-- Bootstrap Css -->
|
||||||
<link rel="preload" href="images/hero-bg.jpg" as="image">
|
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||||
<!-- Bundled CSS -->
|
<!-- SlickNav Css -->
|
||||||
<link href="css/bundle.css" rel="stylesheet">
|
<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">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Preloader Start -->
|
<!-- Preloader Start -->
|
||||||
@@ -58,7 +72,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="state-tournament.html">State Tournament</a></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="sponsors.html">Our
|
<li class="nav-item highlighted-menu"><a class="nav-link" href="sponsors.html">Our
|
||||||
@@ -107,7 +120,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="down-arrow">
|
||||||
|
<a href="#home-about"><i class="fa-solid fa-arrow-down-long"></i></a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -140,7 +155,7 @@
|
|||||||
<!-- About List Item Start -->
|
<!-- About List Item Start -->
|
||||||
<div class="about-list-item wow fadeInUp">
|
<div class="about-list-item wow fadeInUp">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" src="images/icon-about-list-1.svg" alt="">
|
<img src="images/icon-about-list-1.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="about-list-item-content">
|
<div class="about-list-item-content">
|
||||||
<h3>Play Competitive Matches</h3>
|
<h3>Play Competitive Matches</h3>
|
||||||
@@ -151,7 +166,7 @@
|
|||||||
<!-- About List Item Start -->
|
<!-- About List Item Start -->
|
||||||
<div class="about-list-item wow fadeInUp" data-wow-delay="0.25s">
|
<div class="about-list-item wow fadeInUp" data-wow-delay="0.25s">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" src="images/icon-about-list-2.svg" alt="">
|
<img src="images/icon-about-list-2.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="about-list-item-content">
|
<div class="about-list-item-content">
|
||||||
<h3>Train the Next Generation</h3>
|
<h3>Train the Next Generation</h3>
|
||||||
@@ -162,7 +177,7 @@
|
|||||||
<!-- About List Item Start -->
|
<!-- About List Item Start -->
|
||||||
<div class="about-list-item wow fadeInUp" data-wow-delay="0.5s">
|
<div class="about-list-item wow fadeInUp" data-wow-delay="0.5s">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" src="images/icon-about-list-3.svg" alt="">
|
<img src="images/icon-about-list-3.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="about-list-item-content">
|
<div class="about-list-item-content">
|
||||||
<h3>Connect Statewide Talent</h3>
|
<h3>Connect Statewide Talent</h3>
|
||||||
@@ -173,7 +188,7 @@
|
|||||||
<!-- About List Item Start -->
|
<!-- About List Item Start -->
|
||||||
<div class="about-list-item wow fadeInUp" data-wow-delay="0.75s">
|
<div class="about-list-item wow fadeInUp" data-wow-delay="0.75s">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" src="images/icon-about-list-4.svg" alt="">
|
<img src="images/icon-about-list-4.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="about-list-item-content">
|
<div class="about-list-item-content">
|
||||||
<h3>Build the Cricket Community</h3>
|
<h3>Build the Cricket Community</h3>
|
||||||
@@ -202,7 +217,7 @@
|
|||||||
<div class="our-counter">
|
<div class="our-counter">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row counter-box">
|
<div class="row counter-box">
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
|
<div class="col-lg-3 col-md-6">
|
||||||
<!-- Counter Item Start -->
|
<!-- Counter Item Start -->
|
||||||
<div class="counter-item">
|
<div class="counter-item">
|
||||||
<!-- Counter Title Start -->
|
<!-- Counter Title Start -->
|
||||||
@@ -221,7 +236,7 @@
|
|||||||
<!-- Counter Item End -->
|
<!-- Counter Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
|
<div class="col-lg-3 col-md-6">
|
||||||
<!-- Counter Item Start -->
|
<!-- Counter Item Start -->
|
||||||
<div class="counter-item">
|
<div class="counter-item">
|
||||||
<!-- Counter Title Start -->
|
<!-- Counter Title Start -->
|
||||||
@@ -240,7 +255,7 @@
|
|||||||
<!-- Counter Item End -->
|
<!-- Counter Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
|
<div class="col-lg-3 col-md-6">
|
||||||
<!-- Counter Item Start -->
|
<!-- Counter Item Start -->
|
||||||
<div class="counter-item">
|
<div class="counter-item">
|
||||||
<!-- Counter Title Start -->
|
<!-- Counter Title Start -->
|
||||||
@@ -259,7 +274,7 @@
|
|||||||
<!-- Counter Item End -->
|
<!-- Counter Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
|
<div class="col-lg-3 col-md-6">
|
||||||
<!-- Counter Item Start -->
|
<!-- Counter Item Start -->
|
||||||
<div class="counter-item">
|
<div class="counter-item">
|
||||||
<!-- Counter Title Start -->
|
<!-- Counter Title Start -->
|
||||||
@@ -322,14 +337,14 @@
|
|||||||
<!-- Mission Image Start -->
|
<!-- Mission Image Start -->
|
||||||
<div class="mission-img">
|
<div class="mission-img">
|
||||||
<figure class="image-anime reveal">
|
<figure class="image-anime reveal">
|
||||||
<img loading="lazy" src="images/victory.png" alt="">
|
<img src="images/about.gif" style="width: 450px; height: 750px;" alt="">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Mission Image End -->
|
<!-- Mission Image End -->
|
||||||
|
|
||||||
<!-- Mission Life Circle Start -->
|
<!-- Mission Life Circle Start -->
|
||||||
<div class="mission-life-circle">
|
<div class="mission-life-circle">
|
||||||
<img loading="lazy" src="images/hero-bg.jpg" alt="" style="width: 160px; height: auto;">
|
<img src="images/hero-bg.jpg" alt="" style="width: 160px; height: auto;">
|
||||||
</div>
|
</div>
|
||||||
<!-- Mission Life Circle End -->
|
<!-- Mission Life Circle End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -359,7 +374,7 @@
|
|||||||
<div class="service-item wow fadeInUp">
|
<div class="service-item wow fadeInUp">
|
||||||
<!-- Icon Box Start -->
|
<!-- Icon Box Start -->
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" src="images/dallas.png" alt="">
|
<img src="images/dallas.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
<!-- Icon Box End -->
|
<!-- Icon Box End -->
|
||||||
|
|
||||||
@@ -373,10 +388,10 @@
|
|||||||
<!-- Service Footer Start -->
|
<!-- Service Footer Start -->
|
||||||
<div class="service-footer">
|
<div class="service-footer">
|
||||||
<div class="service-content">
|
<div class="service-content">
|
||||||
<h3>Dallas Regionals: powered by Dallas Cricket Board </h3>
|
<h3>Dallas Regionals</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="service-btn">
|
<div class="service-btn">
|
||||||
<a href="/dallas.html" class="readmore-btn"><img loading="lazy" src="images/arrow-white.svg" alt=""></a>
|
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Service Footer End -->
|
<!-- Service Footer End -->
|
||||||
@@ -391,7 +406,7 @@
|
|||||||
<div class="service-item wow fadeInUp" data-wow-delay="0.75s">
|
<div class="service-item wow fadeInUp" data-wow-delay="0.75s">
|
||||||
<!-- Icon Box Start -->
|
<!-- Icon Box Start -->
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" src="images/austin.png" alt="">
|
<img src="images/austin.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
<!-- Icon Box End -->
|
<!-- Icon Box End -->
|
||||||
|
|
||||||
@@ -405,10 +420,10 @@
|
|||||||
<!-- Service Footer Start -->
|
<!-- Service Footer Start -->
|
||||||
<div class="service-footer">
|
<div class="service-footer">
|
||||||
<div class="service-content">
|
<div class="service-content">
|
||||||
<h3>austin regionals: powered by USAHSC</h3>
|
<h3>austin regionals</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="service-btn">
|
<div class="service-btn">
|
||||||
<a href="/austin.html" class="readmore-btn"><img loading="lazy" src="images/arrow-white.svg" alt=""></a>
|
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Service Footer End -->
|
<!-- Service Footer End -->
|
||||||
@@ -425,56 +440,84 @@
|
|||||||
<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 loading="lazy" src="images/icon-asterisk.svg" alt="">Cricket</span>
|
<span><img src="images/icon-asterisk.svg" alt="">Cricket</span>
|
||||||
<span><img loading="lazy" src="images/icon-asterisk.svg" alt="">Leadership</span>
|
<span><img src="images/icon-asterisk.svg" alt="">Leadership</span>
|
||||||
<span><img loading="lazy" src="images/icon-asterisk.svg" alt="">Community</span>
|
<span><img src="images/icon-asterisk.svg" alt="">Community</span>
|
||||||
<span><img loading="lazy" src="images/icon-asterisk.svg" alt="">Youth Involvement</span>
|
<span><img src="images/icon-asterisk.svg" alt="">Youth Involvement</span>
|
||||||
<span><img loading="lazy" src="images/icon-asterisk.svg" alt="">Fun</span>
|
<span><img src="images/icon-asterisk.svg" alt="">Fun</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Service Ticker End -->
|
<!-- Service Ticker End -->
|
||||||
|
|
||||||
<!-- Sponsors Section Start -->
|
<p></p>
|
||||||
<div class="our-sponsors-section">
|
<p></p>
|
||||||
|
|
||||||
|
<!-- Our Ministries Section Start -->
|
||||||
|
<div class="our-ministries">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row section-row">
|
<div class="row section-row">
|
||||||
|
<!-- Section Title Start -->
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<h3 class="wow fadeInUp">Our Sponsors</h3>
|
<h3 class="wow fadeInUp">Our Sponsors</h3>
|
||||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Proud <span>Sponsors</span></h2>
|
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Proud <span>Sponsors</span></h2>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Section Title End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="sponsors-logo-grid wow fadeInUp" data-wow-delay="0.25s">
|
<div class="service-single-slider">
|
||||||
<div class="sponsor-logo-item">
|
<div class="swiper">
|
||||||
<img loading="lazy" src="images/samvidh.jpeg" alt="Samvidh Technologies">
|
<div class="swiper-wrapper">
|
||||||
|
<!-- Service Image Slide Start -->
|
||||||
|
<div class="swiper-slide">
|
||||||
|
<div class="service-slider-image">
|
||||||
|
<figure>
|
||||||
|
<img src="images/ncca.jpg"" alt="">
|
||||||
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<div class="sponsor-logo-item">
|
|
||||||
<img loading="lazy" src="images/ncca.jpg" alt="NCCA">
|
|
||||||
</div>
|
</div>
|
||||||
<div class="sponsor-logo-item">
|
<!-- Service Image Slide End -->
|
||||||
<img loading="lazy" src="images/hit-fantasy.jpg" alt="Hit Fantasy">
|
|
||||||
|
<!-- Service Image Slide Start -->
|
||||||
|
<div class=" swiper-slide">
|
||||||
|
<div class="service-slider-image">
|
||||||
|
<figure>
|
||||||
|
<img src="images/hit-fantasy.jpg" alt="">
|
||||||
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<div class="sponsor-logo-item">
|
|
||||||
<img loading="lazy" src="images/radio-surabhi.jpeg" alt="Radio Surabhi">
|
|
||||||
</div>
|
</div>
|
||||||
<div class="sponsor-logo-item">
|
<!-- Service Image Slide End -->
|
||||||
<img loading="lazy" src="images/srisports.png" alt="Sri Sports">
|
|
||||||
|
<!-- 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>
|
</div>
|
||||||
<div class="sponsor-logo-item">
|
|
||||||
<img loading="lazy" src="images/scientific-solutions-global.jpeg" alt="Scientific Solutions Global">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="sponsors-footer wow fadeInUp" data-wow-delay="0.5s">
|
<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.
|
<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.
|
Their support enables teams to join with no barrier to entry. <a href="/sponsors.html">View
|
||||||
<a href="/sponsors.html">View All Our Sponsors</a></p>
|
All
|
||||||
|
Our Sponsors</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Sponsors Section End -->
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- Our Ministries Section End -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -636,7 +679,7 @@
|
|||||||
<!-- About Footer End -->
|
<!-- About Footer End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
|
<div class="col-lg-2 col-md-3 col-6">
|
||||||
<!-- About Links Start -->
|
<!-- About Links Start -->
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<h3>quick links</h3>
|
<h3>quick links</h3>
|
||||||
@@ -650,14 +693,13 @@
|
|||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
|
<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 cricket</h3>
|
<h3>our cricket</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/dallas.html">dallas regionals</a></li>
|
<li><a href="/dallas.html">dallas regionals</a></li>
|
||||||
<li><a href="/austin.html">austin regionals</a></li>
|
<li><a href="/austin.html">austin regionals</a></li>
|
||||||
<li><a href="/state-tournament.html">state tournament</a></li>
|
|
||||||
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a></li>
|
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a></li>
|
||||||
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -665,7 +707,7 @@
|
|||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-5 col-lg-3">
|
<div class="col-lg-3 col-md-5">
|
||||||
<!-- About Links Start -->
|
<!-- About Links Start -->
|
||||||
<div class="footer-contact">
|
<div class="footer-contact">
|
||||||
<h3>contact</h3>
|
<h3>contact</h3>
|
||||||
@@ -674,7 +716,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>(+1) (945) 900-1148</p>
|
<p>(+1) (945) 900-1148</p>
|
||||||
@@ -685,7 +727,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>texasscholasticcricketboard@gmail.com</p>
|
<p>texasscholasticcricketboard@gmail.com</p>
|
||||||
@@ -730,11 +772,38 @@
|
|||||||
<!-- Footer End -->
|
<!-- Footer End -->
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
<!-- Jquery Library File -->
|
||||||
<script src="js/bundle-core.js"></script>
|
<script src="js/jquery-3.7.1.min.js"></script>
|
||||||
<!-- Enhanced Animations js -->
|
<!-- Bootstrap js file -->
|
||||||
<script src="js/enhance.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
<!-- Homepage GSAP Masterpiece (index.html only) -->
|
<!-- Validator js file -->
|
||||||
<script src="js/home-animations.js"></script>
|
<script src="js/validator.min.js"></script>
|
||||||
|
<!-- SlickNav js file -->
|
||||||
|
<script src="js/jquery.slicknav.js"></script>
|
||||||
|
<!-- Swiper js file -->
|
||||||
|
<script src="js/swiper-bundle.min.js"></script>
|
||||||
|
<!-- Counter js file -->
|
||||||
|
<script src="js/jquery.waypoints.min.js"></script>
|
||||||
|
<script src="js/jquery.counterup.min.js"></script>
|
||||||
|
<!-- Magnific js file -->
|
||||||
|
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||||
|
<!-- SmoothScroll -->
|
||||||
|
<script src="js/SmoothScroll.js"></script>
|
||||||
|
<!-- Parallax js -->
|
||||||
|
<script src="js/parallaxie.js"></script>
|
||||||
|
<!-- MagicCursor js file -->
|
||||||
|
<script src="js/gsap.min.js"></script>
|
||||||
|
<script src="js/magiccursor.js"></script>
|
||||||
|
<!-- Text Effect js file -->
|
||||||
|
<script src="js/SplitText.js"></script>
|
||||||
|
<script src="js/ScrollTrigger.min.js"></script>
|
||||||
|
<!-- YTPlayer js File -->
|
||||||
|
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||||
|
<!-- Audio js File -->
|
||||||
|
<script src="js/plyr.js"></script>
|
||||||
|
<!-- Wow js file -->
|
||||||
|
<script src="js/wow.js"></script>
|
||||||
|
<!-- Main Custom js file -->
|
||||||
|
<script src="js/function.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
2545
js/bundle-core.js
@@ -1,81 +0,0 @@
|
|||||||
/* =====================================================
|
|
||||||
TSCB — Cross-page Utilities
|
|
||||||
===================================================== */
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
/* ---- Scroll Progress Bar ---- */
|
|
||||||
(function () {
|
|
||||||
var bar = document.createElement('div');
|
|
||||||
bar.id = 'tscb-progress';
|
|
||||||
document.body.appendChild(bar);
|
|
||||||
|
|
||||||
function onScroll() {
|
|
||||||
var scrollTop = window.scrollY || document.documentElement.scrollTop;
|
|
||||||
var docHeight = document.documentElement.scrollHeight - document.documentElement.clientHeight;
|
|
||||||
var pct = docHeight > 0 ? (scrollTop / docHeight) * 100 : 0;
|
|
||||||
bar.style.width = pct + '%';
|
|
||||||
}
|
|
||||||
|
|
||||||
window.addEventListener('scroll', onScroll, { passive: true });
|
|
||||||
})();
|
|
||||||
|
|
||||||
/* ---- Hero Decorative Orbs ---- */
|
|
||||||
(function () {
|
|
||||||
var hero = document.querySelector('.hero');
|
|
||||||
if (!hero) return;
|
|
||||||
[1, 2, 3].forEach(function (n) {
|
|
||||||
var orb = document.createElement('div');
|
|
||||||
orb.className = 'hero-orb-' + n;
|
|
||||||
hero.appendChild(orb);
|
|
||||||
});
|
|
||||||
})();
|
|
||||||
|
|
||||||
/* ---- Magnetic Buttons ---- */
|
|
||||||
(function () {
|
|
||||||
var btns = document.querySelectorAll('.btn-default, .readmore-btn, .circular-arrow');
|
|
||||||
btns.forEach(function (btn) {
|
|
||||||
btn.addEventListener('mousemove', function (e) {
|
|
||||||
var rect = btn.getBoundingClientRect();
|
|
||||||
var cx = rect.left + rect.width / 2;
|
|
||||||
var cy = rect.top + rect.height / 2;
|
|
||||||
var dx = (e.clientX - cx) * 0.25;
|
|
||||||
var dy = (e.clientY - cy) * 0.25;
|
|
||||||
btn.style.transform = 'translate(' + dx + 'px, ' + dy + 'px)';
|
|
||||||
});
|
|
||||||
btn.addEventListener('mouseleave', function () {
|
|
||||||
btn.style.transform = '';
|
|
||||||
});
|
|
||||||
});
|
|
||||||
})();
|
|
||||||
|
|
||||||
/* ---- Active nav link ---- */
|
|
||||||
(function () {
|
|
||||||
var currentFile = window.location.pathname.split('/').pop() || 'index.html';
|
|
||||||
var links = document.querySelectorAll('.navbar-nav .nav-link');
|
|
||||||
links.forEach(function (link) {
|
|
||||||
var href = link.getAttribute('href') || '';
|
|
||||||
var file = href.split('/').pop();
|
|
||||||
if (file === currentFile || (currentFile === '' && file === 'index.html')) {
|
|
||||||
var item = link.closest('.nav-item');
|
|
||||||
if (item) item.classList.add('active');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
})();
|
|
||||||
|
|
||||||
/* ---- Ticker pause on hover ---- */
|
|
||||||
(function () {
|
|
||||||
var ticker = document.querySelector('.ticker-wrap');
|
|
||||||
if (!ticker) return;
|
|
||||||
var inner = ticker.querySelector('.ticker');
|
|
||||||
if (!inner) return;
|
|
||||||
ticker.addEventListener('mouseenter', function () {
|
|
||||||
inner.style.animationPlayState = 'paused';
|
|
||||||
});
|
|
||||||
ticker.addEventListener('mouseleave', function () {
|
|
||||||
inner.style.animationPlayState = '';
|
|
||||||
});
|
|
||||||
})();
|
|
||||||
|
|
||||||
})();
|
|
||||||
@@ -317,20 +317,7 @@
|
|||||||
/* Contact form validation end */
|
/* Contact form validation end */
|
||||||
|
|
||||||
/* Animated Wow Js */
|
/* Animated Wow Js */
|
||||||
var wowInstance = new WOW({
|
new WOW().init();
|
||||||
mobile: true,
|
|
||||||
live: false,
|
|
||||||
offset: 0,
|
|
||||||
scrollContainer: null
|
|
||||||
});
|
|
||||||
wowInstance.init();
|
|
||||||
/* Re-trigger after page fully loads so elements already in the viewport
|
|
||||||
on scroll-restore also animate (fixes "nothing shows on reload" issue) */
|
|
||||||
$(window).on('load', function () {
|
|
||||||
setTimeout(function () {
|
|
||||||
window.dispatchEvent(new Event('scroll'));
|
|
||||||
}, 200);
|
|
||||||
});
|
|
||||||
|
|
||||||
/* Popup Video */
|
/* Popup Video */
|
||||||
if ($('.popup-video').length) {
|
if ($('.popup-video').length) {
|
||||||
|
|||||||
@@ -1,315 +0,0 @@
|
|||||||
/* =====================================================
|
|
||||||
TSCB — Homepage GSAP Masterpiece
|
|
||||||
Linked ONLY in index.html | v1.0
|
|
||||||
===================================================== */
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
/* Guard: only run when there is a hero section */
|
|
||||||
if (!document.querySelector('.hero')) return;
|
|
||||||
|
|
||||||
/* Register GSAP plugins (safe to call multiple times) */
|
|
||||||
gsap.registerPlugin(ScrollTrigger);
|
|
||||||
|
|
||||||
/* ====================================================
|
|
||||||
1. HERO — ORBS ENTRANCE + MOUSE PARALLAX
|
|
||||||
==================================================== */
|
|
||||||
|
|
||||||
/* Orbs drift in after preloader */
|
|
||||||
gsap.from('.hero-orb-1', {
|
|
||||||
scale: 0.2, opacity: 0, duration: 2.8,
|
|
||||||
ease: 'power3.out', delay: 0.85
|
|
||||||
});
|
|
||||||
gsap.from('.hero-orb-2', {
|
|
||||||
scale: 0.2, opacity: 0, duration: 3.2,
|
|
||||||
ease: 'power3.out', delay: 1.0
|
|
||||||
});
|
|
||||||
gsap.from('.hero-orb-3', {
|
|
||||||
scale: 0.2, opacity: 0, duration: 2.2,
|
|
||||||
ease: 'power3.out', delay: 1.3
|
|
||||||
});
|
|
||||||
|
|
||||||
/* Orb glow pulse after preloader (subtle depth feel) */
|
|
||||||
gsap.to('.hero-orb-1', {
|
|
||||||
opacity: 0.85, scale: 1.08,
|
|
||||||
duration: 3, ease: 'sine.inOut',
|
|
||||||
yoyo: true, repeat: -1, delay: 1.8
|
|
||||||
});
|
|
||||||
|
|
||||||
/* Orb scroll parallax */
|
|
||||||
ScrollTrigger.create({
|
|
||||||
trigger: '.hero',
|
|
||||||
start: 'top top',
|
|
||||||
end: 'bottom top',
|
|
||||||
scrub: 1.8,
|
|
||||||
onUpdate: function (self) {
|
|
||||||
var p = self.progress;
|
|
||||||
gsap.set('.hero-orb-1', { y: p * -130, x: p * 45 });
|
|
||||||
gsap.set('.hero-orb-2', { y: p * -90, x: p * -35 });
|
|
||||||
gsap.set('.hero-orb-3', { y: p * -60, rotate: p * 50 });
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
/* Hero mouse parallax — orbs follow the cursor */
|
|
||||||
var heroEl = document.querySelector('.hero');
|
|
||||||
heroEl.addEventListener('mousemove', function (e) {
|
|
||||||
var rect = heroEl.getBoundingClientRect();
|
|
||||||
var xR = (e.clientX - rect.left) / rect.width - 0.5;
|
|
||||||
var yR = (e.clientY - rect.top) / rect.height - 0.5;
|
|
||||||
gsap.to('.hero-orb-1', { x: xR * 55, y: yR * 35, duration: 1.8, ease: 'power2.out', overwrite: 'auto' });
|
|
||||||
gsap.to('.hero-orb-2', { x: xR * -40, y: yR * -25, duration: 2.0, ease: 'power2.out', overwrite: 'auto' });
|
|
||||||
gsap.to('.hero-orb-3', { x: xR * 25, y: yR * 18, duration: 1.4, ease: 'power2.out', overwrite: 'auto' });
|
|
||||||
});
|
|
||||||
|
|
||||||
/* ====================================================
|
|
||||||
2. COUNTER SECTION — 3-STAGE DRAMATIC ENTRANCE
|
|
||||||
(counter-item has no .wow class — safe to animate)
|
|
||||||
==================================================== */
|
|
||||||
|
|
||||||
var counterSection = document.querySelector('.our-counter');
|
|
||||||
if (counterSection) {
|
|
||||||
|
|
||||||
/* Stage 1 — the whole box scales in */
|
|
||||||
gsap.from('.counter-box', {
|
|
||||||
scrollTrigger: { trigger: '.our-counter', start: 'top 78%', once: true },
|
|
||||||
scale: 0.88, opacity: 0, borderRadius: '40px',
|
|
||||||
duration: 1.2, ease: 'power4.out',
|
|
||||||
immediateRender: false
|
|
||||||
});
|
|
||||||
|
|
||||||
/* Stage 2 — individual items slide up with stagger */
|
|
||||||
gsap.from('.counter-item', {
|
|
||||||
scrollTrigger: { trigger: '.our-counter', start: 'top 78%', once: true },
|
|
||||||
y: 60, opacity: 0,
|
|
||||||
duration: 0.85, stagger: 0.18, delay: 0.25,
|
|
||||||
ease: 'back.out(1.6)',
|
|
||||||
immediateRender: false
|
|
||||||
});
|
|
||||||
|
|
||||||
/* Stage 3 — counter h2 numbers pop with elastic */
|
|
||||||
gsap.from('.counter-title h2', {
|
|
||||||
scrollTrigger: { trigger: '.our-counter', start: 'top 78%', once: true },
|
|
||||||
scale: 0.4, opacity: 0,
|
|
||||||
duration: 1.1, stagger: 0.2, delay: 0.55,
|
|
||||||
ease: 'elastic.out(1.1, 0.52)',
|
|
||||||
immediateRender: false
|
|
||||||
});
|
|
||||||
|
|
||||||
/* Counter hover — h2 magnify */
|
|
||||||
document.querySelectorAll('.counter-item').forEach(function (item) {
|
|
||||||
item.addEventListener('mouseenter', function () {
|
|
||||||
gsap.to(item.querySelector('.counter-title h2'), {
|
|
||||||
scale: 1.12, color: '#d92800',
|
|
||||||
duration: 0.35, ease: 'back.out(2)'
|
|
||||||
});
|
|
||||||
});
|
|
||||||
item.addEventListener('mouseleave', function () {
|
|
||||||
gsap.to(item.querySelector('.counter-title h2'), {
|
|
||||||
scale: 1, color: '',
|
|
||||||
duration: 0.5, ease: 'power2.out'
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ====================================================
|
|
||||||
3. MISSION IMAGE — SCROLL PARALLAX
|
|
||||||
(the reveal animation in function.js still runs)
|
|
||||||
==================================================== */
|
|
||||||
|
|
||||||
gsap.to('.mission-img', {
|
|
||||||
scrollTrigger: {
|
|
||||||
trigger: '.our-mission',
|
|
||||||
start: 'top bottom',
|
|
||||||
end: 'bottom top',
|
|
||||||
scrub: 1.8
|
|
||||||
},
|
|
||||||
y: -60, ease: 'none'
|
|
||||||
});
|
|
||||||
|
|
||||||
gsap.to('.mission-life-circle', {
|
|
||||||
scrollTrigger: {
|
|
||||||
trigger: '.our-mission',
|
|
||||||
start: 'top bottom',
|
|
||||||
end: 'bottom top',
|
|
||||||
scrub: 2.5
|
|
||||||
},
|
|
||||||
y: -95, rotate: 35, ease: 'none'
|
|
||||||
});
|
|
||||||
|
|
||||||
/* ====================================================
|
|
||||||
4. SERVICE TICKER — FADE IN + SUBTLE SCALE
|
|
||||||
==================================================== */
|
|
||||||
|
|
||||||
gsap.from('.service-ticker', {
|
|
||||||
scrollTrigger: { trigger: '.service-ticker', start: 'top 92%', once: true },
|
|
||||||
opacity: 0, scaleY: 0.6,
|
|
||||||
transformOrigin: 'center center',
|
|
||||||
duration: 0.7, ease: 'back.out(2)',
|
|
||||||
immediateRender: false
|
|
||||||
});
|
|
||||||
|
|
||||||
/* ====================================================
|
|
||||||
5. SERVICE CARDS — 3D TILT ON HOVER
|
|
||||||
(entrance handled by WOW.js — we layer on tilt only)
|
|
||||||
==================================================== */
|
|
||||||
|
|
||||||
document.querySelectorAll('.service-item').forEach(function (card) {
|
|
||||||
card.style.transformStyle = 'preserve-3d';
|
|
||||||
card.addEventListener('mousemove', function (e) {
|
|
||||||
var rect = card.getBoundingClientRect();
|
|
||||||
var rotX = ((e.clientY - rect.top - rect.height / 2) / (rect.height / 2)) * -10;
|
|
||||||
var rotY = ((e.clientX - rect.left - rect.width / 2) / (rect.width / 2)) * 10;
|
|
||||||
gsap.to(card, {
|
|
||||||
rotationX: rotX, rotationY: rotY,
|
|
||||||
transformPerspective: 700,
|
|
||||||
duration: 0.35, ease: 'power2.out', overwrite: 'auto'
|
|
||||||
});
|
|
||||||
});
|
|
||||||
card.addEventListener('mouseleave', function () {
|
|
||||||
gsap.to(card, {
|
|
||||||
rotationX: 0, rotationY: 0,
|
|
||||||
duration: 0.75, ease: 'elastic.out(1, 0.45)', overwrite: 'auto'
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
/* ====================================================
|
|
||||||
6. SPONSORS — GUARANTEED VISIBILITY
|
|
||||||
Two-trigger system: ScrollTrigger + load-time check
|
|
||||||
gsap.set() owns initial state (no CSS opacity:0 ever)
|
|
||||||
==================================================== */
|
|
||||||
|
|
||||||
var sponsorItems = document.querySelectorAll('.sponsor-logo-item');
|
|
||||||
if (sponsorItems.length) {
|
|
||||||
|
|
||||||
/* Immediately set invisible via GSAP — no CSS conflict */
|
|
||||||
gsap.set(sponsorItems, { opacity: 0, y: 60, scale: 0.78, rotationY: 15 });
|
|
||||||
|
|
||||||
var sponsorsPlayed = false;
|
|
||||||
function playSponsors() {
|
|
||||||
if (sponsorsPlayed) return;
|
|
||||||
sponsorsPlayed = true;
|
|
||||||
gsap.to(sponsorItems, {
|
|
||||||
opacity: 1, y: 0, scale: 1, rotationY: 0,
|
|
||||||
duration: 0.9, stagger: 0.22,
|
|
||||||
ease: 'back.out(1.8)',
|
|
||||||
clearProps: 'rotationY'
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Trigger 1: normal scroll */
|
|
||||||
ScrollTrigger.create({
|
|
||||||
trigger: '.our-sponsors-section',
|
|
||||||
start: 'top 88%',
|
|
||||||
once: true,
|
|
||||||
onEnter: playSponsors
|
|
||||||
});
|
|
||||||
|
|
||||||
/* Trigger 2: already visible when page finishes loading */
|
|
||||||
window.addEventListener('load', function () {
|
|
||||||
setTimeout(function () {
|
|
||||||
var sec = document.querySelector('.our-sponsors-section');
|
|
||||||
if (!sec) return;
|
|
||||||
var rect = sec.getBoundingClientRect();
|
|
||||||
if (rect.top < window.innerHeight * 0.92) {
|
|
||||||
playSponsors();
|
|
||||||
}
|
|
||||||
}, 980);
|
|
||||||
});
|
|
||||||
|
|
||||||
/* 3D tilt on hover — works after animation completes */
|
|
||||||
sponsorItems.forEach(function (card) {
|
|
||||||
card.style.transformStyle = 'preserve-3d';
|
|
||||||
card.addEventListener('mousemove', function (e) {
|
|
||||||
var rect = card.getBoundingClientRect();
|
|
||||||
var rotX = ((e.clientY - rect.top - rect.height / 2) / (rect.height / 2)) * -8;
|
|
||||||
var rotY = ((e.clientX - rect.left - rect.width / 2) / (rect.width / 2)) * 8;
|
|
||||||
gsap.to(card, {
|
|
||||||
rotationX: rotX, rotationY: rotY,
|
|
||||||
transformPerspective: 500,
|
|
||||||
duration: 0.3, ease: 'power2.out', overwrite: 'auto'
|
|
||||||
});
|
|
||||||
});
|
|
||||||
card.addEventListener('mouseleave', function () {
|
|
||||||
gsap.to(card, {
|
|
||||||
rotationX: 0, rotationY: 0,
|
|
||||||
duration: 0.65, ease: 'elastic.out(1, 0.45)', overwrite: 'auto'
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ====================================================
|
|
||||||
7. CTA BOX — SPLIT ENTRANCE
|
|
||||||
(cta-box-btn has .wow — we animate cta-box-content only)
|
|
||||||
==================================================== */
|
|
||||||
|
|
||||||
gsap.from('.cta-box-content', {
|
|
||||||
scrollTrigger: { trigger: '.cta-box', start: 'top 82%', once: true },
|
|
||||||
x: -70, opacity: 0,
|
|
||||||
duration: 1.1, ease: 'power4.out',
|
|
||||||
immediateRender: false
|
|
||||||
});
|
|
||||||
|
|
||||||
/* ====================================================
|
|
||||||
8. GLOBAL SCROLL PROGRESS + SECTION FLASH
|
|
||||||
Brief red flash on the progress bar when entering a section
|
|
||||||
==================================================== */
|
|
||||||
|
|
||||||
var sectionFlashSections = document.querySelectorAll('.our-counter, .our-services, .our-sponsors-section, .cta-box');
|
|
||||||
sectionFlashSections.forEach(function (sec) {
|
|
||||||
ScrollTrigger.create({
|
|
||||||
trigger: sec,
|
|
||||||
start: 'top 60%',
|
|
||||||
once: true,
|
|
||||||
onEnter: function () {
|
|
||||||
var bar = document.getElementById('tscb-progress');
|
|
||||||
if (!bar) return;
|
|
||||||
gsap.fromTo(bar, { boxShadow: '0 0 0 0 rgba(217,40,0,0)' },
|
|
||||||
{ boxShadow: '0 0 18px 4px rgba(217,40,0,0.7)', duration: 0.3, yoyo: true, repeat: 1, ease: 'power2.inOut' });
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
/* ====================================================
|
|
||||||
9. ABOUT-LIST ICON BOXES — STAGGER SPIN-IN
|
|
||||||
(icons inside .about-list-item — no .wow class on the icon)
|
|
||||||
==================================================== */
|
|
||||||
|
|
||||||
gsap.from('#home-about .about-list-item .icon-box', {
|
|
||||||
scrollTrigger: { trigger: '#home-about .about-content-body', start: 'top 82%', once: true },
|
|
||||||
scale: 0, rotate: -180, opacity: 0,
|
|
||||||
duration: 0.75, stagger: 0.2, delay: 0.15,
|
|
||||||
ease: 'back.out(2)',
|
|
||||||
immediateRender: false
|
|
||||||
});
|
|
||||||
|
|
||||||
/* ====================================================
|
|
||||||
10. SCROLL-TRIGGERED BACKGROUND GRADIENT SHIFT
|
|
||||||
on the hero as user scrolls away
|
|
||||||
==================================================== */
|
|
||||||
|
|
||||||
ScrollTrigger.create({
|
|
||||||
trigger: '.hero',
|
|
||||||
start: 'top top',
|
|
||||||
end: 'bottom top',
|
|
||||||
scrub: 1,
|
|
||||||
onUpdate: function (self) {
|
|
||||||
heroEl.style.filter = 'brightness(' + (1 - self.progress * 0.18) + ')';
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
/* ====================================================
|
|
||||||
FINALIZE: refresh ScrollTrigger after full load
|
|
||||||
(handles lazy images and font layout shifts)
|
|
||||||
==================================================== */
|
|
||||||
|
|
||||||
window.addEventListener('load', function () {
|
|
||||||
setTimeout(function () {
|
|
||||||
ScrollTrigger.refresh();
|
|
||||||
}, 300);
|
|
||||||
});
|
|
||||||
|
|
||||||
})();
|
|
||||||
@@ -19,10 +19,24 @@
|
|||||||
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"
|
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"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
<!-- Preload critical image -->
|
<!-- Bootstrap Css -->
|
||||||
<link rel="preload" href="images/page-header-bg.jpg" as="image">
|
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen" />
|
||||||
<!-- Bundled CSS -->
|
<!-- SlickNav Css -->
|
||||||
<link href="css/bundle.css" rel="stylesheet">
|
<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" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -68,10 +82,6 @@
|
|||||||
<a class="nav-link" href="austin.html">Austin Regionals</a>
|
<a class="nav-link" href="austin.html">Austin Regionals</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="state-tournament.html">State Tournament</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="contact.html">Contact Us</a>
|
<a class="nav-link" href="contact.html">Contact Us</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -405,7 +415,6 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="/dallas.html">dallas regionals</a></li>
|
<li><a href="/dallas.html">dallas regionals</a></li>
|
||||||
<li><a href="/austin.html">austin regionals</a></li>
|
<li><a href="/austin.html">austin regionals</a></li>
|
||||||
<li><a href="/state-tournament.html">state tournament</a></li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="https://cricclubs.com/TexasScholasticCricketBoard"
|
<a href="https://cricclubs.com/TexasScholasticCricketBoard"
|
||||||
>dallas cricclubs league</a
|
>dallas cricclubs league</a
|
||||||
@@ -431,7 +440,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>(+1) (945) 900-1148</p>
|
<p>(+1) (945) 900-1148</p>
|
||||||
@@ -442,7 +451,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>texasscholasticcricketboard@gmail.com</p>
|
<p>texasscholasticcricketboard@gmail.com</p>
|
||||||
@@ -493,6 +502,37 @@
|
|||||||
<!-- Footer End -->
|
<!-- Footer End -->
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
<!-- Jquery Library File -->
|
||||||
<script src="js/bundle-core.js"></script>
|
<script src="js/jquery-3.7.1.min.js"></script>
|
||||||
|
<!-- Bootstrap js file -->
|
||||||
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
<!-- Validator js file -->
|
||||||
|
<script src="js/validator.min.js"></script>
|
||||||
|
<!-- SlickNav js file -->
|
||||||
|
<script src="js/jquery.slicknav.js"></script>
|
||||||
|
<!-- Swiper js file -->
|
||||||
|
<script src="js/swiper-bundle.min.js"></script>
|
||||||
|
<!-- Counter js file -->
|
||||||
|
<script src="js/jquery.waypoints.min.js"></script>
|
||||||
|
<script src="js/jquery.counterup.min.js"></script>
|
||||||
|
<!-- Magnific js file -->
|
||||||
|
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||||
|
<!-- SmoothScroll -->
|
||||||
|
<script src="js/SmoothScroll.js"></script>
|
||||||
|
<!-- Parallax js -->
|
||||||
|
<script src="js/parallaxie.js"></script>
|
||||||
|
<!-- MagicCursor js file -->
|
||||||
|
<script src="js/gsap.min.js"></script>
|
||||||
|
<script src="js/magiccursor.js"></script>
|
||||||
|
<!-- Text Effect js file -->
|
||||||
|
<script src="js/SplitText.js"></script>
|
||||||
|
<script src="js/ScrollTrigger.min.js"></script>
|
||||||
|
<!-- YTPlayer js File -->
|
||||||
|
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||||
|
<!-- Audio js File -->
|
||||||
|
<script src="js/plyr.js"></script>
|
||||||
|
<!-- Wow js file -->
|
||||||
|
<script src="js/wow.js"></script>
|
||||||
|
<!-- Main Custom js file -->
|
||||||
|
<script src="js/function.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
43
sitemap.xml
@@ -1,43 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
||||||
<url>
|
|
||||||
<loc>https://tscb.cricket/</loc>
|
|
||||||
<priority>1.0</priority>
|
|
||||||
<changefreq>weekly</changefreq>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://tscb.cricket/about.html</loc>
|
|
||||||
<priority>0.8</priority>
|
|
||||||
<changefreq>monthly</changefreq>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://tscb.cricket/austin.html</loc>
|
|
||||||
<priority>0.8</priority>
|
|
||||||
<changefreq>weekly</changefreq>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://tscb.cricket/dallas.html</loc>
|
|
||||||
<priority>0.8</priority>
|
|
||||||
<changefreq>weekly</changefreq>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://tscb.cricket/contact.html</loc>
|
|
||||||
<priority>0.6</priority>
|
|
||||||
<changefreq>monthly</changefreq>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://tscb.cricket/sponsors.html</loc>
|
|
||||||
<priority>0.6</priority>
|
|
||||||
<changefreq>monthly</changefreq>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://tscb.cricket/liability.html</loc>
|
|
||||||
<priority>0.4</priority>
|
|
||||||
<changefreq>yearly</changefreq>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://tscb.cricket/state-tournament.html</loc>
|
|
||||||
<priority>0.8</priority>
|
|
||||||
<changefreq>weekly</changefreq>
|
|
||||||
</url>
|
|
||||||
</urlset>
|
|
||||||
149
sponsors.html
@@ -19,10 +19,24 @@
|
|||||||
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"
|
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"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
<!-- Preload critical image -->
|
<!-- Bootstrap Css -->
|
||||||
<link rel="preload" href="images/page-header-bg.jpg" as="image">
|
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen" />
|
||||||
<!-- Bundled CSS -->
|
<!-- SlickNav Css -->
|
||||||
<link href="css/bundle.css" rel="stylesheet">
|
<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" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -69,10 +83,6 @@
|
|||||||
<a class="nav-link" href="austin.html">Austin Regionals</a>
|
<a class="nav-link" href="austin.html">Austin Regionals</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="state-tournament.html">State Tournament</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="contact.html">Contact Us</a>
|
<a class="nav-link" href="contact.html">Contact Us</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -169,88 +179,67 @@
|
|||||||
|
|
||||||
<!-- Team Grid Start -->
|
<!-- Team Grid Start -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- Samvidh Technologies -->
|
<!-- Team 1: Plano East Panthers -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
|
<!-- Team Member Item Start -->
|
||||||
<div class="team-member-item wow fadeInUp">
|
<div class="team-member-item wow fadeInUp">
|
||||||
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/samvidh.jpeg" alt="Samvidh Technologies" />
|
<img src="images/srisports.png" alt="Sri Sports" />
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<div class="team-content">
|
<!-- Team Image End -->
|
||||||
<h3>Samvidh Technologies</h3>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Radio Surabhi -->
|
<!-- Team Content Start -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
|
|
||||||
<div class="team-image">
|
|
||||||
<figure class="image-anime">
|
|
||||||
<img loading="lazy" src="images/radio-surabhi.jpeg" alt="Radio Surabhi" />
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>Radio Surabhi</h3>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Sri Sports -->
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
|
||||||
<div class="team-image">
|
|
||||||
<figure class="image-anime">
|
|
||||||
<img loading="lazy" src="images/srisports.png" alt="Sri Sports" />
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>Sri Sports</h3>
|
<h3>Sri Sports</h3>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Team Member Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- NCCA -->
|
<!-- Team 2: Frisco Lone Star -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.6s">
|
<!-- Team Member Item Start -->
|
||||||
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
|
||||||
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/ncca.jpg" alt="National College Cricket Association" />
|
<img src="images/ncca.jpg" alt="National College Cricket Association" />
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Team Image End -->
|
||||||
|
|
||||||
|
<!-- Team Content Start -->
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>National College Cricket Association</h3>
|
<h3>National College Cricket Association</h3>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Team Member Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Hit Fantasy -->
|
<!-- Team 3: Prosper Predators -->
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
<div class="col-lg-4 col-md-6">
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
|
<!-- Team Member Item Start -->
|
||||||
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
||||||
|
<!-- Team Image Start -->
|
||||||
<div class="team-image">
|
<div class="team-image">
|
||||||
<figure class="image-anime">
|
<figure class="image-anime">
|
||||||
<img loading="lazy" src="images/hit-fantasy.jpg" alt="Hit Fantasy" />
|
<img src="images/hit-fantasy.jpg" alt="Hit Fantasy" />
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Team Image End -->
|
||||||
|
|
||||||
|
<!-- Team Content Start -->
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>Hit Fantasy</h3>
|
<h3>Hit Fantasy</h3>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<!-- Team Member Item End -->
|
||||||
|
|
||||||
<!-- Scientific Solutions Global -->
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1.0s">
|
|
||||||
<div class="team-image">
|
|
||||||
<figure class="image-anime">
|
|
||||||
<img loading="lazy" src="images/scientific-solutions-global.jpeg" alt="Scientific Solutions Global" />
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>Scientific Solutions Global</h3>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Grid End -->
|
<!-- Team Grid End -->
|
||||||
@@ -345,7 +334,6 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="/dallas.html">dallas regionals</a></li>
|
<li><a href="/dallas.html">dallas regionals</a></li>
|
||||||
<li><a href="/austin.html">austin regionals</a></li>
|
<li><a href="/austin.html">austin regionals</a></li>
|
||||||
<li><a href="/state-tournament.html">state tournament</a></li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="https://cricclubs.com/TexasScholasticCricketBoard"
|
<a href="https://cricclubs.com/TexasScholasticCricketBoard"
|
||||||
>dallas cricclubs league</a
|
>dallas cricclubs league</a
|
||||||
@@ -371,7 +359,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>(+1) (945) 900-1148</p>
|
<p>(+1) (945) 900-1148</p>
|
||||||
@@ -382,7 +370,7 @@
|
|||||||
<!-- Footer Info Box Start -->
|
<!-- Footer Info Box Start -->
|
||||||
<div class="footer-info-box">
|
<div class="footer-info-box">
|
||||||
<div class="icon-box">
|
<div class="icon-box">
|
||||||
<img loading="lazy" 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>texasscholasticcricketboard@gmail.com</p>
|
<p>texasscholasticcricketboard@gmail.com</p>
|
||||||
@@ -433,8 +421,37 @@
|
|||||||
<!-- Footer End -->
|
<!-- Footer End -->
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
<!-- Jquery Library File -->
|
||||||
<script src="js/bundle-core.js"></script>
|
<script src="js/jquery-3.7.1.min.js"></script>
|
||||||
<!-- Enhanced Animations js -->
|
<!-- Bootstrap js file -->
|
||||||
<script src="js/enhance.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
<!-- Validator js file -->
|
||||||
|
<script src="js/validator.min.js"></script>
|
||||||
|
<!-- SlickNav js file -->
|
||||||
|
<script src="js/jquery.slicknav.js"></script>
|
||||||
|
<!-- Swiper js file -->
|
||||||
|
<script src="js/swiper-bundle.min.js"></script>
|
||||||
|
<!-- Counter js file -->
|
||||||
|
<script src="js/jquery.waypoints.min.js"></script>
|
||||||
|
<script src="js/jquery.counterup.min.js"></script>
|
||||||
|
<!-- Magnific js file -->
|
||||||
|
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||||
|
<!-- SmoothScroll -->
|
||||||
|
<script src="js/SmoothScroll.js"></script>
|
||||||
|
<!-- Parallax js -->
|
||||||
|
<script src="js/parallaxie.js"></script>
|
||||||
|
<!-- MagicCursor js file -->
|
||||||
|
<script src="js/gsap.min.js"></script>
|
||||||
|
<script src="js/magiccursor.js"></script>
|
||||||
|
<!-- Text Effect js file -->
|
||||||
|
<script src="js/SplitText.js"></script>
|
||||||
|
<script src="js/ScrollTrigger.min.js"></script>
|
||||||
|
<!-- YTPlayer js File -->
|
||||||
|
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||||
|
<!-- Audio js File -->
|
||||||
|
<script src="js/plyr.js"></script>
|
||||||
|
<!-- Wow js file -->
|
||||||
|
<script src="js/wow.js"></script>
|
||||||
|
<!-- Main Custom js file -->
|
||||||
|
<script src="js/function.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,505 +0,0 @@
|
|||||||
|
|
||||||
<!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 -->
|
|
||||||
<title>Dallas League</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">
|
|
||||||
<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">
|
|
||||||
<!-- Preload critical image -->
|
|
||||||
<link rel="preload" href="images/page-header-bg.jpg" as="image">
|
|
||||||
<!-- Bundled CSS -->
|
|
||||||
<link href="css/bundle.css" rel="stylesheet">
|
|
||||||
</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 -->
|
|
||||||
|
|
||||||
<!-- 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 -->
|
|
||||||
|
|
||||||
<!-- 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"><a class="nav-link" href="dallas.html">Dallas Regionals</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="state-tournament.html">State Tournament</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="sponsors.html">Our
|
|
||||||
Partners</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<!-- Let’s Start Button Start -->
|
|
||||||
<div class="header-btn d-inline-flex">
|
|
||||||
<a href="sponsors.html" class="btn-default">Our Partners</a>
|
|
||||||
</div>
|
|
||||||
<!-- Let’s Start Button End -->
|
|
||||||
</div>
|
|
||||||
<!-- Main Menu End -->
|
|
||||||
<div class="navbar-toggle"></div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
<div class="responsive-menu"></div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<!-- Header End -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Page Header Start -->
|
|
||||||
<div class="page-header">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row align-items-center">
|
|
||||||
<div class="col-lg-12">
|
|
||||||
<!-- Page Header Box Start -->
|
|
||||||
<div class="page-header-box">
|
|
||||||
<h1 class="text-anime-style-2" data-cursor="-opaque"><span>State Tournament</span></h1>
|
|
||||||
<nav class="wow fadeInUp">
|
|
||||||
<ol class="breadcrumb">
|
|
||||||
<li class="breadcrumb-item"><a href="./">home</a></li>
|
|
||||||
<li class="breadcrumb-item active"><a href="/state-tournament.html">state tournament</a></li>
|
|
||||||
</ol>
|
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
<!-- Page Header Box End -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Page Header End -->
|
|
||||||
|
|
||||||
<!-- League Overview Section Start -->
|
|
||||||
<div class="about-us page-about-us">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row align-items-center">
|
|
||||||
|
|
||||||
<!-- Text Column -->
|
|
||||||
<div class="col-lg-7 wow fadeInLeft">
|
|
||||||
<div class="section-title">
|
|
||||||
<h3>Powered by Samvidh Technologies</h3>
|
|
||||||
<h2 class="text-anime-style-2" data-cursor="-opaque">The <span>First</span> High School State Cricket Tournament</h2>
|
|
||||||
</div>
|
|
||||||
<div class="about-content">
|
|
||||||
<p>TSCB is proud to present the State's first High School Cricket Tournament played between rival schools. Mirroring the structure set by other school sports in America, the Samvidh Technologies TSCB State Tournament is the first of its kind. </p>
|
|
||||||
<p>US Cricket has always been commercially focused. Until now. Played by Austin and Dallas High Schools, this state tournament is the next leap forward for cricket in America. </p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Buttons Column -->
|
|
||||||
<div class="col-lg-4 offset-lg-1 wow fadeInRight" data-wow-delay="0.2s">
|
|
||||||
<div class="league-links d-flex flex-column gap-3 mt-4 mt-lg-0">
|
|
||||||
<a href="https://cricclubs.com/TexasScholasticCricketBoard/schedules?leagueId=hKGWBeaND6UfZE7_FQSDeQ&year=2026&series=06aN7UwAjDayeVuc3WHScQ&day=All+days&seriesName=State+Tournament+2026"
|
|
||||||
class="btn-default w-100 text-center" target="_blank">
|
|
||||||
<i class="fa-solid fa-table-list me-2"></i> Cricclubs Page
|
|
||||||
</a>
|
|
||||||
<a href="https://cricclubs.com/TexasScholasticCricketBoard/points-table?leagueId=hKGWBeaND6UfZE7_FQSDeQ&year=2026&series=06aN7UwAjDayeVuc3WHScQ&seriesName=State+Tournament+2026" class="btn-default w-100 text-center" target="_blank">
|
|
||||||
<i class="fa-solid fa-cricket-bat-ball me-2"></i> Results
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- League Overview Section End -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Our Teams Section Start -->
|
|
||||||
<div class="our-teams">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row align-items-center section-row">
|
|
||||||
<div class="col-lg-12">
|
|
||||||
<!-- Section Title Start -->
|
|
||||||
<div class="section-title">
|
|
||||||
<h3 class="wow fadeInUp">our teams</h3>
|
|
||||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Meet the <span>Teams</span></h2>
|
|
||||||
</div>
|
|
||||||
<!-- Section Title End -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<!-- Team 7: Prosper Patriots -->
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
|
||||||
<!-- Team Member Item Start -->
|
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1.2s">
|
|
||||||
<!-- Team Image Start -->
|
|
||||||
<div class="team-image">
|
|
||||||
<figure class="image-anime">
|
|
||||||
<img loading="lazy" src="images/prosper.jpeg" alt="Prosper Eagles">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>Prosper Eagles</h3>
|
|
||||||
<p>North Dallas</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
|
||||||
<!-- Team Member Item End -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Team 5: Plano West Warriors -->
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
|
||||||
<!-- Team Member Item Start -->
|
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
|
|
||||||
<!-- Team Image Start -->
|
|
||||||
<div class="team-image">
|
|
||||||
<figure class="image-anime">
|
|
||||||
<img loading="lazy" src="images/roundrock.jpeg" alt="Round Rock High School">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>Round Rock High School</h3>
|
|
||||||
<p>East Austin</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
|
||||||
<!-- Team Member Item End -->
|
|
||||||
</div>
|
|
||||||
<!-- Team 8: Irving Lions -->
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
|
||||||
<!-- Team Member Item Start -->
|
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1.4s">
|
|
||||||
<!-- Team Image Start -->
|
|
||||||
<div class="team-image">
|
|
||||||
<figure class="image-anime">
|
|
||||||
<img loading="lazy" src="images/rockhill.jpeg" alt="Rock Hill Bluehawks">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>Rock Hill Bluehawks</h3>
|
|
||||||
<p>North Dallas</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
|
||||||
<!-- Team Member Item End -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Team 3: Prosper Predators -->
|
|
||||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
|
||||||
<!-- Team Member Item Start -->
|
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
|
||||||
<!-- Team Image Start -->
|
|
||||||
<div class="team-image">
|
|
||||||
<figure class="image-anime">
|
|
||||||
<img loading="lazy" src="images/westwood.jpeg" alt="Westwood High School">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>Westwood High School</h3>
|
|
||||||
<p>South Austin</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
|
||||||
<!-- Team Member Item End -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<!-- Team Grid End -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Our Teams Section End -->
|
|
||||||
|
|
||||||
<!-- Sponsors Section Start -->
|
|
||||||
<style>
|
|
||||||
.state-sponsor-grid {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
gap: 40px;
|
|
||||||
padding: 20px 0 40px;
|
|
||||||
}
|
|
||||||
.state-sponsor-item {
|
|
||||||
position: relative;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
width: 160px;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.state-sponsor-item img {
|
|
||||||
max-width: 140px;
|
|
||||||
max-height: 80px;
|
|
||||||
object-fit: contain;
|
|
||||||
filter: grayscale(30%);
|
|
||||||
transition: filter 0.3s ease, transform 0.3s ease;
|
|
||||||
}
|
|
||||||
.state-sponsor-item:hover img {
|
|
||||||
filter: grayscale(0%);
|
|
||||||
transform: scale(1.05);
|
|
||||||
}
|
|
||||||
.state-sponsor-tooltip {
|
|
||||||
position: absolute;
|
|
||||||
bottom: calc(100% + 10px);
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
background: rgba(10, 10, 10, 0.88);
|
|
||||||
color: #fff;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 600;
|
|
||||||
text-transform: uppercase;
|
|
||||||
letter-spacing: 0.04em;
|
|
||||||
white-space: nowrap;
|
|
||||||
padding: 7px 14px;
|
|
||||||
border-radius: 4px;
|
|
||||||
pointer-events: none;
|
|
||||||
opacity: 0;
|
|
||||||
transition: opacity 0.25s ease;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
||||||
.state-sponsor-tooltip::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 100%;
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
border: 6px solid transparent;
|
|
||||||
border-top-color: rgba(10, 10, 10, 0.88);
|
|
||||||
}
|
|
||||||
.state-sponsor-item:hover .state-sponsor-tooltip {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="our-sponsors-section">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row section-row">
|
|
||||||
<div class="section-title">
|
|
||||||
<h3 class="wow fadeInUp">Our Sponsors</h3>
|
|
||||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Proud <span>Sponsors</span></h2>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="state-sponsor-grid wow fadeInUp" data-wow-delay="0.25s">
|
|
||||||
<div class="state-sponsor-item">
|
|
||||||
<img loading="lazy" src="images/samvidh.jpeg" alt="Samvidh Technologies">
|
|
||||||
<div class="state-sponsor-tooltip">Title Sponsor</div>
|
|
||||||
</div>
|
|
||||||
<div class="state-sponsor-item">
|
|
||||||
<img loading="lazy" src="images/ncca.jpg" alt="NCCA">
|
|
||||||
<div class="state-sponsor-tooltip">Operational and Development Partner</div>
|
|
||||||
</div>
|
|
||||||
<div class="state-sponsor-item">
|
|
||||||
<img loading="lazy" src="images/radio-surabhi.jpeg" alt="Radio Surabhi">
|
|
||||||
<div class="state-sponsor-tooltip">Promotions Partner</div>
|
|
||||||
</div>
|
|
||||||
<div class="state-sponsor-item">
|
|
||||||
<img loading="lazy" src="images/hit-fantasy.jpg" alt="Hit Fantasy">
|
|
||||||
<div class="state-sponsor-tooltip">Media and Content Partner</div>
|
|
||||||
</div>
|
|
||||||
<div class="state-sponsor-item">
|
|
||||||
<img loading="lazy" src="images/srisports.png" alt="Sri Sports">
|
|
||||||
<div class="state-sponsor-tooltip">Equipment Sponsor</div>
|
|
||||||
</div>
|
|
||||||
<div class="state-sponsor-item">
|
|
||||||
<img loading="lazy" src="images/scientific-solutions-global.jpeg" alt="Scientific Solutions Global">
|
|
||||||
<div class="state-sponsor-tooltip">Medical Sponsor</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Sponsors Section End -->
|
|
||||||
|
|
||||||
<!-- Footer Start -->
|
|
||||||
<footer class="main-footer">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-lg-4">
|
|
||||||
<!-- About Footer Start -->
|
|
||||||
<div class="about-footer">
|
|
||||||
<!-- Footer Logo Start -->
|
|
||||||
<div class="footer-logo">
|
|
||||||
<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 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="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 -->
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<!-- About Footer End -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-3 col-lg-2">
|
|
||||||
<!-- About Links Start -->
|
|
||||||
<div class="footer-links">
|
|
||||||
<h3>quick links</h3>
|
|
||||||
<ul>
|
|
||||||
<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 -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
|
|
||||||
<!-- About Links Start -->
|
|
||||||
<div class="footer-links">
|
|
||||||
<h3>our cricket</h3>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/dallas.html">dallas regionals</a></li>
|
|
||||||
<li><a href="/austin.html">austin regionals</a></li>
|
|
||||||
<li><a href="/state-tournament.html">state tournament</a></li>
|
|
||||||
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">dallas cricclubs league</a></li>
|
|
||||||
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<!-- About Links End -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-12 col-sm-6 col-md-5 col-lg-3">
|
|
||||||
<!-- About Links Start -->
|
|
||||||
<div class="footer-contact">
|
|
||||||
<h3>contact</h3>
|
|
||||||
<!-- Footer Contact Details Start -->
|
|
||||||
<div class="footer-contact-details">
|
|
||||||
<!-- Footer Info Box Start -->
|
|
||||||
<div class="footer-info-box">
|
|
||||||
<div class="icon-box">
|
|
||||||
<img loading="lazy" src="images/icon-phone.svg" alt="">
|
|
||||||
</div>
|
|
||||||
<div class="footer-info-box-content">
|
|
||||||
<p>(+1) (945) 900-1148</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Footer Info Box End -->
|
|
||||||
|
|
||||||
<!-- Footer Info Box Start -->
|
|
||||||
<div class="footer-info-box">
|
|
||||||
<div class="icon-box">
|
|
||||||
<img loading="lazy" src="images/icon-mail.svg" alt="">
|
|
||||||
</div>
|
|
||||||
<div class="footer-info-box-content">
|
|
||||||
<p>texasscholasticcricketboard@gmail.com</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Footer Info Box End -->
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<!-- Footer Contact Details End -->
|
|
||||||
</div>
|
|
||||||
<!-- About Links End -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Footer Copyright Section Start -->
|
|
||||||
<div class="footer-copyright">
|
|
||||||
<div class="row align-items-center">
|
|
||||||
<div class="col-lg-6 col-md-6">
|
|
||||||
<!-- Footer Copyright Start -->
|
|
||||||
<div class="footer-copyright-text">
|
|
||||||
<p>Copyright 2026 Texas Scholastic Cricket Board. All Rights Reserved.</p>
|
|
||||||
</div>
|
|
||||||
<!-- Footer Copyright End -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-lg-6 col-md-6">
|
|
||||||
<!-- Footer Social Link Start -->
|
|
||||||
<div class="footer-privacy-policy">
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://docs.google.com/document/d/10jrcqdHfUYqF6YBHKVqBewxep7vsUbvrIDLX7ednoCc/edit?tab=t.0#heading=h.xzi71qd5vfcz">policies</a></li>
|
|
||||||
<li><a href="/liability.html">liability</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<!-- Footer Social Link End -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Footer Copyright Section End -->
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
<!-- Footer End -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
|
||||||
<script src="js/bundle-core.js"></script>
|
|
||||||
<!-- Enhanced Animations js -->
|
|
||||||
<script src="js/enhance.js"></script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||