about in progress
This commit is contained in:
298
about.html
298
about.html
@@ -1,5 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zxx">
|
||||
|
||||
<head>
|
||||
<!-- Meta -->
|
||||
<meta charset="utf-8">
|
||||
@@ -7,15 +8,17 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="Awaiken">
|
||||
<meta name="author" content="Keshav Anand">
|
||||
<!-- Page Title -->
|
||||
<title>Avenix - Church HTML Template</title>
|
||||
<title>TSCB: About Us</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">
|
||||
<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 -->
|
||||
@@ -35,6 +38,7 @@
|
||||
<!-- Main Custom Css -->
|
||||
<link href="css/custom.css" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Preloader Start -->
|
||||
@@ -53,7 +57,7 @@
|
||||
<div class="container">
|
||||
<!-- Logo Start -->
|
||||
<a class="navbar-brand" href="./">
|
||||
<img src="images/logo.svg" alt="Logo">
|
||||
<img src="images/logo.png" alt="Logo" style="width: 60px; height: auto;">
|
||||
</a>
|
||||
<!-- Logo End -->
|
||||
|
||||
@@ -61,38 +65,60 @@
|
||||
<div class="collapse navbar-collapse main-menu">
|
||||
<div class="nav-menu-wrapper">
|
||||
<ul class="navbar-nav mr-auto" id="menu">
|
||||
<li class="nav-item submenu"><a class="nav-link" href="./">Home</a>
|
||||
<ul class="sub-menu">
|
||||
<li class="nav-item"><a class="nav-link" href="index.html">Home - Image</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="index-video.html">Home - Video</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="index-slider.html">Home - Slider</a></li>
|
||||
<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 submenu"><a class="nav-link" href="#">Dallas Regionals</a>
|
||||
<ul>
|
||||
<li class="nav-item"><a class="nav-link" href="service-single.html">Service
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="blog.html">Blog</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="blog-single.html">Blog
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="sermons.html">Sermons</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="sermons-single.html">Sermons
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="campaign.html">Campaigns</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="campaign-single.html">Campaign
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="ministries.html">Ministries</a>
|
||||
</li>
|
||||
<li class="nav-item"><a class="nav-link" href="ministry-single.html">Ministries
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="pastor.html">pastor</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="gallery.html">Gallery</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="404.html">404</a></li>
|
||||
</ul>
|
||||
</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="service.html">Services</a></li>
|
||||
<li class="nav-item submenu"><a class="nav-link" href="#">Pages</a>
|
||||
<li class="nav-item submenu"><a class="nav-link" href="#">Austin Regionals</a>
|
||||
<ul>
|
||||
<li class="nav-item"><a class="nav-link" href="service-single.html">Service Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="service-single.html">Service
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="blog.html">Blog</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="blog-single.html">Blog Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="blog-single.html">Blog
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="sermons.html">Sermons</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="sermons-single.html">Sermons Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="sermons-single.html">Sermons
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="campaign.html">Campaigns</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="campaign-single.html">Campaign Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="ministries.html">Ministries</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="ministry-single.html">Ministries Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="campaign-single.html">Campaign
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="ministries.html">Ministries</a>
|
||||
</li>
|
||||
<li class="nav-item"><a class="nav-link" href="ministry-single.html">Ministries
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="pastor.html">pastor</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="gallery.html">Gallery</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="404.html">404</a></li>
|
||||
</ul>
|
||||
</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="#">donate now</a></li>
|
||||
<li class="nav-item highlighted-menu"><a class="nav-link" href="partners.html">Our
|
||||
Partners</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Let’s Start Button Start -->
|
||||
<div class="header-btn d-inline-flex">
|
||||
<a href="#" class="btn-default">donate now</a>
|
||||
<a href="partners.html" class="btn-default">Our Partners</a>
|
||||
</div>
|
||||
<!-- Let’s Start Button End -->
|
||||
</div>
|
||||
@@ -155,12 +181,23 @@
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">about us</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Faith, hope, and love in <span>action every day</span></h2>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.25s">We are a vibrant community of believers dedicated to worship, fellowship, and service. Our mission is to share God's love, grow in faith, and make a positive impact in the world through compassionate outreach and meaningful connections.</p>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.5s">Our church is a welcoming place where everyone can find support, inspiration, and a sense of belonging. Together, we strive to live out our faith and make a difference.</p>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">drive, commitment, and <span>passion
|
||||
every day</span></h2>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.25s">TSCB is a vibrant community of cricket-loving
|
||||
students dedicated to promoting the sport. Our mission is to share, grow, and
|
||||
engrain cricket into the American sports culture. Founded in December of 2025, TSCB
|
||||
aims to grow into the largest hub for high school cricket in the nation.</p>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.5s">As a registered 501c3 nonprofit, TSCB differs
|
||||
from other youth leagues by promoting cricket over profit. TSCB connects with existing
|
||||
cricket club insfrastructures in high schools, aiming to create a network of high
|
||||
schools
|
||||
(similar to football) in the US.
|
||||
</p>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
|
||||
<!-- About Content List Start -->
|
||||
<div class="about-content-body">
|
||||
<!-- About Content List Start -->
|
||||
<div class="about-content-body">
|
||||
<!-- About List Item Start -->
|
||||
@@ -169,7 +206,7 @@
|
||||
<img src="images/icon-about-list-1.svg" alt="">
|
||||
</div>
|
||||
<div class="about-list-item-content">
|
||||
<h3>share god's love</h3>
|
||||
<h3>Play Competitive Matches</h3>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About List Item End -->
|
||||
@@ -180,7 +217,7 @@
|
||||
<img src="images/icon-about-list-2.svg" alt="">
|
||||
</div>
|
||||
<div class="about-list-item-content">
|
||||
<h3>foster spiritual growth</h3>
|
||||
<h3>Train the Next Generation</h3>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About List Item End -->
|
||||
@@ -191,7 +228,7 @@
|
||||
<img src="images/icon-about-list-3.svg" alt="">
|
||||
</div>
|
||||
<div class="about-list-item-content">
|
||||
<h3>serve our community</h3>
|
||||
<h3>Connect Statewide Talent</h3>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About List Item End -->
|
||||
@@ -202,7 +239,7 @@
|
||||
<img src="images/icon-about-list-4.svg" alt="">
|
||||
</div>
|
||||
<div class="about-list-item-content">
|
||||
<h3>build strong relationships</h3>
|
||||
<h3>Build the Cricket Community</h3>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About List Item End -->
|
||||
@@ -224,7 +261,9 @@
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">vision mission</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Building Faithful Community Through Love, Service, <span>Worship, and Fellowship.</span></h2>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Building Faithful Community Through
|
||||
Love,
|
||||
Service, <span>Worship, and Fellowship.</span></h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
</div>
|
||||
@@ -236,13 +275,19 @@
|
||||
<div class="vision-mission-nav wow fadeInUp" data-wow-delay="0.25s">
|
||||
<ul class="nav nav-tabs" id="myTab" role="tablist">
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link active" id="home-tab" data-bs-toggle="tab" data-bs-target="#vision" type="button" role="tab" aria-selected="true">our vision</button>
|
||||
<button class="nav-link active" id="home-tab" data-bs-toggle="tab"
|
||||
data-bs-target="#vision" type="button" role="tab" aria-selected="true">our
|
||||
vision</button>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link" id="profile-tab" data-bs-toggle="tab" data-bs-target="#mission" type="button" role="tab" aria-selected="false">our mission</button>
|
||||
<button class="nav-link" id="profile-tab" data-bs-toggle="tab"
|
||||
data-bs-target="#mission" type="button" role="tab" aria-selected="false">our
|
||||
mission</button>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link" id="contact-tab" data-bs-toggle="tab" data-bs-target="#approach" type="button" role="tab" aria-selected="false">our approach</button>
|
||||
<button class="nav-link" id="contact-tab" data-bs-toggle="tab"
|
||||
data-bs-target="#approach" type="button" role="tab" aria-selected="false">our
|
||||
approach</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -259,14 +304,29 @@
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">our vision</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Vision to Serve, <span>Love, and Grow</span></h2>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Vision to
|
||||
Serve,
|
||||
<span>Love, and Grow</span>
|
||||
</h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
|
||||
<!-- Vision Mission Body Start -->
|
||||
<div class="vision-mission-body">
|
||||
<h3 class="wow fadeInUp" data-wow-delay="0.25s">Our vision is to share God's love, foster spiritual growth, and serve our community with compassion and purpose.</h3>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.5s">Our vision is to serve our community with compassion, love unconditionally, and foster spiritual growth. Through dedicated service, heartfelt worship, and supportive fellowship, we strive to create a nurturing environment where individuals can deepen their faith, connect with others, and make a positive impact. Join us as we live out our commitment to serve, love, and grow together.</p>
|
||||
<h3 class="wow fadeInUp" data-wow-delay="0.25s">Our vision is to share
|
||||
God's
|
||||
love, foster spiritual growth, and serve our community with
|
||||
compassion
|
||||
and purpose.</h3>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.5s">Our vision is to serve our
|
||||
community with compassion, love unconditionally, and foster
|
||||
spiritual
|
||||
growth. Through dedicated service, heartfelt worship, and supportive
|
||||
fellowship, we strive to create a nurturing environment where
|
||||
individuals can deepen their faith, connect with others, and make a
|
||||
positive impact. Join us as we live out our commitment to serve,
|
||||
love,
|
||||
and grow together.</p>
|
||||
</div>
|
||||
<!-- Vision Mission Body End -->
|
||||
</div>
|
||||
@@ -295,14 +355,26 @@
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3>our mission</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Vision to Serve, <span>Love, and Grow</span></h2>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Vision to
|
||||
Serve,
|
||||
<span>Love, and Grow</span>
|
||||
</h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
|
||||
<!-- Vision Mission Body Start -->
|
||||
<div class="vision-mission-body">
|
||||
<h3>Our mission is to share God's love, foster spiritual growth, and serve our community with compassion and purpose.</h3>
|
||||
<p>Our vision is to serve our community with compassion, love unconditionally, and foster spiritual growth. Through dedicated service, heartfelt worship, and supportive fellowship, we strive to create a nurturing environment where individuals can deepen their faith, connect with others, and make a positive impact. Join us as we live out our commitment to serve, love, and grow together.</p>
|
||||
<h3>Our mission is to share God's love, foster spiritual growth, and
|
||||
serve
|
||||
our community with compassion and purpose.</h3>
|
||||
<p>Our vision is to serve our community with compassion, love
|
||||
unconditionally, and foster spiritual growth. Through dedicated
|
||||
service,
|
||||
heartfelt worship, and supportive fellowship, we strive to create a
|
||||
nurturing environment where individuals can deepen their faith,
|
||||
connect
|
||||
with others, and make a positive impact. Join us as we live out our
|
||||
commitment to serve, love, and grow together.</p>
|
||||
</div>
|
||||
<!-- Vision Mission Body End -->
|
||||
</div>
|
||||
@@ -331,14 +403,26 @@
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3>our approach</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Vision to Serve, <span>Love, and Grow</span></h2>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Our Vision to
|
||||
Serve,
|
||||
<span>Love, and Grow</span>
|
||||
</h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
|
||||
<!-- Vision Mission Body Start -->
|
||||
<div class="vision-mission-body">
|
||||
<h3>Our approach is to share God's love, foster spiritual growth, and serve our community with compassion and purpose.</h3>
|
||||
<p>Our approach is to serve our community with compassion, love unconditionally, and foster spiritual growth. Through dedicated service, heartfelt worship, and supportive fellowship, we strive to create a nurturing environment where individuals can deepen their faith, connect with others, and make a positive impact. Join us as we live out our commitment to serve, love, and grow together.</p>
|
||||
<h3>Our approach is to share God's love, foster spiritual growth, and
|
||||
serve
|
||||
our community with compassion and purpose.</h3>
|
||||
<p>Our approach is to serve our community with compassion, love
|
||||
unconditionally, and foster spiritual growth. Through dedicated
|
||||
service,
|
||||
heartfelt worship, and supportive fellowship, we strive to create a
|
||||
nurturing environment where individuals can deepen their faith,
|
||||
connect
|
||||
with others, and make a positive impact. Join us as we live out our
|
||||
commitment to serve, love, and grow together.</p>
|
||||
</div>
|
||||
<!-- Vision Mission Body End -->
|
||||
</div>
|
||||
@@ -381,7 +465,8 @@
|
||||
<!-- Counter Content Start -->
|
||||
<div class="counter-content">
|
||||
<h3>oldest member</h3>
|
||||
<p>Our oldest member is Mary Thompson, who is 95 years old and has been attending since 1945.</p>
|
||||
<p>Our oldest member is Mary Thompson, who is 95 years old and has been attending since
|
||||
1945.</p>
|
||||
</div>
|
||||
<!-- Counter Content End -->
|
||||
</div>
|
||||
@@ -400,7 +485,8 @@
|
||||
<!-- Counter Content Start -->
|
||||
<div class="counter-content">
|
||||
<h3>youth retreats</h3>
|
||||
<p>Our oldest member is Mary Thompson, who is 95 years old and has been attending since 1945.</p>
|
||||
<p>Our oldest member is Mary Thompson, who is 95 years old and has been attending since
|
||||
1945.</p>
|
||||
</div>
|
||||
<!-- Counter Content End -->
|
||||
</div>
|
||||
@@ -419,7 +505,8 @@
|
||||
<!-- Counter Content Start -->
|
||||
<div class="counter-content">
|
||||
<h3>tech workshops</h3>
|
||||
<p>Our oldest member is Mary Thompson, who is 95 years old and has been attending since 1945.</p>
|
||||
<p>Our oldest member is Mary Thompson, who is 95 years old and has been attending since
|
||||
1945.</p>
|
||||
</div>
|
||||
<!-- Counter Content End -->
|
||||
</div>
|
||||
@@ -438,7 +525,8 @@
|
||||
<!-- Counter Content Start -->
|
||||
<div class="counter-content">
|
||||
<h3>christmas concert</h3>
|
||||
<p>Our oldest member is Mary Thompson, who is 95 years old and has been attending since 1945.</p>
|
||||
<p>Our oldest member is Mary Thompson, who is 95 years old and has been attending since
|
||||
1945.</p>
|
||||
</div>
|
||||
<!-- Counter Content End -->
|
||||
</div>
|
||||
@@ -457,7 +545,8 @@
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">what we do</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Living Our <span>Faith Together</span></h2>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Living Our <span>Faith Together</span>
|
||||
</h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
</div>
|
||||
@@ -472,7 +561,8 @@
|
||||
</div>
|
||||
<div class="what-we-content">
|
||||
<h3>worship services</h3>
|
||||
<p>Experience spiritual growth and meaningful connection through heartfelt worship and fellowship. Everyone is welcome to join us</p>
|
||||
<p>Experience spiritual growth and meaningful connection through heartfelt worship and
|
||||
fellowship. Everyone is welcome to join us</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- What We Item End -->
|
||||
@@ -486,7 +576,8 @@
|
||||
</div>
|
||||
<div class="what-we-content">
|
||||
<h3>community outreach</h3>
|
||||
<p>Experience spiritual growth and meaningful connection through heartfelt worship and fellowship. Everyone is welcome to join us</p>
|
||||
<p>Experience spiritual growth and meaningful connection through heartfelt worship and
|
||||
fellowship. Everyone is welcome to join us</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- What We Item End -->
|
||||
@@ -500,7 +591,8 @@
|
||||
</div>
|
||||
<div class="what-we-content">
|
||||
<h3>educational programs</h3>
|
||||
<p>Experience spiritual growth and meaningful connection through heartfelt worship and fellowship. Everyone is welcome to join us</p>
|
||||
<p>Experience spiritual growth and meaningful connection through heartfelt worship and
|
||||
fellowship. Everyone is welcome to join us</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- What We Item End -->
|
||||
@@ -537,10 +629,14 @@
|
||||
<!-- Team Social Icon Start -->
|
||||
<div class="team-social-icon">
|
||||
<ul>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a>
|
||||
</li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a>
|
||||
</li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a>
|
||||
</li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Team Social Icon End -->
|
||||
@@ -569,10 +665,14 @@
|
||||
<!-- Team Social Icon Start -->
|
||||
<div class="team-social-icon">
|
||||
<ul>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a>
|
||||
</li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a>
|
||||
</li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a>
|
||||
</li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Team Social Icon End -->
|
||||
@@ -601,10 +701,14 @@
|
||||
<!-- Team Social Icon Start -->
|
||||
<div class="team-social-icon">
|
||||
<ul>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a>
|
||||
</li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a>
|
||||
</li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a>
|
||||
</li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Team Social Icon End -->
|
||||
@@ -633,10 +737,14 @@
|
||||
<!-- Team Social Icon Start -->
|
||||
<div class="team-social-icon">
|
||||
<ul>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a></li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-facebook-f"></i></a>
|
||||
</li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-linkedin-in"></i></a>
|
||||
</li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-instagram"></i></a>
|
||||
</li>
|
||||
<li><a href="#" class="social-icon"><i class="fa-brands fa-x-twitter"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Team Social Icon End -->
|
||||
@@ -677,14 +785,24 @@
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">pastors message</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Your generosity makes a <span>profound impact</span></h2>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Your generosity makes a
|
||||
<span>profound
|
||||
impact</span></h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
|
||||
<!-- Pastors Comtent Body Start -->
|
||||
<div class="pastors-content-body">
|
||||
<h3 class="wow fadeInUp" data-wow-delay="0.25s">Our mission is to share God's love, foster spiritual growth, and serve our community with compassion and purpose.</h3>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.5s">We would love to get to know you better. Feel free to reach out to us through our Contact Us page, or join us for one of our upcoming services or events. Our doors are always open, and we look forward to welcoming you into our church family.</p>
|
||||
<h3 class="wow fadeInUp" data-wow-delay="0.25s">Our mission is to share God's love,
|
||||
foster
|
||||
spiritual growth, and serve our community with compassion and purpose.</h3>
|
||||
<p class="wow fadeInUp" data-wow-delay="0.5s">We would love to get to know you better.
|
||||
Feel
|
||||
free to reach out to us through our Contact Us page, or join us for one of our
|
||||
upcoming
|
||||
services or events. Our doors are always open, and we look forward to welcoming you
|
||||
into
|
||||
our church family.</p>
|
||||
</div>
|
||||
<!-- Pastors Comtent Body End -->
|
||||
|
||||
@@ -719,7 +837,9 @@
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h3 class="wow fadeInUp">our core value</h3>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Foundations of Our Faith and <span>Community Life</span></h2>
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Foundations of Our Faith and
|
||||
<span>Community Life</span>
|
||||
</h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
</div>
|
||||
@@ -737,10 +857,12 @@
|
||||
Why is faith a core value?
|
||||
</button>
|
||||
</h2>
|
||||
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne"
|
||||
data-bs-parent="#accordion">
|
||||
<div id="collapseOne" class="accordion-collapse collapse show"
|
||||
aria-labelledby="headingOne" data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
<p>We demonstrate love through compassionate service, supportive relationships, and inclusive community practices.</p>
|
||||
<p>We demonstrate love through compassionate service, supportive relationships,
|
||||
and
|
||||
inclusive community practices.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -757,7 +879,9 @@
|
||||
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
|
||||
data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
<p>We demonstrate love through compassionate service, supportive relationships, and inclusive community practices.</p>
|
||||
<p>We demonstrate love through compassionate service, supportive relationships,
|
||||
and
|
||||
inclusive community practices.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -767,14 +891,17 @@
|
||||
<div class="accordion-item wow fadeInUp" data-wow-delay="0.5s">
|
||||
<h2 class="accordion-header" id="headingThree">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
||||
data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
|
||||
data-bs-target="#collapseThree" aria-expanded="false"
|
||||
aria-controls="collapseThree">
|
||||
How is community fostered within the church?
|
||||
</button>
|
||||
</h2>
|
||||
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree"
|
||||
data-bs-parent="#accordion">
|
||||
<div id="collapseThree" class="accordion-collapse collapse"
|
||||
aria-labelledby="headingThree" data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
<p>We demonstrate love through compassionate service, supportive relationships, and inclusive community practices.</p>
|
||||
<p>We demonstrate love through compassionate service, supportive relationships,
|
||||
and
|
||||
inclusive community practices.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -784,14 +911,17 @@
|
||||
<div class="accordion-item wow fadeInUp" data-wow-delay="0.75s">
|
||||
<h2 class="accordion-header" id="headingfour">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
||||
data-bs-target="#collapsefour" aria-expanded="false" aria-controls="collapsefour">
|
||||
data-bs-target="#collapsefour" aria-expanded="false"
|
||||
aria-controls="collapsefour">
|
||||
What is the importance of spiritual growth?
|
||||
</button>
|
||||
</h2>
|
||||
<div id="collapsefour" class="accordion-collapse collapse" aria-labelledby="headingfour"
|
||||
data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
<p>We demonstrate love through compassionate service, supportive relationships, and inclusive community practices.</p>
|
||||
<p>We demonstrate love through compassionate service, supportive relationships,
|
||||
and
|
||||
inclusive community practices.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -801,14 +931,17 @@
|
||||
<div class="accordion-item wow fadeInUp" data-wow-delay="1s">
|
||||
<h2 class="accordion-header" id="headingfive">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
||||
data-bs-target="#collapsefive" aria-expanded="false" aria-controls="collapsefive">
|
||||
data-bs-target="#collapsefive" aria-expanded="false"
|
||||
aria-controls="collapsefive">
|
||||
How do these values shape church activities?
|
||||
</button>
|
||||
</h2>
|
||||
<div id="collapsefive" class="accordion-collapse collapse" aria-labelledby="headingfive"
|
||||
data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
<p>We demonstrate love through compassionate service, supportive relationships, and inclusive community practices.</p>
|
||||
<p>We demonstrate love through compassionate service, supportive relationships,
|
||||
and
|
||||
inclusive community practices.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -880,7 +1013,9 @@
|
||||
|
||||
<!-- About Footer Content Start -->
|
||||
<div class="about-footer-content">
|
||||
<p>Lorem Ipsum is simply dummy text of printing and typesetting industry. Lorem Ipsum has been the industry's.</p>
|
||||
<p>Lorem Ipsum is simply dummy text of printing and typesetting industry. Lorem Ipsum
|
||||
has
|
||||
been the industry's.</p>
|
||||
</div>
|
||||
<!-- Footer Social Links Start -->
|
||||
<div class="footer-social-links">
|
||||
@@ -1035,4 +1170,5 @@
|
||||
<!-- Main Custom js file -->
|
||||
<script src="js/function.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
39
blog.html
39
blog.html
@@ -1,5 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zxx">
|
||||
|
||||
<head>
|
||||
<!-- Meta -->
|
||||
<meta charset="utf-8">
|
||||
@@ -15,7 +16,9 @@
|
||||
<!-- 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">
|
||||
<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 -->
|
||||
@@ -35,6 +38,7 @@
|
||||
<!-- Main Custom Css -->
|
||||
<link href="css/custom.css" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Preloader Start -->
|
||||
@@ -64,23 +68,31 @@
|
||||
<li class="nav-item submenu"><a class="nav-link" href="./">Home</a>
|
||||
<ul class="sub-menu">
|
||||
<li class="nav-item"><a class="nav-link" href="index.html">Home - Image</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="index-video.html">Home - Video</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="index-slider.html">Home - Slider</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="index-video.html">Home -
|
||||
Video</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="index-slider.html">Home -
|
||||
Slider</a></li>
|
||||
</ul>
|
||||
</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="service.html">Services</a></li>
|
||||
<li class="nav-item submenu"><a class="nav-link" href="#">Pages</a>
|
||||
<ul>
|
||||
<li class="nav-item"><a class="nav-link" href="service-single.html">Service Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="service-single.html">Service
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="blog.html">Blog</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="blog-single.html">Blog Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="blog-single.html">Blog
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="sermons.html">Sermons</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="sermons-single.html">Sermons Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="sermons-single.html">Sermons
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="campaign.html">Campaigns</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="campaign-single.html">Campaign Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="ministries.html">Ministries</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="ministry-single.html">Ministries Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="campaign-single.html">Campaign
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="ministries.html">Ministries</a>
|
||||
</li>
|
||||
<li class="nav-item"><a class="nav-link" href="ministry-single.html">Ministries
|
||||
Details</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="pastor.html">pastor</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="gallery.html">Gallery</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="404.html">404</a></li>
|
||||
@@ -127,6 +139,11 @@
|
||||
</div>
|
||||
<!-- Page Header End -->
|
||||
|
||||
<iframe
|
||||
src="https://cricclubs.com/TexasScholasticCricketBoard/results?leagueId=hKGWBeaND6UfZE7_FQSDeQ&year=2026&series=YL5qVXl5UzTJ9e6vFfDgmg&seriesName=DALLAS+REGIONALS-+SEASON+ONE"
|
||||
width="100%" height="600px" style="border:none;">
|
||||
</iframe>
|
||||
|
||||
<!-- Page Blog Start -->
|
||||
<div class="page-blog">
|
||||
<div class="container">
|
||||
@@ -332,7 +349,8 @@
|
||||
|
||||
<!-- About Footer Content Start -->
|
||||
<div class="about-footer-content">
|
||||
<p>Lorem Ipsum is simply dummy text of printing and typesetting industry. Lorem Ipsum has been the industry's.</p>
|
||||
<p>Lorem Ipsum is simply dummy text of printing and typesetting industry. Lorem Ipsum has
|
||||
been the industry's.</p>
|
||||
</div>
|
||||
<!-- Footer Social Links Start -->
|
||||
<div class="footer-social-links">
|
||||
@@ -487,4 +505,5 @@
|
||||
<!-- Main Custom js file -->
|
||||
<script src="js/function.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -50,12 +50,12 @@
|
||||
|
||||
:root{
|
||||
--primary-color : #000000;
|
||||
--secondary-color : #FFF4F1;
|
||||
--secondary-color : #ce9c5b;
|
||||
--text-color : #525252;
|
||||
--accent-color : #fe5d35;
|
||||
--white-color : #FFFFFF;
|
||||
--accent-color : #d92800;
|
||||
--white-color : #f3dbbb;
|
||||
--divider-color : #FFFFFF26;
|
||||
--dark-divider-color : #E9E9E9;
|
||||
--dark-divider-color : #e9e9e9;
|
||||
--error-color : rgb(230, 87, 87);
|
||||
--default-font : "Fira Sans Condensed", sans-serif;
|
||||
}
|
||||
|
||||
BIN
images/about.gif
Normal file
BIN
images/about.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 MiB |
BIN
images/hit-fantasy.jpg
Normal file
BIN
images/hit-fantasy.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
BIN
images/ncca.jpg
Normal file
BIN
images/ncca.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
images/ncca.png
Normal file
BIN
images/ncca.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 210 KiB |
BIN
images/srisports.png
Normal file
BIN
images/srisports.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 203 KiB |
82
index.html
82
index.html
@@ -375,7 +375,7 @@
|
||||
<!-- Mission Image Start -->
|
||||
<div class="mission-img">
|
||||
<figure class="image-anime reveal">
|
||||
<img src="images/mission-image.jpg" alt="">
|
||||
<img src="images/about.gif" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
<!-- Mission Image End -->
|
||||
@@ -511,7 +511,7 @@
|
||||
<div class="swiper-slide">
|
||||
<div class="service-slider-image">
|
||||
<figure>
|
||||
<img src="images/service-single-img.jpg" alt="">
|
||||
<img src="images/ncca.jpg"" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@@ -521,7 +521,7 @@
|
||||
<div class="swiper-slide">
|
||||
<div class="service-slider-image">
|
||||
<figure>
|
||||
<img src="images/service-single-img.jpg" alt="">
|
||||
<img src="images/hit-fantasy.jpg" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@@ -531,7 +531,7 @@
|
||||
<div class="swiper-slide">
|
||||
<div class="service-slider-image">
|
||||
<figure>
|
||||
<img src="images/service-single-img.jpg" alt="">
|
||||
<img src="images/srisports.png" style="width: 1200px; height: 1200px;" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@@ -557,37 +557,6 @@
|
||||
<!-- Our Ministries Section End -->
|
||||
|
||||
|
||||
<!-- CTA Box Section Start -->
|
||||
<div class="cta-box">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-9">
|
||||
<!-- CTA Box Content Start -->
|
||||
<div class="cta-box-content">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Get Involved and Stay Connected:
|
||||
Support Our Mission and Join Our Community Today!</h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
</div>
|
||||
<!-- CTA Box Content End -->
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<!-- CTA Box Btn Start -->
|
||||
<div class="cta-box-btn wow fadeInUp">
|
||||
<a href="/contact.html" class="btn-default btn-highlighted">join us</a>
|
||||
</div>
|
||||
<!-- CTA Box Btn End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- CTA Box Section End -->
|
||||
|
||||
<!-- Our Event Section End -->
|
||||
|
||||
|
||||
<!-- Donate Now Section Start -->
|
||||
<!-- <div class="donate-now parallaxie">
|
||||
@@ -662,6 +631,38 @@
|
||||
<!-- Donate Now Section End -->
|
||||
|
||||
|
||||
<!-- CTA Box Section Start -->
|
||||
<div class="cta-box">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-9">
|
||||
<!-- CTA Box Content Start -->
|
||||
<div class="cta-box-content">
|
||||
<!-- Section Title Start -->
|
||||
<div class="section-title">
|
||||
<h2 class="text-anime-style-2" data-cursor="-opaque">Get Involved and Stay Connected:
|
||||
Support Our Mission and Join Our Community Today!</h2>
|
||||
</div>
|
||||
<!-- Section Title End -->
|
||||
</div>
|
||||
<!-- CTA Box Content End -->
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<!-- CTA Box Btn Start -->
|
||||
<div class="cta-box-btn wow fadeInUp">
|
||||
<a href="/contact.html" class="btn-default btn-highlighted">join us</a>
|
||||
</div>
|
||||
<!-- CTA Box Btn End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- CTA Box Section End -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Footer Start -->
|
||||
<footer class="main-footer">
|
||||
@@ -767,16 +768,7 @@
|
||||
</div>
|
||||
<!-- Footer Info Box End -->
|
||||
|
||||
<!-- Footer Info Box Start -->
|
||||
<div class="footer-info-box">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-location.svg" alt="">
|
||||
</div>
|
||||
<div class="footer-info-box-content">
|
||||
<p>Irving, TX, USA</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Footer Info Box End -->
|
||||
|
||||
</div>
|
||||
<!-- Footer Contact Details End -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user