6 Commits

Author SHA1 Message Date
KeshavAnandCode
9496dcc139 Added pfpss for board 2026-03-18 22:26:46 -05:00
KeshavAnandCode
9d18f5a47f test 2026-03-18 14:56:28 -05:00
KeshavAnandCode
c8ad260e9f test 2026-03-18 14:53:51 -05:00
fa4ee5edcb sitemap 2026-03-17 23:55:02 -05:00
5fadf6b9d9 fixed signs 2026-03-17 23:15:17 -05:00
974c5af1e4 changed a few images 2026-03-17 22:54:18 -05:00
22 changed files with 909 additions and 989 deletions

1846
about.html

File diff suppressed because it is too large Load Diff

View File

@@ -111,7 +111,7 @@
<!-- Text Column -->
<div class="col-lg-7 wow fadeInLeft">
<div class="section-title">
<h3>about the regional competition</h3>
<h3>Powered by USAHSC</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Tech and Cricket in <span>ATX</span></h2>
</div>
<div class="about-content">

View File

@@ -110,7 +110,7 @@
<!-- Text Column -->
<div class="col-lg-7 wow fadeInLeft">
<div class="section-title">
<h3>about the regional competition</h3>
<h3>Powered by Dallas Cricket Board</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">More than cowboys in <span>D-Town</span></h2>
</div>
<div class="about-content">

BIN
images/about.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

BIN
images/amulya.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

BIN
images/keshav.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 KiB

BIN
images/laksh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 741 KiB

BIN
images/pfp-placeholder.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
images/ram-headshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 KiB

BIN
images/saim-headshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 37 KiB

BIN
images/usa-cricket.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
images/victory.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

BIN
images/vrishan.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 KiB

View File

@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- Meta -->
<meta charset="utf-8">
@@ -25,6 +24,7 @@
<link href="css/bundle.css" rel="stylesheet">
</head>
<body>
<!-- Preloader Start -->
@@ -321,7 +321,7 @@
<!-- Mission Image Start -->
<div class="mission-img">
<figure class="image-anime reveal">
<img loading="lazy" src="images/mission-image.jpg" alt="">
<img loading="lazy" src="images/victory.png" alt="">
</figure>
</div>
<!-- Mission Image End -->
@@ -372,7 +372,7 @@
<!-- Service Footer Start -->
<div class="service-footer">
<div class="service-content">
<h3>Dallas Regionals</h3>
<h3>Dallas Regionals: powered by Dallas Cricket Board </h3>
</div>
<div class="service-btn">
<a href="/dallas.html" class="readmore-btn"><img loading="lazy" src="images/arrow-white.svg" alt=""></a>
@@ -404,7 +404,7 @@
<!-- Service Footer Start -->
<div class="service-footer">
<div class="service-content">
<h3>austin regionals</h3>
<h3>austin regionals: powered by USAHSC</h3>
</div>
<div class="service-btn">
<a href="/austin.html" class="readmore-btn"><img loading="lazy" src="images/arrow-white.svg" alt=""></a>

38
sitemap.xml Normal file
View File

@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://tscb.cricket/</loc>
<priority>1.0</priority>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://tscb.cricket/about.html</loc>
<priority>0.8</priority>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://tscb.cricket/austin.html</loc>
<priority>0.8</priority>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://tscb.cricket/dallas.html</loc>
<priority>0.8</priority>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://tscb.cricket/contact.html</loc>
<priority>0.6</priority>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://tscb.cricket/sponsors.html</loc>
<priority>0.6</priority>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://tscb.cricket/liability.html</loc>
<priority>0.4</priority>
<changefreq>yearly</changefreq>
</url>
</urlset>