Add new sponsors and update website pages

Adds two new sponsors, Samvidh Technologies and Radio Surabhi, to the homepage and sponsors page. Updates the state tournament page to include a dedicated sponsor section with interactive tooltips displaying partner roles.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: c39b933d-232d-4e2a-9cf0-eff0e819674d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 908e6874-3f84-4506-9307-3cf7426e8fa5
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
Replit Agent
2026-07-23 23:35:56 +00:00
parent 9f36459833
commit 4ae844b652
5 changed files with 131 additions and 26 deletions

View File

@@ -169,67 +169,74 @@
<!-- Team Grid Start -->
<div class="row">
<!-- Team 1: Plano East Panthers -->
<!-- Samvidh Technologies -->
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
<!-- Team Member Item Start -->
<div class="team-member-item wow fadeInUp">
<!-- Team Image Start -->
<div class="team-image">
<figure class="image-anime">
<img loading="lazy" src="images/samvidh.jpeg" alt="Samvidh Technologies" />
</figure>
</div>
<div class="team-content">
<h3>Samvidh Technologies</h3>
</div>
</div>
</div>
<!-- Radio Surabhi -->
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
<div class="team-image">
<figure class="image-anime">
<img loading="lazy" src="images/radio-surabhi.jpeg" alt="Radio Surabhi" />
</figure>
</div>
<div class="team-content">
<h3>Radio Surabhi</h3>
</div>
</div>
</div>
<!-- Sri Sports -->
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
<div class="team-image">
<figure class="image-anime">
<img loading="lazy" src="images/srisports.png" alt="Sri Sports" />
</figure>
</div>
<!-- Team Image End -->
<!-- Team Content Start -->
<div class="team-content">
<h3>Sri Sports</h3>
</div>
<!-- Team Content End -->
</div>
<!-- Team Member Item End -->
</div>
<!-- Team 2: Frisco Lone Star -->
<!-- NCCA -->
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
<!-- Team Member Item Start -->
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
<!-- Team Image Start -->
<div class="team-member-item wow fadeInUp" data-wow-delay="0.6s">
<div class="team-image">
<figure class="image-anime">
<img loading="lazy" src="images/ncca.jpg" alt="National College Cricket Association" />
</figure>
</div>
<!-- Team Image End -->
<!-- Team Content Start -->
<div class="team-content">
<h3>National College Cricket Association</h3>
</div>
<!-- Team Content End -->
</div>
<!-- Team Member Item End -->
</div>
<!-- Team 3: Prosper Predators -->
<!-- Hit Fantasy -->
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
<!-- Team Member Item Start -->
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
<!-- Team Image Start -->
<div class="team-member-item wow fadeInUp" data-wow-delay="0.8s">
<div class="team-image">
<figure class="image-anime">
<img loading="lazy" src="images/hit-fantasy.jpg" alt="Hit Fantasy" />
</figure>
</div>
<!-- Team Image End -->
<!-- Team Content Start -->
<div class="team-content">
<h3>Hit Fantasy</h3>
</div>
<!-- Team Content End -->
</div>
<!-- Team Member Item End -->
</div>
</div>
<!-- Team Grid End -->