working ig

This commit is contained in:
Keshav Anand
2026-03-11 18:55:33 -05:00
parent bd0bc40029
commit 7206cec8d2
6 changed files with 183 additions and 167 deletions

View File

@@ -69,14 +69,18 @@
<li class="nav-item"><a class="nav-link" href="about.html">About Us</a></li>
<li class="nav-item submenu"><a class="nav-link" href="#">Dallas Regionals</a>
<ul>
<li class="nav-item"><a class="nav-link" href="dallas.html">Dallas Regionals</a></li>
<li class="nav-item"><a class="nav-link" href="dallas-teams.html">Dallas Teams</a></li>
<li class="nav-item"><a class="nav-link" href="dallas.html">Dallas Regionals</a>
</li>
<li class="nav-item"><a class="nav-link" href="dallas-teams.html">Dallas
Teams</a></li>
</ul>
</li>
<li class="nav-item submenu"><a class="nav-link" href="#">Austin Regionals</a>
<ul>
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a></li>
<li class="nav-item"><a class="nav-link" href="austin-teams.html">Austin Teams</a></li>
<li class="nav-item"><a class="nav-link" href="austin.html">Austin Regionals</a>
</li>
<li class="nav-item"><a class="nav-link" href="austin-teams.html">Austin
Teams</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
@@ -320,21 +324,28 @@
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<!-- Pastors Image Start -->
<div class="pastors-image">
<!-- About Image Start -->
<div class="about-image">
<div class="about-img-1">
<figure class="image-anime reveal">
<img src="images/abhiram.jpg" alt="">
</figure>
</div>
<!-- Pastors Image End -->
</div>
<div class="about-img-2">
<figure class="image-anime reveal">
<img src="images/saim.png" alt="" style="width: 348px; height: 454px;">
</figure>
</div>
</div>
<!-- About Image End -->
</div>
<div class="col-lg-6">
<!-- Pastors Comtent Start -->
<div class="pastors-content">
<!-- Section Title Start -->
<div class="section-title">
<h3 class="wow fadeInUp">founder's message</h3>
<h3 class="wow fadeInUp">founders' message</h3>
<h2 class="text-anime-style-2" data-cursor="-opaque">Our community can make a
<span>profound
impact</span>
@@ -360,12 +371,14 @@
<!-- Pastors Signature Image Start -->
<div class="pastors-signature-img">
<img src="images/signature.png" alt="">
<img src="images/saim-sign.png" alt="">
</div>
<!-- Pastors Signature Image End -->
<!-- Pastors Signature Comtent Start -->
<div class="pastors-signature-content">
<p>Abhiram Gadiraju, Founder and President, TCSB</p>
<p>Abhiram Gadiraju and Rana Saim Zahid, Co-Founders, TCSB</p>
</div>
<!-- Pastors Signature Comtent End -->
</div>
@@ -679,6 +692,8 @@
<!-- Page Team End -->
<!-- Our Team End -->
<p> </p>
<!-- Core Value Section Start -->
<div class="core-value">
@@ -752,7 +767,8 @@
<div id="collapseThree" class="accordion-collapse collapse"
aria-labelledby="headingThree" data-bs-parent="#accordion">
<div class="accordion-body">
<p>Yes, yes, and also yes: TSCB covers everythign through our connections and sponsors.</p>
<p>Yes, yes, and also yes: TSCB covers everythign through our connections and
sponsors.</p>
</div>
</div>
</div>
@@ -770,8 +786,10 @@
<div id="collapsefour" class="accordion-collapse collapse" aria-labelledby="headingfour"
data-bs-parent="#accordion">
<div class="accordion-body">
<p><a href = "contact.html">Contact us</a>, and we will place you into a league as soon as possible.
Right now, our leagues are only in Austin and Dallas, so school outside those cities will have to
<p><a href="contact.html">Contact us</a>, and we will place you into a league as
soon as possible.
Right now, our leagues are only in Austin and Dallas, so school outside
those cities will have to
provide their own transportation to grounds.</p>
</div>
</div>
@@ -809,11 +827,8 @@
</div>
</div>
<!-- Page Team Start -->
<div class="page-team">
</div>
<!-- Core Value Section End -->
@@ -859,7 +874,8 @@
<ul>
<li><a href="https://www.instagram.com/texasscholasticcricketboard/"><i
class="fa-brands fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i class="fa-brands fa-youtube"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCdFfqkVWDJyFlFEEKfq27wg"><i
class="fa-brands fa-youtube"></i></a></li>
</ul>
</div>
@@ -890,7 +906,8 @@
<ul>
<li><a href="/dallas.html">dallas regionals</a></li>
<li><a href="/austin.html">austin regionals</a></li>
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">cricclubs league</a></li>
<li><a href="https://cricclubs.com/TexasScholasticCricketBoard">cricclubs league</a>
</li>
</ul>
</div>
<!-- About Links End -->
@@ -996,4 +1013,3 @@
</body>
</html>

View File

@@ -37,10 +37,10 @@
$message = $_POST["message"];
}
$subject = 'Contact Inquiry from Physiocare Website';
$subject = 'Contact Inquiry from Website';
//$EmailTo = "info@yourdomain.com"; // Replace with your email.
$EmailTo = "awaikentechnology@gmail.com";
$EmailTo = "texasscholasticcricketboard@gmail.com";
// prepare email body text
$Body = "";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 672 KiB

BIN
images/saim-sign.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
images/saim.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

BIN
images/saim.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB