added liability page
This commit is contained in:
4
404.html
4
404.html
@@ -267,8 +267,8 @@
|
||||
<!-- Footer Social Link Start -->
|
||||
<div class="footer-privacy-policy">
|
||||
<ul>
|
||||
<li><a href="#">terms & conditions</a></li>
|
||||
<li><a href="#">liability policy</a></li>
|
||||
<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 -->
|
||||
|
||||
@@ -921,8 +921,8 @@
|
||||
<!-- Footer Social Link Start -->
|
||||
<div class="footer-privacy-policy">
|
||||
<ul>
|
||||
<li><a href="#">terms & conditions</a></li>
|
||||
<li><a href="#">liability policy</a></li>
|
||||
<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 -->
|
||||
|
||||
@@ -508,8 +508,8 @@
|
||||
<!-- Footer Social Link Start -->
|
||||
<div class="footer-privacy-policy">
|
||||
<ul>
|
||||
<li><a href="#">terms & conditions</a></li>
|
||||
<li><a href="#">liability policy</a></li>
|
||||
<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 -->
|
||||
|
||||
@@ -369,8 +369,8 @@
|
||||
<!-- Footer Social Link Start -->
|
||||
<div class="footer-privacy-policy">
|
||||
<ul>
|
||||
<li><a href="#">terms & conditions</a></li>
|
||||
<li><a href="#">liability policy</a></li>
|
||||
<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 -->
|
||||
|
||||
@@ -507,8 +507,8 @@
|
||||
<!-- Footer Social Link Start -->
|
||||
<div class="footer-privacy-policy">
|
||||
<ul>
|
||||
<li><a href="#">terms & conditions</a></li>
|
||||
<li><a href="#">liability policy</a></li>
|
||||
<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 -->
|
||||
|
||||
@@ -758,8 +758,8 @@
|
||||
<!-- Footer Social Link Start -->
|
||||
<div class="footer-privacy-policy">
|
||||
<ul>
|
||||
<li><a href="#">terms & conditions</a></li>
|
||||
<li><a href="#">liability policy</a></li>
|
||||
<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 -->
|
||||
|
||||
538
liability.html
Normal file
538
liability.html
Normal file
@@ -0,0 +1,538 @@
|
||||
<!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>TSCB - Liability</title>
|
||||
<!-- Favicon Icon -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/logo.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"
|
||||
/>
|
||||
<!-- Bootstrap Css -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen" />
|
||||
<!-- SlickNav Css -->
|
||||
<link href="css/slicknav.min.css" rel="stylesheet" />
|
||||
<!-- Swiper Css -->
|
||||
<link rel="stylesheet" href="css/swiper-bundle.min.css" />
|
||||
<!-- Font Awesome Icon Css-->
|
||||
<link href="css/all.css" rel="stylesheet" media="screen" />
|
||||
<!-- Animated Css -->
|
||||
<link href="css/animate.css" rel="stylesheet" />
|
||||
<!-- Magnific Popup Core Css File -->
|
||||
<link rel="stylesheet" href="css/magnific-popup.css" />
|
||||
<!-- Mouse Cursor Css File -->
|
||||
<link rel="stylesheet" href="css/mousecursor.css" />
|
||||
<!-- Audio Css File -->
|
||||
<link rel="stylesheet" href="css/plyr.css" />
|
||||
<!-- Main Custom Css -->
|
||||
<link href="css/custom.css" rel="stylesheet" media="screen" />
|
||||
</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">
|
||||
Contact Us
|
||||
</h1>
|
||||
<nav class="wow fadeInUp">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="index.html">home</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">
|
||||
liability
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Page Header Box End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page Header End -->
|
||||
<!-- Policies Section Start -->
|
||||
<div class="about-us page-about-us">
|
||||
<div class="container">
|
||||
<div class="row align-items-center section-row">
|
||||
<div class="col-lg-12">
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">guidelines & rules</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">
|
||||
Policies & <span>Expectations</span>
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row g-4">
|
||||
<!-- 1 -->
|
||||
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.0s">
|
||||
<div class="policy-card">
|
||||
<div class="policy-card-body">
|
||||
<h4>Payment Policy</h4>
|
||||
<p></p>
|
||||
<p>
|
||||
TSCB may require payment for field usage, certified umpires,
|
||||
equipment, or league services depending on the event
|
||||
structure. A non-refundable deposit may be required to secure
|
||||
matchdays or tournaments. All remaining fees must be submitted
|
||||
prior to the event date. Failure to complete payment may
|
||||
result in postponement or cancellation. Schools are
|
||||
responsible for ensuring payments are processed through
|
||||
approved channels only.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 2 -->
|
||||
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="policy-card">
|
||||
<div class="policy-card-body">
|
||||
<h4>Cancellation & Refund Policy</h4>
|
||||
<p></p>
|
||||
|
||||
<p>
|
||||
Deposits are non-refundable. Cancellations within seven days
|
||||
of a scheduled match may incur partial charges due to
|
||||
confirmed umpire assignments, field reservations, and
|
||||
equipment preparation. TSCB reserves the right to cancel or
|
||||
reschedule matches due to weather, school directives, safety
|
||||
concerns, or emergencies involving minors. Severe weather or
|
||||
emergencies fall under Force Majeure and may result in
|
||||
rescheduling rather than refunds.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 3 -->
|
||||
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.2s">
|
||||
<div class="policy-card">
|
||||
<div class="policy-card-body">
|
||||
<h4>Booking Timeline Expectations</h4>
|
||||
<p></p>
|
||||
|
||||
<p>
|
||||
Schools must request matchdays a minimum of one to two weeks
|
||||
in advance. Final team rosters — including student names and
|
||||
grade levels — must be submitted at least three days prior for
|
||||
eligibility verification. All timing, location, or roster
|
||||
changes must be communicated immediately. A staff sponsor or
|
||||
approved adult supervisor must be present at every match
|
||||
without exception.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 4 -->
|
||||
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="policy-card">
|
||||
<div class="policy-card-body">
|
||||
<h4>Communication Guidelines</h4>
|
||||
<p></p>
|
||||
|
||||
<p>
|
||||
All communication with TSCB must use official school or team
|
||||
emails — no private or informal direct messages between
|
||||
students and organizers. Schools must respond to scheduling
|
||||
updates within 24–48 hours, inform parents of match logistics,
|
||||
and immediately report injuries, misconduct, or safety
|
||||
concerns. TSCB will communicate professionally and provide
|
||||
timely notice of any schedule changes or weather alerts.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 5 -->
|
||||
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.4s">
|
||||
<div class="policy-card">
|
||||
<div class="policy-card-body">
|
||||
<h4>Media, Photos & Social Content</h4>
|
||||
<p></p>
|
||||
|
||||
<p>
|
||||
Because all participants are minors, TSCB follows strict media
|
||||
and consent standards. No individual student will be
|
||||
highlighted without student and parent or guardian approval.
|
||||
TSCB will not publicly tag or identify any student without
|
||||
consent. Student-submitted content will not be reposted unless
|
||||
it originates from an official school or team account. All
|
||||
privacy concerns raised by schools, students, or parents will
|
||||
be addressed promptly.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 6 -->
|
||||
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="policy-card">
|
||||
<div class="policy-card-body">
|
||||
<h4>Disclaimer & Boundaries</h4>
|
||||
<p></p>
|
||||
|
||||
<p>
|
||||
Cricket is a physical sport with inherent risks. TSCB is not
|
||||
liable for injuries, accidents, or medical issues during
|
||||
gameplay, warm-ups, travel, or school activities. Schools are
|
||||
responsible for managing medical information and emergency
|
||||
protocols. TSCB staff must adhere to strict boundaries: no
|
||||
unsupervised interactions with minors, no student
|
||||
transportation, no direct communication with minors outside
|
||||
official channels, and no collection of personal student
|
||||
information without parent approval.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 7 -->
|
||||
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.6s">
|
||||
<div class="policy-card">
|
||||
<div class="policy-card-body">
|
||||
<h4>Student Behavior Expectations</h4>
|
||||
<p></p>
|
||||
|
||||
<p>
|
||||
All students are expected to demonstrate respect toward
|
||||
opponents, umpires, volunteers, and school representatives;
|
||||
avoid profanity, harassment, or unsafe behavior; report
|
||||
injuries or unsafe conditions immediately; and play honestly
|
||||
while upholding TSCB standards of sportsmanship and integrity.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Summary -->
|
||||
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="policy-card policy-card-highlight">
|
||||
<div class="policy-card-body">
|
||||
<h4>School & Sponsor Agreement</h4>
|
||||
<p></p>
|
||||
|
||||
<p>
|
||||
By participating in TSCB programs, schools and sponsors agree
|
||||
to:
|
||||
</p>
|
||||
<ul class="policy-list">
|
||||
<li>
|
||||
<i class="fa-solid fa-check"></i> Comply with all payment,
|
||||
scheduling, and cancellation policies
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-solid fa-check"></i> Ensure student safety,
|
||||
medical clearance, and appropriate transportation
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-solid fa-check"></i> Respect media and privacy
|
||||
guidelines for all minors
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-solid fa-check"></i> Maintain professional
|
||||
communication at all times
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-solid fa-check"></i> Cooperate fully with TSCB
|
||||
rules and safety standards
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Policies 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 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 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/jquery-3.7.1.min.js"></script>
|
||||
<!-- Bootstrap js file -->
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<!-- Validator js file -->
|
||||
<script src="js/validator.min.js"></script>
|
||||
<!-- SlickNav js file -->
|
||||
<script src="js/jquery.slicknav.js"></script>
|
||||
<!-- Swiper js file -->
|
||||
<script src="js/swiper-bundle.min.js"></script>
|
||||
<!-- Counter js file -->
|
||||
<script src="js/jquery.waypoints.min.js"></script>
|
||||
<script src="js/jquery.counterup.min.js"></script>
|
||||
<!-- Magnific js file -->
|
||||
<script src="js/jquery.magnific-popup.min.js"></script>
|
||||
<!-- SmoothScroll -->
|
||||
<script src="js/SmoothScroll.js"></script>
|
||||
<!-- Parallax js -->
|
||||
<script src="js/parallaxie.js"></script>
|
||||
<!-- MagicCursor js file -->
|
||||
<script src="js/gsap.min.js"></script>
|
||||
<script src="js/magiccursor.js"></script>
|
||||
<!-- Text Effect js file -->
|
||||
<script src="js/SplitText.js"></script>
|
||||
<script src="js/ScrollTrigger.min.js"></script>
|
||||
<!-- YTPlayer js File -->
|
||||
<script src="js/jquery.mb.YTPlayer.min.js"></script>
|
||||
<!-- Audio js File -->
|
||||
<script src="js/plyr.js"></script>
|
||||
<!-- Wow js file -->
|
||||
<script src="js/wow.js"></script>
|
||||
<!-- Main Custom js file -->
|
||||
<script src="js/function.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user