new files
This commit is contained in:
218
.opencode/tscb-regional-pages-implementation-plan.md
Normal file
218
.opencode/tscb-regional-pages-implementation-plan.md
Normal file
@@ -0,0 +1,218 @@
|
||||
# Texas Scholastic Cricket Board - Regional Pages Implementation Plan
|
||||
|
||||
## Context
|
||||
The TSCB website currently has a homepage (index.html) and about page (about.html) with TSCB-specific content. The contact page exists but uses a template. I need to create:
|
||||
1. Updated Contact page with TSCB-specific contact information
|
||||
2. Dallas Regionals main page with regional overview
|
||||
3. Austin Regionals main page with regional overview
|
||||
4. Dallas Teams page showing 9 Dallas teams
|
||||
5. Austin Teams page showing 9 Austin teams
|
||||
6. Blank league status/rankings page (placeholder)
|
||||
|
||||
All pages must use the existing CSS theme (custom.css), HTML boilerplate structure, and maintain the professional student-led sports federation writing style found in index.html and about.html.
|
||||
|
||||
## Theme Specifications
|
||||
- **Color Scheme**: Black (#000000), Accent Red (#d92800), Secondary Gold (#ce9c5b)
|
||||
- **Font**: Fira Sans Condensed
|
||||
- **CSS**: custom.css (all existing classes and styles)
|
||||
- **Structure**: Header with sticky navbar, page header with breadcrumb, content sections, footer
|
||||
- **Animations**: Wow.js fadeInUp animations with data-wow-delay attributes
|
||||
- **Buttons**: btn-default, btn-highlighted classes
|
||||
- **Images**: Use existing images folder or create placeholders
|
||||
|
||||
## Subtasks
|
||||
|
||||
### Phase 1: Contact Page Enhancement
|
||||
- [ ] **Update contact.html title and meta** - Change from "Avenix - Church HTML Template" to "TSCB - Contact Us"
|
||||
- [ ] **Update contact page header** - Modify hero section with TSCB branding and breadcrumb navigation
|
||||
- [ ] **Update contact information** - Replace placeholder contact info with:
|
||||
- Email: texasscholasticcricketboard@gmail.com
|
||||
- Phone: (+1) (945) 900-1148
|
||||
- Add detailed contact form with well-written explanatory text
|
||||
- [ ] **Add contact form** - Create functional-looking form with TSCB-specific messaging
|
||||
- [ ] **Add map/embed section** - Placeholder for Texas map showing Dallas/Austin regions
|
||||
|
||||
### Phase 2: Dallas Regionals Pages
|
||||
- [ ] **Create dallas.html** - Main Dallas Regionals page with:
|
||||
- Page header with breadcrumb navigation
|
||||
- Hero section: "Dallas Regionals" with descriptive text about connecting Plano, Frisco, Prosper, Irving schools
|
||||
- About section: Write compelling text in TSCB style about Dallas cricket community
|
||||
- Teams overview section: Brief intro to the 9 Dallas teams
|
||||
- Placeholder cricket match images (use existing cricket.png, match.png, or create placeholders)
|
||||
- Footer with standard TSCB footer
|
||||
- [ ] **Create dallas-teams.html** - Teams listing page with:
|
||||
- Page header: "Dallas Teams"
|
||||
- Introduction text about Dallas cricket teams
|
||||
- Team grid layout (3x3 or responsive grid) with:
|
||||
- Team logo placeholders (use generic sports logos or create placeholders)
|
||||
- Team names (need to create 9 plausible high school cricket team names)
|
||||
- Brief descriptions
|
||||
- Placeholder team photos
|
||||
- Standard footer
|
||||
|
||||
### Phase 3: Austin Regionals Pages
|
||||
- [ ] **Create austin.html** - Main Austin Regionals page with:
|
||||
- Page header with breadcrumb navigation
|
||||
- Hero section: "Austin Regionals" with text about Leander, Round Rock, Cedar Park, West Lake Hills schools
|
||||
- About section: Write Austin-specific content in TSCB style
|
||||
- Teams overview section
|
||||
- Placeholder cricket images
|
||||
- Standard footer
|
||||
- [ ] **Create austin-teams.html** - Teams listing page with:
|
||||
- Page header: "Austin Teams"
|
||||
- Introduction text about Austin cricket teams
|
||||
- Team grid layout for 9 Austin teams
|
||||
- Team logo placeholders
|
||||
- Team names (create 9 Austin-area high school cricket team names)
|
||||
- Placeholder team photos
|
||||
- Standard footer
|
||||
|
||||
### Phase 4: League Status Placeholder
|
||||
- [ ] **Create league-status.html** - Blank/placeholder page with:
|
||||
- Page header: "League Status" or "Rankings & Matches"
|
||||
- Brief intro text explaining this page will show live standings
|
||||
- Empty table/grid structure (no data)
|
||||
- Note: "Coming Soon - Live league statistics and rankings"
|
||||
- Standard footer
|
||||
|
||||
### Phase 5: Navigation Updates
|
||||
- [ ] **Update index.html navigation** - Change Dallas/Austin submenu items to point to new pages:
|
||||
- Dallas Regionals dropdown → link to dallas.html
|
||||
- Austin Regionals dropdown → link to austin.html
|
||||
- Remove existing template pages (service-single.html, blog.html, etc.) from dropdowns
|
||||
- [ ] **Update about.html navigation** - Same navigation updates as index.html
|
||||
- [ ] **Update all footers** - Ensure footer links point to correct new pages
|
||||
|
||||
### Phase 6: Content Writing (TSCB Style)
|
||||
- [ ] **Write Contact page content** - Professional, welcoming text about reaching out to TSCB
|
||||
- [ ] **Write Dallas Regionals content** - Focus on Dallas metroplex cricket community, schools involved
|
||||
- [ ] **Write Austin Regionals content** - Focus on Austin-area schools and cricket growth
|
||||
- [ ] **Write team descriptions** - Brief 1-2 sentence descriptions for each team
|
||||
- [ ] **Maintain consistent voice** - Student-led, competitive, community-focused, professional
|
||||
|
||||
### Phase 7: Git Commits
|
||||
- [ ] **Commit contact page updates** - Short, descriptive commit message
|
||||
- [ ] **Commit Dallas Regionals page** - Separate commit for dallas.html
|
||||
- [ ] **Commit Dallas Teams page** - Separate commit for dallas-teams.html
|
||||
- [ ] **Commit Austin Regionals page** - Separate commit for austin.html
|
||||
- [ ] **Commit Austin Teams page** - Separate commit for austin-teams.html
|
||||
- [ ] **Commit league status placeholder** - Separate commit
|
||||
- [ ] **Commit navigation updates** - Separate commit for all nav changes
|
||||
- [ ] **Final verification commit** - Ensure all pages work together
|
||||
|
||||
### Phase 8: Quality Assurance
|
||||
- [ ] **Verify all links work** - Check navigation between all new pages
|
||||
- [ ] **Check responsive design** - Ensure pages look good on mobile/desktop
|
||||
- [ ] **Verify CSS consistency** - All pages use existing custom.css
|
||||
- [ ] **Check image placeholders** - Ensure all images load or have proper placeholders
|
||||
- [ ] **Test footer consistency** - All pages have working footer links
|
||||
|
||||
## Writing Style Guide (TSCB Voice)
|
||||
|
||||
**Tone**: Professional, community-focused, student-leadership oriented, passionate
|
||||
|
||||
**Key Phrases to Use**:
|
||||
- "Student-led"
|
||||
- "Competitive cricket"
|
||||
- "Free access / No barrier to entry"
|
||||
- "Statewide connection"
|
||||
- "Building community"
|
||||
- "Next generation of cricketers"
|
||||
- "Educational sport"
|
||||
|
||||
**Example Writing Style** (from index.html):
|
||||
> "The first and only student-led high school federation in Texas"
|
||||
> "Connecting schools in the Dallas metroplex through matches"
|
||||
> "Our mission is to connect high schools across regions, support the growth of new programs, and work with partner organizations that believe in educational sport."
|
||||
|
||||
**Do Not Use**:
|
||||
- Corporate/marketing language
|
||||
- Overly formal academic tone
|
||||
- Generic sports clichés
|
||||
|
||||
## Content Notes
|
||||
|
||||
**Dallas Regionals**:
|
||||
- Schools: Plano, Frisco, Prosper, Irving
|
||||
- 9 teams total
|
||||
- Focus: Metroplex connectivity, competitive growth
|
||||
|
||||
**Austin Regionals**:
|
||||
- Schools: Leander, Round Rock, Cedar Park, West Lake Hills
|
||||
- 9 teams total
|
||||
- Focus: Austin-area cricket expansion, student leadership
|
||||
|
||||
**Contact Information**:
|
||||
- Email: texasscholasticcricketboard@gmail.com
|
||||
- Phone: (+1) (945) 900-1148
|
||||
- Tagline: "Reach out to our student-led board"
|
||||
|
||||
## Execution Workflow Recommendation
|
||||
|
||||
**Recommended Approach**:
|
||||
1. **Start with Contact Page** - Update existing contact.html (easiest win, establishes pattern)
|
||||
2. **Create Dallas Regionals** - Build dallas.html first, then dallas-teams.html (related pages together)
|
||||
3. **Create Austin Regionals** - Mirror Dallas structure for consistency (austin.html, austin-teams.html)
|
||||
4. **Create League Status** - Simple placeholder page
|
||||
5. **Update Navigation** - Finally update all headers/footers to link to new pages
|
||||
6. **Git Commits** - Commit after each page is complete (6-8 total commits)
|
||||
|
||||
**Git Commit Message Style**:
|
||||
- Major changes: "feat: add dallas regionals main page with overview and cricket imagery"
|
||||
- Minor changes: "style: update contact page with TSCB branding and contact info"
|
||||
- Navigation: "nav: update dropdown menus to point to new regional pages"
|
||||
|
||||
## Theme Consistency Checklist
|
||||
|
||||
**HTML Structure**:
|
||||
- [ ] Same DOCTYPE and HTML5 boilerplate
|
||||
- [ ] Same meta tags (charset, viewport, description)
|
||||
- [ ] Same CSS includes (bootstrap, custom, animate, swiper, etc.)
|
||||
- [ ] Same JS includes at bottom (jquery, bootstrap, wow, etc.)
|
||||
|
||||
**Header**:
|
||||
- [ ] Sticky navbar with logo
|
||||
- [ ] Navigation menu (Home, About, Regionals dropdown, Contact, Partners)
|
||||
- [ ] "Our Partners" highlighted button
|
||||
|
||||
**Footer**:
|
||||
- [ ] Logo and age text
|
||||
- [ ] Quick links section
|
||||
- [ ] Cricket links section (Dallas, Austin, Cricclubs)
|
||||
- [ ] Contact information
|
||||
- [ ] Copyright text
|
||||
- [ ] Social media links
|
||||
|
||||
**Content Sections**:
|
||||
- [ ] Page header with breadcrumb (for inner pages)
|
||||
- [ ] Section titles with h3 and h2/text-anime-style-2 classes
|
||||
- [ ] wow fadeInUp animations with data-wow-delay
|
||||
- [ ] Bootstrap grid system (col-lg-*, col-md-*)
|
||||
- [ ] Image containers with image-anime class
|
||||
- [ ] Button styling (btn-default, btn-highlighted)
|
||||
|
||||
**Images**:
|
||||
- [ ] Use images/ folder for all assets
|
||||
- [ ] Follow aspect ratios from existing pages
|
||||
- [ ] Include alt text for accessibility
|
||||
- [ ] Use placeholder images where needed
|
||||
|
||||
## Open Questions (To Clarify During Implementation)
|
||||
|
||||
1. **Team Names**: Should I create fictional high school cricket team names, or do you have actual team names to use?
|
||||
2. **Team Logos**: Should I use placeholder sports logos, or do you have actual team logos to incorporate?
|
||||
3. **Dallas Teams**: Should I list specific schools (Plano East, Frisco Lone Star, etc.) or create team names?
|
||||
4. **Austin Teams**: Similarly, should I use actual Austin-area schools or create team names?
|
||||
5. **League Status Page**: Should I create an empty table structure, or just a "Coming Soon" message?
|
||||
6. **Contact Form**: Should the contact form actually submit somewhere, or just be a visual placeholder?
|
||||
7. **Image Placeholders**: Would you like me to use the existing cricket.png and match.png images, or create new placeholder images?
|
||||
|
||||
## Success Criteria
|
||||
|
||||
- All pages follow the exact same HTML structure and CSS classes as index.html and about.html
|
||||
- Content is written in the established TSCB voice (student-led, competitive, community-focused)
|
||||
- All navigation links work correctly between pages
|
||||
- Git commits are frequent, descriptive, and follow conventional commit style
|
||||
- All images either use existing assets or have proper placeholder text
|
||||
- Responsive design works on mobile and desktop
|
||||
- No custom CSS added (all styling from existing custom.css)
|
||||
527
austin-teams.html
Normal file
527
austin-teams.html
Normal file
@@ -0,0 +1,527 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zxx">
|
||||
|
||||
<head>
|
||||
<!-- Meta -->
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="Keshav Anand">
|
||||
<!-- Page Title -->
|
||||
<title>Austin Teams | TSCB</title>
|
||||
<!-- Favicon Icon -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
|
||||
<!-- Google Fonts Css-->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet">
|
||||
<!-- Bootstrap Css -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||
<!-- SlickNav Css -->
|
||||
<link href="css/slicknav.min.css" rel="stylesheet">
|
||||
<!-- Swiper Css -->
|
||||
<link rel="stylesheet" href="css/swiper-bundle.min.css">
|
||||
<!-- Font Awesome Icon Css-->
|
||||
<link href="css/all.css" rel="stylesheet" media="screen">
|
||||
<!-- Animated Css -->
|
||||
<link href="css/animate.css" rel="stylesheet">
|
||||
<!-- Magnific Popup Core Css File -->
|
||||
<link rel="stylesheet" href="css/magnific-popup.css">
|
||||
<!-- Mouse Cursor Css File -->
|
||||
<link rel="stylesheet" href="css/mousecursor.css">
|
||||
<!-- Audio Css File -->
|
||||
<link rel="stylesheet" href="css/plyr.css">
|
||||
<!-- Main Custom Css -->
|
||||
<link href="css/custom.css" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Preloader Start -->
|
||||
<div class="preloader">
|
||||
<div class="loading-container">
|
||||
<div class="loading"></div>
|
||||
<div id="loading-icon"><img src="images/loader.svg" alt=""></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Preloader End -->
|
||||
|
||||
<!-- Header Start -->
|
||||
<header class="main-header">
|
||||
<div class="header-sticky">
|
||||
<nav class="navbar navbar-expand-lg">
|
||||
<div class="container">
|
||||
<!-- Logo Start -->
|
||||
<a class="navbar-brand" href="./">
|
||||
<img src="images/logo.png" alt="Logo" style="width: 60px; height: auto;">
|
||||
</a>
|
||||
<!-- Logo End -->
|
||||
|
||||
<!-- Main Menu Start -->
|
||||
<div class="collapse navbar-collapse main-menu">
|
||||
<div class="nav-menu-wrapper">
|
||||
<ul class="navbar-nav mr-auto" id="menu">
|
||||
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="about.html">About Us</a></li>
|
||||
<li class="nav-item 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-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-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 highlighted-menu"><a class="nav-link" href="partners.html">Our
|
||||
Partners</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Let's Start Button Start -->
|
||||
<div class="header-btn d-inline-flex">
|
||||
<a href="partners.html" class="btn-default">Our Partners</a>
|
||||
</div>
|
||||
<!-- Let's Start Button End -->
|
||||
</div>
|
||||
<!-- Main Menu End -->
|
||||
<div class="navbar-toggle"></div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="responsive-menu"></div>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Header End -->
|
||||
|
||||
<!-- Page Header Start -->
|
||||
<div class="page-header">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-12">
|
||||
<!-- Page Header Box Start -->
|
||||
<div class="page-header-box">
|
||||
<h1 class="text-anime-style-2" data-cursor="-opaque"><span>Austin</span> Teams</h1>
|
||||
<nav class="wow fadeInUp">
|
||||
<ol class="breadcrumb">
|
||||
<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 active" aria-current="page">austin teams</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Page Header Box End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page Header End -->
|
||||
|
||||
<!-- Our Teams Section Start -->
|
||||
<div class="our-teams">
|
||||
<div class="container">
|
||||
<div class="row align-items-center section-row">
|
||||
<div class="col-lg-12">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<p></p>
|
||||
<h3 class="wow fadeInUp">our teams</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Austin Metroplex <span>Cricket Teams</span></h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
</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 class="container">
|
||||
<div class="row">
|
||||
<!-- Team Grid - Row 1 -->
|
||||
<div class="col-lg-4 col-md-6">
|
||||
<!-- Team Member Item Start -->
|
||||
<div class="team-member-item wow fadeInUp">
|
||||
<!-- Team Image Start -->
|
||||
<div class="team-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/cricket.png" alt="Leander Eagles Team Logo">
|
||||
</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>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6">
|
||||
<!-- Team Member Item Start -->
|
||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
|
||||
<!-- Team Image Start -->
|
||||
<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>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6">
|
||||
<!-- Team Member Item Start -->
|
||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
||||
<!-- Team Image Start -->
|
||||
<div class="team-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/cricket.png" alt="Cedar Park Cavaliers Team Logo">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- 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>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
|
||||
<!-- Team Grid - Row 2 -->
|
||||
<div class="col-lg-4 col-md-6">
|
||||
<!-- Team Member Item Start -->
|
||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.6s">
|
||||
<!-- 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>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6">
|
||||
<!-- Team Member Item Start -->
|
||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
|
||||
<!-- Team Image Start -->
|
||||
<div class="team-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/cricket.png" alt="Leander Hawks Team Logo">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Team Image End -->
|
||||
|
||||
<!-- Team Content Start -->
|
||||
<div class="team-content">
|
||||
<h3>leander hawks</h3>
|
||||
<p>Leander, TX</p>
|
||||
</div>
|
||||
<!-- Team Content End -->
|
||||
</div>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
|
||||
<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/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>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
|
||||
<!-- Team Grid - Row 3 -->
|
||||
<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/cricket.png" alt="Cedar Park Crusaders Team Logo">
|
||||
</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>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
|
||||
<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/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>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
|
||||
<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/cricket.png" alt="Austin Prep Titans Team Logo">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Team Image End -->
|
||||
|
||||
<!-- Team Content Start -->
|
||||
<div class="team-content">
|
||||
<h3>austin prep titans</h3>
|
||||
<p>Austin, TX</p>
|
||||
</div>
|
||||
<!-- Team Content End -->
|
||||
</div>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Our Teams Section End -->
|
||||
|
||||
<!-- Footer Start -->
|
||||
<footer class="main-footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<!-- About Footer Start -->
|
||||
<div class="about-footer">
|
||||
<!-- Footer Logo Start -->
|
||||
<div class="footer-logo">
|
||||
<img src="images/logo.png" alt="Footer Logo" style="width: 100px; height: auto;">
|
||||
</div>
|
||||
<!-- Footer Logo End -->
|
||||
|
||||
<!-- About Footer Content Start -->
|
||||
<div class="about-footer-content">
|
||||
<p id="age-text">Loading...</p>
|
||||
|
||||
<script>
|
||||
const foundingDate = new Date("2025-12-29");
|
||||
const now = new Date();
|
||||
|
||||
const months = (now.getFullYear() - foundingDate.getFullYear()) * 12
|
||||
+ (now.getMonth() - foundingDate.getMonth());
|
||||
|
||||
const years = Math.floor(months / 12);
|
||||
const remainingMonths = months % 12;
|
||||
|
||||
let duration = "";
|
||||
if (years > 0) duration += `${years} year${years > 1 ? "s" : ""}`;
|
||||
if (years > 0 && remainingMonths > 0) duration += " and ";
|
||||
if (remainingMonths > 0) duration += `${remainingMonths} month${remainingMonths > 1 ? "s" : ""}`;
|
||||
if (months === 0) duration = "less than a month";
|
||||
|
||||
document.getElementById("age-text").textContent =
|
||||
`TSCB has been proudly serving its community for ${duration}`;
|
||||
</script>
|
||||
</div>
|
||||
<!-- Footer Social Links Start -->
|
||||
<div class="footer-social-links">
|
||||
<ul>
|
||||
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i
|
||||
class="fa-brands fa-instagram"></i></a></li>
|
||||
<li><a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i class="fa-brands fa-youtube"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Footer Social Links End -->
|
||||
|
||||
</div>
|
||||
<!-- About Footer End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-md-3 col-6">
|
||||
<!-- About Links Start -->
|
||||
<div class="footer-links">
|
||||
<h3>quick links</h3>
|
||||
<ul>
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/about.html">about</a></li>
|
||||
<li><a href="/sponsors.html">sponsors</a></li>
|
||||
<li><a href="/contact.html">contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- About Links End -->
|
||||
</div>
|
||||
|
||||
<div class="col-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>
|
||||
|
||||
<!-- 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 -->
|
||||
<script src="js/jquery-3.7.1.min.js"></script>
|
||||
<!-- Bootstrap js file -->
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<!-- Validator js file -->
|
||||
<script src="js/validator.min.js"></script>
|
||||
<!-- SlickNav js file -->
|
||||
<script src="js/jquery.slicknav.js"></script>
|
||||
<!-- Swiper js file -->
|
||||
<script src="js/swiper-bundle.min.js"></script>
|
||||
<!-- Counter js file -->
|
||||
<script src="js/jquery.waypoints.min.js"></script>
|
||||
<script src="js/jquery.counterup.min.js"></script>
|
||||
<!-- Magnific js file -->
|
||||
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||
<!-- SmoothScroll -->
|
||||
<script src="js/SmoothScroll.js"></script>
|
||||
<!-- Parallax js -->
|
||||
<script src="js/parallaxie.js"></script>
|
||||
<!-- MagicCursor js file -->
|
||||
<script src="js/gsap.min.js"></script>
|
||||
<script src="js/magiccursor.js"></script>
|
||||
<!-- Text Effect js file -->
|
||||
<script src="js/SplitText.js"></script>
|
||||
<script src="js/ScrollTrigger.min.js"></script>
|
||||
<!-- YTPlayer js File -->
|
||||
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||
<!-- Audio js File -->
|
||||
<script src="js/plyr.js"></script>
|
||||
<!-- Wow js file -->
|
||||
<script src="js/wow.js"></script>
|
||||
<!-- Main Custom js file -->
|
||||
<script src="js/function.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
632
austin.html
Normal file
632
austin.html
Normal file
@@ -0,0 +1,632 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zxx">
|
||||
|
||||
<head>
|
||||
<!-- Meta -->
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="Keshav Anand">
|
||||
<!-- Page Title -->
|
||||
<title>Austin Regionals | TSCB</title>
|
||||
<!-- Favicon Icon -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
|
||||
<!-- Google Fonts Css-->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet">
|
||||
<!-- Bootstrap Css -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||
<!-- SlickNav Css -->
|
||||
<link href="css/slicknav.min.css" rel="stylesheet">
|
||||
<!-- Swiper Css -->
|
||||
<link rel="stylesheet" href="css/swiper-bundle.min.css">
|
||||
<!-- Font Awesome Icon Css-->
|
||||
<link href="css/all.css" rel="stylesheet" media="screen">
|
||||
<!-- Animated Css -->
|
||||
<link href="css/animate.css" rel="stylesheet">
|
||||
<!-- Magnific Popup Core Css File -->
|
||||
<link rel="stylesheet" href="css/magnific-popup.css">
|
||||
<!-- Mouse Cursor Css File -->
|
||||
<link rel="stylesheet" href="css/mousecursor.css">
|
||||
<!-- Audio Css File -->
|
||||
<link rel="stylesheet" href="css/plyr.css">
|
||||
<!-- Main Custom Css -->
|
||||
<link href="css/custom.css" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Preloader Start -->
|
||||
<div class="preloader">
|
||||
<div class="loading-container">
|
||||
<div class="loading"></div>
|
||||
<div id="loading-icon"><img src="images/loader.svg" alt=""></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Preloader End -->
|
||||
|
||||
<!-- Header Start -->
|
||||
<header class="main-header">
|
||||
<div class="header-sticky">
|
||||
<nav class="navbar navbar-expand-lg">
|
||||
<div class="container">
|
||||
<!-- Logo Start -->
|
||||
<a class="navbar-brand" href="./">
|
||||
<img src="images/logo.png" alt="Logo" style="width: 60px; height: auto;">
|
||||
</a>
|
||||
<!-- Logo End -->
|
||||
|
||||
<!-- Main Menu Start -->
|
||||
<div class="collapse navbar-collapse main-menu">
|
||||
<div class="nav-menu-wrapper">
|
||||
<ul class="navbar-nav mr-auto" id="menu">
|
||||
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="about.html">About Us</a></li>
|
||||
<li class="nav-item submenu"><a class="nav-link" href="#">Dallas Regionals</a>
|
||||
<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="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 submenu"><a class="nav-link" href="#">Austin Regionals</a>
|
||||
<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="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 highlighted-menu"><a class="nav-link" href="partners.html">Our
|
||||
Partners</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Let's Start Button Start -->
|
||||
<div class="header-btn d-inline-flex">
|
||||
<a href="partners.html" class="btn-default">Our Partners</a>
|
||||
</div>
|
||||
<!-- Let's Start Button End -->
|
||||
</div>
|
||||
<!-- Main Menu End -->
|
||||
<div class="navbar-toggle"></div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="responsive-menu"></div>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Header End -->
|
||||
|
||||
<!-- Page Header Start -->
|
||||
<div class="page-header">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-12">
|
||||
<!-- Page Header Box Start -->
|
||||
<div class="page-header-box">
|
||||
<h1 class="text-anime-style-2" data-cursor="-opaque"><span>Austin</span> Regionals</h1>
|
||||
<nav class="wow fadeInUp">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="./">home</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">austin regionals</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Page Header Box End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page Header End -->
|
||||
|
||||
<!-- About Us Section Start -->
|
||||
<div class="about-us page-about-us">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6">
|
||||
<!-- About Image Start -->
|
||||
<div class="about-image">
|
||||
<div class="about-img-1">
|
||||
<figure class="image-anime reveal">
|
||||
<img src="images/cricket.png" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<div class="about-img-2">
|
||||
<figure class="image-anime reveal">
|
||||
<img src="images/match.png" alt="" style="width: 348px; height: 454px;">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About Image End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<!-- About Content Start -->
|
||||
<div class="about-content">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">austin regionals</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Connecting Austin-Area Schools Through <span>Cricket</span></h2>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.25s">Connecting schools in the Austin metroplex through competitive cricket matches. Our Austin Regionals brings together talented students from Leander, Round Rock, Cedar Park, and West Lake Hills to compete, connect, and grow the sport they love.</p>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.5s">The Austin cricket community is thriving with student-led teams that embrace competitive play while fostering camaraderie and sportsmanship. Through our regional framework, young cricketers develop their skills, build lasting friendships, and contribute to the growing cricket culture across the greater Austin area.</p>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
|
||||
<!-- About Content List Start -->
|
||||
<div class="about-content-body">
|
||||
<!-- About Content List Start -->
|
||||
<div class="about-content-body">
|
||||
<!-- About List Item Start -->
|
||||
<div class="about-list-item wow fadeInUp">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-about-list-1.svg" alt="">
|
||||
</div>
|
||||
<div class="about-list-item-content">
|
||||
<h3>Play Competitive Matches</h3>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About List Item End -->
|
||||
|
||||
<!-- About List Item Start -->
|
||||
<div class="about-list-item wow fadeInUp" data-wow-delay="0.25s">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-about-list-2.svg" alt="">
|
||||
</div>
|
||||
<div class="about-list-item-content">
|
||||
<h3>Train the Next Generation</h3>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About List Item End -->
|
||||
|
||||
<!-- About List Item Start -->
|
||||
<div class="about-list-item wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-about-list-3.svg" alt="">
|
||||
</div>
|
||||
<div class="about-list-item-content">
|
||||
<h3>Connect Statewide Talent</h3>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About List Item End -->
|
||||
|
||||
<!-- About List Item Start -->
|
||||
<div class="about-list-item wow fadeInUp" data-wow-delay="0.75s">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-about-list-4.svg" alt="">
|
||||
</div>
|
||||
<div class="about-list-item-content">
|
||||
<h3>Build the Cricket Community</h3>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About List Item End -->
|
||||
</div>
|
||||
<!-- About Content List End -->
|
||||
</div>
|
||||
<!-- About Content End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About Us Section End -->
|
||||
|
||||
<p></p>
|
||||
<p> </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
||||
<!-- Our Counter Section Start -->
|
||||
<div class="our-counter">
|
||||
<div class="container">
|
||||
<div class="row counter-box">
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<!-- Counter Item Start -->
|
||||
<div class="counter-item">
|
||||
<!-- Counter Title Start -->
|
||||
<div class="counter-title">
|
||||
<h2><span class="counter">9</span>+</h2>
|
||||
</div>
|
||||
<!-- Counter Title End -->
|
||||
|
||||
<!-- Counter Content Start -->
|
||||
<div class="counter-content">
|
||||
<h3>Austin Teams</h3>
|
||||
<p>Our Austin Regionals encompasses 9 high school teams from the metroplex area.</p>
|
||||
</div>
|
||||
<!-- Counter Content End -->
|
||||
</div>
|
||||
<!-- Counter Item End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<!-- Counter Item Start -->
|
||||
<div class="counter-item">
|
||||
<!-- Counter Title Start -->
|
||||
<div class="counter-title">
|
||||
<h2><span class="counter">4</span></h2>
|
||||
</div>
|
||||
<!-- Counter Title End -->
|
||||
|
||||
<!-- Counter Content Start -->
|
||||
<div class="counter-content">
|
||||
<h3>Regions Covered</h3>
|
||||
<p>Leander, Round Rock, Cedar Park, and West Lake Hills are all represented in our league.</p>
|
||||
</div>
|
||||
<!-- Counter Content End -->
|
||||
</div>
|
||||
<!-- Counter Item End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<!-- Counter Item Start -->
|
||||
<div class="counter-item">
|
||||
<!-- Counter Title Start -->
|
||||
<div class="counter-title">
|
||||
<h2><span class="counter">150</span>+</h2>
|
||||
</div>
|
||||
<!-- Counter Title End -->
|
||||
|
||||
<!-- Counter Content Start -->
|
||||
<div class="counter-content">
|
||||
<h3>Austin Cricketers</h3>
|
||||
<p>Hundreds of talented students across Austin-area schools participate in our programs.</p>
|
||||
</div>
|
||||
<!-- Counter Content End -->
|
||||
</div>
|
||||
<!-- Counter Item End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<!-- Counter Item Start -->
|
||||
<div class="counter-item">
|
||||
<!-- Counter Title Start -->
|
||||
<div class="counter-title">
|
||||
<h2><span class="counter">15</span>+</h2>
|
||||
</div>
|
||||
<!-- Counter Title End -->
|
||||
|
||||
<!-- Counter Content Start -->
|
||||
<div class="counter-content">
|
||||
<h3>Matches Played</h3>
|
||||
<p>Our Austin teams have competed in numerous matches, building experience and rivalry.</p>
|
||||
</div>
|
||||
<!-- Counter Content End -->
|
||||
</div>
|
||||
<!-- Counter Item End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Our Counter Section End -->
|
||||
|
||||
|
||||
|
||||
<!-- Our Mission Section Start -->
|
||||
<div class="our-mission">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6">
|
||||
<div class="mission-content">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">our mission</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Growing Cricket in <span>Austin</span></h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
|
||||
<!-- Mission Content Body Start -->
|
||||
<div class="mission-content-body">
|
||||
<h3 class="wow fadeInUp" data-wow-delay="0.25s">The Austin Regionals represent a vibrant and growing cricket community where students take ownership of their competitive experience. Led by student organizers, our league provides a platform for high school cricketers to showcase their talents and develop leadership skills.</h3>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.5s">With nine teams spanning the Austin metroplex, we've created an inclusive environment where competitive cricket thrives alongside community building. Our student-led approach ensures that the game remains authentic to the players while fostering a sustainable cricket ecosystem that can grow for years to come.</p>
|
||||
</div>
|
||||
<!-- Mission Content Body End -->
|
||||
|
||||
<!-- Mission Content Footer Start -->
|
||||
<div class="mission-content-footer wow fadeInUp" data-wow-delay="0.75s">
|
||||
<a href="/contact.html" class="btn-default">contact now</a>
|
||||
</div>
|
||||
<!-- Mission Content Footer End -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<!-- Mission Image Start -->
|
||||
<div class="mission-image">
|
||||
<!-- Mission Image Start -->
|
||||
<div class="mission-img">
|
||||
<figure class="image-anime reveal">
|
||||
<img src="images/about.gif" style="width: 450px; height: 750px;" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Mission Image End -->
|
||||
|
||||
<!-- Mission Life Circle Start -->
|
||||
<div class="mission-life-circle">
|
||||
<img src="images/hero-bg.jpg" alt="" style="width: 160px; height: auto;">
|
||||
</div>
|
||||
<!-- Mission Life Circle End -->
|
||||
</div>
|
||||
<!-- Mission Image End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Our Mission Section End -->
|
||||
|
||||
<!-- Teams Overview Section Start -->
|
||||
<div class="our-services">
|
||||
<div class="container">
|
||||
<div class="row section-row">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">our teams</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Meet The <span>9 Austin Teams</span></h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12" style="text-align: center;">
|
||||
<p class="wow fadeInUp" data-wow-delay="0.25s">
|
||||
The Austin Regionals features nine competitive high school teams representing schools across the metroplex.
|
||||
From Leander to Round Rock, Cedar Park to West Lake Hills, each team brings unique talent and passion
|
||||
to the field. Explore our team directory to learn more about each squad, their players, and their journey
|
||||
in TSCB competition.
|
||||
</p>
|
||||
<div class="wow fadeInUp" data-wow-delay="0.5s">
|
||||
<a href="/austin-teams.html" class="btn-default">View All Teams</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Teams Overview Section End -->
|
||||
|
||||
</div>
|
||||
<!-- About Us Section End -->
|
||||
|
||||
<!-- CTA Box Section Start -->
|
||||
<div class="cta-box">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-9">
|
||||
<!-- CTA Box Content Start -->
|
||||
<div class="cta-box-content">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Ready to Join the Austin Cricket Community?
|
||||
Connect With Us Today!</h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
</div>
|
||||
<!-- CTA Box Content End -->
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<!-- CTA Box Btn Start -->
|
||||
<div class="cta-box-btn wow fadeInUp">
|
||||
<a href="/contact.html" class="btn-default btn-highlighted">join us</a>
|
||||
</div>
|
||||
<!-- CTA Box Btn End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- CTA Box Section End -->
|
||||
|
||||
|
||||
|
||||
<!-- Footer Start -->
|
||||
<footer class="main-footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<!-- About Footer Start -->
|
||||
<div class="about-footer">
|
||||
<!-- Footer Logo Start -->
|
||||
<div class="footer-logo">
|
||||
<img src="images/logo.png" alt="Footer Logo" style="width: 100px; height: auto;">
|
||||
</div>
|
||||
<!-- Footer Logo End -->
|
||||
|
||||
<!-- About Footer Content Start -->
|
||||
<div class="about-footer-content">
|
||||
<p id="age-text">Loading...</p>
|
||||
|
||||
<script>
|
||||
const foundingDate = new Date("2025-12-29");
|
||||
const now = new Date();
|
||||
|
||||
const months = (now.getFullYear() - foundingDate.getFullYear()) * 12
|
||||
+ (now.getMonth() - foundingDate.getMonth());
|
||||
|
||||
const years = Math.floor(months / 12);
|
||||
const remainingMonths = months % 12;
|
||||
|
||||
let duration = "";
|
||||
if (years > 0) duration += `${years} year${years > 1 ? "s" : ""}`;
|
||||
if (years > 0 && remainingMonths > 0) duration += " and ";
|
||||
if (remainingMonths > 0) duration += `${remainingMonths} month${remainingMonths > 1 ? "s" : ""}`;
|
||||
if (months === 0) duration = "less than a month";
|
||||
|
||||
document.getElementById("age-text").textContent =
|
||||
`TSCB has been proudly serving its community for ${duration}`;
|
||||
</script>
|
||||
</div>
|
||||
<!-- Footer Social Links Start -->
|
||||
<div class="footer-social-links">
|
||||
<ul>
|
||||
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i
|
||||
class="fa-brands fa-instagram"></i></a></li>
|
||||
<li><a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i class="fa-brands fa-youtube"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Footer Social Links End -->
|
||||
|
||||
</div>
|
||||
<!-- About Footer End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-md-3 col-6">
|
||||
<!-- About Links Start -->
|
||||
<div class="footer-links">
|
||||
<h3>quick links</h3>
|
||||
<ul>
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/about.html">about</a></li>
|
||||
<li><a href="/sponsors.html">sponsors</a></li>
|
||||
<li><a href="/contact.html">contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- About Links End -->
|
||||
</div>
|
||||
|
||||
<div class="col-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>
|
||||
|
||||
<!-- 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 -->
|
||||
<script src="js/jquery-3.7.1.min.js"></script>
|
||||
<!-- Bootstrap js file -->
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<!-- Validator js file -->
|
||||
<script src="js/validator.min.js"></script>
|
||||
<!-- SlickNav js file -->
|
||||
<script src="js/jquery.slicknav.js"></script>
|
||||
<!-- Swiper js file -->
|
||||
<script src="js/swiper-bundle.min.js"></script>
|
||||
<!-- Counter js file -->
|
||||
<script src="js/jquery.waypoints.min.js"></script>
|
||||
<script src="js/jquery.counterup.min.js"></script>
|
||||
<!-- Magnific js file -->
|
||||
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||
<!-- SmoothScroll -->
|
||||
<script src="js/SmoothScroll.js"></script>
|
||||
<!-- Parallax js -->
|
||||
<script src="js/parallaxie.js"></script>
|
||||
<!-- MagicCursor js file -->
|
||||
<script src="js/gsap.min.js"></script>
|
||||
<script src="js/magiccursor.js"></script>
|
||||
<!-- Text Effect js file -->
|
||||
<script src="js/SplitText.js"></script>
|
||||
<script src="js/ScrollTrigger.min.js"></script>
|
||||
<!-- YTPlayer js File -->
|
||||
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||
<!-- Audio js File -->
|
||||
<script src="js/plyr.js"></script>
|
||||
<!-- Wow js file -->
|
||||
<script src="js/wow.js"></script>
|
||||
<!-- Main Custom js file -->
|
||||
<script src="js/function.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
565
dallas-teams.html
Normal file
565
dallas-teams.html
Normal file
@@ -0,0 +1,565 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zxx">
|
||||
|
||||
<head>
|
||||
<!-- Meta -->
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="Keshav Anand">
|
||||
<!-- Page Title -->
|
||||
<title>Dallas Teams | TSCB</title>
|
||||
<!-- Favicon Icon -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
|
||||
<!-- Google Fonts Css-->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet">
|
||||
<!-- Bootstrap Css -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||
<!-- SlickNav Css -->
|
||||
<link href="css/slicknav.min.css" rel="stylesheet">
|
||||
<!-- Swiper Css -->
|
||||
<link rel="stylesheet" href="css/swiper-bundle.min.css">
|
||||
<!-- Font Awesome Icon Css-->
|
||||
<link href="css/all.css" rel="stylesheet" media="screen">
|
||||
<!-- Animated Css -->
|
||||
<link href="css/animate.css" rel="stylesheet">
|
||||
<!-- Magnific Popup Core Css File -->
|
||||
<link rel="stylesheet" href="css/magnific-popup.css">
|
||||
<!-- Mouse Cursor Css File -->
|
||||
<link rel="stylesheet" href="css/mousecursor.css">
|
||||
<!-- Audio Css File -->
|
||||
<link rel="stylesheet" href="css/plyr.css">
|
||||
<!-- Main Custom Css -->
|
||||
<link href="css/custom.css" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Preloader Start -->
|
||||
<div class="preloader">
|
||||
<div class="loading-container">
|
||||
<div class="loading"></div>
|
||||
<div id="loading-icon"><img src="images/loader.svg" alt=""></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Preloader End -->
|
||||
|
||||
<!-- Header Start -->
|
||||
<header class="main-header">
|
||||
<div class="header-sticky">
|
||||
<nav class="navbar navbar-expand-lg">
|
||||
<div class="container">
|
||||
<!-- Logo Start -->
|
||||
<a class="navbar-brand" href="./">
|
||||
<img src="images/logo.png" alt="Logo" style="width: 60px; height: auto;">
|
||||
</a>
|
||||
<!-- Logo End -->
|
||||
|
||||
<!-- Main Menu Start -->
|
||||
<div class="collapse navbar-collapse main-menu">
|
||||
<div class="nav-menu-wrapper">
|
||||
<ul class="navbar-nav mr-auto" id="menu">
|
||||
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="about.html">About Us</a></li>
|
||||
<li class="nav-item submenu"><a class="nav-link" href="#">Dallas Regionals</a>
|
||||
<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="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 submenu"><a class="nav-link" href="#">Austin Regionals</a>
|
||||
<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="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 highlighted-menu"><a class="nav-link" href="partners.html">Our
|
||||
Partners</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Let's Start Button Start -->
|
||||
<div class="header-btn d-inline-flex">
|
||||
<a href="partners.html" class="btn-default">Our Partners</a>
|
||||
</div>
|
||||
<!-- Let's Start Button End -->
|
||||
</div>
|
||||
<!-- Main Menu End -->
|
||||
<div class="navbar-toggle"></div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="responsive-menu"></div>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Header End -->
|
||||
|
||||
<!-- Page Header Start -->
|
||||
<div class="page-header">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-12">
|
||||
<!-- Page Header Box Start -->
|
||||
<div class="page-header-box">
|
||||
<h1 class="text-anime-style-2" data-cursor="-opaque"><span>Dallas Teams</span></h1>
|
||||
<nav class="wow fadeInUp">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="./">home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#">dallas regionals</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">dallas teams</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Page Header Box End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page Header End -->
|
||||
|
||||
<!-- Our Teams Section Start -->
|
||||
<div class="our-teams">
|
||||
<div class="container">
|
||||
<div class="row align-items-center section-row">
|
||||
<div class="col-lg-12">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">our teams</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Dallas Metroplex Cricket <span>Teams</span></h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Introduction Start -->
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="teams-intro wow fadeInUp" data-wow-delay="0.25s">
|
||||
<p>TSCB's Dallas region is home to a vibrant network of student-led high school cricket teams, each bringing passion, competition, and community spirit to the game. From Plano to Irving, our teams are more than just competitors—they are builders of friendship, mentors to younger players, and pioneers of cricket in Texas high schools.</p>
|
||||
<p>These teams operate with student leadership at the forefront, managing everything from practice schedules to match strategy. Whether you're a seasoned cricketer or just picking up a bat for the first time, our Dallas teams welcome you to join a supportive, competitive environment where cricket skills grow alongside leadership abilities.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Introduction End -->
|
||||
|
||||
<!-- Team Grid Start -->
|
||||
<div class="row">
|
||||
<!-- Team 1: Plano East Panthers -->
|
||||
<div class="col-lg-4 col-md-6">
|
||||
<!-- Team Member Item Start -->
|
||||
<div class="team-member-item wow fadeInUp">
|
||||
<!-- Team Image Start -->
|
||||
<div class="team-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/team-1.jpg" alt="Plano East Panthers">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Team Image End -->
|
||||
|
||||
<!-- Team Content Start -->
|
||||
<div class="team-content">
|
||||
<h3>Plano East Panthers</h3>
|
||||
<p>Leading the charge from Plano East High School with fierce competition and student leadership.</p>
|
||||
</div>
|
||||
<!-- Team Content End -->
|
||||
</div>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
|
||||
<!-- Team 2: Frisco Lone Star -->
|
||||
<div class="col-lg-4 col-md-6">
|
||||
<!-- Team Member Item Start -->
|
||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
|
||||
<!-- Team Image Start -->
|
||||
<div class="team-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/team-2.jpg" alt="Frisco Lone Star">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Team Image End -->
|
||||
|
||||
<!-- Team Content Start -->
|
||||
<div class="team-content">
|
||||
<h3>Frisco Lone Star</h3>
|
||||
<p>Representing Frisco High School with pride, passion, and a commitment to student-led operations.</p>
|
||||
</div>
|
||||
<!-- Team Content End -->
|
||||
</div>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
|
||||
<!-- Team 3: Prosper Predators -->
|
||||
<div class="col-lg-4 col-md-6">
|
||||
<!-- Team Member Item Start -->
|
||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
|
||||
<!-- Team Image Start -->
|
||||
<div class="team-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/team-3.jpg" alt="Prosper Predators">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Team Image End -->
|
||||
|
||||
<!-- Team Content Start -->
|
||||
<div class="team-content">
|
||||
<h3>Prosper Predators</h3>
|
||||
<p>Prosper High School's cricket powerhouse, driven by student leaders and competitive spirit.</p>
|
||||
</div>
|
||||
<!-- Team Content End -->
|
||||
</div>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
|
||||
<!-- Team 4: Irving High Chargers -->
|
||||
<div class="col-lg-4 col-md-6">
|
||||
<!-- Team Member Item Start -->
|
||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.6s">
|
||||
<!-- Team Image Start -->
|
||||
<div class="team-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/team-4.jpg" alt="Irving High Chargers">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Team Image End -->
|
||||
|
||||
<!-- Team Content Start -->
|
||||
<div class="team-content">
|
||||
<h3>Irving High Chargers</h3>
|
||||
<p>Charging forward from Irving High School with student-led initiatives and competitive excellence.</p>
|
||||
</div>
|
||||
<!-- Team Content End -->
|
||||
</div>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
|
||||
<!-- Team 5: Plano West Warriors -->
|
||||
<div class="col-lg-4 col-md-6">
|
||||
<!-- Team Member Item Start -->
|
||||
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
|
||||
<!-- Team Image Start -->
|
||||
<div class="team-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/team-5.jpg" alt="Plano West Warriors">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Team Image End -->
|
||||
|
||||
<!-- Team Content Start -->
|
||||
<div class="team-content">
|
||||
<h3>Plano West Warriors</h3>
|
||||
<p>Plano West High School's cricket team, building community and fostering student leadership.</p>
|
||||
</div>
|
||||
<!-- Team Content End -->
|
||||
</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/team-6.jpg" alt="Frisco Titans">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Team Image End -->
|
||||
|
||||
<!-- Team Content Start -->
|
||||
<div class="team-content">
|
||||
<h3>Frisco Titans</h3>
|
||||
<p>Another Frisco High School team, showcasing the depth of cricket talent in the metroplex.</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/team-7.jpg" alt="Prosper Patriots">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Team Image End -->
|
||||
|
||||
<!-- Team Content Start -->
|
||||
<div class="team-content">
|
||||
<h3>Prosper Patriots</h3>
|
||||
<p>A second Prosper High School team, expanding cricket opportunities for student athletes.</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/team-8.jpg" alt="Irving Lions">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Team Image End -->
|
||||
|
||||
<!-- Team Content Start -->
|
||||
<div class="team-content">
|
||||
<h3>Irving Lions</h3>
|
||||
<p>Irvine High School's second team, promoting cricket growth and student-led team management.</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/team-1.jpg" alt="Plano Hawks">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Team Image End -->
|
||||
|
||||
<!-- Team Content Start -->
|
||||
<div class="team-content">
|
||||
<h3>Plano Hawks</h3>
|
||||
<p>Completing the Dallas trio, Plano Hawks bring competitive cricket to the Plano community.</p>
|
||||
</div>
|
||||
<!-- Team Content End -->
|
||||
</div>
|
||||
<!-- Team Member Item End -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- Team Grid End -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- Our Teams Section End -->
|
||||
|
||||
<!-- Footer Start -->
|
||||
<footer class="main-footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<!-- About Footer Start -->
|
||||
<div class="about-footer">
|
||||
<!-- Footer Logo Start -->
|
||||
<div class="footer-logo">
|
||||
<img src="images/logo.png" alt="Footer Logo" style="width: 100px; height: auto;">
|
||||
</div>
|
||||
<!-- Footer Logo End -->
|
||||
|
||||
<!-- About Footer Content Start -->
|
||||
<div class="about-footer-content">
|
||||
<p id="age-text">Loading...</p>
|
||||
|
||||
<script>
|
||||
const foundingDate = new Date("2025-12-29");
|
||||
const now = new Date();
|
||||
|
||||
const months = (now.getFullYear() - foundingDate.getFullYear()) * 12
|
||||
+ (now.getMonth() - foundingDate.getMonth());
|
||||
|
||||
const years = Math.floor(months / 12);
|
||||
const remainingMonths = months % 12;
|
||||
|
||||
let duration = "";
|
||||
if (years > 0) duration += `${years} year${years > 1 ? "s" : ""}`;
|
||||
if (years > 0 && remainingMonths > 0) duration += " and ";
|
||||
if (remainingMonths > 0) duration += `${remainingMonths} month${remainingMonths > 1 ? "s" : ""}`;
|
||||
if (months === 0) duration = "less than a month";
|
||||
|
||||
document.getElementById("age-text").textContent =
|
||||
`TSCB has been proudly serving its community for ${duration}`;
|
||||
</script>
|
||||
</div>
|
||||
<!-- Footer Social Links Start -->
|
||||
<div class="footer-social-links">
|
||||
<ul>
|
||||
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i
|
||||
class="fa-brands fa-instagram"></i></a></li>
|
||||
<li><a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i class="fa-brands fa-youtube"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Footer Social Links End -->
|
||||
|
||||
</div>
|
||||
<!-- About Footer End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-md-3 col-6">
|
||||
<!-- About Links Start -->
|
||||
<div class="footer-links">
|
||||
<h3>quick links</h3>
|
||||
<ul>
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/about.html">about</a></li>
|
||||
<li><a href="/sponsors.html">sponsors</a></li>
|
||||
<li><a href="/contact.html">contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- About Links End -->
|
||||
</div>
|
||||
|
||||
<div class="col-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>
|
||||
|
||||
<!-- 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 -->
|
||||
<script src="js/jquery-3.7.1.min.js"></script>
|
||||
<!-- Bootstrap js file -->
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<!-- Validator js file -->
|
||||
<script src="js/validator.min.js"></script>
|
||||
<!-- SlickNav js file -->
|
||||
<script src="js/jquery.slicknav.js"></script>
|
||||
<!-- Swiper js file -->
|
||||
<script src="js/swiper-bundle.min.js"></script>
|
||||
<!-- Counter js file -->
|
||||
<script src="js/jquery.waypoints.min.js"></script>
|
||||
<script src="js/jquery.counterup.min.js"></script>
|
||||
<!-- Magnific js file -->
|
||||
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||
<!-- SmoothScroll -->
|
||||
<script src="js/SmoothScroll.js"></script>
|
||||
<!-- Parallax js -->
|
||||
<script src="js/parallaxie.js"></script>
|
||||
<!-- MagicCursor js file -->
|
||||
<script src="js/gsap.min.js"></script>
|
||||
<script src="js/magiccursor.js"></script>
|
||||
<!-- Text Effect js file -->
|
||||
<script src="js/SplitText.js"></script>
|
||||
<script src="js/ScrollTrigger.min.js"></script>
|
||||
<!-- YTPlayer js File -->
|
||||
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||
<!-- Audio js File -->
|
||||
<script src="js/plyr.js"></script>
|
||||
<!-- Wow js file -->
|
||||
<script src="js/wow.js"></script>
|
||||
<!-- Main Custom js file -->
|
||||
<script src="js/function.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
710
dallas.html
Normal file
710
dallas.html
Normal file
@@ -0,0 +1,710 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zxx">
|
||||
|
||||
<head>
|
||||
<!-- Meta -->
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="Keshav Anand">
|
||||
<!-- Page Title -->
|
||||
<title>Dallas Regionals | TSCB</title>
|
||||
<!-- Favicon Icon -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
|
||||
<!-- Google Fonts Css-->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet">
|
||||
<!-- Bootstrap Css -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||
<!-- SlickNav Css -->
|
||||
<link href="css/slicknav.min.css" rel="stylesheet">
|
||||
<!-- Swiper Css -->
|
||||
<link rel="stylesheet" href="css/swiper-bundle.min.css">
|
||||
<!-- Font Awesome Icon Css-->
|
||||
<link href="css/all.css" rel="stylesheet" media="screen">
|
||||
<!-- Animated Css -->
|
||||
<link href="css/animate.css" rel="stylesheet">
|
||||
<!-- Magnific Popup Core Css File -->
|
||||
<link rel="stylesheet" href="css/magnific-popup.css">
|
||||
<!-- Mouse Cursor Css File -->
|
||||
<link rel="stylesheet" href="css/mousecursor.css">
|
||||
<!-- Audio Css File -->
|
||||
<link rel="stylesheet" href="css/plyr.css">
|
||||
<!-- Main Custom Css -->
|
||||
<link href="css/custom.css" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Preloader Start -->
|
||||
<div class="preloader">
|
||||
<div class="loading-container">
|
||||
<div class="loading"></div>
|
||||
<div id="loading-icon"><img src="images/loader.svg" alt=""></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Preloader End -->
|
||||
|
||||
<!-- Header Start -->
|
||||
<header class="main-header">
|
||||
<div class="header-sticky">
|
||||
<nav class="navbar navbar-expand-lg">
|
||||
<div class="container">
|
||||
<!-- Logo Start -->
|
||||
<a class="navbar-brand" href="./">
|
||||
<img src="images/logo.png" alt="Logo" style="width: 60px; height: auto;">
|
||||
</a>
|
||||
<!-- Logo End -->
|
||||
|
||||
<!-- Main Menu Start -->
|
||||
<div class="collapse navbar-collapse main-menu">
|
||||
<div class="nav-menu-wrapper">
|
||||
<ul class="navbar-nav mr-auto" id="menu">
|
||||
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="about.html">About Us</a></li>
|
||||
<li class="nav-item submenu"><a class="nav-link" href="#">Dallas Regionals</a>
|
||||
<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="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 submenu"><a class="nav-link" href="#">Austin Regionals</a>
|
||||
<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="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 highlighted-menu"><a class="nav-link" href="partners.html">Our
|
||||
Partners</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Let's Start Button Start -->
|
||||
<div class="header-btn d-inline-flex">
|
||||
<a href="partners.html" class="btn-default">Our Partners</a>
|
||||
</div>
|
||||
<!-- Let's Start Button End -->
|
||||
</div>
|
||||
<!-- Main Menu End -->
|
||||
<div class="navbar-toggle"></div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="responsive-menu"></div>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Header End -->
|
||||
|
||||
<!-- Page Header Start -->
|
||||
<div class="page-header">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-12">
|
||||
<!-- Page Header Box Start -->
|
||||
<div class="page-header-box">
|
||||
<h1 class="text-anime-style-2" data-cursor="-opaque">Dallas <span>Regionals</span></h1>
|
||||
<nav class="wow fadeInUp">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="./">home</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">dallas regionals</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Page Header Box End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page Header End -->
|
||||
|
||||
<!-- About Us Section Start -->
|
||||
<div class="about-us">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
|
||||
<div class="col-lg-6">
|
||||
<!-- About Content Start -->
|
||||
<div class="about-content">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">dallas regionals</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Connecting Dallas Metroplex Schools Through Cricket</h2>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.25s">Connecting schools in the Dallas metroplex through competitive cricket matches. Our Dallas Regionals brings together talented students from Plano, Frisco, Prosper, and Irving to compete, connect, and grow the sport they love.</p>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
|
||||
<!-- About Content Start -->
|
||||
<div class="about-content">
|
||||
<div class="about-content-body">
|
||||
<p class="wow fadeInUp" data-wow-delay="0.25s">The Dallas Regionals serves as the cornerstone of TSCB's mission in North Texas, bringing together nine dynamic high school cricket teams across one of America's most diverse metropolitan areas. From the thriving cricket programs in Plano and Frisco to the emerging teams in Prosper and Irving, our Dallas community represents the future of competitive high school cricket in the state.</p>
|
||||
|
||||
<p class="wow fadeInUp" data-wow-delay="0.5s">Led entirely by student organizers, the Dallas Regionals provides a platform where young cricketers take ownership of their competitive journey. Students manage league operations, coordinate match schedules, develop officiating protocols, and foster a culture of sportsmanship that extends far beyond the boundary ropes. This student-led approach not only builds leadership skills but also creates a sustainable model for cricket growth across Texas.</p>
|
||||
|
||||
<p class="wow fadeInUp" data-wow-delay="0.75s">As the Dallas cricket community continues to expand, we're seeing students from all backgrounds find common ground through the sport. The Regionals serves as more than just competition—it's a bridge connecting schools, building friendships, and establishing Dallas as a hub for high school cricket excellence. Whether you're a seasoned player or picking up a bat for the first time, there's a place for you in our growing Dallas cricket family.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About Content End -->
|
||||
</div>
|
||||
<!-- About Content End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<!-- About Image Start -->
|
||||
<div class="about-image">
|
||||
<div class="about-img-1">
|
||||
<figure class="image-anime reveal">
|
||||
<img src="images/cricket.png" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<div class="about-img-2">
|
||||
<figure class="image-anime reveal">
|
||||
<img src="images/match.png" alt="" style="width: 348px; height: 454px;">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About Image End -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- About Us Section End -->
|
||||
|
||||
<p></p>
|
||||
<p> </p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
||||
<!-- Teams Overview Section Start -->
|
||||
<div class="teams-overview">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-12">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">meet the teams</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Nine Dallas Schools, <span>One Cricket Community</span></h2>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.25s">Our Dallas Regionals brings together nine high school cricket teams, each representing their school's unique spirit and dedication to the sport.</p>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
|
||||
<div class="teams-footer wow fadeInUp" data-wow-delay="0.5s">
|
||||
<a href="dallas-teams.html" class="btn-default">View All Dallas Teams</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Teams Overview Section End -->
|
||||
|
||||
<!-- Our Counter Section Start -->
|
||||
<div class="our-counter">
|
||||
<div class="container">
|
||||
<div class="row counter-box">
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<!-- Counter Item Start -->
|
||||
<div class="counter-item">
|
||||
<!-- Counter Title Start -->
|
||||
<div class="counter-title">
|
||||
<h2><span class="counter">9</span>+</h2>
|
||||
</div>
|
||||
<!-- Counter Title End -->
|
||||
|
||||
<!-- Counter Content Start -->
|
||||
<div class="counter-content">
|
||||
<h3>Dallas Teams</h3>
|
||||
<p>Nine high schools from Plano, Frisco, Prosper, and Irving united through cricket.</p>
|
||||
</div>
|
||||
<!-- Counter Content End -->
|
||||
</div>
|
||||
<!-- Counter Item End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<!-- Counter Item Start -->
|
||||
<div class="counter-item">
|
||||
<!-- Counter Title Start -->
|
||||
<div class="counter-title">
|
||||
<h2><span class="counter">15</span>+</h2>
|
||||
</div>
|
||||
<!-- Counter Title End -->
|
||||
|
||||
<!-- Counter Content Start -->
|
||||
<div class="counter-content">
|
||||
<h3>Cities Connected</h3>
|
||||
<p>Dallas Regionals spans multiple cities across the metroplex.</p>
|
||||
</div>
|
||||
<!-- Counter Content End -->
|
||||
</div>
|
||||
<!-- Counter Item End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<!-- Counter Item Start -->
|
||||
<div class="counter-item">
|
||||
<!-- Counter Title Start -->
|
||||
<div class="counter-title">
|
||||
<h2><span class="counter">200</span>+</h2>
|
||||
</div>
|
||||
<!-- Counter Title End -->
|
||||
|
||||
<!-- Counter Content Start -->
|
||||
<div class="counter-content">
|
||||
<h3>Dallas Cricketers</h3>
|
||||
<p>Student athletes from across the Dallas metroplex competing for excellence.</p>
|
||||
</div>
|
||||
<!-- Counter Content End -->
|
||||
</div>
|
||||
<!-- Counter Item End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<!-- Counter Item Start -->
|
||||
<div class="counter-item">
|
||||
<!-- Counter Title Start -->
|
||||
<div class="counter-title">
|
||||
<h2><span class="counter">12</span>+</h2>
|
||||
</div>
|
||||
<!-- Counter Title End -->
|
||||
|
||||
<!-- Counter Content Start -->
|
||||
<div class="counter-content">
|
||||
<h3>Matches Played</h3>
|
||||
<p>Dallas Regionals has hosted numerous competitive matches in its inaugural season.</p>
|
||||
</div>
|
||||
<!-- Counter Content End -->
|
||||
</div>
|
||||
<!-- Counter Item End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Our Counter Section End -->
|
||||
|
||||
|
||||
<!-- Our Mission Section Start -->
|
||||
<div class="our-mission">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6">
|
||||
<div class="mission-content">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">why dallas regionals</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Building Leadership Through <span>Competitive Cricket</span></h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
|
||||
<!-- Mission Content Body Start -->
|
||||
<div class="mission-content-body">
|
||||
<h3 class="wow fadeInUp" data-wow-delay="0.25s">The Dallas Regionals exemplifies TSCB's commitment to student-led competition and educational sport.</h3>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.5s">Beyond the boundary lines, Dallas cricketers develop invaluable skills: organizing tournaments, communicating with opposing schools, managing game day operations, and upholding the values of fair play. These experiences prepare them not just as athletes, but as leaders who can make a difference in their schools and communities.</p>
|
||||
</div>
|
||||
<!-- Mission Content Body End -->
|
||||
|
||||
<!-- Mission Content Footer Start -->
|
||||
<div class="mission-content-footer wow fadeInUp" data-wow-delay="0.75s">
|
||||
<a href="/contact.html" class="btn-default">join the league</a>
|
||||
</div>
|
||||
<!-- Mission Content Footer End -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<!-- Mission Image Start -->
|
||||
<div class="mission-image">
|
||||
<!-- Mission Image Start -->
|
||||
<div class="mission-img">
|
||||
<figure class="image-anime reveal">
|
||||
<img src="images/about.gif" style="width: 450px; height: 750px;" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Mission Image End -->
|
||||
|
||||
<!-- Mission Life Circle Start -->
|
||||
<div class="mission-life-circle">
|
||||
<img src="images/hero-bg.jpg" alt="" style="width: 160px; height: auto;">
|
||||
</div>
|
||||
<!-- Mission Life Circle End -->
|
||||
</div>
|
||||
<!-- Mission Image End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Our Mission Section End -->
|
||||
|
||||
<!-- Our Services Section Start -->
|
||||
<div class="our-services">
|
||||
<div class="container">
|
||||
<div class="row section-row">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">dallas regionals</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">What Makes Our <span>Dallas Community</span> Unique</h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-18 col-md-6">
|
||||
<!-- Service Item Start -->
|
||||
<div class="service-item wow fadeInUp">
|
||||
<!-- Icon Box Start -->
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-about-list-1.svg" alt="">
|
||||
</div>
|
||||
<!-- Icon Box End -->
|
||||
|
||||
<!-- Service Body Start -->
|
||||
<div class="service-body">
|
||||
<h3>Student Leadership</h3>
|
||||
<p>Every aspect of the Dallas Regionals is managed by high school students, from league coordination to match officiating.</p>
|
||||
</div>
|
||||
<!-- Service Body End -->
|
||||
|
||||
<!-- Service Footer Start -->
|
||||
<div class="service-footer">
|
||||
<div class="service-content">
|
||||
<h3>student-led</h3>
|
||||
</div>
|
||||
<div class="service-btn">
|
||||
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Service Footer End -->
|
||||
</div>
|
||||
<!-- Service Item End -->
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-lg-18 col-md-6">
|
||||
<!-- Service Item Start -->
|
||||
<div class="service-item wow fadeInUp" data-wow-delay="0.75s">
|
||||
<!-- Icon Box Start -->
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-about-list-2.svg" alt="">
|
||||
</div>
|
||||
<!-- Icon Box End -->
|
||||
|
||||
<!-- Service Body Start -->
|
||||
<div class="service-body">
|
||||
<h3>Competitive Excellence</h3>
|
||||
<p>High-level competition that challenges players while maintaining the spirit of sportsmanship and mutual respect.</p>
|
||||
</div>
|
||||
<!-- Service Body End -->
|
||||
|
||||
<!-- Service Footer Start -->
|
||||
<div class="service-footer">
|
||||
<div class="service-content">
|
||||
<h3>competitive</h3>
|
||||
</div>
|
||||
<div class="service-btn">
|
||||
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Service Footer End -->
|
||||
</div>
|
||||
<!-- Service Item End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-18 col-md-6">
|
||||
<!-- Service Item Start -->
|
||||
<div class="service-item wow fadeInUp" data-wow-delay="1s">
|
||||
<!-- Icon Box Start -->
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-about-list-3.svg" alt="">
|
||||
</div>
|
||||
<!-- Icon Box End -->
|
||||
|
||||
<!-- Service Body Start -->
|
||||
<div class="service-body">
|
||||
<h3>Community Connection</h3>
|
||||
<p>Building bridges between schools in Plano, Frisco, Prosper, and Irving through shared passion for cricket.</p>
|
||||
</div>
|
||||
<!-- Service Body End -->
|
||||
|
||||
<!-- Service Footer Start -->
|
||||
<div class="service-footer">
|
||||
<div class="service-content">
|
||||
<h3>community</h3>
|
||||
</div>
|
||||
<div class="service-btn">
|
||||
<a href="#" class="readmore-btn"><img src="images/arrow-white.svg" alt=""></a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Service Footer End -->
|
||||
</div>
|
||||
<!-- Service Item End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Our Services Section End -->
|
||||
|
||||
<!-- Service Ticker Start -->
|
||||
<div class="service-ticker">
|
||||
<div class="scrolling-ticker">
|
||||
<div class="scrolling-ticker-box">
|
||||
<div class="scrolling-content">
|
||||
<span><img src="images/icon-asterisk.svg" alt="">Cricket</span>
|
||||
<span><img src="images/icon-asterisk.svg" alt="">Leadership</span>
|
||||
<span><img src="images/icon-asterisk.svg" alt="">Community</span>
|
||||
<span><img src="images/icon-asterisk.svg" alt="">Youth Involvement</span>
|
||||
<span><img src="images/icon-asterisk.svg" alt="">Fun</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Service Ticker End -->
|
||||
|
||||
<p></p>
|
||||
<p></p>
|
||||
|
||||
<!-- CTA Box Section Start -->
|
||||
<div class="cta-box">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-9">
|
||||
<!-- CTA Box Content Start -->
|
||||
<div class="cta-box-content">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Ready to Join the Dallas Cricket Community?
|
||||
Contact Us Today!</h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
</div>
|
||||
<!-- CTA Box Content End -->
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<!-- CTA Box Btn Start -->
|
||||
<div class="cta-box-btn wow fadeInUp">
|
||||
<a href="/contact.html" class="btn-default btn-highlighted">join us</a>
|
||||
</div>
|
||||
<!-- CTA Box Btn End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- CTA Box Section End -->
|
||||
|
||||
|
||||
|
||||
<!-- Footer Start -->
|
||||
<footer class="main-footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<!-- About Footer Start -->
|
||||
<div class="about-footer">
|
||||
<!-- Footer Logo Start -->
|
||||
<div class="footer-logo">
|
||||
<img src="images/logo.png" alt="Footer Logo" style="width: 100px; height: auto;">
|
||||
</div>
|
||||
<!-- Footer Logo End -->
|
||||
|
||||
<!-- About Footer Content Start -->
|
||||
<div class="about-footer-content">
|
||||
<p id="age-text">Loading...</p>
|
||||
|
||||
<script>
|
||||
const foundingDate = new Date("2025-12-29");
|
||||
const now = new Date();
|
||||
|
||||
const months = (now.getFullYear() - foundingDate.getFullYear()) * 12
|
||||
+ (now.getMonth() - foundingDate.getMonth());
|
||||
|
||||
const years = Math.floor(months / 12);
|
||||
const remainingMonths = months % 12;
|
||||
|
||||
let duration = "";
|
||||
if (years > 0) duration += `${years} year${years > 1 ? "s" : ""}`;
|
||||
if (years > 0 && remainingMonths > 0) duration += " and ";
|
||||
if (remainingMonths > 0) duration += `${remainingMonths} month${remainingMonths > 1 ? "s" : ""}`;
|
||||
if (months === 0) duration = "less than a month";
|
||||
|
||||
document.getElementById("age-text").textContent =
|
||||
`TSCB has been proudly serving its community for ${duration}`;
|
||||
</script>
|
||||
</div>
|
||||
<!-- Footer Social Links Start -->
|
||||
<div class="footer-social-links">
|
||||
<ul>
|
||||
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i
|
||||
class="fa-brands fa-instagram"></i></a></li>
|
||||
<li><a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i class="fa-brands fa-youtube"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Footer Social Links End -->
|
||||
|
||||
</div>
|
||||
<!-- About Footer End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-md-3 col-6">
|
||||
<!-- About Links Start -->
|
||||
<div class="footer-links">
|
||||
<h3>quick links</h3>
|
||||
<ul>
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/about.html">about</a></li>
|
||||
<li><a href="/sponsors.html">sponsors</a></li>
|
||||
<li><a href="/contact.html">contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- About Links End -->
|
||||
</div>
|
||||
|
||||
<div class="col-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>
|
||||
|
||||
<!-- 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 -->
|
||||
<script src="js/jquery-3.7.1.min.js"></script>
|
||||
<!-- Bootstrap js file -->
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<!-- Validator js file -->
|
||||
<script src="js/validator.min.js"></script>
|
||||
<!-- SlickNav js file -->
|
||||
<script src="js/jquery.slicknav.js"></script>
|
||||
<!-- Swiper js file -->
|
||||
<script src="js/swiper-bundle.min.js"></script>
|
||||
<!-- Counter js file -->
|
||||
<script src="js/jquery.waypoints.min.js"></script>
|
||||
<script src="js/jquery.counterup.min.js"></script>
|
||||
<!-- Magnific js file -->
|
||||
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||
<!-- SmoothScroll -->
|
||||
<script src="js/SmoothScroll.js"></script>
|
||||
<!-- Parallax js -->
|
||||
<script src="js/parallaxie.js"></script>
|
||||
<!-- MagicCursor js file -->
|
||||
<script src="js/gsap.min.js"></script>
|
||||
<script src="js/magiccursor.js"></script>
|
||||
<!-- Text Effect js file -->
|
||||
<script src="js/SplitText.js"></script>
|
||||
<script src="js/ScrollTrigger.min.js"></script>
|
||||
<!-- YTPlayer js File -->
|
||||
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||
<!-- Audio js File -->
|
||||
<script src="js/plyr.js"></script>
|
||||
<!-- Wow js file -->
|
||||
<script src="js/wow.js"></script>
|
||||
<!-- Main Custom js file -->
|
||||
<script src="js/function.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
378
league-status.html
Normal file
378
league-status.html
Normal file
@@ -0,0 +1,378 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zxx">
|
||||
|
||||
<head>
|
||||
<!-- Meta -->
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="Keshav Anand">
|
||||
<!-- Page Title -->
|
||||
<title>League Status | TSCB</title>
|
||||
<!-- Favicon Icon -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
|
||||
<!-- Google Fonts Css-->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet">
|
||||
<!-- Bootstrap Css -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||
<!-- SlickNav Css -->
|
||||
<link href="css/slicknav.min.css" rel="stylesheet">
|
||||
<!-- Swiper Css -->
|
||||
<link rel="stylesheet" href="css/swiper-bundle.min.css">
|
||||
<!-- Font Awesome Icon Css-->
|
||||
<link href="css/all.css" rel="stylesheet" media="screen">
|
||||
<!-- Animated Css -->
|
||||
<link href="css/animate.css" rel="stylesheet">
|
||||
<!-- Magnific Popup Core Css File -->
|
||||
<link rel="stylesheet" href="css/magnific-popup.css">
|
||||
<!-- Mouse Cursor Css File -->
|
||||
<link rel="stylesheet" href="css/mousecursor.css">
|
||||
<!-- Audio Css File -->
|
||||
<link rel="stylesheet" href="css/plyr.css">
|
||||
<!-- Main Custom Css -->
|
||||
<link href="css/custom.css" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Preloader Start -->
|
||||
<div class="preloader">
|
||||
<div class="loading-container">
|
||||
<div class="loading"></div>
|
||||
<div id="loading-icon"><img src="images/loader.svg" alt=""></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Preloader End -->
|
||||
|
||||
<!-- Header Start -->
|
||||
<header class="main-header">
|
||||
<div class="header-sticky">
|
||||
<nav class="navbar navbar-expand-lg">
|
||||
<div class="container">
|
||||
<!-- Logo Start -->
|
||||
<a class="navbar-brand" href="./">
|
||||
<img src="images/logo.png" alt="Logo" style="width: 60px; height: auto;">
|
||||
</a>
|
||||
<!-- Logo End -->
|
||||
|
||||
<!-- Main Menu Start -->
|
||||
<div class="collapse navbar-collapse main-menu">
|
||||
<div class="nav-menu-wrapper">
|
||||
<ul class="navbar-nav mr-auto" id="menu">
|
||||
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="about.html">About Us</a></li>
|
||||
<li class="nav-item submenu"><a class="nav-link" href="#">Dallas Regionals</a>
|
||||
<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="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 submenu"><a class="nav-link" href="#">Austin Regionals</a>
|
||||
<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="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 highlighted-menu"><a class="nav-link" href="partners.html">Our
|
||||
Partners</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Let's Start Button Start -->
|
||||
<div class="header-btn d-inline-flex">
|
||||
<a href="partners.html" class="btn-default">Our Partners</a>
|
||||
</div>
|
||||
<!-- Let's Start Button End -->
|
||||
</div>
|
||||
<!-- Main Menu End -->
|
||||
<div class="navbar-toggle"></div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="responsive-menu"></div>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Header End -->
|
||||
|
||||
<!-- Page Header Start -->
|
||||
<div class="page-header">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-12">
|
||||
<!-- Page Header Box Start -->
|
||||
<div class="page-header-box">
|
||||
<h1 class="text-anime-style-2" data-cursor="-opaque">League <span>Status</span></h1>
|
||||
<nav class="wow fadeInUp">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="./">home</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">league status</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Page Header Box End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page Header End -->
|
||||
|
||||
<!-- Main Content Section Start -->
|
||||
<div class="league-status-section">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-10">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title text-center">
|
||||
<h3 class="wow fadeInUp">league status</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Live Rankings & Match Results</h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
|
||||
<!-- Coming Soon Message Start -->
|
||||
<div class="coming-soon-message wow fadeInUp" data-wow-delay="0.25s">
|
||||
<p class="main-message">Coming Soon - Live league statistics and rankings</p>
|
||||
<p class="description">We're working on bringing you real-time standings, match results, and player statistics. This page will be updated regularly throughout the season.</p>
|
||||
</div>
|
||||
<!-- Coming Soon Message End -->
|
||||
|
||||
<!-- Table Structure Start -->
|
||||
<div class="league-table-container wow fadeInUp" data-wow-delay="0.5s">
|
||||
<table class="league-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Team</th>
|
||||
<th>Matches</th>
|
||||
<th>Won</th>
|
||||
<th>Lost</th>
|
||||
<th>Points</th>
|
||||
<th>NRR</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- Data will be populated dynamically -->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- Table Structure End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Main Content Section End -->
|
||||
|
||||
<!-- Footer Start -->
|
||||
<footer class="main-footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<!-- About Footer Start -->
|
||||
<div class="about-footer">
|
||||
<!-- Footer Logo Start -->
|
||||
<div class="footer-logo">
|
||||
<img src="images/logo.png" alt="Footer Logo" style="width: 100px; height: auto;">
|
||||
</div>
|
||||
<!-- Footer Logo End -->
|
||||
|
||||
<!-- About Footer Content Start -->
|
||||
<div class="about-footer-content">
|
||||
<p id="age-text">Loading...</p>
|
||||
|
||||
<script>
|
||||
const foundingDate = new Date("2025-12-29");
|
||||
const now = new Date();
|
||||
|
||||
const months = (now.getFullYear() - foundingDate.getFullYear()) * 12
|
||||
+ (now.getMonth() - foundingDate.getMonth());
|
||||
|
||||
const years = Math.floor(months / 12);
|
||||
const remainingMonths = months % 12;
|
||||
|
||||
let duration = "";
|
||||
if (years > 0) duration += `${years} year${years > 1 ? "s" : ""}`;
|
||||
if (years > 0 && remainingMonths > 0) duration += " and ";
|
||||
if (remainingMonths > 0) duration += `${remainingMonths} month${remainingMonths > 1 ? "s" : ""}`;
|
||||
if (months === 0) duration = "less than a month";
|
||||
|
||||
document.getElementById("age-text").textContent =
|
||||
`TSCB has been proudly serving its community for ${duration}`;
|
||||
</script>
|
||||
</div>
|
||||
<!-- Footer Social Links Start -->
|
||||
<div class="footer-social-links">
|
||||
<ul>
|
||||
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i
|
||||
class="fa-brands fa-instagram"></i></a></li>
|
||||
<li><a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i class="fa-brands fa-youtube"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Footer Social Links End -->
|
||||
|
||||
</div>
|
||||
<!-- About Footer End -->
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-md-3 col-6">
|
||||
<!-- About Links Start -->
|
||||
<div class="footer-links">
|
||||
<h3>quick links</h3>
|
||||
<ul>
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/about.html">about</a></li>
|
||||
<li><a href="/sponsors.html">sponsors</a></li>
|
||||
<li><a href="/contact.html">contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- About Links End -->
|
||||
</div>
|
||||
|
||||
<div class="col-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>
|
||||
|
||||
<!-- 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 -->
|
||||
<script src="js/jquery-3.7.1.min.js"></script>
|
||||
<!-- Bootstrap js file -->
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<!-- Validator js file -->
|
||||
<script src="js/validator.min.js"></script>
|
||||
<!-- SlickNav js file -->
|
||||
<script src="js/jquery.slicknav.js"></script>
|
||||
<!-- Swiper js file -->
|
||||
<script src="js/swiper-bundle.min.js"></script>
|
||||
<!-- Counter js file -->
|
||||
<script src="js/jquery.waypoints.min.js"></script>
|
||||
<script src="js/jquery.counterup.min.js"></script>
|
||||
<!-- Magnific js file -->
|
||||
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||
<!-- SmoothScroll -->
|
||||
<script src="js/SmoothScroll.js"></script>
|
||||
<!-- Parallax js -->
|
||||
<script src="js/parallaxie.js"></script>
|
||||
<!-- MagicCursor js file -->
|
||||
<script src="js/gsap.min.js"></script>
|
||||
<script src="js/magiccursor.js"></script>
|
||||
<!-- Text Effect js file -->
|
||||
<script src="js/SplitText.js"></script>
|
||||
<script src="js/ScrollTrigger.min.js"></script>
|
||||
<!-- YTPlayer js File -->
|
||||
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||
<!-- Audio js File -->
|
||||
<script src="js/plyr.js"></script>
|
||||
<!-- Wow js file -->
|
||||
<script src="js/wow.js"></script>
|
||||
<!-- Main Custom js file -->
|
||||
<script src="js/function.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user