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 -->
|
||||||
|
|||||||
35
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,7 +790,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Footer Start -->
|
<!-- Footer Start -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -843,8 +832,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>
|
||||||
@@ -875,8 +863,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><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>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- About Links End -->
|
<!-- About Links End -->
|
||||||
@@ -946,6 +934,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 -->
|
||||||
|
|||||||
158
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>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
<!-- Team Content Start -->
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>leander eagles</h3>
|
<h3>McNeil High School</h3>
|
||||||
<p>Leander, TX</p>
|
<p>South Austin</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Content End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Member Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Team 2: Frisco Lone Star -->
|
||||||
<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="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 src="images/cricket.png" alt="Round Rock Rangers Team Logo">
|
<img src="images/vandegrift.webp" alt="Vandegrift High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
<!-- Team Content Start -->
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>round rock rangers</h3>
|
<h3>Vandegrift High School</h3>
|
||||||
<p>Round Rock, TX</p>
|
<p>South Austin</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Content End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Member Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Team 3: Prosper Predators -->
|
||||||
<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="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 src="images/cricket.png" alt="Cedar Park Cavaliers Team Logo">
|
<img src="images/westwodd.jpeg" alt="Westwood High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
<!-- Team Content Start -->
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>cedar park cavaliers</h3>
|
<h3>Westwood High School</h3>
|
||||||
<p>Cedar Park, TX</p>
|
<p>South Austin</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Content End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Member Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team Grid - Row 2 -->
|
<!-- 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="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 src="images/cricket.png" alt="West Lake Highlanders Team Logo">
|
<img src="images/cedarridge.jpg" alt="Cedar Ridge High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
<!-- Team Content Start -->
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>west lake highlanders</h3>
|
<h3>Cedar Ridge High School</h3>
|
||||||
<p>West Lake Hills, TX</p>
|
<p>East Austin</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Content End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Member Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Team 5: Plano West Warriors -->
|
||||||
<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="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 src="images/cricket.png" alt="Leander Hawks Team Logo">
|
<img src="images/roundrock.jpeg" alt="Round Rock High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
<!-- Team Content Start -->
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>leander hawks</h3>
|
<h3>Round Rock High School</h3>
|
||||||
<p>Leander, TX</p>
|
<p>East Austin</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Content End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Member Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Team 6: Frisco Titans -->
|
||||||
<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="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 src="images/cricket.png" alt="Round Rock Riders Team Logo">
|
<img src="images/westlake.jpg" alt="Westlake High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
<!-- Team Content Start -->
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>round rock riders</h3>
|
<h3>Westlake High School</h3>
|
||||||
<p>Round Rock, TX</p>
|
<p>East Austin</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Content End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Member Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Team Grid - Row 3 -->
|
<!-- Team 7: Prosper Patriots -->
|
||||||
<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="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 src="images/cricket.png" alt="Cedar Park Crusaders Team Logo">
|
<img src="images/leander.jpeg" alt="Leander High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
<!-- Team Content Start -->
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>cedar park crusaders</h3>
|
<h3>Leander High School</h3>
|
||||||
<p>Cedar Park, TX</p>
|
<p>North Austin</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Content End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Member Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Team 8: Irving Lions -->
|
||||||
<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.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 src="images/cricket.png" alt="West Lake Warriors Team Logo">
|
<img src="images/legacyranch.jpg" alt="Legacy Ranch High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
<!-- Team Content Start -->
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>west lake warriors</h3>
|
<h3>Legacy Ranch High School</h3>
|
||||||
<p>West Lake Hills, TX</p>
|
<p>North Austin</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Content End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Member Item End -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Team 9: Plano Hawks -->
|
||||||
<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.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 src="images/cricket.png" alt="Austin Prep Titans Team Logo">
|
<img src="images/rouse.jpg" alt="Rouse High School">
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Image End -->
|
<!-- Team Image End -->
|
||||||
|
|
||||||
<!-- Team Content Start -->
|
<!-- Team Content Start -->
|
||||||
<div class="team-content">
|
<div class="team-content">
|
||||||
<h3>austin prep titans</h3>
|
<h3>Rouse High School</h3>
|
||||||
<p>Austin, TX</p>
|
<p>North Austin</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Content End -->
|
<!-- Team Content End -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Team Member Item End -->
|
<!-- Team Member Item End -->
|
||||||
</div>
|
</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>
|
||||||
|
|||||||