Combines multiple CSS and JavaScript files into single bundles (bundle.css, bundle-core.js), adds lazy loading to images, and optimizes image formats and sizes across various HTML pages. Includes preload hints for critical background images and adjusts image loading attributes. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 1cf11e65-6deb-45c8-b84b-15ffb586a42f Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 176f25a3-e1e0-4712-8b99-06084f7cc51d Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/ef74882e-373e-40b4-93c7-cf128544a855/1cf11e65-6deb-45c8-b84b-15ffb586a42f/Q4c5QN3 Replit-Helium-Checkpoint-Created: true
273 lines
12 KiB
HTML
273 lines
12 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zxx">
|
||
|
||
<head>
|
||
<!-- Meta -->
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="description" content="">
|
||
<meta name="keywords" content="">
|
||
<meta name="author" content="Keshav Anand">
|
||
<!-- Page Title -->
|
||
<title>Error</title>
|
||
<!-- Favicon Icon -->
|
||
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png">
|
||
<!-- Google Fonts Css-->
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link
|
||
href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||
rel="stylesheet">
|
||
<!-- Bundled CSS -->
|
||
<link href="css/bundle.css" rel="stylesheet">
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<!-- Preloader Start -->
|
||
<div class="preloader">
|
||
<div class="loading-container">
|
||
<div class="loading"></div>
|
||
<div id="loading-icon"><img src="images/loader.svg" alt=""></div>
|
||
</div>
|
||
</div>
|
||
<!-- Preloader End -->
|
||
|
||
<!-- Header Start -->
|
||
<header class="main-header">
|
||
<div class="header-sticky">
|
||
<nav class="navbar navbar-expand-lg">
|
||
<div class="container">
|
||
<!-- Logo Start -->
|
||
<a class="navbar-brand" href="./">
|
||
<img src="images/logo.png" alt="Logo" style="width: 60px; height: auto;">
|
||
</a>
|
||
<!-- Logo End -->
|
||
|
||
<!-- Main Menu Start -->
|
||
<div class="collapse navbar-collapse main-menu">
|
||
<div class="nav-menu-wrapper">
|
||
<ul class="navbar-nav mr-auto" id="menu">
|
||
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
|
||
<li class="nav-item"><a class="nav-link" href="about.html">About Us</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="austin.html">Austin Regionals</a></li>
|
||
|
||
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
|
||
<li class="nav-item highlighted-menu"><a class="nav-link" href="sponsors.html">Our
|
||
Partners</a></li>
|
||
</ul>
|
||
</div>
|
||
<!-- Let’s Start Button Start -->
|
||
<div class="header-btn d-inline-flex">
|
||
<a href="sponsors.html" class="btn-default">Our Partners</a>
|
||
</div>
|
||
<!-- Let’s Start Button End -->
|
||
</div>
|
||
<!-- Main Menu End -->
|
||
<div class="navbar-toggle"></div>
|
||
</div>
|
||
</nav>
|
||
<div class="responsive-menu"></div>
|
||
</div>
|
||
</header>
|
||
<!-- Header End -->
|
||
|
||
|
||
<!-- Page Header Start -->
|
||
<div class="page-header">
|
||
<div class="container">
|
||
<div class="row align-items-center">
|
||
<div class="col-lg-12">
|
||
<!-- Page Header Box Start -->
|
||
<div class="page-header-box">
|
||
<h1 class="text-anime-style-2" data-cursor="-opaque">Page Not Found</h1>
|
||
<nav class="wow fadeInUp">
|
||
<ol class="breadcrumb">
|
||
<li class="breadcrumb-item"><a href="./">home</a></li>
|
||
<li class="breadcrumb-item active" aria-current="page">404 error</li>
|
||
</ol>
|
||
</nav>
|
||
</div>
|
||
<!-- Page Header Box End -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- Page Header End -->
|
||
|
||
<!-- error section start -->
|
||
<div class="error-page">
|
||
<div class="container">
|
||
<div class="row">
|
||
|
||
<div class="error-page-content">
|
||
<div class="error-page-content-heading">
|
||
<h2 class="text-anime-style-2" data-cursor="-opaque"><span>Oops!</span> Page Not Found</h2>
|
||
</div>
|
||
<div class="error-page-content-body">
|
||
<p class="wow fadeInUp" data-wow-delay="0.25s">The page you are looking for does not exist</p>
|
||
<a class="btn-default wow fadeInUp" data-wow-delay="0.5s" href="./">Back To Home</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- error section end -->
|
||
|
||
|
||
<!-- Footer Start -->
|
||
<footer class="main-footer">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-lg-4">
|
||
<!-- About Footer Start -->
|
||
<div class="about-footer">
|
||
<!-- Footer Logo Start -->
|
||
<div class="footer-logo">
|
||
<img src="images/logo.png" alt="Footer Logo" style="width: 100px; height: auto;">
|
||
</div>
|
||
<!-- Footer Logo End -->
|
||
|
||
<!-- About Footer Content Start -->
|
||
<div class="about-footer-content">
|
||
<p id="age-text">Loading...</p>
|
||
|
||
<script>
|
||
const foundingDate = new Date("2025-12-29");
|
||
const now = new Date();
|
||
|
||
const months = (now.getFullYear() - foundingDate.getFullYear()) * 12
|
||
+ (now.getMonth() - foundingDate.getMonth());
|
||
|
||
const years = Math.floor(months / 12);
|
||
const remainingMonths = months % 12;
|
||
|
||
let duration = "";
|
||
if (years > 0) duration += `${years} year${years > 1 ? "s" : ""}`;
|
||
if (years > 0 && remainingMonths > 0) duration += " and ";
|
||
if (remainingMonths > 0) duration += `${remainingMonths} month${remainingMonths > 1 ? "s" : ""}`;
|
||
if (months === 0) duration = "less than a month";
|
||
|
||
document.getElementById("age-text").textContent =
|
||
`TSCB has been proudly serving its community for ${duration}`;
|
||
</script>
|
||
</div>
|
||
<!-- Footer Social Links Start -->
|
||
<div class="footer-social-links">
|
||
<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>
|
||
|
||
</ul>
|
||
</div>
|
||
<!-- Footer Social Links End -->
|
||
|
||
</div>
|
||
<!-- About Footer End -->
|
||
</div>
|
||
|
||
<div class="col-lg-2 col-md-3 col-6">
|
||
<!-- About Links Start -->
|
||
<div class="footer-links">
|
||
<h3>quick links</h3>
|
||
<ul>
|
||
<li><a href="/">home</a></li>
|
||
<li><a href="/about.html">about</a></li>
|
||
<li><a href="/sponsors.html">sponsors</a></li>
|
||
<li><a href="/contact.html">contact</a></li>
|
||
</ul>
|
||
</div>
|
||
<!-- About Links End -->
|
||
</div>
|
||
|
||
<div class="col-lg-3 col-md-4 col-6">
|
||
<!-- About Links Start -->
|
||
<div class="footer-links">
|
||
<h3>our cricket</h3>
|
||
<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">dallas cricclubs league</a></li>
|
||
<li><a href="https://cricclubs.com/USHSC/series-list/QKoRw7aJTppHXMxmRSTXmg?seriesName=USAHSC%25202026">austin cricclubs league</a></li>
|
||
</ul>
|
||
</div>
|
||
<!-- About Links End -->
|
||
</div>
|
||
|
||
<div class="col-lg-3 col-md-5">
|
||
<!-- About Links Start -->
|
||
<div class="footer-contact">
|
||
<h3>contact</h3>
|
||
<!-- Footer Contact Details Start -->
|
||
<div class="footer-contact-details">
|
||
<!-- Footer Info Box Start -->
|
||
<div class="footer-info-box">
|
||
<div class="icon-box">
|
||
<img loading="lazy" src="images/icon-phone.svg" alt="">
|
||
</div>
|
||
<div class="footer-info-box-content">
|
||
<p>(+1) (945) 900-1148</p>
|
||
</div>
|
||
</div>
|
||
<!-- Footer Info Box End -->
|
||
|
||
<!-- Footer Info Box Start -->
|
||
<div class="footer-info-box">
|
||
<div class="icon-box">
|
||
<img loading="lazy" src="images/icon-mail.svg" alt="">
|
||
</div>
|
||
<div class="footer-info-box-content">
|
||
<p>texasscholasticcricketboard@gmail.com</p>
|
||
</div>
|
||
</div>
|
||
<!-- Footer Info Box End -->
|
||
|
||
|
||
</div>
|
||
<!-- Footer Contact Details End -->
|
||
</div>
|
||
<!-- About Links End -->
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Footer Copyright Section Start -->
|
||
<div class="footer-copyright">
|
||
<div class="row align-items-center">
|
||
<div class="col-lg-6 col-md-6">
|
||
<!-- Footer Copyright Start -->
|
||
<div class="footer-copyright-text">
|
||
<p>Copyright 2026 Texas Scholastic Cricket Board. All Rights Reserved.</p>
|
||
</div>
|
||
<!-- Footer Copyright End -->
|
||
</div>
|
||
|
||
<div class="col-lg-6 col-md-6">
|
||
<!-- Footer Social Link Start -->
|
||
<div class="footer-privacy-policy">
|
||
<ul>
|
||
<li><a href="https://docs.google.com/document/d/10jrcqdHfUYqF6YBHKVqBewxep7vsUbvrIDLX7ednoCc/edit?tab=t.0#heading=h.xzi71qd5vfcz">policies</a></li>
|
||
<li><a href="/liability.html">liability</a></li>
|
||
</ul>
|
||
</div>
|
||
<!-- Footer Social Link End -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- Footer Copyright Section End -->
|
||
</div>
|
||
</footer>
|
||
<!-- Footer End -->
|
||
|
||
|
||
<!-- Jquery Library File -->
|
||
<script src="js/bundle-core.js"></script>
|
||
</body>
|
||
|
||
</html>
|