4 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
12 changed files with 908 additions and 988 deletions

1848
about.html

File diff suppressed because it is too large Load Diff

View File

@@ -111,7 +111,7 @@
<!-- 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>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> <h2 class="text-anime-style-2" data-cursor="-opaque">Tech and Cricket in <span>ATX</span></h2>
</div> </div>
<div class="about-content"> <div class="about-content">

View File

@@ -110,7 +110,7 @@
<!-- 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>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> <h2 class="text-anime-style-2" data-cursor="-opaque">More than cowboys in <span>D-Town</span></h2>
</div> </div>
<div class="about-content"> <div class="about-content">

BIN
images/amulya.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 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

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

BIN
images/vrishan.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 KiB

View File

@@ -1,6 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zxx"> <html lang="zxx">
<head> <head>
<!-- Meta --> <!-- Meta -->
<meta charset="utf-8"> <meta charset="utf-8">
@@ -24,6 +23,7 @@
<!-- Bundled CSS --> <!-- Bundled CSS -->
<link href="css/bundle.css" rel="stylesheet"> <link href="css/bundle.css" rel="stylesheet">
</head> </head>
<body> <body>
@@ -372,7 +372,7 @@
<!-- Service Footer Start --> <!-- Service Footer Start -->
<div class="service-footer"> <div class="service-footer">
<div class="service-content"> <div class="service-content">
<h3>Dallas Regionals</h3> <h3>Dallas Regionals: powered by Dallas Cricket Board </h3>
</div> </div>
<div class="service-btn"> <div class="service-btn">
<a href="/dallas.html" class="readmore-btn"><img loading="lazy" src="images/arrow-white.svg" alt=""></a> <a href="/dallas.html" class="readmore-btn"><img loading="lazy" src="images/arrow-white.svg" alt=""></a>
@@ -404,7 +404,7 @@
<!-- Service Footer Start --> <!-- Service Footer Start -->
<div class="service-footer"> <div class="service-footer">
<div class="service-content"> <div class="service-content">
<h3>austin regionals</h3> <h3>austin regionals: powered by USAHSC</h3>
</div> </div>
<div class="service-btn"> <div class="service-btn">
<a href="/austin.html" class="readmore-btn"><img loading="lazy" src="images/arrow-white.svg" alt=""></a> <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>