This commit is contained in:
Francesco Mecca 2023-02-01 11:49:50 +01:00
parent 0b0a9ed33a
commit 3b58eb0abe
58 changed files with 13844 additions and 0 deletions

View File

@ -0,0 +1,276 @@
@media only screen
and (min-width : 320px)
and (max-width : 620px) {
/* MOBILE NAVIGATION ================================================================ */
.mobile-nav-container {
display: block;
}
.mobile-nav-close,
.mobile-nav-open {
background: transparent;
border: none;
cursor: pointer;
display: none;
margin: 12px 15px;
position: absolute;
left: 0;
top: 0;
width: 40px;
z-index: 10000;
}
.mobile-nav-open {
display: block
}
.nav-container ul.nav {
display: none;
margin: 0;
margin-top: 46px;
}
.nav-container ul.nav li {
background: #4682b4;
/*background: #002041;*/
border-bottom: 2px solid #ffffff;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
color: #ffffff;
display: block;
float: left;
height: 40px;
padding-right: 0;
position: relative;
width: 60%;
}
.nav-container ul.nav li:first-child {
width: 60%;
}
.nav-container ul.nav li a {
/*background: red;*/
display: block;
font-size: 11px;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.nav-container ul.nav li a span,
.nav-container ul.nav li .photo-sub-menu a > span {
display: block;
padding-top: 12px;
}
.nav-container ul.nav li a > span br {
content: " ";
display: none;
}
/* COMMON ================================================================ */
.main-logo {
max-width: 520px;
width: 100%;
}
.main-logo-home {
float: none;
width: 100%;
}
.page-title {
font-size:2em;
}
.column {
display: block;
margin: 0 auto;
}
.c12 {
width: 90%;
}
.c13 {
width: 90%;
}
.left {
text-align: center;
}
.contact-list-container .left {
text-align: left;
}
.right {
text-align: center;
}
/* HOME ================================================================ */
.home-copy {
text-align: left;
}
.home-right {
left: 0;
position: relative;
right: auto;
top: 0;
width: 100%;
}
.home-left {
left: 0;
padding-left: 0;
padding-right: 0;
position: relative;
right: auto;
text-align: center;
top: 0;
width: 100%;
}
.section-title-small {
margin-top: 20px;
}
/* CALENDAR ================================================================ */
.calendar-container {
width: 85%;
}
.bible {
width: 120px;
}
/* MINISTRIES ================================================================ */
.left-column-container {
width: 100%;
}
.left-column {
text-align: center;
}
.ministries-pastor {
padding-right: 0px;
width: 320px;
}
.cross-left {
padding-right: 0;
}
.cross-right {
padding-left: 0;
}
.c13-1,
.c13-2,
.c13-3 {
width: 90%;
}
/* TESTIMONIALS ================================================================ */
.testimonials-container {
width: 95%;
}
.testimonials-right-column {
width: 95%;
}
.testimonials-container .c13-1,
.testimonials-container .c13-2,
.testimonials-container .c13-3 {
width: 90%;
}
.testimonials-container .c13-1,
.testimonials-container .c13-3 {
display: none;
}
.audiojs {
width:340px;
}
.audiojs .scrubber {
width:200px;
}
.audiojs .time {
display: none;
}
.contact-box-1 {
height: 60px;
margin: 0 auto 20px;
width: 90%;
line-height: 1.2em;
}
.contact-box-2 {
margin: 0 auto;
width: 90%;
}
/* CONTACT US ================================================================ */
.contact-pastor-container {
float: none;
width: 100%;
}
.contact-item-container {
float: none;
width: 100%;
}
.contact-item {
margin: 10px;
}
.contact-cross-container {
float: none;
width: 100%;
}
.contact-list-container {
width: 90%;
}
.contact-pastor {
float: none;
padding-right: 0;
padding-top: 20px;
}
.contatc-cross {
float: none;
padding: 0;
}
.contact-banner {
display: none;
}
.contact-banner-mobile {
display: block;
}
/* FOOTER ================================================================ */
.footer-copy {
display: block;
}
.legal {
max-width: 90%;
}
}

View File

@ -0,0 +1,679 @@
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
text-decoration: none;
vertical-align: baseline;
}
body {
background: #ffffff;
color: #000000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: "Comic Sans MS", 'Architects Daughter', "trebuchet ms", verdana, sans-serif;
}
.main-container {
height: 100%;
/*position: absolute;*/
width: 100%;
}
/* NAVIGATION ================================================================ */
.mobile-nav-container {
display: none;
}
.nav-container {
background: #4682b4;
display: block;
height: 54px;
left: 0;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 9999;
}
.nav-container ul.nav {
display: inline-block;
margin-top: 14px;
/*position: absolute; */
text-align: center;
white-space: nowrap;
width: 90%;
z-index: 2;
}
.nav-container ul.nav li {
display: inline-block;
vertical-align: middle;
width: 20%;
}
.nav-container ul.nav li:first-child {
width: 12%;
}
.nav-container ul.nav li a {
color: #ffffff;
display: block;/*
font-size: 0.7em;
font-weight: bold;
letter-spacing: 1px;
line-height: 1.3em;*/
text-decoration: none;
text-transform: uppercase;
}
/* NAV media queries... */
@media screen and (max-width: 800px) {
.nav-container ul.nav {
width: 100%;
}
}
/* COMMON ================================================================ */
.content-container {
margin-top: 64px;
text-align: center;
}
.main-logo {
width: 600px;
}
.page-title {
color: #4682b4;
font-size: 2.8em;
margin-top: -10px;
text-transform: uppercase;
}
.page-sub-title {
font-size: 1.5em;
font-weight: bold;
margin: 10px 0;
}
.section-container {
margin: 20px 0;
}
.section-title {
color: #4682b4;
font-size: 2em;
font-weight: bold;
}
.heading {
font-size: 1em;
margin: 15px 0 20px;
}
.ministries {
font-weight: bold;
}
.column {
display: inline-block;
text-align: center;
vertical-align: top;
/*border: 1px solid red;*/
}
.c12 {
width: 49%;
}
.c13 {
width: 32%;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.bold {
font-weight: bold;
}
.font-medium {
font-size: 1.2em;
}
.font-big {
font-size: 1.4em
}
.clear {
clear: both;
}
.white {
color: #ffffff;
}
/* HOME ================================================================ */
.home-container {
margin: 0 auto;
max-width: 1280px;
min-height: 550px;
position: relative;
width: 100%;
/*border: 1px solid red;*/
}
.home-right {
left: 260px;
position: absolute;
top: 0;
width: 80%;
/*border: 1px solid blue;*/
}
.home-left {
left: 0;
padding-left: 40px;
padding-top:20px;
position: absolute;
text-align: left;
top: 0;
width: 190px;
/*border: 1px solid green;*/
}
.main-logo-home {
float: left;
margin-left: -18px;
width: 750px;
padding-bottom: 20px;
}
.home-left-column {
max-width: 400px;
text-align: left;
}
.home-church {
width: 170px;
}
.pastor-info {
font-size: 1.4em;
font-weight: bold;
white-space: nowrap;
}
.service-times-container > .item {
font-size: 0.9em;
white-space: nowrap;
font-weight: bold;
}
.service-times-heading {
color: #4682b4;
font-size: 1em;
font-weight: bold;
margin: 15px 0;
}
.section-title-small {
color: #4682b4;
font-size: 1.2em;
font-weight: bold;
text-align: center;
width: 100%;
}
.home-please-donate {
color: #4682b4;
font-size: 1.8em;
font-weight: bold;
text-align: center;
width: 100%;
}
.home-copy {
font-size: 1em;
padding-right: 30px;
}
.donate-container {
margin-bottom: 20px;
text-align: center;
width: 100%;
}
.donate-button {
background: #27b722;
color: #ffffff;
display: inline-block;
margin: 0 auto 3px;
padding: 6px;
width: 170px;
font-size: 1.4em;
font-weight: bold;
}
.money-box-container {
color: #4682b4;
display: block;
margin: 5px auto 0;
width: 220px;
}
.dollar-sign {
display: inline-block;
font-size: 1.4em;
font-weight: bold;
padding-right: 4px;
}
.money-box {
background: #4682b4;
color: #ffffff;
display: inline-block;
font-size: 1.6em;
font-weight: bold;
padding: 2px 7px;
width: 170px;
}
.slideshow {
display: block;
height: 280px;
margin: 0 auto;
/*padding-right: 20px;*/
padding-bottom:10px;
width: 420px;
}
.slide {
height: 280px;
width: 420px;
}
/* media queries... */
@media screen and (max-width: 1115px) {
.pastor-info {
font-size: 1.2em;
}
}
@media screen and (max-width: 1040px) {
.main-logo-home {
width: 530px;
}
.home-copy {
font-size: 0.9em;
}
.slideshow {
height: 207px;
width: 310px;
}
.slide {
height: 207px;
width: 310px;
}
}
@media screen and (max-width: 870px) {
.main-logo-home {
float: none;
margin-left: 0;
}
.slideshow {
padding-right: 0;
}
.home-copy {
padding-right: 10px;
text-align: left;
}
.home-right {
left: 0;
position: relative;
right: auto;
top: 0;
width: 96%;
}
.home-left {
left: 0;
position: relative;
right: auto;
text-align: center;
top: 0;
width: 95%;
}
.home-left-column {
/*padding-left: 20px;*/
width: 45%;
}
}
/* CALENDAR ================================================================ */
.calendar-container {
margin: 0 auto;
max-width: 800px;
text-align: left;
width: 80%;
}
.calendar-item {
margin: 28px 0;
font-size:1.2em;
}
.day {
font-weight: bold;
margin-left: -15px;
text-transform: uppercase;
}
.bible {
float: right;
padding: 50px 0 50px 20px;
width: 210px;
}
.candle {
float: right;
padding: 0 28px;
width: 100px;
}
.dove {
width: 130px;
}
/* MINISTRIES ================================================================ */
.save-huell {
color: #ff00d8;
font-size: 2em;
font-weight: bold;
text-decoration: underline;
}
.free-huell {
font-size:1.3em;
}
.ministries-pastor {
padding-right: 20px;
width: 400px;
}
.left-column {
text-align: left;
}
.left-column-container {
width: 60%;
}
.ministries-padding {
margin-top:40px;
}
.cross-left {
padding-right: 20px;
width: 120px;
}
.cross-right {
padding-left: 20px;
width: 120px;
}
.c13-1,
.c13-3 {
width: 22%;
}
.c13-2 {
width: 42%;
}
/* media queries... */
@media only screen
and (min-width : 620px)
and (max-width : 925px)
{
.section-title {
font-size:1.7em;
}
.ministries-pastor {
width: 300px;
padding: 0 10px;
}
}
/* TESTIMONIALS ================================================================ */
.testimonials-container {
margin: 0 auto;
max-width: 900px;
text-align: center;
width: 90%;
}
.testimonials-pastor {
padding-right: 30px;
width: 190px;
}
.testimonials-left-column {
width: 25%;
}
.testimonials-right-column {
font-size: 1em;
max-width: 560px;
text-align: left;
width: 95%;
}
.contact-box-container {
margin-top: 10px;
width: 100%;
}
.contact-box-1 {
border: 1.5px solid #000000;
display: inline-block;
font-size: 0.9em;
font-weight: bold;
height: 108px;
line-height: 2em;
margin: 5px 5px 5px 0;
padding: 12px;
vertical-align: top;
width: 150px;
}
.contact-box-2 {
border: 1.5px solid #000000;
display: inline-block;
font-size: 0.9em;
font-weight: bold;
height: 108px;
margin: 5px;
padding: 12px;
vertical-align: top;
width: 300px;
}
.testimonial-mid {
color: #4682b4;
margin: 20px auto;
padding: 0 4%;
font-weight: bold;
line-height: 1.7em;
}
hr.testimonial-mid {
border: 1px solid #4682b4;
}
.testimonials-container .c13-1,
.testimonials-container .c13-3 {
width: 17%;
}
.testimonials-container .c13-2 {
width: 480px;
}
/* media queries... */
@media screen and (max-width: 875px) {
.testimonials-container .c13-3 {
display: none;
}
}
.audioPlayer {
margin: 15px 0;
background-color: #cccccc;
padding:0 20px 20px 20px;
font-size: .9em;
}
/* media queries... */
@media screen and (max-width: 925px) {
.testimonials-container {
width: 95%;
}
}
/* CONTACT US ================================================================ */
.contact-list-container {
margin: 20px auto;
max-width: 800px;
text-align: center;
width: 60%;
}
/* media queries... */
@media screen and (max-width: 800px) {
.contact-list-container {
width: 80%;
}
}
.contact-pastor-container {
float: left;
width: 25%;
}
.contact-item-container {
float: left;
margin-bottom: 20px;
width: 60%;
}
.contact-cross-container {
float: left;
width: 30%;
}
.contact-item {
margin: 10px 0 20px;
}
.contact-pastor {
float: none;
padding: 0 0 0 10px;
width: 180px;
}
.contatc-cross {
float: none;
padding: 0 0 5px 0;
width: 150px;
}
.contact-banner {
display: block;
float: right;
padding: 10px 0 20px 0;
width: 310px;
}
.contact-banner-mobile {
display: none;
float: none;
margin: 0 auto;
padding: 10px 0;
width: 200px;
}
.text-input {
border: 1px solid #000000;
height: 20px;
width: 230px;
}
.submit-form {
width: 100px;
font-size: 12px;
font-weight: bold;
background-color: #cccccc;
padding: 5px 10px;
margin-top: 10px;
}
/* FOOTER ================================================================ */
.footer {
color: #939598;
font-size: 0.7em;
margin-top: 75px;
text-align: center;
width: 100%;
}
.footer-copy {
display: inline;
}
.footer a {
color: #939598;
text-decoration: underline;
}
.legal {
font-size: 0.7em;
margin: 10px auto 50px;
max-width: 639px;
min-width: 40%;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -0,0 +1,24 @@
(function(h,o,g){var p=function(){for(var b=/audio(.min)?.js.*/,a=document.getElementsByTagName("script"),c=0,d=a.length;c<d;c++){var e=a[c].getAttribute("src");if(b.test(e))return e.replace(b,"")}}();g[h]={instanceCount:0,instances:{},flashSource:' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="$1" width="1" height="1" name="$1" style="position: absolute; left: -1px;"> <param name="movie" value="$2?playerInstance='+h+'.instances[\'$1\']&datetime=$3"> <param name="allowscriptaccess" value="always"> <embed name="$1" src="$2?playerInstance='+
h+'.instances[\'$1\']&datetime=$3" width="1" height="1" allowscriptaccess="always"> </object>',settings:{autoplay:false,loop:false,preload:true,imageLocation:p+"player-graphics.gif",swfLocation:p+"audiojs.swf",useFlash:function(){var b=document.createElement("audio");return!(b.canPlayType&&b.canPlayType("audio/mpeg;").replace(/no/,""))}(),hasFlash:function(){if(navigator.plugins&&navigator.plugins.length&&navigator.plugins["Shockwave Flash"])return true;else if(navigator.mimeTypes&&navigator.mimeTypes.length){var b=
navigator.mimeTypes["application/x-shockwave-flash"];return b&&b.enabledPlugin}else try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash");return true}catch(a){}return false}(),createPlayer:{markup:' <div class="play-pause"> <p class="play"></p> <p class="pause"></p> <p class="loading"></p> <p class="error"></p> </div> <div class="scrubber"> <div class="progress"></div> <div class="loaded"></div> </div> <div class="time"> <em class="played">00:00</em>/<strong class="duration">00:00</strong> </div> <div class="error-message"></div>',
playPauseClass:"play-pause",scrubberClass:"scrubber",progressClass:"progress",loaderClass:"loaded",timeClass:"time",durationClass:"duration",playedClass:"played",errorMessageClass:"error-message",playingClass:"playing",loadingClass:"loading",errorClass:"error"},css:' .audiojs audio { position: absolute; left: -1px; } .audiojs { width: 460px; height: 36px; padding-top:4px; overflow: hidden; font-family: monospace; font-size: 12px; } .audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; background-color:#999999;} .audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; } .audiojs .play { display: block; } .audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; } .audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #fff; z-index: 1; background-color:#fff;} .audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #0006ff;} .audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #999; color: #000; } .audiojs .time em { padding: 0px 2px 0px 0px; color: #999; font-style: normal;font-weight: bold;} .audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: bold; } .audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff; text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; } .audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; } .audiojs .play { background: url("$1") -2px -1px no-repeat; } .audiojs .loading { background: url("$1") -2px -31px no-repeat; } .audiojs .error { background: url("$1") -2px -61px no-repeat; } .audiojs .pause { background: url("$1") -2px -91px no-repeat; } .playing .play, .playing .loading, .playing .error { display: none; } .playing .pause { display: block; } .loading .play, .loading .pause, .loading .error { display: none; } .loading .loading { display: block; } .error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; } .error .error { display: block; } .error .play-pause p { cursor: auto; } .error .error-message { display: block; }',
trackEnded:function(){},flashError:function(){var b=this.settings.createPlayer,a=j(b.errorMessageClass,this.wrapper),c='Missing <a href="http://get.adobe.com/flashplayer/">flash player</a> plugin.';if(this.mp3)c+=' <a href="'+this.mp3+'">Download audio file</a>.';g[h].helpers.removeClass(this.wrapper,b.loadingClass);g[h].helpers.addClass(this.wrapper,b.errorClass);a.innerHTML=c},loadError:function(){var b=this.settings.createPlayer,a=j(b.errorMessageClass,this.wrapper);g[h].helpers.removeClass(this.wrapper,
b.loadingClass);g[h].helpers.addClass(this.wrapper,b.errorClass);a.innerHTML='Error loading: "'+this.mp3+'"'},init:function(){g[h].helpers.addClass(this.wrapper,this.settings.createPlayer.loadingClass)},loadStarted:function(){var b=this.settings.createPlayer,a=j(b.durationClass,this.wrapper),c=Math.floor(this.duration/60),d=Math.floor(this.duration%60);g[h].helpers.removeClass(this.wrapper,b.loadingClass);a.innerHTML=(c<10?"0":"")+c+":"+(d<10?"0":"")+d},loadProgress:function(b){var a=this.settings.createPlayer,
c=j(a.scrubberClass,this.wrapper);j(a.loaderClass,this.wrapper).style.width=c.offsetWidth*b+"px"},playPause:function(){this.playing?this.settings.play():this.settings.pause()},play:function(){g[h].helpers.addClass(this.wrapper,this.settings.createPlayer.playingClass)},pause:function(){g[h].helpers.removeClass(this.wrapper,this.settings.createPlayer.playingClass)},updatePlayhead:function(b){var a=this.settings.createPlayer,c=j(a.scrubberClass,this.wrapper);j(a.progressClass,this.wrapper).style.width=
c.offsetWidth*b+"px";a=j(a.playedClass,this.wrapper);c=this.duration*b;b=Math.floor(c/60);c=Math.floor(c%60);a.innerHTML=(b<10?"0":"")+b+":"+(c<10?"0":"")+c}},create:function(b,a){a=a||{};return b.length?this.createAll(a,b):this.newInstance(b,a)},createAll:function(b,a){var c=a||document.getElementsByTagName("audio"),d=[];b=b||{};for(var e=0,i=c.length;e<i;e++)d.push(this.newInstance(c[e],b));return d},newInstance:function(b,a){var c=this.helpers.clone(this.settings),d="audiojs"+this.instanceCount,
e="audiojs_wrapper"+this.instanceCount;this.instanceCount++;if(b.getAttribute("autoplay")!=null)c.autoplay=true;if(b.getAttribute("loop")!=null)c.loop=true;if(b.getAttribute("preload")=="none")c.preload=false;a&&this.helpers.merge(c,a);if(c.createPlayer.markup)b=this.createPlayer(b,c.createPlayer,e);else b.parentNode.setAttribute("id",e);e=new g[o](b,c);c.css&&this.helpers.injectCss(e,c.css);if(c.useFlash&&c.hasFlash){this.injectFlash(e,d);this.attachFlashEvents(e.wrapper,e)}else c.useFlash&&!c.hasFlash&&
this.settings.flashError.apply(e);if(!c.useFlash||c.useFlash&&c.hasFlash)this.attachEvents(e.wrapper,e);return this.instances[d]=e},createPlayer:function(b,a,c){var d=document.createElement("div"),e=b.cloneNode(true);d.setAttribute("class","audiojs");d.setAttribute("className","audiojs");d.setAttribute("id",c);if(e.outerHTML&&!document.createElement("audio").canPlayType){e=this.helpers.cloneHtml5Node(b);d.innerHTML=a.markup;d.appendChild(e);b.outerHTML=d.outerHTML;d=document.getElementById(c)}else{d.appendChild(e);
d.innerHTML+=a.markup;b.parentNode.replaceChild(d,b)}return d.getElementsByTagName("audio")[0]},attachEvents:function(b,a){if(a.settings.createPlayer){var c=a.settings.createPlayer,d=j(c.playPauseClass,b),e=j(c.scrubberClass,b);g[h].events.addListener(d,"click",function(){a.playPause.apply(a)});g[h].events.addListener(e,"click",function(i){i=i.clientX;var f=this,k=0;if(f.offsetParent){do k+=f.offsetLeft;while(f=f.offsetParent)}a.skipTo((i-k)/e.offsetWidth)});if(!a.settings.useFlash){g[h].events.trackLoadProgress(a);
g[h].events.addListener(a.element,"timeupdate",function(){a.updatePlayhead.apply(a)});g[h].events.addListener(a.element,"ended",function(){a.trackEnded.apply(a)});g[h].events.addListener(a.source,"error",function(){clearInterval(a.readyTimer);clearInterval(a.loadTimer);a.settings.loadError.apply(a)})}}},attachFlashEvents:function(b,a){a.swfReady=false;a.load=function(c){a.mp3=c;a.swfReady&&a.element.load(c)};a.loadProgress=function(c,d){a.loadedPercent=c;a.duration=d;a.settings.loadStarted.apply(a);
a.settings.loadProgress.apply(a,[c])};a.skipTo=function(c){if(!(c>a.loadedPercent)){a.updatePlayhead.call(a,[c]);a.element.skipTo(c)}};a.updatePlayhead=function(c){a.settings.updatePlayhead.apply(a,[c])};a.play=function(){if(!a.settings.preload){a.settings.preload=true;a.element.init(a.mp3)}a.playing=true;a.element.pplay();a.settings.play.apply(a)};a.pause=function(){a.playing=false;a.element.ppause();a.settings.pause.apply(a)};a.setVolume=function(c){a.element.setVolume(c)};a.loadStarted=function(){a.swfReady=
true;a.settings.preload&&a.element.init(a.mp3);a.settings.autoplay&&a.play.apply(a)}},injectFlash:function(b,a){var c=this.flashSource.replace(/\$1/g,a);c=c.replace(/\$2/g,b.settings.swfLocation);c=c.replace(/\$3/g,+new Date+Math.random());var d=b.wrapper.innerHTML,e=document.createElement("div");e.innerHTML=c+d;b.wrapper.innerHTML=e.innerHTML;b.element=this.helpers.getSwf(a)},helpers:{merge:function(b,a){for(attr in a)if(b.hasOwnProperty(attr)||a.hasOwnProperty(attr))b[attr]=a[attr]},clone:function(b){if(b==
null||typeof b!=="object")return b;var a=new b.constructor,c;for(c in b)a[c]=arguments.callee(b[c]);return a},addClass:function(b,a){RegExp("(\\s|^)"+a+"(\\s|$)").test(b.className)||(b.className+=" "+a)},removeClass:function(b,a){b.className=b.className.replace(RegExp("(\\s|^)"+a+"(\\s|$)")," ")},injectCss:function(b,a){for(var c="",d=document.getElementsByTagName("style"),e=a.replace(/\$1/g,b.settings.imageLocation),i=0,f=d.length;i<f;i++){var k=d[i].getAttribute("title");if(k&&~k.indexOf("audiojs")){f=
d[i];if(f.innerHTML===e)return;c=f.innerHTML;break}}d=document.getElementsByTagName("head")[0];i=d.firstChild;f=document.createElement("style");if(d){f.setAttribute("type","text/css");f.setAttribute("title","audiojs");if(f.styleSheet)f.styleSheet.cssText=c+e;else f.appendChild(document.createTextNode(c+e));i?d.insertBefore(f,i):d.appendChild(styleElement)}},cloneHtml5Node:function(b){var a=document.createDocumentFragment(),c=a.createElement?a:document;c.createElement("audio");c=c.createElement("div");
a.appendChild(c);c.innerHTML=b.outerHTML;return c.firstChild},getSwf:function(b){b=document[b]||window[b];return b.length>1?b[b.length-1]:b}},events:{memoryLeaking:false,listeners:[],addListener:function(b,a,c){if(b.addEventListener)b.addEventListener(a,c,false);else if(b.attachEvent){this.listeners.push(b);if(!this.memoryLeaking){window.attachEvent("onunload",function(){if(this.listeners)for(var d=0,e=this.listeners.length;d<e;d++)g[h].events.purge(this.listeners[d])});this.memoryLeaking=true}b.attachEvent("on"+
a,function(){c.call(b,window.event)})}},trackLoadProgress:function(b){if(b.settings.preload){var a,c;b=b;var d=/(ipod|iphone|ipad)/i.test(navigator.userAgent);a=setInterval(function(){if(b.element.readyState>-1)d||b.init.apply(b);if(b.element.readyState>1){b.settings.autoplay&&b.play.apply(b);clearInterval(a);c=setInterval(function(){b.loadProgress.apply(b);b.loadedPercent>=1&&clearInterval(c)})}},10);b.readyTimer=a;b.loadTimer=c}},purge:function(b){var a=b.attributes,c;if(a)for(c=0;c<a.length;c+=
1)if(typeof b[a[c].name]==="function")b[a[c].name]=null;if(a=b.childNodes)for(c=0;c<a.length;c+=1)purge(b.childNodes[c])},ready:function(){return function(b){var a=window,c=false,d=true,e=a.document,i=e.documentElement,f=e.addEventListener?"addEventListener":"attachEvent",k=e.addEventListener?"removeEventListener":"detachEvent",n=e.addEventListener?"":"on",m=function(l){if(!(l.type=="readystatechange"&&e.readyState!="complete")){(l.type=="load"?a:e)[k](n+l.type,m,false);if(!c&&(c=true))b.call(a,l.type||
l)}},q=function(){try{i.doScroll("left")}catch(l){setTimeout(q,50);return}m("poll")};if(e.readyState=="complete")b.call(a,"lazy");else{if(e.createEventObject&&i.doScroll){try{d=!a.frameElement}catch(r){}d&&q()}e[f](n+"DOMContentLoaded",m,false);e[f](n+"readystatechange",m,false);a[f](n+"load",m,false)}}}()}};g[o]=function(b,a){this.element=b;this.wrapper=b.parentNode;this.source=b.getElementsByTagName("source")[0]||b;this.mp3=function(c){var d=c.getElementsByTagName("source")[0];return c.getAttribute("src")||
(d?d.getAttribute("src"):null)}(b);this.settings=a;this.loadStartedCalled=false;this.loadedPercent=0;this.duration=1;this.playing=false};g[o].prototype={updatePlayhead:function(){this.settings.updatePlayhead.apply(this,[this.element.currentTime/this.duration])},skipTo:function(b){if(!(b>this.loadedPercent)){this.element.currentTime=this.duration*b;this.updatePlayhead()}},load:function(b){this.loadStartedCalled=false;this.source.setAttribute("src",b);this.element.load();this.mp3=b;g[h].events.trackLoadProgress(this)},
loadError:function(){this.settings.loadError.apply(this)},init:function(){this.settings.init.apply(this)},loadStarted:function(){if(!this.element.duration)return false;this.duration=this.element.duration;this.updatePlayhead();this.settings.loadStarted.apply(this)},loadProgress:function(){if(this.element.buffered!=null&&this.element.buffered.length){if(!this.loadStartedCalled)this.loadStartedCalled=this.loadStarted();this.loadedPercent=this.element.buffered.end(this.element.buffered.length-1)/this.duration;
this.settings.loadProgress.apply(this,[this.loadedPercent])}},playPause:function(){this.playing?this.pause():this.play()},play:function(){/(ipod|iphone|ipad)/i.test(navigator.userAgent)&&this.element.readyState==0&&this.init.apply(this);if(!this.settings.preload){this.settings.preload=true;this.element.setAttribute("preload","auto");g[h].events.trackLoadProgress(this)}this.playing=true;this.element.play();this.settings.play.apply(this)},pause:function(){this.playing=false;this.element.pause();this.settings.pause.apply(this)},
setVolume:function(b){this.element.volume=b},trackEnded:function(){this.skipTo.apply(this,[0]);this.settings.loop||this.pause.apply(this);this.settings.trackEnded.apply(this)}};var j=function(b,a){var c=[];a=a||document;if(a.getElementsByClassName)c=a.getElementsByClassName(b);else{var d,e,i=a.getElementsByTagName("*"),f=RegExp("(^|\\s)"+b+"(\\s|$)");d=0;for(e=i.length;d<e;d++)f.test(i[d].className)&&c.push(i[d])}return c.length>1?c:c[0]}})("audiojs","audiojsInstance",this);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,20 @@
$(window).load(function(){
// Mobile Dropdown menu behavior...
$('.mobile-nav-close').on('click', function(event) {
$('.nav-container ul.nav').toggle();
$('.mobile-nav-close').css('display','none');
$('.mobile-nav-open').css('display','block');
});
$('.mobile-nav-open').on('click', function(event) {
$('.nav-container ul.nav').toggle();
$('.mobile-nav-close').css('display','block');
$('.mobile-nav-open').css('display','none');
});
// Navigation Behavior on Resize...
$(window).resize(function() {
$('.nav').stop(true).attr('style','');
$('.mobile-nav-close').css('display','none');
$('.mobile-nav-open').css('display','block');
});
});

View File

@ -0,0 +1,103 @@
<!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&nbsp;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&nbsp;pm.
</div>
<div class="calendar-item">
<span class="day">Monday:</span> Huell Babineaux letter writing campaign 5:30 pm-7:00&nbsp;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 yall 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&nbsp;pm.
</div>
<div class="calendar-item">
<span class="day">Friday:</span> 10th Annual Lenten Fish Fry 5:00&nbsp;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">
&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>

View File

@ -0,0 +1,504 @@
<!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">
<script type="text/javascript">var required_fields = ['leanplum_ids'];
var regex_fields = {email : {pattern : /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/, message : 'Invalid email address.'}, telephone : {pattern : /^[\+0-9\s\-\(\)]{10,20}$/, message : 'Please enter a valid phone number.'}, zipcode : {pattern : /(^[ABCEGHJKLMNPRSTVXY]\d[ABCEGHJKLMNPRSTVWXYZ]( )?\d[ABCEGHJKLMNPRSTVWXYZ]\d$)|(^\d{5}(-\d{4})?$)/, message : 'Must be a valid zip code.'}};
function amcnSweepsGetState(response, textStatus, jqXHR){
sweepsState = response.state.message ? response.state.message : false;
sweepsTime = response.state.timestamp;
if(sweepsState == 'open'){
jQuery('#sweeps-form-container').fadeIn();
jQuery('.sweeps-message-item.timed').each(function(){
var begin = jQuery(this).data('begin');
var end = jQuery(this).data('end');
if(response.state.timestamp < begin || response.state.timestamp > end)
jQuery(this).remove();
});
}
else{
jQuery('#sweeps-form-container, #sweeps-form-messaging').remove();
jQuery('.sweeps-global-message').each(function(){
if(!jQuery(this).hasClass('message-'+sweepsState))
jQuery(this).remove();
});
jQuery('#sweeps-global-messaging').fadeIn();
}
//Messaging Init
jQuery('.sweeps-message-item').each(function(){
var begin = jQuery(this).data('begin');
var end = jQuery(this).data('end');
});
jQuery(document).trigger('sweeps_init', [response]);
}
var sweepsState = false;
var showSweepsMessage = true;
var sweepsTime = false;
(function ($) {
$(function () {
var _url = '//sweeps.svc.ds.amcn.com/';
var sweeps_button = $('form.sweeps button#submit-form');
//Init
var _data = {channel: 'amc', application_xid: '1429054', application: 'sweeps', action: 'get.state', 'max-age': 60, callback: 'amcnSweepsGetState'};
$.ajax({
url: _url,
data: _data,
dataType: 'jsonp',
type: 'GET',
cache: true,
jsonp: false
});
function sweeps_error_check(){
var no_errors = true;
$('form.sweeps span.error-message').remove();
$('form.sweeps div.error').removeClass('error');
//Check custom regex
$.each(regex_fields, function(index, data){
var field = $('form.sweeps #'+index);
var field_container = field.parent('div');
//Check if field is required. If not, and no value, skip regex test
var _required = field.hasClass('required');
if(!_required && !field.val()){
//Do Nothing
}
else{
//Test the custom regex patterns
if(!data.pattern.test(field.val())){
if(!field_container.hasClass('error')){
$(field_container).addClass('error').append('<span class=\'error-message\'>'+data.message+' </span>');
no_errors = false;
}
}
}
});
//Check required fields
$.each(required_fields, function(index, field_id){
var field = $('form.sweeps #'+field_id);
var field_container = field.parent('div');
if((!field.val() || field.val() === 'yes') && !field.is(':checked')){
if(!field_container.hasClass('error'))
$(field_container).addClass('error').append('<span class=\'error-message\'>This field is required. </span>');
no_errors = false;
}
});
//Check minimum age
if(typeof min_age !== 'undefined'){
var underage = false;
var month = parseInt($('#bday-month').val());
var day = parseInt($('#bday-day').val());
var year = parseInt($('#bday-year').val());
if(!year || !day || !month)
underage = true;
if(year > min_age.year && !underage)
underage = true;
if(year === min_age.year && !underage)
if(month >= min_age.month)
if(month === min_age.month && day > min_age.day || month > min_age.month)
underage = true;
if(underage){
no_errors = false;
$('#form-item-bday').addClass('error').append('<span class=\'error-message\'>You must be at least ' + min_age.age + ' years of age to enter.</span>');
}
}
return no_errors;
}
function sweeps_compare_fields(a,b){
var field_1 = $('form.sweeps #'+a);
var field_2 = $('form.sweeps #'+b);
if(!field_1.val() || !field_2.val())
return false;
else if(field_1.val() === field_2.val())
return true;
else
return false;
}
function sweeps_show_message(msg, context){
var message_container = $('#sweeps-form-messaging');
var message = $('.message', message_container);
var form_container = $('#sweeps-form-container');
message.html('');
$('.sweeps-message-error, .sweeps-message-success, .sweeps-message-success-code').hide();
form_container.fadeOut('medium', function(){
message.prepend(msg);
if(context)
$('.sweeps-message-'+context, message_container).show();
message_container.fadeIn('slow', function(){
$('html,body').animate({scrollTop: $('#sweeps-form-messaging').offset().top},'slow');
});
});
}
function sweeps_show_form(){
var message_container = $('#sweeps-form-messaging');
var form_container = $('#sweeps-form-container');
message_container.hide();
$('.message', message_container).html('');
$('.thank-you', message_container).hide();
form_container.fadeIn();
}
function sweeps_submit_form(){
var _form = $('form.sweeps').serializeArray();
$.ajax({
url: _url,
data: _form,
dataType: 'jsonp',
type: 'GET',
success: function(response, textStatus, jqXHR) {
sweeps_button.removeAttr('disabled').fadeTo('fast', 1);
if(response.error === true){
$(document).trigger('sweeps_error', [_form, response]);
if(showSweepsMessage)
sweeps_show_message('<p class=\'submission-error\'>'+response.message+' - <a href="contactus.php.html#" class="sweeps-show-form">Return To Form</a></p>', 'error');
showSweepsMessage = true;
}
else{
//If we have a session key, the user submitted with key code
var context = $('form.sweeps #session_key').val() ? 'success-code' : 'success';
var hook = $('form.sweeps #session_key').val() ? 'success_code' : 'success';
//Append Entry ID
$('<input>').attr({
type: 'hidden',
id: 'entry_id',
name: 'entry_id'
}).appendTo('form.sweeps').val(response.entry.entry_id);
//Append Entry Key
$('<input>').attr({
type: 'hidden',
id: 'entry_key',
name: 'entry_key'
}).appendTo('form.sweeps').val(response.entry.key);
$(document).trigger('sweeps_coupon', [_form, response.entry]);
$(document).trigger('sweeps_'+hook, [_form, response]);
if(showSweepsMessage)
sweeps_show_message('', context);
showSweepsMessage = true;
}
}
});
}
function sweeps_get_bonus(){
var entry_key = $('form.sweeps #entry_key').val();
var entry_id = $('form.sweeps #entry_id').val();
if(entry_id && entry_key){
$.ajax({
url: _url,
data: {
action : 'redeem.share.value',
entry_id : entry_id,
key : entry_key
},
dataType: 'jsonp',
type: 'GET',
success: function(response, textStatus, jqXHR){
if(response.error){
alert(response.message);
return false;
}
else
return true;
}
});
}
else{
alert('No prior submission found.');
return false;
}
}
function sweeps_get_bonus_2(){
var entry_key = $('form.sweeps #entry_key').val();
var entry_id = $('form.sweeps #entry_id').val();
if(entry_id && entry_key){
$.ajax({
url: _url,
data: {
action : 'redeem.share2.value',
entry_id : entry_id,
key : entry_key
},
dataType: 'jsonp',
type: 'GET',
success: function(response, textStatus, jqXHR){
if(response.error){
alert(response.message);
return false;
}
else
return true;
}
});
}
else{
alert('No prior submission found.');
return false;
}
}
var sweepsSubmitted = false;
$(sweeps_button).click(function(){
if(!sweeps_error_check()){
//Focus on the first error
$('div.error:first input').focus();
return false;
}
else{
//Disable submit button
sweeps_button.attr('disabled', 'disabled').fadeTo('fast', 0.33);
//Redeem keycodes firstly
var keycode = $('form.sweeps #keycode');
var keycode_container = keycode.parent('div');
var session_id = $('form.sweeps #session_id').val();
var session_key = $('form.sweeps #session_key').val();
if(keycode.val() && !session_id && !session_key){
var _data = {keycode: keycode.val(), channel: 'amc', application_xid: '1429054', application: 'sweeps', action: 'submit.keycode.before'};
$.ajax({
url: _url,
data: _data,
dataType: 'jsonp',
type: 'GET',
success: function(response, textStatus, jqXHR) {
if(response.error){
$('.error-message', keycode_container).remove();
keycode_container.append('<span class=\'error-message\'>Invalid Code</span>');
sweeps_button.removeAttr('disabled').fadeTo('fast', 1);
$(document).trigger('sweeps_keycode_error', [_data, response]);
}
else{
keycode_container.append('<span class=\'success-message\'>Redeemed!</span>');
//Append Session ID
$('<input>').attr({
type: 'hidden',
id: 'session_id',
name: 'session_id'
}).appendTo('form.sweeps #code').val(response.session_id);
//Append Session Key
$('<input>').attr({
type: 'hidden',
id: 'session_key',
name: 'session_key'
}).appendTo('form.sweeps #code').val(response.session_key);
$(document).trigger('sweeps_success', [_data, response]);
sweeps_submit_form();
}
}
});
}
else{
if(!sweepsSubmitted)
sweeps_submit_form();
}
}
return false;
});
$('#sweeps-form-messaging a.sweeps-show-form').live('click', function(){
sweeps_show_form();
return false;
});
});
} ) (jQuery);</script>
<a href="index.php.html"><img class="main-logo" src="assets/images/logo.jpg" /></a>
<div class="page-title">Contact Us</div>
<div class="contact-list-container">
<div class="contact-item-container">
<img class="contact-pastor" src="assets/images/contact-pastor.jpg" />
<div class="contact-item">
<div class="bold font-big">Pastor Blaise Hansford</div>
<div class="font-big">318-426-9662</div>
</div>
<div class="contact-item">
<div class="bold">Secretary, Eloise Luckard</div>
<div>needlepointEL1972@aol.com</div>
</div>
<div class="contact-item">
<div class="bold">Choir Director, Dale Pratt</div>
<div class="clear">bigshotsodapop65@yahoo.com</div>
</div>
<div class="contact-item">
<div class="bold">Sunday School Director, Michael Grange</div>
<div>MGatorHunter@hotmail.com</div>
</div>
</div>
<div class="contact-cross-container">
<img class="contatc-cross" src="assets/images/cross.jpg" />
</div>
<div class="left clear">
<div class="bold">HISTORY OF FREE WILL BAPTIST&nbsp;CHURCH:</div>
<div>
During the violent and uncertain years following the Civil War, the people of Red River Valley were in desperate need of God's word. God saw that need and called upon his disciple, Brother Thomas Brunet to serve his community. When a local family, inspired by his preachings, donated a plot of land, Brother Thomas constructed a modest chapel with his own hands. His labors complete, Brother Thomas exclaimed, "Upon this rock, I will build my church!" The first Sunday worship brought only 2 parishioners. The second, 10. The third, 40. Truly, as Jesus had multiplied the fish and loaves of bread, Brother Thomas grew the Free Will Baptist Church of Coushatta, Louisiana.
</div>
<br/>
<div>
But true disciples of Christ will always be tested and the years 1903, 1924, 1947, and 1961 brought tremendous rainfall to Coushatta resulting in devastating floods. The 1947 disaster was particularly damaging for the night the storms began, a poor family had been asleep in the rectory. The mother and infant daughter survived by taking refuge up in a nearby tree, but the father and three sons were swept away by the rushing current.
</div>
<br/>
<div>
Over the course of 100 years, the church underwent several renovations. Building and re-building after each flood. Members of the congregation volunteered their labor to build out the sanctuary four times larger than Brother Thomas' modest chapel. They added a steeple, a rectory, and a beautiful memorial garden where members of the church could pray and hear Jesus speak to them as he had done in the garden of Gethsemane.
</div>
<br/>
<img class="contact-banner" src="assets/images/contact-banner.png" />
<div>
At Free Will Baptist Church, our hearts and our
doors are open to all who seek deliverance from
their sins. By clicking the link below, you can
sign up for our weekly newsletter and bring
you one step closer to salvation.
</div>
<img class="contact-banner-mobile" src="assets/images/contact-banner.png" />
</div>
<br/>
<div class="clear">
ENTER YOUR E-MAIL ADDRESS<br/>
TO STAY UP-TO-DATE:<br/>
<div id="sweeps-form-container" style="display:none;"><!--Sweeps Form Start--><form id="sweeps-1429054" class="sweeps" name="sweeps_form" method="post" action="contactus.php.html#" enctype="multipart/form-data">
<fieldset id='standard'>
<input type="hidden" name="channel" id="channel" class="channel" value="amc" >
<input type="hidden" name="sweeps-id" id="sweeps-id" class="sweeps-id" value="1429054" >
<input type="hidden" name="application" id="application" class="application" value="sweeps" >
<input type="hidden" name="application_xid" id="application_xid" class="application-xid" value="1429054" >
<input type="hidden" name="leanplum_ids" id="leanplum_ids" value="amc-newsletter-nl">
<input type="hidden" name="action" id="action" class="action" value="submit" >
<input type="hidden" name="use_sqs" id="use_sqs" class="use-sqs" value="" >
<div id='form-item-email'>
<input type="text" name="email" id="email" class="required email text-input" value="" >
</div>
<fieldset id='submit'>
<div id='form-item-submit-form'>
<button type="button" name="submit-form" id="submit-form" class="submit-form" >Submit</button>
<div class="submit-form-content"></div>
</div>
</fieldset>
</fieldset>
<!--Sweeps Submit-->
</form><!--Sweeps Form End--></div><div id="sweeps-global-messaging" style="display:none;"><div class='sweeps-global-message message-early'></div><div class='sweeps-global-message message-closed'></div><div class='sweeps-global-message message-comeback'></div></div><div id="sweeps-form-messaging" style="display:none;">Thank you!<div class="message"></div><!--Sweeps Messaging--><div class='sweeps-message-error' style='display:none;'></div><div class='sweeps-message-success' style='display:none;'></div><div class='sweeps-message-success-code' style='display:none;'></div></div>
</div>
</div>
</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>

View File

@ -0,0 +1,192 @@
<!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>

View File

@ -0,0 +1,192 @@
<!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>

View File

@ -0,0 +1,107 @@
<!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">Ministries</div>
<div class="heading ministries">
Then I heard the voice of the Lord saying, "Whom shall I send? And who will go for us?"<br/>
And I said, "Here am I. Send me!" &nbsp;-&nbsp;Isaiah&nbsp;6:8
</div>
<div class="section-container">
<div class="column c12 right">
<img class="ministries-pastor" src="assets/images/ministries-pastor.jpg" />
</div>
<div class="column c12 left-column">
<div class="section-title">Free Huell Babineaux!</div>
<div class="left-column-container free-huell">Our Huell needs us now more than ever! Please click the link below to find out how you can help!</div>
<br/>
<a href="testimonials.php.html" class="save-huell">Save Huell Now!</a>
</div>
</div>
<div class="section-container ministries-padding">
<div class="column c13-1 right">
<img class="cross-left" src="assets/images/cross.jpg" />
</div>
<div class="column c13-2 bold">
<div class="bold font-medium">Other Ministries:</div>
<div>&#8226; Mission Christmas Box</div>
<div>&#8226; Red River Valley Housing Project</div>
<div>&#8226; Louisiana Baptist Youth Brigade</div>
<div>&#8226; Breaking Bread: Community Communion</div>
<div>&#8226; Down In The River! Red River Baptisms</div>
</div>
<div class="column c13-3 left">
<img class="cross-right" src="assets/images/cross.jpg" />
</div>
</div>
</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>

View File

@ -0,0 +1,162 @@
<!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">Testimonials</div>
<div class="testimonials-container">
<div class="section-container">
<div class="column c13 right testimonials-left-column">
<img class="testimonials-pastor" src="assets/images/testimonials-pastor.jpg" />
</div>
<div class="column testimonials-right-column">
To help free our Huell, we're asking all congregants to MAKE YOUR VOICES HEARD!
<!-- To help free Huell from the clutches of the wicked persecution bound and determined to put this innocent man behind bars, we're asking all congregants to MAKE YOUR VOICES HEARD! -->
<br/>
Pastor Hansford is encouraging you to call him with testimonials describing how Huell has positively affected your life.
<br/>
You can also write letters to Judge Munsinger in Albuquerque and DONATE to Huell's legal defense team on the home page.
<br/>
<div class="contact-box-container">
<div class="contact-box-1">
Pastor Hansford<br/>
can be reached at:<br/>
318-426-9662
</div>
<div class="contact-box-2">
Letters can be sent to:<br/>
The Honorable Judge Benedict Munsinger<br/>
Bernalillo County Metropolitan Court<br/>
415 Tijeras Ave NW<br/>
Albuquerque, NM 87102
<!-- Judge Munsinger<br/>
415 Tijeras Ave NW<br/>
Albuquerque, NM 87102 -->
</div>
</div>
</div>
</div>
<hr class="testimonial-mid"/>
<div class="testimonial-mid">
Some of y'all have already called me with your testimonials and I have to say this congregation's keener on Huell than butter on a biscuit. Please read and listen below to just a taste of those beloved&nbsp;tales.
</div>
<hr class="testimonial-mid"/>
<div class="contact-item">
"All the kids love Huell. Every summer he leads classes for Vacation Bible School and since he started helping out, more and more kids sign up. They just love his Moses impression!" <span class="bold">-&nbsp;Betty M.</span>
</div>
<div class="contact-item">
"When I had to leave for my Papaw's funeral, Huell watched my cats. He fed them and remembered to give them their medication. Oscar and Felix have sensitive stomachs and needed lots of love. Now every time he visits, they jump right on his lap." <span class="bold">-&nbsp;Pauline B.</span>
</div>
<div class="contact-item">
"I was in the rectory when the fire started. Having just broke my foot, Huell rushed in to carry me safely out the church. He saved many of us that day. Huell is truly a disciple of God." <span class="bold">-&nbsp;Keith Z.</span>
</div>
<div class="contact-item">
"Huell is so caring and so loving. He calls just to say hello and ask about Sunday's sermon." <span class="bold">-&nbsp;Edie L.</span>
</div>
<div class="contact-item">
"One Easter egg hunt Huell noticed that all the kids had found eggs except my little Maggie. He asked if he could help her and together they found ten eggs. She was so excited!" <span class="bold">-&nbsp;Bradley F.</span>
</div>
<div class="section-container">
<div class="column c13-1">
<img class="candle" src="assets/images/candle.jpg" />
</div>
<div class="column c13-2">
<div class="audioPlayer">Eloise Luckard
<audio preload="auto">
<source src="assets/audio/helping.mp3">
</audio>
</div>
<div class="audioPlayer">Jake Turner
<audio preload="auto">
<source src="assets/audio/tutor.mp3">
</audio>
</div>
<div class="audioPlayer">Leroy Nance
<audio preload="auto">
<source src="assets/audio/listener.mp3">
</audio>
</div>
</div>
<div class="column c13-3">
<img class="candle" src="assets/images/candle.jpg" />
</div>
</div>
</div>
</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/audio/audio.min.js"></script>
<script>
audiojs.events.ready(function() {
var as = audiojs.createAll();
});
</script>

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

View File

@ -0,0 +1,210 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Sue Mesa Verde</title>
<link rel="stylesheet" href="assets/css/global.css%3Fver=6.0.css" type="text/css" media="all">
<link rel="shortcut icon" href="favicon.ico%3F289349832" />
<meta property="og:image" content="https://www.suemesaverde.com/images/BCS_Sue_Mesa_Verde_socials.jpg" />
<meta property="og:description" content="Are you a Mesa Verde Bank & Trust victim? You may be entitled to a large cash settlement! Find out how to start your claim and let Saul Goodman get speedy justice for YOU!" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jQuery.Marquee/1.5.0/jquery.marquee.js"></script>
<script src="assets/js/global.bundle.js%3Fver=6.0"></script>
</head>
<body>
<div class="content">
<section class="header">
<img class="call-now" src="images/Call_Now.gif" alt="Call Now"/>
<img class="text-phone" src="images/SUEMESA_VERDE_PHONE.png" alt="SUEMESA VERDE"/>
<img class="text-phone-mobile" src="images/Phone_Number_Mobile.png" alt="SUEMESA VERDE"/>
<img class="cbs-desktop" src="images/Saul_Eagle.png" alt="Call Now"/>
<img class="cbs-mobile" src="images/Saul_Eagle_Images.png" alt="Call Now"/>
<div class="stripe">
<div class="stripe__content">
Are you a Mesa Verde Bank & Trust victim?<br>
You may be entitled to a large cash settlement!
</div>
</div>
</section>
<section class="main-content">
<div class="inner-content">
<div class="block_imonials">
<div class="im-sp-mobile">
<img src="images/Logo_Asterisk_mobile.png" alt="Logo Asterisk"/>
<img class="image-sp" src="images/Victims_Speak_mobile.png" alt="Victims speak"/>
</div>
<div class="video-list-mobile">
<div class="item-list">
<div class="video">
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/1YJHGw1BQ7AO?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
<div class="video-desc">
<span>
Wrongfully evicted!
</span>
</div>
</div>
</div>
<div class="item-list u-type-1 left">
<div class="video">
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/dVIfoHuxgVTo?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
<div class="video-desc">
<span>
Black<br>
mold<br>?!?!
</span>
</div>
</div>
</div>
<div class="item-list u-type-2">
<div class="video">
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/39DXyi_Es0it?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
<div class="video-desc">
<span>
Bare<br>
genitals!
</span>
</div>
</div>
</div>
<div class="item-list u-type-3 left">
<div class="video">
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/p3FSjArVyquF?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
<div class="video-desc">
<span>
MY<img src="images/_$.png" alt="My $ = terrorism!???"/>=<br>
TERRORISM<br>
!???
</span>
</div>
</div>
</div>
</div>
<div class="im-sp">
<img src="images/Logo_Asterisk.png" alt="Logo Asterisk"/>
<img class="image-sp" src="images/Victims_Speak.png" alt="Victims speak"/>
</div>
<div class="im-video-list">
<div class="item unique-type-1">
<div class="burst rotate-1"><span>Wrongfully evicted!</span></div>
<div class="video">
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/1YJHGw1BQ7AO?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
</div>
</div>
<div class="item right">
<div class="burst top rotate-2"><span>Black mold ?!?!</span></div>
<div class="video">
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/dVIfoHuxgVTo?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
</div>
</div>
<div class="item unique-type-2">
<div class="burst rotate-3"><span>Bare genitals!</span></div>
<div class="video">
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/39DXyi_Es0it?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
</div>
</div>
<div class="item right unique-type-3">
<div class="burst bottom rotate-4"><span>MY<img src="images/_$.png" alt="My $ = terrorism!???"/>=<br>TERRORISM<br>!???</span></div>
<div class="video">
<iframe src="https://player.theplatform.com/p/M_UwQC/cR_nh3xbYx1C /embed/select/media/p3FSjArVyquF?form=html" width="100%" height="100%" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
</div>
</div>
</div>
</div>
<div class="block_lower">
<div class="form newsletter-form">
<div class="main-form-wrapper">
<div class="fields">
<div class="item-field">
<label for="first-name">First name</label>
<input id="first-name" name="fname" required type="text"/>
</div>
<div class="item-field">
<label for="last-name">Last name</label>
<input id="last-name" name="lname" required type="text"/>
</div>
<div class="item-field">
<label for="email">E-Mail Address</label>
<input id="email" name="email" required type="email"/>
</div>
<a href="index.html#" class="submit">
SUBMIT CLAIM!
</a>
</div>
<div class="sent-message">
<p>
Thank you for submitting<br>your claim.<br>
</p>
<p>Our office will be in touch soon about Speedy Justice for YOU!</p>
</div>
</div>
</div>
<div class="form-mobile newsletter-form">
<div class="box-field fields">
<div class="item-field">
<label for="f_name">First Name</label>
<input id="f_name" name="fname" required type="text" />
</div>
<div class="item-field">
<label for="l_name">Last Name</label>
<input id="l_name" name="lname" required type="text" />
</div>
<div class="item-field">
<label for="email">E-Mail Address</label>
<input id="email" name="email" required type="email" />
</div>
<a href="index.html#" class="submit">SUBMIT CLAIM!</a>
</div>
<div class="post-message">
<p>
Thank you for submitting<br> your claim.
</p>
<p>
Our office will be in touch soon<br>
about Speedy Justice for YOU!
</p>
</div>
</div>
<div class="sidebar-call">
<div class="operator-block">
<img src="images/Operators_Standing_By.png" alt="operators standing by!"/>
</div>
<img src="images/You_Have_Rights.jpg" alt="You have rights!"/>
<img src="images/Call_Us_Now_Sidebar.gif" alt="Call us now!"/>
</div>
<div class="sidebar-call-mobile">
<div class="inner-sidebar">
<img src="images/Operators_Standing_By_mobile.jpg" alt="You have rights!"/>
<img src="images/Call_Us_Now_Sidebar.gif" alt="Call us now!"/>
</div>
</div>
</div>
</div>
</section>
<section class="footer">
<div class="disc">
<div class="mar" data-duration='5000' data-gap='10' data-duplicated='true'>
Not actual clients, paid actors representing testimonials, affidavits on file. Saul Goodman & Associates, LLC not responsible or liable for damages arising from the use of SueMesaVerde.com. Composite testimonials based on actual incidents and fiction. Saul Goodman & Associates, LLC makes no guarantees of accuracy, completeness, usefulness, or timeliness. *Mesa Verdes logo and trademarks used according to the Lanham and Fair Use Acts.
</div>
</div>
<img src="images/Jimmy_GIF_Larger.gif"/>
<div class="copy">
<p>FOR ENTERTAINMENT PURPOSES. © 2020 AMC Network Entertainment LLC. All Rights Reserved.</p>
<p class="mobile">FOR ENTERTAINMENT PURPOSES.<br> © 2020 AMC Network Entertainment LLC. All Rights Reserved.</p>
<ul>
<li><a href="https://www.amc.com/privacy " target="_blank">Privacy</a></li>
<li><a href="https://www.amc.com/cookies" target="_blank">Cookies</a></li>
<li><a href="https://www.amc.com/terms" target="_blank">Terms of Use</a></li>
<li><a href="https://www.amc.com/shows/better-call-saul" target="_blank">Better Call Saul</a></li>
</ul>
</div>
</section>
</div>
</body>
</html>

1729
blog/src/brba.org Normal file

File diff suppressed because it is too large Load Diff