103 lines
4.9 KiB
HTML
103 lines
4.9 KiB
HTML
<!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">
|
||
<a href="index.php.html"><img class="main-logo" src="assets/images/logo.jpg" /></a>
|
||
<div class="page-title">Calendar</div>
|
||
<div class="page-sub-title">This week at Free Will Baptist Church:</div>
|
||
<div class="calendar-container">
|
||
<img class="bible" src="assets/images/bible.jpg" />
|
||
<div class="calendar-item">
|
||
<span class="day">Sunday:</span> Sunday School 9:45 am. Morning Worship 11:00 am. Evening Worship 6:00 pm.
|
||
</div>
|
||
<div class="calendar-item">
|
||
<span class="day">Monday:</span> Huell Babineaux letter writing campaign 5:30 pm-7:00 pm.
|
||
</div>
|
||
<div class="calendar-item">
|
||
<span class="day">Tuesday:</span> Bring your dated leisure suits, your old zydeco tapes, your abandoned fishing poles! Bring any goods ya’ll have tucked away in the attic or basement! CHURCH JUMBLE SALE 9:00 am - 3:00 pm. All proceeds for new rectory furniture!
|
||
</div>
|
||
<img class="candle" src="assets/images/candle.jpg" />
|
||
<div class="calendar-item">
|
||
<span class="day">Wednesday:</span> Evening Worship 7:00 pm. Potluck before evening worship. We always need volunteers so please contact Karen Lee for details!
|
||
</div>
|
||
<div class="calendar-item">
|
||
<span class="day">Thursday:</span> Choir Practice. Cherub Choir 4:00 - 4:45 pm. Youth Choir 5:00 - 5:45 pm. Adult Choir 6:00 - 6:45 pm.
|
||
</div>
|
||
<div class="calendar-item">
|
||
<span class="day">Friday:</span> 10th Annual Lenten Fish Fry 5:00 pm.
|
||
</div>
|
||
<div class="calendar-item">
|
||
<span class="day">Saturday:</span> Senior Bible Study led by Elmer Fontaneau 4:00 pm in the rectory. LARGE PRINT BIBLES AVAILABLE!
|
||
</div>
|
||
</div>
|
||
<img class="dove" src="assets/images/dove.jpg" />
|
||
</div>
|
||
<div class="footer">
|
||
<div class="footer-copy">
|
||
FOR ENTERTAINMENT PURPOSES.
|
||
</div>
|
||
<div class="footer-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 purely coincidental.
|
||
</div>
|
||
</div>
|
||
<script src="assets/js/jquery-1.11.2.min.js"></script>
|
||
<script src="assets/js/main.js"></script>
|
||
</body>
|
||
</html> |