Compare commits
6 Commits
5813ca0ccb
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9496dcc139 | ||
|
|
9d18f5a47f | ||
|
|
c8ad260e9f | ||
| fa4ee5edcb | |||
| 5fadf6b9d9 | |||
| 974c5af1e4 |
1846
about.html
@@ -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">
|
||||
|
||||
@@ -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
|
After Width: | Height: | Size: 2.8 MiB |
BIN
images/amulya.png
Normal file
|
After Width: | Height: | Size: 656 KiB |
|
Before Width: | Height: | Size: 50 KiB |
BIN
images/keshav.png
Normal file
|
After Width: | Height: | Size: 344 KiB |
BIN
images/laksh.png
Normal file
|
After Width: | Height: | Size: 241 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 741 KiB |
BIN
images/pfp-placeholder.jpg
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
images/ram-headshot.png
Normal file
|
After Width: | Height: | Size: 459 KiB |
BIN
images/saim-headshot.png
Normal file
|
After Width: | Height: | Size: 706 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 47 KiB |
BIN
images/saim.png
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 1.5 MiB |
BIN
images/saim.webp
|
Before Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 37 KiB |
BIN
images/usa-cricket.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
images/victory.png
Normal file
|
After Width: | Height: | Size: 2.4 MiB |
BIN
images/vrishan.png
Normal file
|
After Width: | Height: | Size: 949 KiB |
@@ -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
@@ -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>
|
||||