lezzo.org/blog/files/brba/www.freewill-baptistchurch.com/index.html
2023-02-01 11:49:50 +01:00

192 lines
7.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<!--[if IE 9]> <html class="no-js lt-ie11 lt-ie10" lang="en"> <![endif]-->
<!--[if IE 10]> <html class="no-js lt-ie11" lang="en"> <![endif]-->
<!--[if gt IE 10]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Free Will Baptist Church</title>
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/style-mobile.css" />
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
<script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2376355-102"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-2376355-102');
</script>
</head>
<body>
<div class="main-container">
<div class="nav-container">
<div class="mobile-nav-container">
<!-- <a href="index.php">
<img class="logo-show-mobile" src="assets/images/logo-nav.png" alt="loog" />
</a> -->
<img class="mobile-nav-close" src="assets/images/icon-menu-close.png" />
<img class="mobile-nav-open" src="assets/images/icon-menu.png" />
</div>
<ul class="nav">
<li>
<a href="index.php.html"><span>Home</span></a>
</li>
<li>
<a href="calendar.php.html"><span>Calendar</span></a>
</li>
<li>
<a href="ministries.php.html"><span>Ministries</span></a>
</li>
<li>
<a href="testimonials.php.html"><span>Testimonials</span></a>
</li>
<li>
<a href="contactus.php.html"><span>Contact Us</span></a>
</li>
</ul>
</div>
<div class="content-container">
<div class="home-container">
<div class="home-right">
<img class="main-logo main-logo-home" src="assets/images/logo.jpg" />
<div class="section-container">
<div class="column c12">
<div class="slideshow">
<img class="slide" src="assets/images/home-slide-1.jpg" />
<img class="slide" src="assets/images/home-slide-2.jpg" />
<img class="slide" src="assets/images/home-slide-3.jpg" />
<img class="slide" src="assets/images/home-slide-4.jpg" />
<img class="slide" src="assets/images/home-slide-5.jpg" />
<img class="slide" src="assets/images/home-slide-6.jpg" />
</div>
<div class="donate-container">
<div class="money-box-container">
<span class="dollar-sign white">$</span><a class="donate-button" href="https://www.foodbanknla.org/" target="_blank">DONATE</a>
</div>
<div class="money-box-container">
<span class="dollar-sign">$</span><span class="money-box">6018.00</span>
</div>
</div>
</div>
<div class="column c12 home-left-column">
<div class="home-please-donate">Please Donate!</div>
<div class="home-copy">
"Every man shall give as he is able, according to the blessing of the LORD thy God which he hath given thee." -Deuteronomy 16:17<br/>
<br/>
As many of you know, our dear friend and fellow parishioner Huell Babineaux has been wrongly accused of a crime, all the way up in New Mexico.<br/>
<br/>
He needs the support and love of his home community now more than ever! We implore you to reach down and give what you can. Every little bit helps! Your contributions will fund the legal team our Huell desperately needs to prove his innocence and win his freedom. Wont you please help?
</div>
</div>
</div>
</div>
<div class="home-left">
<img class="home-church" src="assets/images/home-church.jpg" />
<div class="pastor-info">
Blaise Hansford,<br/>
Pastor<br/>
434 Bogan Lane<br/>
Coushatta, LA 71017<br/>
318-426-9662
</div>
<div class="service-times-container">
<div class="service-times-heading">Service Times</div>
<div class="item">Sunday School 9:45 am</div>
<div class="item">Sunday Morning Worship 11:00 am</div>
<div class="item">Sunday Evening Worship 6:00 pm</div>
<div class="item">Wednesday Evening 7:00 pm</div>
</div>
</div>
</div>
<audio class="audio-object">
<source src="assets/audio/organ.mp3" type="audio/mpeg">
</audio>
</div>
<div class="footer">
<div class="footer-copy">
FOR ENTERTAINMENT PURPOSES.
</div>
<div class="footer-copy">
&copy; 2018 AMC Network Entertainment LLC. All Rights Reserved.
</div>
<ul>
<a href="https://www.amc.com/privacy" target="_blank">Privacy</a> |
<a href="https://www.amc.com/cookies" target="_blank">Cookies</a> |
<a href="https://www.amc.com/terms" target="_blank">Terms of Use</a> |
<a href="https://www.amc.com/shows/better-call-saul" target="_blank">Better Call Saul</a>
</ul>
<div class="legal">
This is a work of fiction. Names, characters, businesses, places, events, locales, and incidents are either the products of the author's imagination or used in a fictitious manner. Any resemblance to actual persons, living or dead, or actual events is&nbsp;purely&nbsp;coincidental.
</div>
</div>
<script src="assets/js/jquery-1.11.2.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html><script src="assets/js/jquery.cycle2.min.js"></script>
<script>
function getHomeLeftWidth() {
var _containerWidth = $('.home-container').width(),
_homeRightWidth = _containerWidth - 240;
if (_containerWidth > 870) {
$('.home-right').css('width',_homeRightWidth);
}
else {
$('.home-right').attr('style','');
}
}
function toggleAudio(state){
var audio = $(".audio-object").get(0)
// var audioControl = $(".audio-control");
if(audio != undefined){
if(state == undefined){
if(audio.paused){
audio.play();
// audioControl.removeClass("muted");
}else{
audio.pause();
// audioControl.addClass("muted");
}
}else{
if(state == "play"){
if(audio.paused){
audio.play();
// audioControl.removeClass("muted");
}
}
if(state == "pause"){
if(!audio.paused){
audio.pause();
// audioControl.addClass("muted");
}
}
}
}
}
// Initialize audio...
toggleAudio();
// Initialize dynamic width for main container...
getHomeLeftWidth();
$(window).resize(function() {
getHomeLeftWidth();
});
// Initialize Cycle2 Slideshow...
$('.slideshow').cycle({
allowWrap: true,
fx: 'fade',
log: false,
slides: '>.slide',
startingSlide: 0,
speed: 500,
timeout: 2000,
});
</script>