This commit is contained in:
2026-03-17 00:26:41 -05:00
parent 666f336910
commit c520e3858c
4 changed files with 772 additions and 637 deletions

View File

@@ -1,51 +1,50 @@
<!DOCTYPE html>
<!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">
<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>TSCB: About Us</title>
<!-- 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-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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">
rel="stylesheet"
/>
<!-- Bootstrap Css -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen" />
<!-- SlickNav Css -->
<link href="css/slicknav.min.css" rel="stylesheet">
<link href="css/slicknav.min.css" rel="stylesheet" />
<!-- Swiper Css -->
<link rel="stylesheet" href="css/swiper-bundle.min.css">
<link rel="stylesheet" href="css/swiper-bundle.min.css" />
<!-- Font Awesome Icon Css-->
<link href="css/all.css" rel="stylesheet" media="screen">
<link href="css/all.css" rel="stylesheet" media="screen" />
<!-- Animated Css -->
<link href="css/animate.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet" />
<!-- Magnific Popup Core Css File -->
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/magnific-popup.css" />
<!-- Mouse Cursor Css File -->
<link rel="stylesheet" href="css/mousecursor.css">
<link rel="stylesheet" href="css/mousecursor.css" />
<!-- Audio Css File -->
<link rel="stylesheet" href="css/plyr.css">
<link rel="stylesheet" href="css/plyr.css" />
<!-- Main Custom Css -->
<link href="css/custom.css" rel="stylesheet" media="screen">
<link href="css/custom.css" rel="stylesheet" media="screen" />
</head>
<body>
<!-- Preloader Start -->
<div class="preloader">
<div class="loading-container">
<div class="loading"></div>
<div id="loading-icon"><img src="images/loader.svg" alt=""></div>
<div id="loading-icon"><img src="images/loader.svg" alt="" /></div>
</div>
</div>
<!-- Preloader End -->
@@ -57,7 +56,11 @@
<div class="container">
<!-- Logo Start -->
<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>
<!-- Logo End -->
@@ -65,17 +68,27 @@
<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="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="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="austin.html">Austin Regionals</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>
<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>
<!-- Lets Start Button Start -->
@@ -100,11 +113,15 @@
<div class="col-lg-12">
<!-- Page Header Box Start -->
<div class="page-header-box">
<h1 class="text-anime-style-2" data-cursor="-opaque"><span>About</span> Us</h1>
<h1 class="text-anime-style-2" data-cursor="-opaque">
<span>About</span> Us
</h1>
<nav class="wow fadeInUp">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="./">home</a></li>
<li class="breadcrumb-item active" aria-current="page">about us</li>
<li class="breadcrumb-item active" aria-current="page">
about us
</li>
</ol>
</nav>
</div>
@@ -124,13 +141,17 @@
<div class="about-image">
<div class="about-img-1">
<figure class="image-anime reveal">
<img src="images/cricket.png" alt="">
<img src="images/cricket.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;">
<img
src="images/match.png"
alt=""
style="width: 348px; height: auto"
/>
</figure>
</div>
</div>
@@ -143,17 +164,22 @@
<!-- Section Title Start -->
<div class="section-title">
<h3 class="wow fadeInUp">about us</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">drive, commitment, and <span>passion
every day</span></h2>
<p class="wow fadeInUp" data-wow-delay="0.25s">TSCB is a vibrant community of cricket-loving
students dedicated to promoting the sport. Our mission is to share, grow, and
engrain cricket into the American sports culture. Founded in December of 2025, TSCB
aims to grow into the largest hub for high school cricket in the nation.</p>
<p class="wow fadeInUp" data-wow-delay="0.5s">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.
<h2 class="text-anime-style-2" data-cursor="-opaque">
drive, commitment, and <span>passion every day</span>
</h2>
<p class="wow fadeInUp" data-wow-delay="0.25s">
TSCB is a vibrant community of cricket-loving students
dedicated to promoting the sport. Our mission is to share,
grow, and engrain cricket into the American sports culture.
Founded in December of 2025, TSCB aims to grow into the
largest hub for high school cricket in the nation.
</p>
<p class="wow fadeInUp" data-wow-delay="0.5s">
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>
</div>
<!-- Section Title End -->
@@ -165,7 +191,7 @@
<!-- About List Item Start -->
<div class="about-list-item wow fadeInUp">
<div class="icon-box">
<img src="images/icon-about-list-1.svg" alt="">
<img src="images/icon-about-list-1.svg" alt="" />
</div>
<div class="about-list-item-content">
<h3>Play Competitive Matches</h3>
@@ -174,9 +200,12 @@
<!-- About List Item End -->
<!-- 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">
<img src="images/icon-about-list-2.svg" alt="">
<img src="images/icon-about-list-2.svg" alt="" />
</div>
<div class="about-list-item-content">
<h3>Train the Next Generation</h3>
@@ -185,9 +214,12 @@
<!-- About List Item End -->
<!-- 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">
<img src="images/icon-about-list-3.svg" alt="">
<img src="images/icon-about-list-3.svg" alt="" />
</div>
<div class="about-list-item-content">
<h3>Connect Statewide Talent</h3>
@@ -196,9 +228,12 @@
<!-- About List Item End -->
<!-- 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">
<img src="images/icon-about-list-4.svg" alt="">
<img src="images/icon-about-list-4.svg" alt="" />
</div>
<div class="about-list-item-content">
<h3>Build the Cricket Community</h3>
@@ -220,7 +255,6 @@
<p></p>
<!-- Our Counter Section Start -->
<div class="our-counter">
<div class="container">
@@ -237,7 +271,10 @@
<!-- Counter Content Start -->
<div class="counter-content">
<h3>cricketers involved</h3>
<p>With over 15 cities connected, TSCB involved over 300 cricketers in the state.</p>
<p>
With over 15 cities connected, TSCB involved over 300
cricketers in the state.
</p>
</div>
<!-- Counter Content End -->
</div>
@@ -256,7 +293,9 @@
<!-- Counter Content Start -->
<div class="counter-content">
<h3>Cricket Teams</h3>
<p>9 From Dallas, 9 From Austin, with aims to grow to numerous other cities and teams.
<p>
9 From Dallas, 9 From Austin, with aims to grow to numerous
other cities and teams.
</p>
</div>
<!-- Counter Content End -->
@@ -276,7 +315,10 @@
<!-- Counter Content Start -->
<div class="counter-content">
<h3>Funds Raised</h3>
<p>Thanks to our sponsors, TSCB has raised over $4,000 for cricket programs.</p>
<p>
Thanks to our sponsors, TSCB has raised over $4,000 for
cricket programs.
</p>
</div>
<!-- Counter Content End -->
</div>
@@ -295,7 +337,10 @@
<!-- Counter Content Start -->
<div class="counter-content">
<h3>Cricket Matches</h3>
<p>In its short tenure, TSCB has organized over 20 cricket matches across the state.</p>
<p>
In its short tenure, TSCB has organized over 20 cricket
matches across the state.
</p>
</div>
<!-- Counter Content End -->
</div>
@@ -306,9 +351,6 @@
</div>
<!-- Our Counter Section End -->
<!-- Pastors Message Section Start -->
<div class="pastors-message">
<div class="container">
@@ -318,13 +360,17 @@
<div class="about-image">
<div class="about-img-1">
<figure class="image-anime reveal">
<img src="images/abhiram.jpg" alt="">
<img src="images/abhiram.jpg" alt="" />
</figure>
</div>
<div class="about-img-2">
<figure class="image-anime reveal">
<img src="images/saim.png" alt="" style="width: 348px; height: 454px;">
<img
src="images/saim.png"
alt=""
style="width: 348px; height: 454px"
/>
</figure>
</div>
</div>
@@ -336,23 +382,26 @@
<!-- Section Title Start -->
<div class="section-title">
<h3 class="wow fadeInUp">founders' message</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Our community can make a
<span>profound
impact</span>
<h2 class="text-anime-style-2" data-cursor="-opaque">
Our community can make a
<span>profound impact</span>
</h2>
</div>
<!-- Section Title End -->
<!-- Pastors Comtent Body Start -->
<div class="pastors-content-body">
<h3 class="wow fadeInUp" data-wow-delay="0.25s">Our mission is to
cement cricket as an American sport by creating a unified competition at the
fundamental high-school level... </h3>
<p class="wow fadeInUp" data-wow-delay="0.5s">We aren't just about cricket:
we are manifesting a framework into high-school culture that is yet to exist.
We don't just need cricketers but a community, and our committed board, sponsors,
and
loyal supporters can make this dream happen. </p>
<h3 class="wow fadeInUp" data-wow-delay="0.25s">
Our mission is to cement cricket as an American sport by
creating a unified competition at the fundamental
high-school level...
</h3>
<p class="wow fadeInUp" data-wow-delay="0.5s">
We aren't just about cricket: we are manifesting a framework
into high-school culture that is yet to exist. We don't just
need cricketers but a community, and our committed board,
sponsors, and loyal supporters can make this dream happen.
</p>
</div>
<!-- Pastors Comtent Body End -->
@@ -360,15 +409,16 @@
<div class="pastors-signature">
<!-- Pastors Signature Image Start -->
<div class="pastors-signature-img">
<img src="images/signature.png" alt="">
<img src="images/saim-sign.png" alt="">
<img src="images/signature.png" alt="" />
<img src="images/saim-sign.png" alt="" />
</div>
<!-- Pastors Signature Image End -->
<!-- Pastors Signature Comtent Start -->
<div class="pastors-signature-content">
<p>Abhiram Gadiraju and Rana Saim Zahid, Co-Founders, TCSB</p>
<p>
Abhiram Gadiraju and Rana Saim Zahid, Co-Founders, TCSB
</p>
</div>
<!-- Pastors Signature Comtent End -->
</div>
@@ -381,7 +431,6 @@
</div>
<!-- Pastors Message Section End -->
<!-- Our Team Start -->
<!-- <div class="our-counter">
<div class="container">
@@ -653,7 +702,6 @@
<!-- Our Team End -->
<p></p>
<!-- Core Value Section Start -->
<div class="core-value">
<div class="container">
@@ -662,7 +710,8 @@
<!-- Section Title Start -->
<div class="section-title">
<h3 class="wow fadeInUp">our core values</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Community, Service, and
<h2 class="text-anime-style-2" data-cursor="-opaque">
Community, Service, and
<span>Leadership</span>
</h2>
</div>
@@ -677,16 +726,27 @@
<!-- FAQ Item Start -->
<div class="accordion-item wow fadeInUp">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
<button
class="accordion-button"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseOne"
aria-expanded="true"
aria-controls="collapseOne"
>
Why was TSCB founded?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show"
aria-labelledby="headingOne" data-bs-parent="#accordion">
<div
id="collapseOne"
class="accordion-collapse collapse show"
aria-labelledby="headingOne"
data-bs-parent="#accordion"
>
<div class="accordion-body">
<p>To create a self-sustained community of cricketers led by
high-schoolers.
<p>
To create a self-sustained community of cricketers led
by high-schoolers.
</p>
</div>
</div>
@@ -696,18 +756,30 @@
<!-- FAQ Item Start -->
<div class="accordion-item wow fadeInUp" data-wow-delay="0.25s">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseTwo"
aria-expanded="false"
aria-controls="collapseTwo"
>
What makes TSCB different from existing youth leagues?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
data-bs-parent="#accordion">
<div
id="collapseTwo"
class="accordion-collapse collapse"
aria-labelledby="headingTwo"
data-bs-parent="#accordion"
>
<div class="accordion-body">
<p>TSCB exists to provide a free and universal platform to spread
high-school cricket. While leagues are private and commercialized, TSCB aims
to offer a high-school sport-like experience through free games and
a central state tournament.
<p>
TSCB exists to provide a free and universal platform to
spread high-school cricket. While leagues are private
and commercialized, TSCB aims to offer a high-school
sport-like experience through free games and a central
state tournament.
</p>
</div>
</div>
@@ -717,17 +789,28 @@
<!-- FAQ Item Start -->
<div class="accordion-item wow fadeInUp" data-wow-delay="0.5s">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseThree" aria-expanded="false"
aria-controls="collapseThree">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseThree"
aria-expanded="false"
aria-controls="collapseThree"
>
Are there umpires, prizes, and available grounds.
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse"
aria-labelledby="headingThree" data-bs-parent="#accordion">
<div
id="collapseThree"
class="accordion-collapse collapse"
aria-labelledby="headingThree"
data-bs-parent="#accordion"
>
<div class="accordion-body">
<p>Yes, yes, and also yes: TSCB covers everythign through our connections and
sponsors.</p>
<p>
Yes, yes, and also yes: TSCB covers everythign through
our connections and sponsors.
</p>
</div>
</div>
</div>
@@ -736,20 +819,31 @@
<!-- FAQ Item Start -->
<div class="accordion-item wow fadeInUp" data-wow-delay="0.75s">
<h2 class="accordion-header" id="headingfour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapsefour" aria-expanded="false"
aria-controls="collapsefour">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapsefour"
aria-expanded="false"
aria-controls="collapsefour"
>
How can a new team become involved with TSCB
</button>
</h2>
<div id="collapsefour" class="accordion-collapse collapse" aria-labelledby="headingfour"
data-bs-parent="#accordion">
<div
id="collapsefour"
class="accordion-collapse collapse"
aria-labelledby="headingfour"
data-bs-parent="#accordion"
>
<div class="accordion-body">
<p><a href="contact.html">Contact us</a>, and we will place you into a league as
soon as possible.
Right now, our leagues are only in Austin and Dallas, so school outside
those cities will have to
provide their own transportation to grounds.</p>
<p>
<a href="contact.html">Contact us</a>, and we will place
you into a league as soon as possible. Right now, our
leagues are only in Austin and Dallas, so school outside
those cities will have to provide their own
transportation to grounds.
</p>
</div>
</div>
</div>
@@ -758,21 +852,33 @@
<!-- FAQ Item Start -->
<div class="accordion-item wow fadeInUp" data-wow-delay="1s">
<h2 class="accordion-header" id="headingfive">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapsefive" aria-expanded="false"
aria-controls="collapsefive">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapsefive"
aria-expanded="false"
aria-controls="collapsefive"
>
Is this recreational or is there an actual pathway ahead?
</button>
</h2>
<div id="collapsefive" class="accordion-collapse collapse" aria-labelledby="headingfive"
data-bs-parent="#accordion">
<div
id="collapsefive"
class="accordion-collapse collapse"
aria-labelledby="headingfive"
data-bs-parent="#accordion"
>
<div class="accordion-body">
<p>TSCB is not recreational: it is a competitive league that is played
using tapeball (for preliminary matches) to be more mindful of cricket's
steep learning curve (avoiding beginner injuries). Performant teams will
advance to the state competition (with cash prizes), our partnership with
NCCA aims to bring such competitions in the spotlight of selectors at the
collegiant and higher levels.
<p>
TSCB is not recreational: it is a competitive league
that is played using tapeball (for preliminary matches)
to be more mindful of cricket's steep learning curve
(avoiding beginner injuries). Performant teams will
advance to the state competition (with cash prizes), our
partnership with NCCA aims to bring such competitions in
the spotlight of selectors at the collegiant and higher
levels.
</p>
</div>
</div>
@@ -781,14 +887,16 @@
</div>
<!-- Core Value FAQ Accordion End -->
</div>
</div>
</div>
</div>
<!-- Core Value Section End -->
</div>
<!-- About Us Section End -->
<p></p>
<!-- Footer Start -->
<!-- Footer Start -->
<footer class="main-footer">
@@ -799,7 +907,11 @@
<div class="about-footer">
<!-- Footer Logo Start -->
<div class="footer-logo">
<img src="images/logo.png" alt="Footer Logo" style="width: 100px; height: auto;">
<img
src="images/logo.png"
alt="Footer Logo"
style="width: 100px; height: auto"
/>
</div>
<!-- Footer Logo End -->
@@ -811,16 +923,19 @@
const foundingDate = new Date("2025-12-29");
const now = new Date();
const months = (now.getFullYear() - foundingDate.getFullYear()) * 12
+ (now.getMonth() - foundingDate.getMonth());
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)
duration += `${years} year${years > 1 ? "s" : ""}`;
if (years > 0 && remainingMonths > 0) duration += " and ";
if (remainingMonths > 0) duration += `${remainingMonths} month${remainingMonths > 1 ? "s" : ""}`;
if (remainingMonths > 0)
duration += `${remainingMonths} month${remainingMonths > 1 ? "s" : ""}`;
if (months === 0) duration = "less than a month";
document.getElementById("age-text").textContent =
@@ -830,14 +945,21 @@
<!-- 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>
<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>
@@ -863,8 +985,17 @@
<ul>
<li><a href="/dallas.html">dallas regionals</a></li>
<li><a href="/austin.html">austin regionals</a></li>
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">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/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 -->
@@ -879,7 +1010,7 @@
<!-- Footer Info Box Start -->
<div class="footer-info-box">
<div class="icon-box">
<img src="images/icon-phone.svg" alt="">
<img src="images/icon-phone.svg" alt="" />
</div>
<div class="footer-info-box-content">
<p>(+1) (945) 900-1148</p>
@@ -890,15 +1021,13 @@
<!-- Footer Info Box Start -->
<div class="footer-info-box">
<div class="icon-box">
<img src="images/icon-mail.svg" alt="">
<img 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>
@@ -912,7 +1041,10 @@
<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>
<p>
Copyright 2026 Texas Scholastic Cricket Board. All Rights
Reserved.
</p>
</div>
<!-- Footer Copyright End -->
</div>
@@ -921,7 +1053,12 @@
<!-- 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="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>
@@ -934,7 +1071,6 @@
</footer>
<!-- Footer End -->
<!-- Jquery Library File -->
<script src="js/jquery-3.7.1.min.js"></script>
<!-- Bootstrap js file -->
@@ -969,5 +1105,4 @@
<!-- Main Custom js file -->
<script src="js/function.js"></script>
</body>
</html>

View File

@@ -126,7 +126,7 @@
<div class="col-lg-7 wow fadeInLeft">
<div class="section-title">
<h3>about the regional competition</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Actively <span>Changing the Game</span></h2>
<h2 class="text-anime-style-2" data-cursor="-opaque">Tech and Cricket in <span>ATX</span></h2>
</div>
<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>

View File

@@ -125,7 +125,7 @@
<div class="col-lg-7 wow fadeInLeft">
<div class="section-title">
<h3>about the regional competition</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Actively <span>Changing the Game</span></h2>
<h2 class="text-anime-style-2" data-cursor="-opaque">More than cowboys in <span>D-Town</span></h2>
</div>
<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>

View File

@@ -391,7 +391,7 @@
<h3>Dallas Regionals</h3>
</div>
<div class="service-btn">
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
<a href="/dallas.html" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
</div>
</div>
<!-- Service Footer End -->
@@ -423,7 +423,7 @@
<h3>austin regionals</h3>
</div>
<div class="service-btn">
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
<a href="/austin.html" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
</div>
</div>
<!-- Service Footer End -->