fixed header, footer, austin and dallas all good
55
404.html
@@ -8,9 +8,9 @@
|
|||||||
<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="Awaiken">
|
<meta name="author" content="Keshav Anand">
|
||||||
<!-- Page Title -->
|
<!-- Page Title -->
|
||||||
<title>Avenix - Church HTML Template</title>
|
<title>Error</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-->
|
||||||
@@ -57,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.svg" alt="Logo">
|
<img src="images/logo.png" alt="Logo" style="width: 60px; height: auto;">
|
||||||
</a>
|
</a>
|
||||||
<!-- Logo End -->
|
<!-- Logo End -->
|
||||||
|
|
||||||
@@ -65,46 +65,22 @@
|
|||||||
<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 submenu"><a class="nav-link" href="./">Home</a>
|
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
|
||||||
<ul class="sub-menu">
|
|
||||||
<li class="nav-item"><a class="nav-link" href="index.html">Home - Image</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="index-video.html">Home -
|
|
||||||
Video</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="index-slider.html">Home -
|
|
||||||
Slider</a></li>
|
|
||||||
</ul>
|
|
||||||
</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="about.html">About Us</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="service.html">Services</a></li>
|
|
||||||
<li class="nav-item submenu"><a class="nav-link" href="#">Pages</a>
|
<li class="nav-item"><a class="nav-link" href="dallas.html">Dallas Regionals</a></li>
|
||||||
<ul>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="service-single.html">Service
|
|
||||||
Details</a></li>
|
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="blog.html">Blog</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="blog-single.html">Blog
|
|
||||||
Details</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="sermons.html">Sermons</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="sermons-single.html">Sermons
|
|
||||||
Details</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="campaign.html">Campaigns</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="campaign-single.html">Campaign
|
|
||||||
Details</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="ministries.html">Ministries</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="ministry-single.html">Ministries
|
|
||||||
Details</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="pastor.html">pastor</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="gallery.html">Gallery</a></li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="404.html">404</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
||||||
<li class="nav-item highlighted-menu"><a class="nav-link" href="#">donate now</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 -->
|
||||||
<div class="header-btn d-inline-flex">
|
<div class="header-btn d-inline-flex">
|
||||||
<a href="#" class="btn-default">donate now</a>
|
<a href="sponsors.html" class="btn-default">Our Partners</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let’s Start Button End -->
|
<!-- Let’s Start Button End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -117,6 +93,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<!-- Header End -->
|
<!-- Header End -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Page Header Start -->
|
<!-- Page Header Start -->
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -232,7 +209,8 @@
|
|||||||
<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="https://cricclubs.com/TexasScholasticCricketBoard">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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
@@ -302,6 +280,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
<!-- Footer End -->
|
<!-- Footer End -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
<!-- Jquery Library File -->
|
||||||
<script src="js/jquery-3.7.1.min.js"></script>
|
<script src="js/jquery-3.7.1.min.js"></script>
|
||||||
<!-- Bootstrap js file -->
|
<!-- Bootstrap js file -->
|
||||||
|
|||||||
293
about.html
@@ -67,30 +67,20 @@
|
|||||||
<ul class="navbar-nav mr-auto" id="menu">
|
<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="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="about.html">About Us</a></li>
|
||||||
<li class="nav-item submenu"><a class="nav-link" href="#">Dallas Regionals</a>
|
|
||||||
<ul>
|
<li class="nav-item"><a class="nav-link" href="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="dallas-teams.html">Dallas
|
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
||||||
Teams</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item submenu"><a class="nav-link" href="#">Austin Regionals</a>
|
|
||||||
<ul>
|
|
||||||
<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-teams.html">Austin
|
|
||||||
Teams</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
||||||
<li class="nav-item highlighted-menu"><a class="nav-link" href="partners.html">Our
|
<li class="nav-item highlighted-menu"><a class="nav-link" href="sponsors.html">Our
|
||||||
Partners</a></li>
|
Partners</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let’s Start Button Start -->
|
<!-- Let’s Start Button Start -->
|
||||||
<div class="header-btn d-inline-flex">
|
<div class="header-btn d-inline-flex">
|
||||||
<a href="partners.html" class="btn-default">Our Partners</a>
|
<a href="sponsors.html" class="btn-default">Our Partners</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let’s Start Button End -->
|
<!-- Let’s Start Button End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -800,151 +790,150 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer Start -->
|
||||||
<!-- Footer Start -->
|
<footer class="main-footer">
|
||||||
<footer class="main-footer">
|
<div class="container">
|
||||||
<div class="container">
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col-lg-4">
|
||||||
<div class="col-lg-4">
|
<!-- About Footer Start -->
|
||||||
<!-- About Footer Start -->
|
<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>
|
|
||||||
<!-- 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>
|
</div>
|
||||||
<!-- About Footer End -->
|
<!-- Footer Logo End -->
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-lg-2 col-md-3 col-6">
|
<!-- About Footer Content Start -->
|
||||||
<!-- About Links Start -->
|
<div class="about-footer-content">
|
||||||
<div class="footer-links">
|
<p id="age-text">Loading...</p>
|
||||||
<h3>quick links</h3>
|
|
||||||
|
<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>
|
<ul>
|
||||||
<li><a href="/">home</a></li>
|
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i
|
||||||
<li><a href="/about.html">about</a></li>
|
class="fa-brands fa-instagram"></i></a></li>
|
||||||
<li><a href="/sponsors.html">sponsors</a></li>
|
<li><a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i class="fa-brands fa-youtube"></i></a></li>
|
||||||
<li><a href="/contact.html">contact</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- About Links End -->
|
<!-- Footer Social Links End -->
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-lg-3 col-md-4 col-6">
|
|
||||||
<!-- 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="https://cricclubs.com/TexasScholasticCricketBoard">cricclubs league</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<!-- About Links End -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-lg-3 col-md-5">
|
|
||||||
<!-- 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 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 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>
|
||||||
|
<!-- About Footer End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Footer Copyright Section Start -->
|
<div class="col-lg-2 col-md-3 col-6">
|
||||||
<div class="footer-copyright">
|
<!-- About Links Start -->
|
||||||
<div class="row align-items-center">
|
<div class="footer-links">
|
||||||
<div class="col-lg-6 col-md-6">
|
<h3>quick links</h3>
|
||||||
<!-- Footer Copyright Start -->
|
<ul>
|
||||||
<div class="footer-copyright-text">
|
<li><a href="/">home</a></li>
|
||||||
<p>Copyright 2026 Texas Scholastic Cricket Board. All Rights Reserved.</p>
|
<li><a href="/about.html">about</a></li>
|
||||||
</div>
|
<li><a href="/sponsors.html">sponsors</a></li>
|
||||||
<!-- Footer Copyright End -->
|
<li><a href="/contact.html">contact</a></li>
|
||||||
</div>
|
</ul>
|
||||||
|
|
||||||
<div class="col-lg-6 col-md-6">
|
|
||||||
<!-- Footer Social Link Start -->
|
|
||||||
<div class="footer-privacy-policy">
|
|
||||||
<ul>
|
|
||||||
<li><a href="#">terms & conditions</a></li>
|
|
||||||
<li><a href="#">liability policy</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<!-- Footer Social Link End -->
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<!-- About Links End -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-3 col-md-4 col-6">
|
||||||
|
<!-- 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="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-lg-3 col-md-5">
|
||||||
|
<!-- 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 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 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 End -->
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
|
||||||
<!-- Footer End -->
|
<!-- 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="#">terms & conditions</a></li>
|
||||||
|
<li><a href="#">liability policy</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- Footer Social Link End -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- Footer Copyright Section End -->
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<!-- Footer End -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
<!-- Jquery Library File -->
|
||||||
<script src="js/jquery-3.7.1.min.js"></script>
|
<script src="js/jquery-3.7.1.min.js"></script>
|
||||||
|
|||||||
436
austin.html
@@ -10,7 +10,7 @@
|
|||||||
<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>Austin Teams | TSCB</title>
|
<title>Austin League</title>
|
||||||
<!-- Favicon Icon -->
|
<!-- Favicon Icon -->
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
|
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
|
||||||
<!-- Google Fonts Css-->
|
<!-- Google Fonts Css-->
|
||||||
@@ -67,28 +67,22 @@
|
|||||||
<ul class="navbar-nav mr-auto" id="menu">
|
<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="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="about.html">About Us</a></li>
|
||||||
<li class="nav-item submenu"><a class="nav-link" href="#">Dallas Regionals</a>
|
|
||||||
<ul>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="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="dallas-teams.html">Dallas Teams</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item submenu"><a class="nav-link" href="#">Austin Regionals</a>
|
|
||||||
<ul>
|
|
||||||
<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="austin-teams.html">Austin Teams</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
||||||
<li class="nav-item highlighted-menu"><a class="nav-link" href="partners.html">Our
|
<li class="nav-item highlighted-menu"><a class="nav-link" href="sponsors.html">Our
|
||||||
Partners</a></li>
|
Partners</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let's Start Button Start -->
|
<!-- Let’s Start Button Start -->
|
||||||
<div class="header-btn d-inline-flex">
|
<div class="header-btn d-inline-flex">
|
||||||
<a href="partners.html" class="btn-default">Our Partners</a>
|
<a href="sponsors.html" class="btn-default">Our Partners</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let's Start Button End -->
|
<!-- Let’s Start Button End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Main Menu End -->
|
<!-- Main Menu End -->
|
||||||
<div class="navbar-toggle"></div>
|
<div class="navbar-toggle"></div>
|
||||||
@@ -99,6 +93,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<!-- Header End -->
|
<!-- Header End -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Page Header Start -->
|
<!-- Page Header Start -->
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -106,12 +101,12 @@
|
|||||||
<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"><span>Austin</span> Teams</h1>
|
<h1 class="text-anime-style-2" data-cursor="-opaque"><span>Austin Regionals</span></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"><a href="austin.html">austin regionals</a></li>
|
<li class="breadcrumb-item"><a href="#">austin regionals</a></li>
|
||||||
<li class="breadcrumb-item active" aria-current="page">austin teams</li>
|
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
@@ -122,6 +117,47 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Page Header End -->
|
<!-- 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>about the regional competition</h3>
|
||||||
|
<h2 class="text-anime-style-2" data-cursor="-opaque">Actively <span>Changing the Game</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>
|
||||||
|
<p>All matches are organized through CricClubs, where you can track live scores, standings, and full match statistics.</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/USHSC/points-table?leagueId=g41t2-aF2KbqJyD7sSBu9w&year=2026&series=QKoRw7aJTppHXMxmRSTXmg&seriesName=USAHSC+2026"
|
||||||
|
class="btn-default w-100 text-center" target="_blank">
|
||||||
|
<i class="fa-solid fa-table-list me-2"></i> Points Table
|
||||||
|
</a>
|
||||||
|
<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">
|
||||||
|
<i class="fa-solid fa-cricket-bat-ball me-2"></i> Our Lates Results
|
||||||
|
</a>
|
||||||
|
<a href="https://cricclubs.com/USHSC"
|
||||||
|
class="btn-default w-100 text-center" target="_blank">
|
||||||
|
<i class="fa-solid fa-arrow-up-right-from-square me-2"></i> League Home Page
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- League Overview Section End -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Our Teams Section Start -->
|
<!-- Our Teams Section Start -->
|
||||||
<div class="our-teams">
|
<div class="our-teams">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -129,219 +165,214 @@
|
|||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<!-- Section Title Start -->
|
<!-- Section Title Start -->
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<p></p>
|
|
||||||
<h3 class="wow fadeInUp">our teams</h3>
|
<h3 class="wow fadeInUp">our teams</h3>
|
||||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Austin Metroplex <span>Cricket Teams</span></h2>
|
<h2 class="text-anime-style-2" data-cursor="-opaque">Meet Our Dedicated <span>Teams</span></h2>
|
||||||
</div>
|
</div>
|
||||||
<!-- Section Title End -->
|
<!-- Section Title End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Introduction Start -->
|
|
||||||
<div class="col-lg-12">
|
|
||||||
<div class="teams-intro wow fadeInUp" data-wow-delay="0.25s">
|
|
||||||
<p>The Austin Metroplex is home to a vibrant and student-led cricket community. Our teams are at the heart of TSCB's mission to provide competitive cricket opportunities for high school students across the region. From Leander to West Lake Hills, these teams represent the passion, dedication, and spirit of young cricketers building a lasting community through the sport.</p>
|
|
||||||
<p>Each team operates with student leadership, fostering real-world skills in organization, communication, and teamwork. Whether practicing on weekends or competing in regional matches, our Austin teams are expanding cricket's reach and creating a pathway for students to connect, compete, and grow together in a supportive environment.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Introduction End -->
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<!-- Team Grid Start -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- Team Grid - Row 1 -->
|
<!-- Team 1: Plano East Panthers -->
|
||||||
<div class="col-lg-4 col-md-6">
|
<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 src="images/cricket.png" alt="Leander Eagles Team Logo">
|
<img src="images/mcneil.jpg" alt="McNeil High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>leander eagles</h3>
|
|
||||||
<p>Leander, TX</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Image End -->
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-lg-4 col-md-6">
|
<!-- Team Content Start -->
|
||||||
<!-- Team Member Item Start -->
|
<div class="team-content">
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
|
<h3>McNeil High School</h3>
|
||||||
<!-- Team Image Start -->
|
<p>South Austin</p>
|
||||||
<div class="team-image">
|
|
||||||
<figure class="image-anime">
|
|
||||||
<img src="images/cricket.png" alt="Round Rock Rangers Team Logo">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>round rock rangers</h3>
|
|
||||||
<p>Round Rock, TX</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Team Member Item End -->
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-4 col-md-6">
|
<!-- Team 2: Frisco Lone Star -->
|
||||||
<!-- Team Member Item Start -->
|
<div class="col-lg-4 col-md-6">
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
<!-- Team Member Item Start -->
|
||||||
<!-- Team Image Start -->
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
|
||||||
<div class="team-image">
|
<!-- Team Image Start -->
|
||||||
<figure class="image-anime">
|
<div class="team-image">
|
||||||
<img src="images/cricket.png" alt="Cedar Park Cavaliers Team Logo">
|
<figure class="image-anime">
|
||||||
</figure>
|
<img src="images/vandegrift.webp" alt="Vandegrift High School">
|
||||||
</div>
|
</figure>
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>cedar park cavaliers</h3>
|
|
||||||
<p>Cedar Park, TX</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Image End -->
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Team Grid - Row 2 -->
|
<!-- Team Content Start -->
|
||||||
<div class="col-lg-4 col-md-6">
|
<div class="team-content">
|
||||||
<!-- Team Member Item Start -->
|
<h3>Vandegrift High School</h3>
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.6s">
|
<p>South Austin</p>
|
||||||
<!-- Team Image Start -->
|
|
||||||
<div class="team-image">
|
|
||||||
<figure class="image-anime">
|
|
||||||
<img src="images/cricket.png" alt="West Lake Highlanders Team Logo">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>west lake highlanders</h3>
|
|
||||||
<p>West Lake Hills, TX</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Team Member Item End -->
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-4 col-md-6">
|
<!-- Team 3: Prosper Predators -->
|
||||||
<!-- Team Member Item Start -->
|
<div class="col-lg-4 col-md-6">
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
|
<!-- Team Member Item Start -->
|
||||||
<!-- Team Image Start -->
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
||||||
<div class="team-image">
|
<!-- Team Image Start -->
|
||||||
<figure class="image-anime">
|
<div class="team-image">
|
||||||
<img src="images/cricket.png" alt="Leander Hawks Team Logo">
|
<figure class="image-anime">
|
||||||
</figure>
|
<img src="images/westwodd.jpeg" alt="Westwood High School">
|
||||||
</div>
|
</figure>
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>leander hawks</h3>
|
|
||||||
<p>Leander, TX</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Image End -->
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-lg-4 col-md-6">
|
<!-- Team Content Start -->
|
||||||
<!-- Team Member Item Start -->
|
<div class="team-content">
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1s">
|
<h3>Westwood High School</h3>
|
||||||
<!-- Team Image Start -->
|
<p>South Austin</p>
|
||||||
<div class="team-image">
|
|
||||||
<figure class="image-anime">
|
|
||||||
<img src="images/cricket.png" alt="Round Rock Riders Team Logo">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>round rock riders</h3>
|
|
||||||
<p>Round Rock, TX</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Team Member Item End -->
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Team Grid - Row 3 -->
|
<!-- Team 4: Irving High Chargers -->
|
||||||
<div class="col-lg-4 col-md-6">
|
<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="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 src="images/cricket.png" alt="Cedar Park Crusaders Team Logo">
|
<img src="images/cedarridge.jpg" alt="Cedar Ridge High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>cedar park crusaders</h3>
|
|
||||||
<p>Cedar Park, TX</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Image End -->
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-lg-4 col-md-6">
|
<!-- Team Content Start -->
|
||||||
<!-- Team Member Item Start -->
|
<div class="team-content">
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1.4s">
|
<h3>Cedar Ridge High School</h3>
|
||||||
<!-- Team Image Start -->
|
<p>East Austin</p>
|
||||||
<div class="team-image">
|
|
||||||
<figure class="image-anime">
|
|
||||||
<img src="images/cricket.png" alt="West Lake Warriors Team Logo">
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>west lake warriors</h3>
|
|
||||||
<p>West Lake Hills, TX</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Team Member Item End -->
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-4 col-md-6">
|
<!-- Team 5: Plano West Warriors -->
|
||||||
<!-- Team Member Item Start -->
|
<div class="col-lg-4 col-md-6">
|
||||||
<div class="team-member-item wow fadeInUp" data-wow-delay="1.6s">
|
<!-- Team Member Item Start -->
|
||||||
<!-- Team Image Start -->
|
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
|
||||||
<div class="team-image">
|
<!-- Team Image Start -->
|
||||||
<figure class="image-anime">
|
<div class="team-image">
|
||||||
<img src="images/cricket.png" alt="Austin Prep Titans Team Logo">
|
<figure class="image-anime">
|
||||||
</figure>
|
<img src="images/roundrock.jpeg" alt="Round Rock High School">
|
||||||
</div>
|
</figure>
|
||||||
<!-- Team Image End -->
|
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
|
||||||
<div class="team-content">
|
|
||||||
<h3>austin prep titans</h3>
|
|
||||||
<p>Austin, TX</p>
|
|
||||||
</div>
|
|
||||||
<!-- Team Content End -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- 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>
|
</div>
|
||||||
|
<!-- Team Member Item End -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Team 6: Frisco Titans -->
|
||||||
|
<div class="col-lg-4 col-md-6">
|
||||||
|
<!-- Team Member Item Start -->
|
||||||
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1s">
|
||||||
|
<!-- Team Image Start -->
|
||||||
|
<div class="team-image">
|
||||||
|
<figure class="image-anime">
|
||||||
|
<img src="images/westlake.jpg" alt="Westlake High School">
|
||||||
|
</figure>
|
||||||
|
</div>
|
||||||
|
<!-- Team Image End -->
|
||||||
|
|
||||||
|
<!-- Team Content Start -->
|
||||||
|
<div class="team-content">
|
||||||
|
<h3>Westlake High School</h3>
|
||||||
|
<p>East Austin</p>
|
||||||
|
</div>
|
||||||
|
<!-- Team Content End -->
|
||||||
|
</div>
|
||||||
|
<!-- Team Member Item End -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Team 7: Prosper Patriots -->
|
||||||
|
<div class="col-lg-4 col-md-6">
|
||||||
|
<!-- 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 src="images/leander.jpeg" alt="Leander High School">
|
||||||
|
</figure>
|
||||||
|
</div>
|
||||||
|
<!-- Team Image End -->
|
||||||
|
|
||||||
|
<!-- Team Content Start -->
|
||||||
|
<div class="team-content">
|
||||||
|
<h3>Leander High School</h3>
|
||||||
|
<p>North Austin</p>
|
||||||
|
</div>
|
||||||
|
<!-- Team Content End -->
|
||||||
|
</div>
|
||||||
|
<!-- Team Member Item End -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Team 8: Irving Lions -->
|
||||||
|
<div class="col-lg-4 col-md-6">
|
||||||
|
<!-- 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 src="images/legacyranch.jpg" alt="Legacy Ranch High School">
|
||||||
|
</figure>
|
||||||
|
</div>
|
||||||
|
<!-- Team Image End -->
|
||||||
|
|
||||||
|
<!-- Team Content Start -->
|
||||||
|
<div class="team-content">
|
||||||
|
<h3>Legacy Ranch High School</h3>
|
||||||
|
<p>North Austin</p>
|
||||||
|
</div>
|
||||||
|
<!-- Team Content End -->
|
||||||
|
</div>
|
||||||
|
<!-- Team Member Item End -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Team 9: Plano Hawks -->
|
||||||
|
<div class="col-lg-4 col-md-6">
|
||||||
|
<!-- Team Member Item Start -->
|
||||||
|
<div class="team-member-item wow fadeInUp" data-wow-delay="1.6s">
|
||||||
|
<!-- Team Image Start -->
|
||||||
|
<div class="team-image">
|
||||||
|
<figure class="image-anime">
|
||||||
|
<img src="images/rouse.jpg" alt="Rouse High School">
|
||||||
|
</figure>
|
||||||
|
</div>
|
||||||
|
<!-- Team Image End -->
|
||||||
|
|
||||||
|
<!-- Team Content Start -->
|
||||||
|
<div class="team-content">
|
||||||
|
<h3>Rouse High School</h3>
|
||||||
|
<p>North Austin</p>
|
||||||
|
</div>
|
||||||
|
<!-- Team Content End -->
|
||||||
|
</div>
|
||||||
|
<!-- Team Member Item End -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Team Grid End -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Our Teams Section End -->
|
<!-- Our Teams Section End -->
|
||||||
@@ -419,7 +450,8 @@
|
|||||||
<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="https://cricclubs.com/TexasScholasticCricketBoard">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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
|
|||||||
39
contact.html
@@ -49,7 +49,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Preloader End -->
|
<!-- Preloader End -->
|
||||||
|
|
||||||
<!-- Header Start -->
|
<!-- Header Start -->
|
||||||
<header class="main-header">
|
<header class="main-header">
|
||||||
<div class="header-sticky">
|
<div class="header-sticky">
|
||||||
@@ -67,32 +66,22 @@
|
|||||||
<ul class="navbar-nav mr-auto" id="menu">
|
<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="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="about.html">About Us</a></li>
|
||||||
<li class="nav-item submenu"><a class="nav-link" href="#">Dallas Regionals</a>
|
|
||||||
<ul>
|
<li class="nav-item"><a class="nav-link" href="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="dallas-teams.html">Dallas
|
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
|
||||||
Teams</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item submenu"><a class="nav-link" href="#">Austin Regionals</a>
|
|
||||||
<ul>
|
|
||||||
<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-teams.html">Austin
|
|
||||||
Teams</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
||||||
<li class="nav-item highlighted-menu"><a class="nav-link" href="partners.html">Our
|
<li class="nav-item highlighted-menu"><a class="nav-link" href="sponsors.html">Our
|
||||||
Partners</a></li>
|
Partners</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let's Start Button Start -->
|
<!-- Let’s Start Button Start -->
|
||||||
<div class="header-btn d-inline-flex">
|
<div class="header-btn d-inline-flex">
|
||||||
<a href="partners.html" class="btn-default">Our Partners</a>
|
<a href="sponsors.html" class="btn-default">Our Partners</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let's Start Button End -->
|
<!-- Let’s Start Button End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Main Menu End -->
|
<!-- Main Menu End -->
|
||||||
<div class="navbar-toggle"></div>
|
<div class="navbar-toggle"></div>
|
||||||
@@ -103,6 +92,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<!-- Header End -->
|
<!-- Header End -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Page Header Start -->
|
<!-- Page Header Start -->
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -290,8 +280,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i
|
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i
|
||||||
class="fa-brands fa-instagram"></i></a></li>
|
class="fa-brands fa-instagram"></i></a></li>
|
||||||
<li><a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i
|
<li><a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i class="fa-brands fa-youtube"></i></a></li>
|
||||||
class="fa-brands fa-youtube"></i></a></li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -322,7 +311,8 @@
|
|||||||
<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="https://cricclubs.com/TexasScholasticCricketBoard">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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
@@ -392,6 +382,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
<!-- Footer End -->
|
<!-- Footer End -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
<!-- Jquery Library File -->
|
||||||
<script src="js/jquery-3.7.1.min.js"></script>
|
<script src="js/jquery-3.7.1.min.js"></script>
|
||||||
<!-- Bootstrap js file -->
|
<!-- Bootstrap js file -->
|
||||||
|
|||||||
32
dallas.html
@@ -10,7 +10,7 @@
|
|||||||
<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>Dallas Teams | TSCB</title>
|
<title>Dallas League</title>
|
||||||
<!-- Favicon Icon -->
|
<!-- Favicon Icon -->
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
|
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
|
||||||
<!-- Google Fonts Css-->
|
<!-- Google Fonts Css-->
|
||||||
@@ -67,28 +67,22 @@
|
|||||||
<ul class="navbar-nav mr-auto" id="menu">
|
<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="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="about.html">About Us</a></li>
|
||||||
<li class="nav-item submenu"><a class="nav-link" href="#">Dallas Regionals</a>
|
|
||||||
<ul>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="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="dallas-teams.html">Dallas Teams</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item submenu"><a class="nav-link" href="#">Austin Regionals</a>
|
|
||||||
<ul>
|
|
||||||
<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="austin-teams.html">Austin Teams</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
||||||
<li class="nav-item highlighted-menu"><a class="nav-link" href="partners.html">Our
|
<li class="nav-item highlighted-menu"><a class="nav-link" href="sponsors.html">Our
|
||||||
Partners</a></li>
|
Partners</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let's Start Button Start -->
|
<!-- Let’s Start Button Start -->
|
||||||
<div class="header-btn d-inline-flex">
|
<div class="header-btn d-inline-flex">
|
||||||
<a href="partners.html" class="btn-default">Our Partners</a>
|
<a href="sponsors.html" class="btn-default">Our Partners</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let's Start Button End -->
|
<!-- Let’s Start Button End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Main Menu End -->
|
<!-- Main Menu End -->
|
||||||
<div class="navbar-toggle"></div>
|
<div class="navbar-toggle"></div>
|
||||||
@@ -99,6 +93,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<!-- Header End -->
|
<!-- Header End -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Page Header Start -->
|
<!-- Page Header Start -->
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -106,12 +101,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"><span>Dallas Teams</span></h1>
|
<h1 class="text-anime-style-2" data-cursor="-opaque"><span>Dallas Regionals</span></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"><a href="#">dallas regionals</a></li>
|
<li class="breadcrumb-item"><a href="#">dallas regionals</a></li>
|
||||||
<li class="breadcrumb-item active" aria-current="page">dallas teams</li>
|
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
@@ -455,7 +449,8 @@
|
|||||||
<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="https://cricclubs.com/TexasScholasticCricketBoard">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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
@@ -525,6 +520,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
<!-- Footer End -->
|
<!-- Footer End -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Jquery Library File -->
|
<!-- Jquery Library File -->
|
||||||
<script src="js/jquery-3.7.1.min.js"></script>
|
<script src="js/jquery-3.7.1.min.js"></script>
|
||||||
<!-- Bootstrap js file -->
|
<!-- Bootstrap js file -->
|
||||||
|
|||||||
BIN
images/cedarridge.jpg
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
images/leander.jpeg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
images/legacyranch.jpg
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
images/mcneil.jpg
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
images/roundrock.jpeg
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
images/rouse.jpg
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
images/vandegrift.webp
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
images/westlake.jpg
Normal file
|
After Width: | Height: | Size: 9.6 KiB |
BIN
images/westwodd.jpeg
Normal file
|
After Width: | Height: | Size: 14 KiB |
@@ -74,13 +74,13 @@
|
|||||||
<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"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
||||||
<li class="nav-item highlighted-menu"><a class="nav-link" href="partners.html">Our
|
<li class="nav-item highlighted-menu"><a class="nav-link" href="sponsors.html">Our
|
||||||
Partners</a></li>
|
Partners</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let’s Start Button Start -->
|
<!-- Let’s Start Button Start -->
|
||||||
<div class="header-btn d-inline-flex">
|
<div class="header-btn d-inline-flex">
|
||||||
<a href="partners.html" class="btn-default">Our Partners</a>
|
<a href="sponsors.html" class="btn-default">Our Partners</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- Let’s Start Button End -->
|
<!-- Let’s Start Button End -->
|
||||||
</div>
|
</div>
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
<!-- Hero Content Body Start -->
|
<!-- Hero Content Body Start -->
|
||||||
<div class="hero-content-body wow fadeInUp" data-wow-delay="0.5s">
|
<div class="hero-content-body wow fadeInUp" data-wow-delay="0.5s">
|
||||||
<a href="about.html" class="btn-default"><span>About Us</span></a>
|
<a href="about.html" class="btn-default"><span>About Us</span></a>
|
||||||
<a href="partners.html" class="btn-default btn-highlighted"><span>Our Partners</span></a>
|
<a href="sponsors.html" class="btn-default btn-highlighted"><span>Our Partners</span></a>
|
||||||
</div>
|
</div>
|
||||||
<!-- Hero Content Body End -->
|
<!-- Hero Content Body End -->
|
||||||
</div>
|
</div>
|
||||||
|
|||||||