122 lines
7.9 KiB
PHP
122 lines
7.9 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
|
<title>Our History - SSBC Main</title>
|
|
<meta name="description" content="">
|
|
<meta name="keywords" content="">
|
|
|
|
<!-- Favicons -->
|
|
<!--<link href="assets/img/favicon.png" rel="icon">
|
|
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">-->
|
|
|
|
<!-- Fonts -->
|
|
<link href="https://fonts.googleapis.com" rel="preconnect">
|
|
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat: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&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
|
|
|
|
<!-- Vendor CSS Files -->
|
|
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
|
|
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
|
|
|
|
<!-- Main CSS File -->
|
|
<link href="assets/css/main.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body class="our-history-page">
|
|
|
|
<?php include 'header.php'; ?>
|
|
|
|
<main class="main">
|
|
|
|
<!-- Page Title -->
|
|
<div class="page-title dark-background position-relative" data-aos="fade" style="background-image: url(assets/img/bg/bg-2.webp);">
|
|
<div class="container position-relative">
|
|
<h1>Our History</h1>
|
|
</div>
|
|
</div><!-- End Page Title -->
|
|
|
|
<!-- Book Excerpt Section -->
|
|
<section id="book-excerpt" class="book-excerpt section light-background">
|
|
|
|
<div class="container" data-aos="fade-up" data-aos-delay="100">
|
|
<div class="row">
|
|
<div class="col-lg-10 offset-lg-1">
|
|
<div class="book-excerpt-wrapper" data-aos="fade-up" data-aos-delay="300">
|
|
<div class="book-page-design">
|
|
|
|
<div class="chapter-title">More then our history, it's our heritage</div>
|
|
|
|
<div class="excerpt-content">
|
|
<p>Southside Baptist Church began in the summer of 1954 when several families gathered for a tent revival
|
|
on land owned by R.K. and Mrs. Whitehead in the Lundy community. Led by Brother Jim Wooten, the revival
|
|
sparked the formation of a congregation that officially organized on September 3, 1954, with 25 charter
|
|
members and Reverend J.L. Hersey Jr. as its first pastor.</p>
|
|
<p>In 1955, members constructed a simple open-air sanctuary made from cypress poles, tar paper, and
|
|
sawdust flooring. That same year, the church became Lundy Mission under the sponsorship of the Florida
|
|
Baptist Convention and First Baptist Church of Palatka. The first church budget was just $50, and a
|
|
young Betty Sanders became the church's first pianist. Land donated by the Whitehead family allowed for
|
|
the construction of the church's first permanent building, completed in 1956.</p>
|
|
<p>In 1960, Lundy Mission became debt-free and formally organized as Southside Baptist Church. Over the
|
|
following decades, the church experienced steady growth. A major turning point came in 1983 when Pastor
|
|
J.O. McLeod was called to lead the church. Under his leadership, plans were made for a larger worship
|
|
facility, funded in part through the annual "10/90 Campaign," which began in 1986 and continues today.
|
|
</p>
|
|
<p>The current Worship Center was completed in 1990. After Pastor McLeod entered full-time evangelism in
|
|
1994, leadership transitioned to Pastor Carl Petty, during whose tenure the Vinson Building was
|
|
completed in 1995. In 2000, Pastor Ray Johnson Sr. became pastor, leading the church through significant
|
|
growth and the early payoff of the Worship Center mortgage in 2002. Under his leadership, the church
|
|
also received its largest 10/90 offering in 2005.</p>
|
|
<p>Additional milestones included the renovation and dedication of Osteen Hall in 2010, the adoption of a
|
|
new church logo in 2015, and the expansion of ministries under Associate Pastor Shaun Thomas beginning
|
|
in 2016. On August 28, 2016, Brother James Alan Richie III was ordained and called as Youth Pastor.</p>
|
|
<p>Following the passing of Pastor Ray Johnson in January 2017 after 17 years of faithful service, Shaun
|
|
Thomas served as interim leader before being unanimously called as Senior Pastor on June 11, 2017. Under
|
|
his leadership, the church has continued to grow spiritually and physically.</p>
|
|
<p>Southside has also played a leading role in community outreach through the annual U-Turn event, which
|
|
has become one of the largest Christian outreach events in the area and has led many people to faith in
|
|
Christ.</p>
|
|
<p>Throughout its history, the church has continually improved its facilities, adding new classrooms,
|
|
technology, ministry spaces, and community resources, including the Slaughter Pavilion ("Jack Shack"),
|
|
office renovations, nursery upgrades, and connection to the city sewer system.</p>
|
|
<p>From a small tent revival in 1954 to a thriving congregation serving its community today, Southside
|
|
Baptist Church's story is one of faith, sacrifice, growth, and God's continued blessings over more than
|
|
six decades of ministry.</p>
|
|
|
|
</div>
|
|
|
|
<div class="page-decoration"></div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section><!-- /Book Excerpt Section -->
|
|
|
|
</main>
|
|
|
|
<?php include 'footer.php'; ?>
|
|
|
|
<!-- Scroll Top -->
|
|
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
|
|
|
|
<!-- Preloader -->
|
|
<div id="preloader"></div>
|
|
|
|
<!-- Vendor JS Files -->
|
|
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/vendor/php-email-form/validate.js"></script>
|
|
<script src="assets/vendor/aos/aos.js"></script>
|
|
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
|
|
|
|
<!-- Main JS File -->
|
|
<script src="assets/js/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|