<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta http-equiv="content-language" content="en-US">
    <meta name="coverage" content="Worldwide">
    <meta name="robots" content="index, follow">
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="../rss2.php" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="../rss.php" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="../atom.php" />
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
    <link rel="manifest" href="../site.webmanifest">
    <link rel="mask-icon" href="../safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#2b5797">
    <meta name="theme-color" content="#ffffff">

    <link href="../css/styles.css" rel="stylesheet" type="text/css">
    <link href="../css/home.css?v=1" rel="stylesheet" type="text/css">
<meta name="description" CONTENT="Windword Ministries in Aldergrove BC Canada is an international ministry with a vision to reach the unsaved people of the world through the Gospel." />
<meta name="keywords" CONTENT="Windword Church, Windword Ministries, Windword Aldergrove, Ministries, Church, Christian" />
<link rel="canonical" href="https://windwordcenter.ca/blog" />

<title>Windword Center Home Page</title>

<link rel="image_src" CONTENT="https://windwordcenter.ca/pics/post992_3580_Blog2.jpg" />
<meta property="og:url" content="https://windwordcenter.ca/blog" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Windword Center Home Page" />
<meta property="og:description" content="Windword Ministries in Aldergrove BC Canada is an international ministry with a vision to reach the unsaved people of the world through the Gospel." />
<meta property="og:image" content="https://windwordcenter.ca/pics/post992_3580_Blog2.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Windword Center Home Page"/>
<meta name="twitter:description" content="Windword Ministries in Aldergrove BC Canada is an international ministry with a vision to reach the unsaved people of the world through the Gospel."/>
<meta name="twitter:image" content="https://windwordcenter.ca/pics/post992_3580_Blog2.jpg"/>
<link href='../pics/WWCenter.css?v=48' rel='stylesheet' type='text/css'><script src='../js/jquery-3.5.1.min.js'></script><script src='../pics/HomePg.js?v=1'></script></head>
<body>
<div id="bannerBkg"></div>
<div class="bnrWrap"><div id="bnrHd"></div></div>
<header>
    <div id="NavBox"><div id="NavBar" style=""><table border="0" cellpadding="0" cellspacing="0" style="width:100%"><tbody>
<tr>
<td class="topLeft" onclick="window.location=&#39;https://windwordcenter.ca/home&#39;" style="float: left"><div id="topLogo"><img class="topLeftLogo" src="https://windwordchurch.com/pics/image2934_4356Blog8.png"/></div></td>
<td class="topMid"><span class="Btns" onclick="window.location=&#39;https://windwordcenter.ca/home&#39;">Home</span>
<span class="Btns"onclick="window.location=&#39;https://windwordcenter.ca/churchLife&#39;">Church Life</span>
<span class="Btns" onclick="window.location=&#39;https://windwordcenter.ca/WhoWeAre&#39;">Who We Are</span>
<span class="Btns"onclick="window.location=&#39;https://windwordcenter.ca/churchNew&#39;">Church News</span>
<span class="Btns" onclick="showTop(&#39;2950&#39;)">Contact</span></td>
<td class="topRight"><a class="btn1 subOptBtn2 Btns2" style="color: #FFFFFF;text-decoration:none"href="https://www.youtube.com/@windwordcenter" target="_blank">WATCH LIVE</a>
<span class="btn1 subOptBtn3 Btns2"onclick="window.location=&#39;https://windwordchurch.com/Give&#39;">GIVE</span></td>
<td id="topMenu"><div class="bar1">&nbsp;</div>
<div class="bar3">&nbsp;</div></td>
</tr>
</tbody></table></div></div>
<div style="position: relative"><div id="navTop" style="display:none;"><nav class="navWeb"><ul style="padding-bottom:15px;"><li class="navItem"><a class="navBtn" href="https://windwordcenter.ca/newhome">Home</a></li>
<li class="navItem"><a class="navBtn" href="https://windwordcenter.ca/churchLife">Church Life</a></li>
<li class="navItem"><a class="navBtn" href="https://windwordcenter.ca/WhoWeAre">Who We Are</a></li>
<li class="navItem"><a class="navBtn" href="https://windwordcenter.ca/churchNew">Church News</a></li>
<li class="navItem"><a class="navBtn" href="https://www.youtube.com/@windwordcenter" target="_blank">Watch Live</a></li>
<li class="navItem"><a class="navBtn" href="https://windwordchurch.com/Give">GIVE</a></li>
<li class="navItem"><a class="navBtn" onclick="showTop(&#39;2950&#39;)">Contact</a></li></ul></nav></div></div><script>
    $(function() {
        var navTopState = 0;
        $(".Btns").mouseover(function () {
            $("#navTop").hide();
            navTopState = 0;
        });
        $("#navTop").mouseleave(function () {
            $("#navTop").hide();
            navTopState = 0;
        });
        $('#topMenu').on('click', function () {
            var navTop = document.getElementById('navTop'),
                max_h = $(window).height() - 50;
            if(navTopState == 1) {
                $(navTop).hide();
                navTopState = 0;
            }
            $(".navItem").show();
            setdropdown(0);
            $(navTop).toggle();
            $("#topMenu").toggleClass("change");
            $(navTop).css({'margin-left':'auto'});
        });
        $("#listBtn1").mouseover(function () {
            var cur_w = $(window).width(),
                offset = $("#listBtn1").offset();
            $(".navItem").hide();
            $('#listNav1').show();
            $('.SubMenu_1').show();
            showDropDown(offset.left - 20);
        });
        function showSubNav(sub,t=300){
            var dropDn = '.SubMenu_' + sub,
                navMenu = '#navMenu_' + sub;
            $(navMenu).toggleClass("menu_dn menu_up");
            $(dropDn).removeClass('subDn');
            $('.subDn').hide();
            $(dropDn).toggle(t);
            $(dropDn).addClass('subDn');
        }
        function showDropDown(m){
            var navTop = document.getElementById('navTop'),
                max_h = $(window).height() - 50;
            if($(navTop).height() > max_h){
                $(navTop).css({'margin-left': m + 'px', 'max-height':max_h + 'px', 'overflow-y':'scroll'});
            } else {
                $(navTop).css({'margin-left': m + 'px', 'max-height':max_h + 'px', 'overflow-y':'auto'});
            }
            if(navTopState == 0) {
                $(navTop).show();
            }
            $(navTop).on({
                'mouseleave': function () {
                    $(navTop).hide();
                    navTopState = 0;
                }
            });
            navTopState = 1;
        }
    });
</script>
<style>
    ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        padding-bottom:15px;
    }
    ul li {
        background: transparent url(../images/bullets.png) 0 3px no-repeat;
        background-size: 15px;
        margin: 5px 0 0 2px;
        padding: 0 15px 0 30px;
    }
    .menu_dn {
        background: transparent url(../images/menu_dn.png) no-repeat right 3px;
        background-size: 18px;
    }
    .menu_up {
        background: transparent url(../images/menu_up.png) no-repeat right 3px;
        background-size: 18px;
    }
</style>
</header>
<div class="gridContainer clearfix"><div id="main-wrap" style="display:none;">
        <div id="TopBox">
        <div id="mainText"><div class="posRelative" id="T2_1_VideoWrap">
<div class="bannerVideoText z2 posAbsolute mb2rem">
<h1 class="txColorW1 pb1rem" style="text-shadow: rgba(0,0,0,0.44) 1px 0 10px;">WINDWORD CENTER</h1>

<div style="box-shadow: rgb(238,188,176) 0px 0 6px 1px; max-width: 500px;width: 100%;background-color: #b0c8ee;height: 1px">&nbsp;</div>

<h5 class="txColorW1 pt2rem" style="text-shadow: rgba(0,0,0,0.44) 1px 0 10px;">Establishing Kingdom Culture</h5>

<div class="phone_fw pt1rem" style="max-width: 350px"><button class="btn1 mb1rem" onclick="window.location=&#39;#&#39;;" style="font-weight: 700; display:none;">A Pastors Greeting</button><button class="btn1 mb1rem" onclick="window.location=&#39;https://windwordcenter.ca/churchLife&#39;;" style="font-weight: 700">Resources</button></div>
</div>

<div id="T2VideoBox" style="margin-left: 0px;">&nbsp;</div>

<div id="T2VideoPicBox"><img src="https://windwordcenter.ca/pics/image3580_10523Blog8.jpg?v=1" /></div>
</div>

<div class="bgColorD pb5rem" style="background: radial-gradient(100% 50% at center, #1a212c, #000);">
<div class="content_wrap smallContentWrap">
<div class="fw pt1rem displayPhone" style="width: 90%; margin: 0 auto;">
<div class="phone_fw pb1rem pt1rem">
<div style="width: 70px; padding-right: 15px"><img src="https://windwordchurch.com/pics/image2934_6554Blog8.png?v=1" /></div>

<div class="txColorW1 phone_vf"><strong><a href="https://www.google.com/maps/search/?api=1&amp;query=26460+52nd+Ave,+Langley,+BC+V4W+1N6" style="color: #FFFFFF" target="_blank">26460 52nd Ave, Langley,<br />
BC V4W 1N6 </a> </strong></div>
</div>

<div style="box-shadow: rgb(238,188,176) 0px 0 6px 1px;width: 100%;background-color: #b0c8ee;height: 1px">&nbsp;</div>

<div class="phone_fw pb1rem pt1rem">
<div style="width: 70px; padding-right: 15px"><img src="https://windwordchurch.com/pics/image2934_6556Blog8.png?v=1" /></div>

<div class="txColorW1 phone_vf"><strong>Prayer 9 am |&nbsp;Service 10 am</strong></div>
</div>

<div style="box-shadow: rgb(238,188,176) 0px 0 6px 1px;width: 100%;background-color: #b0c8ee;height: 1px">&nbsp;</div>

<div class="phone_fw pb1rem pt1rem">
<div style="width: 70px; padding-right: 15px"><img src="https://windwordchurch.com/pics/image2934_6555Blog8.png?v=1" /></div>

<div class="txColorW1 phone_vf"><strong>You Are Always Welcome Here</strong></div>
</div>

<div style="box-shadow: rgb(238,188,176) 0px 0 6px 1px;width: 100%;background-color: #b0c8ee;height: 1px">&nbsp;</div>
</div>

<div class="displayDesktop">
<div class="fw pt5rem">
<div class="box_30 textCenter">
<div><img src="https://windwordchurch.com/pics/image2934_6554Blog8.png?v=1" /></div>

<div class="txColorW1"><strong><a href="https://www.google.com/maps/search/?api=1&amp;query=26460+52nd+Ave,+Langley,+BC+V4W+1N6" style="color: #FFFFFF" target="_blank">26460 52nd Ave, Langley, BC V4W 1N6 </a> </strong></div>
</div>

<div class="box_30 textCenter">
<div><img src="https://windwordchurch.com/pics/image2934_6556Blog8.png?v=1" /></div>

<div class="txColorW1"><strong>Sunday:&nbsp;</strong></div>

<div class="txColorW1"><strong>Prayer 9 am |&nbsp;Service 10 am</strong></div>
</div>

<div class="box_30 textCenter">
<div><img src="https://windwordchurch.com/pics/image2934_6555Blog8.png?v=1" /></div>

<div class="txColorW1"><strong>You Are Welcome Here</strong></div>
</div>
</div>
</div>

<div class="textCenter"><img alt="" class="pt5rem" src="https://windwordcenter.ca/pics/image3580_10656Blog8.png?v=1" style="max-width: 500px;width: 100%" /></div>

<div class="fw pb5rem">
<h3 class="txColorW1 pb3rem textCenter" style="color: #c8c2bd;">A faith-filled community where truth, honour, and integrity are at the core of who we are and what we do.</h3>

<div class="displayPhone textCenter pb3rem"><img alt="" src="https://windwordcenter.ca/pics/image3580_9908Blog8.jpg?v=1" /></div>

<div class="fw">
<div class="left_50 vf">
<h4 class="txColorW1 pb1rem">We believe in equipping people with deep-rooted values in Scripture to enable them to walk out their God-given destinies. We are a family where you have a place and are welcomed home.</h4>
<button class="btn1 mb1rem mt2rem" onclick="window.location=&#39;https://windwordcenter.ca/churchNew&#39;;" style="font-weight: 700">Church News</button></div>

<div class="right_50 displayDesktop"><img alt="" src="https://windwordcenter.ca/pics/image3580_9908Blog8.jpg?v=1" /></div>
</div>
</div>

<div class="horizontalLine">&nbsp;</div>

<h2 class="txColorW1 pb1rem mt3rem">What&#39;s New</h2>

<div class="Item_wrap pb3rem">
<div class="ItemBoxWrap">
<div class="ItemBox"><a class="slide" href="https://www.youtube.com/@WindwordCenter"><img class="ItemPic" src="https://windwordcenter.ca/pics/image3580_9901Blog8.jpg?v=1" /> </a></div>

<h5 class="textCenter pt1rem txColorW1"><a class="slide" href="https://www.youtube.com/@WindwordCenter" style="color: #FFFFFF">Services</a></h5>

<h4 class="textCenter txColorW1"><a class="slide txBoldX" href="https://www.youtube.com/@WindwordCenter" style="color: #FFFFFF">Watch Live</a></h4>
</div>

<div class="ItemBoxWrap">
<div class="ItemBox"><a class="slide" href="https://windwordcenter.ca/JesusCrew"><img class="ItemPic" src="https://windwordcenter.ca/pics/image3580_9903Blog8.jpg?v=1" /> </a></div>

<h5 class="textCenter pt1rem"><a class="slide" href="https://windwordcenter.ca/JesusCrew" style="color: #FFFFFF">Come Join</a></h5>

<h4 class="textCenter"><a class="slide txBoldX" href="https://windwordcenter.ca/JesusCrew" style="color: #FFFFFF">WW Jesus Crew</a></h4>
</div>

<div class="ItemBoxWrap">
<div class="ItemBox"><a class="slide" href="https://windwordcenter.ca/churchNew" style="color: #FFFFFF"><img class="ItemPic" src="https://windwordcenter.ca/pics/image3580_9905Blog8.jpg?v=2" /> </a></div>

<h5 class="textCenter pt1rem txColorW1"><a class="slide" href="https://windwordcenter.ca/churchNew" style="color: #FFFFFF">Keep Up To Date</a></h5>

<h4 class="textCenter txColorW1"><a class="slide txBoldX" href="https://windwordcenter.ca/churchNew" style="color: #FFFFFF">Church News</a></h4>
</div>

<div class="ItemBoxWrap">
<div class="ItemBox"><a class="slide" href="https://windwordcenter.ca/touchingHeaven" style="color: #FFFFFF"><img class="ItemPic" src="https://windwordcenter.ca/pics/image3580_9902Blog8.jpg?v=1" /> </a></div>

<h5 class="textCenter pt1rem txColorW1"><a class="slide" href="https://windwordcenter.ca/touchingHeaven" style="color: #FFFFFF">Last Friday</a></h5>

<h4 class="textCenter txColorW1"><a class="slide txBoldX" href="https://windwordcenter.ca/touchingHeaven" style="color: #FFFFFF">Touching Heaven</a></h4>
</div>

<div class="ItemBoxWrap">
<div class="ItemBox">
<div class="slide" onclick="openAppStore()"><img class="ItemPic" src="https://windwordcenter.ca/pics/image3580_9904Blog8.jpg?v=1" /></div>
</div>

<h5 class="textCenter pt1rem txColorW1 slide" onclick="openAppStore()">Keep Up With Us</h5>

<h4 class="textCenter txColorW1 slide" onclick="openAppStore()">Get The App</h4>
</div>
</div>
</div>
</div>

<div class="bgColorW">
<div class="content_wrap smallContentWrap">
<div class="pt5rem pb5rem textCenter">
<h3 class="pb1rem">Weekly Service</h3>

<h5 class="mb2rem">Join us every week at 10am PST, where we can encounter the Lord together as family.</h5>
</div>

<div class="horizontalLine" style="background-color: #0E0E0E">&nbsp;</div>

<div class="pt5rem pb5rem textCenter">
<h3 class="pb1rem">Get Involved</h3>

<h5 class="mb2rem">You have a destiny and we are honoured to have you as an integral part of our Windword family. To become more involved in the workings here, please learn more about it through the link below.</h5>
<button class="btn1 btn2 mb1rem" onclick="window.location=&#39;https://windwordcenter.ca/getInvolved&#39;;" style="font-weight: 700">Learn More</button></div>

<div class="horizontalLine" style="background-color: #0E0E0E">&nbsp;</div>
</div>
</div>

<div class="bgColorD" style="background: radial-gradient(100% 50% at center, #2c201a, #000);">
<div class="content_wrap smallContentWrap">
<h3 class="txColorW1 textCenter pt5rem" style=" text-shadow: 0 0 2vw rgba(255,255,255,0.8);">SUNDAY RUNDOWN</h3>

<div class="fw pt3rem pb5rem">
<div class="left_50 pb2rem"><img alt="" class="roundEdge" src="https://windwordcenter.ca/pics/image3580_10657Blog8.jpg?v=1" /></div>

<div class="right_50 boxSizing"><img src="https://windwordcenter.ca/pics/image3580_10653Blog8.png?v=1" style="width: 88px; margin-bottom: -8px;margin-left: -15px;opacity: 95%" />
<h5 class="mb1rem" style="color: #c8c2bd;">Pre-Service Prayer | 9AM</h5>

<p class="txColorW3 mb3rem">Once you&rsquo;ve arrived inside, head down the hallway on the right to our fireside room where we host pre-service prayer every Sunday at 9am. Here we corporately pray together and focus on the upcoming service.</p>
<img src="https://windwordcenter.ca/pics/image3580_10654Blog8.png?v=1" style="width: 88px; margin-bottom: -8px;margin-left: -15px;opacity: 95%" />
<div>
<h5 class="mb1rem" style="color: #c8c2bd;">Worship Service | 10AM</h5>

<p class="txColorW3 mb3rem">As prayer wraps up, most find their way into our foyer where there is coffee, tea, and good conversation. Feel free to connect and hangout before service. As we near 10am, find your way into the sanctuary to be ready for when worship begins. As we jump into praise together, come up front and worship with us! Following our time of worship, we will then transition into announcements and the speaker for the day. Glean from our speaker of the day as they pour into you and share what the Lord has placed on their hearts for our family.</p>
</div>
<img src="https://windwordcenter.ca/pics/image3580_10655Blog8.png?v=1" style="width: 88px; margin-bottom: -8px;margin-left: -15px;opacity: 95%" />
<div>
<h5 class="mb1rem" style="color: #c8c2bd;">Post-Service Hang</h5>

<p class="txColorW3">After the service, please stay and hangout with us all! Some will then go out for lunch together and some will go to their connect group for lunch. If you&#39;re new, we&rsquo;d love for you to come to the Info desk in the foyer so we can meet you! Here we&rsquo;re able to welcome you, give you a gift, answer any questions that you may have, as well as help with your next steps here at Windword!</p>
</div>
</div>
</div>

<div class="horizontalLine">&nbsp;</div>
</div>
</div>

<div class="bgColorD">
<div class="content_wrap smallContentWrap">
<div class="pt5rem fw pb5rem">
<div class="displayPhone pb2rem"><img alt="" src="https://windwordchurch.com/pics/image2935_4357Blog8.jpg?v=1" /></div>

<div class="right_50 vf">
<h2 class="txColorW1" style="text-shadow: 0 0 2vw rgba(255,255,255,0.8);">What about my kids?</h2>

<p style="color: #c8c2bd;">Our children&rsquo;s ministry here at Windword is called Kingdom Kids. We believe in the next generation and want to help our children grow closer to God and experience the love that He has to offer. Our Children&rsquo;s leaders, Mike and Emma Shepherd, have a true heart for children and have raised up an amazing team dedicated to serving and loving your children. We want parents to be assured that their children are in good hands with our Kingdom Kids team. Through exciting activities, interactive worship, and foundational teaching we seek to empower our young ones and their families to become everything that Jesus has for them to be!</p>
</div>

<div class="displayDesktop left_50"><img alt="" src="https://windwordchurch.com/pics/image2935_4357Blog8.jpg?v=1" /></div>
</div>

<div class="horizontalLine">&nbsp;</div>

<div class="pt5rem textCenter">
<h2 class="txColorW1 pb3rem">Our Vision</h2>
<iframe allowfullscreen="" class="HomePageVideo" frameborder="0" mozallowfullscreen="" src="https://player.vimeo.com/video/1031271278?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" title="OurVision" webkitallowfullscreen=""></iframe></div>

<p class="txColorW2 pt3rem pb5rem"><span class="txBoldX txColorW1">Our vision is establishing Kingdom Culture here on earth. Our mission</span> is to empower the next generation of leaders to innovate, collaborate, and inspire within a united community. This center provides an environment where ministries and businesses can thrive together, as one family, spreading the Gospel of Jesus Christ globally by any means necessary. We are committed to planting ministries, supporting entrepreneurial initiatives, and creating a worldwide network of like-minded individuals dedicated to living lives of purpose, faith, hope, and love.</p>
</div>
</div>

<div class="bgColorW">
<div class="content_wrap smallContentWrap">
<div class="pt5rem pb5rem textCenter">
<h3 style="text-decoration: underline;color: #333333;"><a href="https://windwordcenter.ca/connectGroups" style="color: #333333;">Want to become more connected?</a></h3>

<h3 class="pb1rem">Sign up for a <a href="https://windwordcenter.ca/connectGroups" style="color: #333333;">connect group.</a></h3>
</div>
</div>
</div>

<div class="bgColorGray">
<div class="content_wrap smallContentWrap" style="max-width: 1000px">
<div class="fw pt5rem">
<div class="box_30">
<h2 class="pb2rem txColorW1">FAQ</h2>

<p class="pb2rem txColorW2">Find the most asked questions and<br />
their answers right here.</p>
</div>

<div class="box_70">
<div class="txColorWG1" style="max-width: 700px; margin: 0 auto">
<div class="question roundEdge phone_fw" onclick="toggleTwoBox(&#39;question1&#39;, &#39;answerOpen&#39;, &#39;questArrow1&#39;, &#39;questionArrowOpen&#39;)">
<div class="questionText">What are your services like?</div>

<div class="questionArrow phone_vf" id="questArrow1"><svg fill="none" height="12" viewbox="0 0 22 12" width="22" xmlns="http://www.w3.org/2000/svg"> <path d="M2.82667 1.10089L11.0055 9.1939L19.1233 1.15468C19.1233 1.15468 19.8558 0.387137 20.6554 1.15468C21.455 1.92223 20.7371 2.6676 20.7371 2.6676L11.7814 11.5333C11.7814 11.5333 11.5827 11.7432 11.3634 11.7872C11.1441 11.8312 10.879 11.8614 10.5587 11.756C10.3186 11.6769 10.0822 11.4122 10.0822 11.4122L1.43788 2.834C1.43788 2.834 0.515739 2.09038 1.28035 1.22356C2.04496 0.356735 2.82667 1.10089 2.82667 1.10089Z" fill="#F8F8F8"></path> </svg></div>

<div class="answer" id="question1">Our services at Windword Center are Spirit-filled and Christ-centered, designed to inspire and uplift. Expect engaging worship, Biblical teaching, and a warm, welcoming atmosphere where everyone is encouraged to encounter God.</div>
</div>

<div class="question roundEdge phone_fw" onclick="toggleTwoBox(&#39;question2&#39;, &#39;answerOpen&#39;, &#39;questArrow2&#39;, &#39;questionArrowOpen&#39;)">
<div class="questionText">What will happen when I visit for the first time?</div>

<div class="questionArrow phone_vf" id="questArrow2"><svg fill="none" height="12" viewbox="0 0 22 12" width="22" xmlns="http://www.w3.org/2000/svg"> <path d="M2.82667 1.10089L11.0055 9.1939L19.1233 1.15468C19.1233 1.15468 19.8558 0.387137 20.6554 1.15468C21.455 1.92223 20.7371 2.6676 20.7371 2.6676L11.7814 11.5333C11.7814 11.5333 11.5827 11.7432 11.3634 11.7872C11.1441 11.8312 10.879 11.8614 10.5587 11.756C10.3186 11.6769 10.0822 11.4122 10.0822 11.4122L1.43788 2.834C1.43788 2.834 0.515739 2.09038 1.28035 1.22356C2.04496 0.356735 2.82667 1.10089 2.82667 1.10089Z" fill="#F8F8F8"></path> </svg></div>

<div class="answer" id="question2">When you visit Windword Center for the first time, you&rsquo;ll be greeted by friendly faces at the door. Our team is here to make you feel at home, answer your questions, and help you find your way. You can relax, participate at your own pace, and experience God&rsquo;s presence.</div>
</div>

<div class="question roundEdge phone_fw" onclick="toggleTwoBox(&#39;question3&#39;, &#39;answerOpen&#39;, &#39;questArrow3&#39;, &#39;questionArrowOpen&#39;)">
<div class="questionText">What do I wear?</div>

<div class="questionArrow phone_vf" id="questArrow3"><svg fill="none" height="12" viewbox="0 0 22 12" width="22" xmlns="http://www.w3.org/2000/svg"> <path d="M2.82667 1.10089L11.0055 9.1939L19.1233 1.15468C19.1233 1.15468 19.8558 0.387137 20.6554 1.15468C21.455 1.92223 20.7371 2.6676 20.7371 2.6676L11.7814 11.5333C11.7814 11.5333 11.5827 11.7432 11.3634 11.7872C11.1441 11.8312 10.879 11.8614 10.5587 11.756C10.3186 11.6769 10.0822 11.4122 10.0822 11.4122L1.43788 2.834C1.43788 2.834 0.515739 2.09038 1.28035 1.22356C2.04496 0.356735 2.82667 1.10089 2.82667 1.10089Z" fill="#F8F8F8"></path> </svg></div>

<div class="answer" id="question3">Come as you are! Whether you prefer casual attire or your Sunday best, you&rsquo;ll fit right in. We want you to feel comfortable so you can focus on the Lord throughout the service.</div>
</div>

<div class="question roundEdge phone_fw" onclick="toggleTwoBox(&#39;question4&#39;, &#39;answerOpen&#39;, &#39;questArrow4&#39;, &#39;questionArrowOpen&#39;)">
<div class="questionText">What&#39;s the vibe like?</div>

<div class="questionArrow phone_vf" id="questArrow4"><svg fill="none" height="12" viewbox="0 0 22 12" width="22" xmlns="http://www.w3.org/2000/svg"> <path d="M2.82667 1.10089L11.0055 9.1939L19.1233 1.15468C19.1233 1.15468 19.8558 0.387137 20.6554 1.15468C21.455 1.92223 20.7371 2.6676 20.7371 2.6676L11.7814 11.5333C11.7814 11.5333 11.5827 11.7432 11.3634 11.7872C11.1441 11.8312 10.879 11.8614 10.5587 11.756C10.3186 11.6769 10.0822 11.4122 10.0822 11.4122L1.43788 2.834C1.43788 2.834 0.515739 2.09038 1.28035 1.22356C2.04496 0.356735 2.82667 1.10089 2.82667 1.10089Z" fill="#F8F8F8"></path> </svg></div>

<div class="answer" id="question4">The vibe at Windword Center is welcoming, joyful, and authentic. We are a family of believers passionate about worship, learning from God&rsquo;s Word, and building community together.</div>
</div>

<div class="question roundEdge phone_fw" onclick="toggleTwoBox(&#39;question5&#39;, &#39;answerOpen&#39;, &#39;questArrow5&#39;, &#39;questionArrowOpen&#39;)">
<div class="questionText">Can I bring a bag?</div>

<div class="questionArrow phone_vf" id="questArrow5"><svg fill="none" height="12" viewbox="0 0 22 12" width="22" xmlns="http://www.w3.org/2000/svg"> <path d="M2.82667 1.10089L11.0055 9.1939L19.1233 1.15468C19.1233 1.15468 19.8558 0.387137 20.6554 1.15468C21.455 1.92223 20.7371 2.6676 20.7371 2.6676L11.7814 11.5333C11.7814 11.5333 11.5827 11.7432 11.3634 11.7872C11.1441 11.8312 10.879 11.8614 10.5587 11.756C10.3186 11.6769 10.0822 11.4122 10.0822 11.4122L1.43788 2.834C1.43788 2.834 0.515739 2.09038 1.28035 1.22356C2.04496 0.356735 2.82667 1.10089 2.82667 1.10089Z" fill="#F8F8F8"></path> </svg></div>

<div class="answer" id="question5">Of course! Feel free to bring a bag, Bible, notebook, or anything else you need. Our team will help you feel secure and comfortable throughout your visit.</div>
</div>

<div class="question roundEdge phone_fw" onclick="toggleTwoBox(&#39;question6&#39;, &#39;answerOpen&#39;, &#39;questArrow&#39;, &#39;questionArrowOpen&#39;)">
<div class="questionText">What do you offer for middle schoolers and high schoolers?</div>

<div class="questionArrow phone_vf" id="questArrow6"><svg fill="none" height="12" viewbox="0 0 22 12" width="22" xmlns="http://www.w3.org/2000/svg"> <path d="M2.82667 1.10089L11.0055 9.1939L19.1233 1.15468C19.1233 1.15468 19.8558 0.387137 20.6554 1.15468C21.455 1.92223 20.7371 2.6676 20.7371 2.6676L11.7814 11.5333C11.7814 11.5333 11.5827 11.7432 11.3634 11.7872C11.1441 11.8312 10.879 11.8614 10.5587 11.756C10.3186 11.6769 10.0822 11.4122 10.0822 11.4122L1.43788 2.834C1.43788 2.834 0.515739 2.09038 1.28035 1.22356C2.04496 0.356735 2.82667 1.10089 2.82667 1.10089Z" fill="#F8F8F8"></path> </svg></div>

<div class="answer" id="question6">Windword Center offers a dynamic youth ministry designed to connect middle school and high school students to Christ and each other. Through engaging Bible studies, youth nights, and fun events, we help young people grow in their faith and build strong relationships. Follow us on insta @WWJesusCrew!</div>
</div>

<div class="question roundEdge phone_fw" onclick="toggleTwoBox(&#39;question7&#39;, &#39;answerOpen&#39;, &#39;questArrow7&#39;, &#39;questionArrowOpen&#39;)">
<div class="questionText">How can I connect with others at Windword Center?</div>

<div class="questionArrow phone_vf" id="questArrow7"><svg fill="none" height="12" viewbox="0 0 22 12" width="22" xmlns="http://www.w3.org/2000/svg"> <path d="M2.82667 1.10089L11.0055 9.1939L19.1233 1.15468C19.1233 1.15468 19.8558 0.387137 20.6554 1.15468C21.455 1.92223 20.7371 2.6676 20.7371 2.6676L11.7814 11.5333C11.7814 11.5333 11.5827 11.7432 11.3634 11.7872C11.1441 11.8312 10.879 11.8614 10.5587 11.756C10.3186 11.6769 10.0822 11.4122 10.0822 11.4122L1.43788 2.834C1.43788 2.834 0.515739 2.09038 1.28035 1.22356C2.04496 0.356735 2.82667 1.10089 2.82667 1.10089Z" fill="#F8F8F8"></path> </svg></div>

<div class="answer" id="question7">There are many ways to connect at Windword! Join a connect group, attend our events, or get involved in serving opportunities. We&rsquo;re here to help you build meaningful relationships and grow in your walk with God.</div>
</div>
</div>
</div>
</div>

<div class="textCenter pb5rem">
<h2 class="pt5rem pb2rem" style="color: rgb(255, 255, 255); text-align: center;">FIND US</h2>
<iframe frameborder="0" id="MapWrap" marginheight="0" marginwidth="0" scrolling="no" src="https://maps.google.com/maps?q=26460%2052nd%20Ave.%20Langley,%20BC%20V4W%201N6&amp;t=&amp;z=17&amp;ie=UTF8&amp;iwloc=&amp;output=embed"></iframe>

<div class="T4_widget2Info">
<p class="txColorW1"><a href="https://www.google.com/maps/search/?api=1&amp;query=26460+52nd+Ave,+Langley,+BC+V4W+1N6" target="_blank">26460 52nd Ave, Langley, BC V4W 1N6 </a></p>
</div>
</div>
</div>
</div>

<div class="bgColorW">
<div class="content_wrap smallContentWrap" style="max-width: 1000px">
<div class="fw pt5rem pb3rem">
<div class="left_50 pb2rem"><img alt="" src="https://windwordchurch.com/pics/image2934_6560Blog8.jpg?v=1" /></div>

<div class="right_50 vf">
<h2>Our Founders</h2>

<p>Brent and Sharon Borthwick have a deep hunger to see believers rise up into their God-given destinies in the power of the Holy Spirit while being firmly rooted in the Word of God. They have ministered prophetically in over 40 countries of the world; often with supernatural visions that release God&rsquo;s glory and power with signs and wonders impacting the lives of many.</p>
</div>
</div>
</div>
</div></div>
    </div>

    <div id="lower-wrap">
        <div id='content_0'></div>
        <div id='showNote' style="display:none;"></div>
    </div>
    <footer><div class="foot_wrap">
        <table style="width:100%;border:0;"><tr><td id="Foot"><div class="foot_wrap"><table style="width:100%;border:0;"><tbody>
<tr>
<td id="Foot" style="border-bottom: solid 1px #6b6b6b"><div class="footBoxWrap phone_fw"><div class="footBox footBoxPic"><img style="width: 85px;" src="https://windwordcenter.ca/pics/image3580_9907Blog8.png?v=2"></div>
<div class="footBox"><div class="pb1rem" style="font-size: 17px; font-weight: bold; color: #eeeeee">Windword Center</div>
<a style="color: #ececec;" class="footInfo" href="https://windwordcenter.ca/churchLife">Church Life</a>
<a style="color: #ececec;" class="footInfo" href="https://windwordcenter.ca/connectGroups">Connect Groups</a>
<a style="color: #ececec;" class="footInfo" href="https://windwordcenter.ca/kingdomKids">Kingdom Kids</a>
<a style="color: #ececec;" class="footInfo" href="https://windwordcenter.ca/JesusCrew">Youth</a>
<a style="color: #ececec;" class="footInfo" href="https://windwordcenter.ca/WomensMinistry">Women&#39;s Ministry</a>
<a style="color: #ececec;" class="footInfo" href="https://windwordcenter.ca/MensMinistry">Men&#39;s Ministry</a></div>
<div class="footBox"><div class="pb1rem" style="font-size: 17px; font-weight: bold; color: #eeeeee">Connect</div>
<a style="color: #ececec;" class="footInfo" href="https://windwordcenter.ca/churchNew">News</a>
<a style="color: #ececec;" class="footInfo" href="https://windwordcenter.ca/WhoWeAre">Who We Are</a>
<a style="color: #ececec;" class="footInfo" href="https://windwordcenter.ca/leadership">Leaders</a>
<a style="color: #ececec;" class="footInfo" onclick="showTop(3580);">Contact Us</a></div>
<div class="footBox"><div class="pb1rem" style="font-size: 17px; font-weight: bold; color: #eeeeee">More</div>
<a style="color: #ececec;" class="footInfo" href="https://windwordchurch.com/Give">Give</a>
<a style="color: #ececec;" class="footInfo" href="https://windwordcenter.ca/getInvolved">Get Involved</a>
<a style="color: #ececec;" class="footInfo" href="https://windwordcenter.ca/beliefs">Beliefs</a>
<a style="color: #ececec;" class="footInfo" href="https://windwordcenter.ca/coreValues">Core Values</a></div></div>
<div style="max-width: 300px; margin: 0 auto 2rem auto " class="textCenter phone_fw"><a href="https://www.youtube.com/channel/UCrHlOwt_XIE297dRG1BcU4Q" target="_blank">
<img style="width: 40px" src="https://windwordcenter.ca/pics/image3580_10637Blog8.png?v=1"alt="">
</a>
<a href="https://www.facebook.com/Windword" target="_blank">
<img style="width: 40px" src="https://windwordcenter.ca/pics/image3580_10638Blog8.png?v=1"alt="">
</a>
<a href="https://www.instagram.com/windwordcenter/" target="_blank">
<img style="width: 40px" src="https://windwordcenter.ca/pics/image3580_10639Blog8.png?v=1"alt="">
</a></div></td>
</tr>
</tbody></table></div></td></tr></table>
        <div id="credits" onClick="window.open('http://igdtechnologies.com');">Copyright &copy; 2026            <span itemprop="name">IGD Technologies</span><br />All Rights Reserved.</div></div>
    </footer>
    </div>
</div>
<div id="spContent" style="display:none;"></div>
</body>
<script>
    function showImgs(w) {
        var mainBg = document.getElementById('bannerBkg'),
            h = $(window).height(),
            b = 1000,
            txt = 3580,
            openPg = 0;
        if($(mainBg).find('#topPic').length == 0) {
                            mainBg.innerHTML = '<span id="topPic" style="display:none;"></span>';
                        openPg = 1;
        }
        setPgLayout(40, openPg, txt, w, h);setHmVideo3('1029850083', w, h);    }
    function movSPContent(location) {
        $('#spContent').contents().appendTo(location);
    }
    function getSPContent(page,location) {
        let getText = '../js/mainText.php?prc=top&sec=blog&txt=3580&page='+page;
        $(location).load(getText);
    }
    function prcAPI(onSuccess) {
        const getText = '../js/mainText.php?prc=jsonAPI&SID=';
        $.ajax({
            url: getText,
            type: 'POST',
            data: $('#prcResult').serialize(),
            success: function (data) {
                if (typeof onSuccess === 'function') onSuccess(data);
            }
        });
    }
    function showTop(p, param = '', id = 0){
        var w = $(window).width(),
            sp_tls = getCookie('frm_info'),
            getText = '../js/mainText.php?prc=top&sec=blog&txt='+p + param,
            content = document.getElementById('content_0');
        try{
            sp_tls = JSON.parse(sp_tls);
            getText += '&jRef='+sp_tls[0]['jRef'];
        } catch(err) { getText += '&jRef=0'; }
        $("#navTop").hide();
        if($(content).find('.Intro'+p).length == 0) {
            $(content).show();
            $( content ).load(getText, function () {
                switch(p){
                    case '2950':
                        $('#showNote').after($(content));
                        scrollToDiv('lower-wrap');
                        break;
                }
            });
        } else {
            $(content).hide();
            content.innerHTML = '';
        }
    }
    function setPgLayout(top, openPg, txt, w, h){
    if (openPg == 1) {
        $('#main-wrap').css({'top': top + 'px', 'display': 'block'});
    } else $('#main-wrap').css({'top': top + 'px'});
}
function bannerSize(w, h, img_w, img_h, dH, dT, dL, mH, mT, mL, maxCrop, minAspect, openPg, txt, typ){
    if (img_w > 0 && img_h > 0 && w > 0 && h > 0) {
        let minH = w * minAspect,
            aspect = img_w / img_h,
            bnr_h = w > h ? (h * dH) : (h * mH),
            maxH = (bnr_h * maxCrop) + bnr_h,
            crop_T = minH < w ? mT : dT,
            crop_L = minH < w ? mL : dL,
            pic_h = bnr_h,
            pic_w = pic_h * aspect,
            pic_t = 40,
            pic_l = 0,
            maxCW = (pic_w * maxCrop);
        if(pic_w < w || maxCW < (pic_w - w)){
            if(pic_w < w) pic_w = w;
            else pic_w = maxCW + w;
            pic_h = pic_w / aspect;
            if(pic_h < bnr_h) bnr_h = pic_h;
        }
        if(pic_w > w) pic_l = (w - pic_w) * crop_L;
        if(pic_h > bnr_h) pic_t = ((bnr_h - pic_h) * crop_T) + 40;
        $("#topPic").css({ 'margin-top': pic_t + 'px', 'margin-left': pic_l + 'px', 'width': pic_w + 'px', 'height': pic_h + 'px' });
        if(typ == 1002) $("#bnrHd").css({ 'height': bnr_h + 'px' });
        if(typ == 1003) bnr_h = 40;
        setPgLayout(bnr_h, openPg, txt, w, h);
    }
}
function setdropdown(m){
    var navTop = document.getElementById('navTop'),
        max_h = $(window).height() - 50;
    if ($(navTop).height() > max_h) {
        $(navTop).css({'margin-right': m + 'px', 'max-height': max_h + 'px', 'overflow-y': 'scroll'});
    } else {
        $(navTop).css({'margin-right': m + 'px', 'max-height': max_h + 'px', 'overflow-y': 'auto'});
    }
}
function toggleTwoBox(id1, class1, id2, class2){
    $('#' + id1).toggleClass(class1);
    $('#' + id2).toggleClass(class2);
}
function setHmVideo2(vimeo, w, h){
    let aspect = .5625,
        video1W = h < w ? w : (h * .9) / aspect,
        boxL = w < video1W ? (w - video1W) * .5 : 0,
        videoBox = document.getElementById('T2VideoBox'),
        picBox = document.getElementById('T2VideoPicBox'),
        video1H = video1W * aspect;
    $(videoBox).css({'width': video1W + 'px', 'height': video1H + 'px', 'margin-left': boxL + 'px'});
    $(picBox).css({'width': video1W + 'px', 'height': video1H + 'px', 'margin-left': boxL + 'px'});
    if ($(videoBox).find('#T2_1_Video').length == 0) {
        videoBox.innerHTML = '<iframe allow="autoplay" autoplay="1" frameborder="0" id="T2_1_Video" loop="1" ' +
            'src="https://player.vimeo.com/video/'+vimeo+'?autoplay=1&loop=1&autopause=0&muted=1&controls=0" ' +
            'style="height:100%;width:100%;"></iframe>';
        $('#T2_1_Video').fadeIn(1500);
    }
}
function setHmVideo3(vimeo, w, h){
    let aspect = .46875,
        video1W = h < w ? w : (h * .9) / aspect,
        boxL = w < video1W ? (w - video1W) * .5 : 0,
        videoBox = document.getElementById('T2VideoBox'),
        picBox = document.getElementById('T2VideoPicBox'),
        video1H = video1W * aspect;

    $(videoBox).css({'width': video1W + 'px', 'height': video1H + 'px', 'margin-left': boxL + 'px'});
    $(picBox).css({'width': video1W + 'px', 'height': video1H + 'px', 'margin-left': boxL + 'px'});

    if ($(videoBox).find('#T2_1_Video').length == 0) {
        videoBox.innerHTML = '<iframe allow="autoplay" autoplay="1" frameborder="0" id="T2_1_Video" loop="1" ' +
            'src="https://player.vimeo.com/video/'+vimeo+'?autoplay=1&loop=1&autopause=0&muted=1&controls=0" ' +
            'style="height:100%;width:100%;"></iframe>';
        $('#T2_1_Video').fadeIn(1500);
    }
}
function setBkPage(LgI){
    $("#LogInSignUpBox").hide();
    $("#LogInInitial").html(LgI);
    $("#LogInInitial").show();
}
function showSubNav(showId, hideId, allClass){
    $('.' + allClass).fadeOut(100);
    $('#' + showId).css({'animation':'slideInFromRight 0.3s ease-in-out', 'display':'block'});
    $('#' + hideId).show();
}
function hideSubNav(id){
    $('#' + id).css({'animation': 'slideOutToRight 0.3s ease-in-out'});
    setTimeout(function() {
        $('#' + id).css({'animation': '', 'display': 'none'});
    }, 250);
}
    $.getScript('https://windwordcenter.ca/js/home.js');
</script>
</html>