diff --git a/.opencode/tscb-regional-pages-implementation-plan.md b/.opencode/tscb-regional-pages-implementation-plan.md new file mode 100644 index 0000000..ab6dad7 --- /dev/null +++ b/.opencode/tscb-regional-pages-implementation-plan.md @@ -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) diff --git a/austin-teams.html b/austin-teams.html new file mode 100644 index 0000000..92ab466 --- /dev/null +++ b/austin-teams.html @@ -0,0 +1,527 @@ + + + + + + + + + + + + + Austin Teams | TSCB + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + +
+
+ +
+
+
+ + + + + + + +
+
+
+
+ +
+

+

our teams

+

Austin Metroplex Cricket Teams

+
+ +
+ + +
+
+

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.

+

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.

+
+
+ + +
+ +
+
+ +
+ +
+ +
+
+ Leander Eagles Team Logo +
+
+ + + +
+

leander eagles

+

Leander, TX

+
+ +
+ +
+ +
+ +
+ +
+
+ Round Rock Rangers Team Logo +
+
+ + + +
+

round rock rangers

+

Round Rock, TX

+
+ +
+ +
+ +
+ +
+ +
+
+ Cedar Park Cavaliers Team Logo +
+
+ + + +
+

cedar park cavaliers

+

Cedar Park, TX

+
+ +
+ +
+ + +
+ +
+ +
+
+ West Lake Highlanders Team Logo +
+
+ + + +
+

west lake highlanders

+

West Lake Hills, TX

+
+ +
+ +
+ +
+ +
+ +
+
+ Leander Hawks Team Logo +
+
+ + + +
+

leander hawks

+

Leander, TX

+
+ +
+ +
+ +
+ +
+ +
+
+ Round Rock Riders Team Logo +
+
+ + + +
+

round rock riders

+

Round Rock, TX

+
+ +
+ +
+ + +
+ +
+ +
+
+ Cedar Park Crusaders Team Logo +
+
+ + + +
+

cedar park crusaders

+

Cedar Park, TX

+
+ +
+ +
+ +
+ +
+ +
+
+ West Lake Warriors Team Logo +
+
+ + + +
+

west lake warriors

+

West Lake Hills, TX

+
+ +
+ +
+ +
+ +
+ +
+
+ Austin Prep Titans Team Logo +
+
+ + + +
+

austin prep titans

+

Austin, TX

+
+ +
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/austin.html b/austin.html new file mode 100644 index 0000000..c54c19a --- /dev/null +++ b/austin.html @@ -0,0 +1,632 @@ + + + + + + + + + + + + + Austin Regionals | TSCB + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + +
+
+ +
+
+
+ + + + + + + +
+
+
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+ +
+ +
+ +
+

austin regionals

+

Connecting Austin-Area Schools Through Cricket

+

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.

+

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.

+
+ + + +
+ +
+ +
+
+ +
+
+

Play Competitive Matches

+
+
+ + + +
+
+ +
+
+

Train the Next Generation

+
+
+ + + +
+
+ +
+
+

Connect Statewide Talent

+
+
+ + + +
+
+ +
+
+

Build the Cricket Community

+
+
+ +
+ +
+ +
+
+
+
+ + +

+

+ +

+ + + +
+
+
+
+ +
+ +
+

9+

+
+ + + +
+

Austin Teams

+

Our Austin Regionals encompasses 9 high school teams from the metroplex area.

+
+ +
+ +
+ +
+ +
+ +
+

4

+
+ + + +
+

Regions Covered

+

Leander, Round Rock, Cedar Park, and West Lake Hills are all represented in our league.

+
+ +
+ +
+ +
+ +
+ +
+

150+

+
+ + + +
+

Austin Cricketers

+

Hundreds of talented students across Austin-area schools participate in our programs.

+
+ +
+ +
+ +
+ +
+ +
+

15+

+
+ + + +
+

Matches Played

+

Our Austin teams have competed in numerous matches, building experience and rivalry.

+
+ +
+ +
+
+
+
+ + + + + +
+
+
+
+
+ +
+

our mission

+

Growing Cricket in Austin

+
+ + + +
+

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.

+

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.

+
+ + + + + +
+
+ +
+ +
+ +
+
+ +
+
+ + + +
+ +
+ +
+ +
+
+
+
+ + + +
+
+
+ +
+

our teams

+

Meet The 9 Austin Teams

+
+ +
+ +
+
+

+ 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. +

+ +
+
+
+
+ + +
+ + + +
+
+
+
+ +
+ +
+

Ready to Join the Austin Cricket Community? + Connect With Us Today!

+
+ +
+ +
+ +
+ +
+ join us +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dallas-teams.html b/dallas-teams.html new file mode 100644 index 0000000..8be4348 --- /dev/null +++ b/dallas-teams.html @@ -0,0 +1,565 @@ + + + + + + + + + + + + + Dallas Teams | TSCB + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + +
+
+ +
+
+
+ + + + + + + +
+
+
+
+ +
+

our teams

+

Dallas Metroplex Cricket Teams

+
+ +
+
+ + +
+
+
+

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.

+

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.

+
+
+
+ + + +
+ +
+ +
+ +
+
+ Plano East Panthers +
+
+ + + +
+

Plano East Panthers

+

Leading the charge from Plano East High School with fierce competition and student leadership.

+
+ +
+ +
+ + +
+ +
+ +
+
+ Frisco Lone Star +
+
+ + + +
+

Frisco Lone Star

+

Representing Frisco High School with pride, passion, and a commitment to student-led operations.

+
+ +
+ +
+ + +
+ +
+ +
+
+ Prosper Predators +
+
+ + + +
+

Prosper Predators

+

Prosper High School's cricket powerhouse, driven by student leaders and competitive spirit.

+
+ +
+ +
+ + +
+ +
+ +
+
+ Irving High Chargers +
+
+ + + +
+

Irving High Chargers

+

Charging forward from Irving High School with student-led initiatives and competitive excellence.

+
+ +
+ +
+ + +
+ +
+ +
+
+ Plano West Warriors +
+
+ + + +
+

Plano West Warriors

+

Plano West High School's cricket team, building community and fostering student leadership.

+
+ +
+ +
+ + +
+ +
+ +
+
+ Frisco Titans +
+
+ + + +
+

Frisco Titans

+

Another Frisco High School team, showcasing the depth of cricket talent in the metroplex.

+
+ +
+ +
+ + +
+ +
+ +
+
+ Prosper Patriots +
+
+ + + +
+

Prosper Patriots

+

A second Prosper High School team, expanding cricket opportunities for student athletes.

+
+ +
+ +
+ + +
+ +
+ +
+
+ Irving Lions +
+
+ + + +
+

Irving Lions

+

Irvine High School's second team, promoting cricket growth and student-led team management.

+
+ +
+ +
+ + +
+ +
+ +
+
+ Plano Hawks +
+
+ + + +
+

Plano Hawks

+

Completing the Dallas trio, Plano Hawks bring competitive cricket to the Plano community.

+
+ +
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dallas.html b/dallas.html new file mode 100644 index 0000000..57b2917 --- /dev/null +++ b/dallas.html @@ -0,0 +1,710 @@ + + + + + + + + + + + + + Dallas Regionals | TSCB + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + +
+
+ +
+
+
+ + + + + + + +
+
+
+ +
+ +
+ +
+

dallas regionals

+

Connecting Dallas Metroplex Schools Through Cricket

+

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.

+
+ + + +
+
+

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.

+ +

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.

+ +

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.

+
+
+ +
+ +
+ +
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+ +
+
+ + +

+

+ +

+ + + +
+
+
+
+ +
+

meet the teams

+

Nine Dallas Schools, One Cricket Community

+

Our Dallas Regionals brings together nine high school cricket teams, each representing their school's unique spirit and dedication to the sport.

+
+ + + +
+
+
+
+ + + +
+
+
+
+ +
+ +
+

9+

+
+ + + +
+

Dallas Teams

+

Nine high schools from Plano, Frisco, Prosper, and Irving united through cricket.

+
+ +
+ +
+ +
+ +
+ +
+

15+

+
+ + + +
+

Cities Connected

+

Dallas Regionals spans multiple cities across the metroplex.

+
+ +
+ +
+ +
+ +
+ +
+

200+

+
+ + + +
+

Dallas Cricketers

+

Student athletes from across the Dallas metroplex competing for excellence.

+
+ +
+ +
+ +
+ +
+ +
+

12+

+
+ + + +
+

Matches Played

+

Dallas Regionals has hosted numerous competitive matches in its inaugural season.

+
+ +
+ +
+
+
+
+ + + + +
+
+
+
+
+ +
+

why dallas regionals

+

Building Leadership Through Competitive Cricket

+
+ + + +
+

The Dallas Regionals exemplifies TSCB's commitment to student-led competition and educational sport.

+

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.

+
+ + + + + +
+
+ +
+ +
+ +
+
+ +
+
+ + + +
+ +
+ +
+ +
+
+
+
+ + + +
+
+
+ +
+

dallas regionals

+

What Makes Our Dallas Community Unique

+
+ +
+ +
+
+ +
+ +
+ +
+ + + +
+

Student Leadership

+

Every aspect of the Dallas Regionals is managed by high school students, from league coordination to match officiating.

+
+ + + + + +
+ +
+ + +
+ +
+ +
+ +
+ + + +
+

Competitive Excellence

+

High-level competition that challenges players while maintaining the spirit of sportsmanship and mutual respect.

+
+ + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + +
+

Community Connection

+

Building bridges between schools in Plano, Frisco, Prosper, and Irving through shared passion for cricket.

+
+ + + + + +
+ +
+
+
+
+ + + +
+
+
+
+ Cricket + Leadership + Community + Youth Involvement + Fun +
+
+
+
+ + +

+

+ + +
+
+
+
+ +
+ +
+

Ready to Join the Dallas Cricket Community? + Contact Us Today!

+
+ +
+ +
+ +
+ +
+ join us +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/league-status.html b/league-status.html new file mode 100644 index 0000000..7bc5da4 --- /dev/null +++ b/league-status.html @@ -0,0 +1,378 @@ + + + + + + + + + + + + + League Status | TSCB + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + +
+ +
+ + + + + + + +
+
+
+
+ +
+

league status

+

Live Rankings & Match Results

+
+ + + +
+

Coming Soon - Live league statistics and rankings

+

We're working on bringing you real-time standings, match results, and player statistics. This page will be updated regularly throughout the season.

+
+ + + +
+ + + + + + + + + + + + + + +
TeamMatchesWonLostPointsNRR
+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +