4 Commits

Author SHA1 Message Date
Replit Agent
d898c38176 Add new equipment and medical sponsors to tournament pages
Add Sri Sports as an equipment sponsor and Scientific Solutions Global as a medical sponsor to the state tournament page, along with updates to the homepage and main sponsors page.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: c39b933d-232d-4e2a-9cf0-eff0e819674d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: de4bead0-26fe-4349-b78b-7b163f6e8b22
Replit-Helium-Checkpoint-Created: true
2026-07-23 23:37:57 +00:00
Replit Agent
4ae844b652 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
2026-07-23 23:35:56 +00:00
9f36459833 add sponsor to title 2026-07-23 19:26:39 -04:00
e85adfad95 fixed images 2026-07-23 19:24:35 -04:00
13 changed files with 162 additions and 32 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -213,7 +213,7 @@
<!-- Team Image Start --> <!-- Team Image Start -->
<div class="team-image"> <div class="team-image">
<figure class="image-anime"> <figure class="image-anime">
<img loading="lazy" src="images/westwodd.jpeg" alt="Westwood High School"> <img loading="lazy" src="images/westwood.jpeg" alt="Westwood High School">
</figure> </figure>
</div> </div>
<!-- Team Image End --> <!-- Team Image End -->

View File

@@ -299,7 +299,7 @@
<!-- Team Image Start --> <!-- Team Image Start -->
<div class="team-image"> <div class="team-image">
<figure class="image-anime"> <figure class="image-anime">
<img loading="lazy" src="images/prosper.webp" alt="Prosper Eagles"> <img loading="lazy" src="images/prosper.jpeg" alt="Prosper Eagles">
</figure> </figure>
</div> </div>
<!-- Team Image End --> <!-- Team Image End -->

BIN
images/prosper.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

BIN
images/radio-surabhi.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 132 KiB

BIN
images/samvidh.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
images/westwood.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@@ -447,15 +447,24 @@
</div> </div>
<div class="sponsors-logo-grid wow fadeInUp" data-wow-delay="0.25s"> <div class="sponsors-logo-grid wow fadeInUp" data-wow-delay="0.25s">
<div class="sponsor-logo-item">
<img loading="lazy" src="images/samvidh.jpeg" alt="Samvidh Technologies">
</div>
<div class="sponsor-logo-item"> <div class="sponsor-logo-item">
<img loading="lazy" src="images/ncca.jpg" alt="NCCA"> <img loading="lazy" src="images/ncca.jpg" alt="NCCA">
</div> </div>
<div class="sponsor-logo-item"> <div class="sponsor-logo-item">
<img loading="lazy" src="images/hit-fantasy.jpg" alt="Hit Fantasy"> <img loading="lazy" src="images/hit-fantasy.jpg" alt="Hit Fantasy">
</div> </div>
<div class="sponsor-logo-item">
<img loading="lazy" src="images/radio-surabhi.jpeg" alt="Radio Surabhi">
</div>
<div class="sponsor-logo-item"> <div class="sponsor-logo-item">
<img loading="lazy" src="images/srisports.png" alt="Sri Sports"> <img loading="lazy" src="images/srisports.png" alt="Sri Sports">
</div> </div>
<div class="sponsor-logo-item">
<img loading="lazy" src="images/scientific-solutions-global.jpeg" alt="Scientific Solutions Global">
</div>
</div> </div>
<div class="sponsors-footer wow fadeInUp" data-wow-delay="0.5s"> <div class="sponsors-footer wow fadeInUp" data-wow-delay="0.5s">

View File

@@ -169,67 +169,88 @@
<!-- Team Grid Start --> <!-- Team Grid Start -->
<div class="row"> <div class="row">
<!-- Team 1: Plano East Panthers --> <!-- Samvidh Technologies -->
<div class="col-12 col-sm-6 col-md-6 col-lg-4"> <div class="col-12 col-sm-6 col-md-6 col-lg-4">
<!-- Team Member Item Start -->
<div class="team-member-item wow fadeInUp"> <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"> <div class="team-image">
<figure class="image-anime"> <figure class="image-anime">
<img loading="lazy" src="images/srisports.png" alt="Sri Sports" /> <img loading="lazy" src="images/srisports.png" alt="Sri Sports" />
</figure> </figure>
</div> </div>
<!-- Team Image End -->
<!-- Team Content Start -->
<div class="team-content"> <div class="team-content">
<h3>Sri Sports</h3> <h3>Sri Sports</h3>
</div> </div>
<!-- Team Content End -->
</div> </div>
<!-- Team Member Item End -->
</div> </div>
<!-- Team 2: Frisco Lone Star --> <!-- NCCA -->
<div class="col-12 col-sm-6 col-md-6 col-lg-4"> <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.6s">
<div class="team-member-item wow fadeInUp" data-wow-delay="0.2s">
<!-- Team Image Start -->
<div class="team-image"> <div class="team-image">
<figure class="image-anime"> <figure class="image-anime">
<img loading="lazy" src="images/ncca.jpg" alt="National College Cricket Association" /> <img loading="lazy" src="images/ncca.jpg" alt="National College Cricket Association" />
</figure> </figure>
</div> </div>
<!-- Team Image End -->
<!-- Team Content Start -->
<div class="team-content"> <div class="team-content">
<h3>National College Cricket Association</h3> <h3>National College Cricket Association</h3>
</div> </div>
<!-- Team Content End -->
</div> </div>
<!-- Team Member Item End -->
</div> </div>
<!-- Team 3: Prosper Predators --> <!-- Hit Fantasy -->
<div class="col-12 col-sm-6 col-md-6 col-lg-4"> <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.8s">
<div class="team-member-item wow fadeInUp" data-wow-delay="0.4s">
<!-- Team Image Start -->
<div class="team-image"> <div class="team-image">
<figure class="image-anime"> <figure class="image-anime">
<img loading="lazy" src="images/hit-fantasy.jpg" alt="Hit Fantasy" /> <img loading="lazy" src="images/hit-fantasy.jpg" alt="Hit Fantasy" />
</figure> </figure>
</div> </div>
<!-- Team Image End -->
<!-- Team Content Start -->
<div class="team-content"> <div class="team-content">
<h3>Hit Fantasy</h3> <h3>Hit Fantasy</h3>
</div> </div>
<!-- Team Content End -->
</div> </div>
<!-- Team Member Item End --> </div>
<!-- Scientific Solutions Global -->
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
<div class="team-member-item wow fadeInUp" data-wow-delay="1.0s">
<div class="team-image">
<figure class="image-anime">
<img loading="lazy" src="images/scientific-solutions-global.jpeg" alt="Scientific Solutions Global" />
</figure>
</div>
<div class="team-content">
<h3>Scientific Solutions Global</h3>
</div>
</div>
</div> </div>
</div> </div>
<!-- Team Grid End --> <!-- Team Grid End -->

View File

@@ -113,11 +113,11 @@
<!-- Text Column --> <!-- Text Column -->
<div class="col-lg-7 wow fadeInLeft"> <div class="col-lg-7 wow fadeInLeft">
<div class="section-title"> <div class="section-title">
<h3>Powered by Samvidh</h3> <h3>Powered by Samvidh Technologies</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">The <span>First</span> High School State Cricket Tournament</h2> <h2 class="text-anime-style-2" data-cursor="-opaque">The <span>First</span> High School State Cricket Tournament</h2>
</div> </div>
<div class="about-content"> <div class="about-content">
<p>TSCB is proud to present the State's first High School Cricket Tournament played between rival schools. Mirroring the structure set by other school sports in America, the TSCB State Tournament is the first of its kind. </p> <p>TSCB is proud to present the State's first High School Cricket Tournament played between rival schools. Mirroring the structure set by other school sports in America, the Samvidh Technologies TSCB State Tournament is the first of its kind. </p>
<p>US Cricket has always been commercially focused. Until now. Played by Austin and Dallas High Schools, this state tournament is the next leap forward for cricket in America. </p> <p>US Cricket has always been commercially focused. Until now. Played by Austin and Dallas High Schools, this state tournament is the next leap forward for cricket in America. </p>
</div> </div>
</div> </div>
@@ -163,7 +163,7 @@
<!-- Team Image Start --> <!-- Team Image Start -->
<div class="team-image"> <div class="team-image">
<figure class="image-anime"> <figure class="image-anime">
<img loading="lazy" src="images/prosper.webp" alt="Prosper Eagles"> <img loading="lazy" src="images/prosper.jpeg" alt="Prosper Eagles">
</figure> </figure>
</div> </div>
<!-- Team Image End --> <!-- Team Image End -->
@@ -229,7 +229,7 @@
<!-- Team Image Start --> <!-- Team Image Start -->
<div class="team-image"> <div class="team-image">
<figure class="image-anime"> <figure class="image-anime">
<img loading="lazy" src="images/westwodd.jpeg" alt="Westwood High School"> <img loading="lazy" src="images/westwood.jpeg" alt="Westwood High School">
</figure> </figure>
</div> </div>
<!-- Team Image End --> <!-- Team Image End -->
@@ -250,6 +250,106 @@
</div> </div>
<!-- Our Teams Section End --> <!-- Our Teams Section End -->
<!-- Sponsors Section Start -->
<style>
.state-sponsor-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 40px;
padding: 20px 0 40px;
}
.state-sponsor-item {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 160px;
cursor: default;
}
.state-sponsor-item img {
max-width: 140px;
max-height: 80px;
object-fit: contain;
filter: grayscale(30%);
transition: filter 0.3s ease, transform 0.3s ease;
}
.state-sponsor-item:hover img {
filter: grayscale(0%);
transform: scale(1.05);
}
.state-sponsor-tooltip {
position: absolute;
bottom: calc(100% + 10px);
left: 50%;
transform: translateX(-50%);
background: rgba(10, 10, 10, 0.88);
color: #fff;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
white-space: nowrap;
padding: 7px 14px;
border-radius: 4px;
pointer-events: none;
opacity: 0;
transition: opacity 0.25s ease;
z-index: 10;
}
.state-sponsor-tooltip::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
border: 6px solid transparent;
border-top-color: rgba(10, 10, 10, 0.88);
}
.state-sponsor-item:hover .state-sponsor-tooltip {
opacity: 1;
}
</style>
<div class="our-sponsors-section">
<div class="container">
<div class="row section-row">
<div class="section-title">
<h3 class="wow fadeInUp">Our Sponsors</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Proud <span>Sponsors</span></h2>
</div>
</div>
<div class="state-sponsor-grid wow fadeInUp" data-wow-delay="0.25s">
<div class="state-sponsor-item">
<img loading="lazy" src="images/samvidh.jpeg" alt="Samvidh Technologies">
<div class="state-sponsor-tooltip">Title Sponsor</div>
</div>
<div class="state-sponsor-item">
<img loading="lazy" src="images/ncca.jpg" alt="NCCA">
<div class="state-sponsor-tooltip">Operational and Development Partner</div>
</div>
<div class="state-sponsor-item">
<img loading="lazy" src="images/radio-surabhi.jpeg" alt="Radio Surabhi">
<div class="state-sponsor-tooltip">Promotions Partner</div>
</div>
<div class="state-sponsor-item">
<img loading="lazy" src="images/hit-fantasy.jpg" alt="Hit Fantasy">
<div class="state-sponsor-tooltip">Media and Content Partner</div>
</div>
<div class="state-sponsor-item">
<img loading="lazy" src="images/srisports.png" alt="Sri Sports">
<div class="state-sponsor-tooltip">Equipment Sponsor</div>
</div>
<div class="state-sponsor-item">
<img loading="lazy" src="images/scientific-solutions-global.jpeg" alt="Scientific Solutions Global">
<div class="state-sponsor-tooltip">Medical Sponsor</div>
</div>
</div>
</div>
</div>
<!-- Sponsors Section End -->
<!-- Footer Start --> <!-- Footer Start -->
<footer class="main-footer"> <footer class="main-footer">
<div class="container"> <div class="container">