<?xml version="1.0" encoding="UTF-8"?>
<!--RSS blogs feed generated by Ekklesia 360-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Missions Blog</title>
    <link>https://gracea2.org/missions-blog</link>
    <atom:link title="Missions Blog" href="" rel="self" type="application/rss+xml"/>
    <description>Grace Bible Church Ann Arbor blogs</description>
    <copyright>℗ &amp; © 2026 Grace Bible Church Ann Arbor</copyright>
    <generator>Ekklesia 360</generator>
    <lastBuildDate>Tue, 16 Jun 2026 16:58:08 +0000</lastBuildDate>
    <item>
      <title>HTML Test</title>
      <link>https://gracea2.org/missions-blog/html-test/</link>
      <guid>https://gracea2.org/missions-blog/html-test/</guid>
      <pubDate>Wed, 27 May 2026 05:00:00 +0000</pubDate>
      <description>Your responses are completely private — shared only with those praying for you&#13;
&#13;
 Connect with us&#13;
We're here for you,no strings attached&#13;
Fill out as much or as little as you'd like. Every response is read by a real person who cares about...</description>
      <content:encoded><![CDATA[<p>&nbsp;</p>
<p></p>
<style><!--
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --navy: #1B2A4A;
    --navy-mid: #2C3E63;
    --blue-soft: #3D5A8A;
    --blue-pale: #EEF2F8;
    --blue-light: #D6E2F3;
    --white: #FFFFFF;
    --off-white: #F8F9FC;
    --border: #DDE3EF;
    --border-focus: #3D5A8A;
    --text-primary: #1A1F2E;
    --text-secondary: #4A5568;
    --text-muted: #8A94A6;
    --green: #2E7D52;
    --green-pale: #EAF5EE;
    --radius: 10px;
    --shadow-sm: 0 1px 3px rgba(27,42,74,0.08), 0 1px 2px rgba(27,42,74,0.06);
    --shadow-md: 0 4px 12px rgba(27,42,74,0.10), 0 2px 6px rgba(27,42,74,0.06);
  }

  body {
    font-family: 'Inter', sans-serif;
    background: var(--off-white);
    color: var(--text-primary);
    min-height: 100vh;
    padding: 0 0 4rem;
  }

  /* Top banner */
  .top-banner {
    background: var(--navy);
    color: white;
    text-align: center;
    padding: 0.65rem 1rem;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: rgba(255,255,255,0.82);
  }

  .top-banner strong {
    color: white;
    font-weight: 600;
  }

  .page-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  /* Header */
  .header {
    text-align: center;
    padding: 2.75rem 1rem 2rem;
  }

  .church-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--blue-pale);
    border: 1px solid var(--blue-light);
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 12px;
    font-weight: 600;
    color: var(--blue-soft);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
  }

  .church-badge svg {
    width: 14px; height: 14px;
    fill: var(--blue-soft);
  }

  .header h1 {
    font-family: 'Lora', serif;
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    font-weight: 500;
    line-height: 1.2;
    color: var(--navy);
    margin-bottom: 0.9rem;
  }

  .header-sub {
    font-size: 15px;
    color: var(--text-secondary);
    font-weight: 400;
    line-height: 1.65;
    max-width: 440px;
    margin: 0 auto 1.5rem;
  }

  /* Privacy assurance bar */
  .trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0.85rem 1.25rem;
    margin-bottom: 1.75rem;
    box-shadow: var(--shadow-sm);
  }

  .trust-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 12.5px;
    color: var(--text-secondary);
    font-weight: 500;
  }

  .trust-item svg {
    width: 15px; height: 15px;
    flex-shrink: 0;
    color: var(--green);
  }

  /* Section card */
  .card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    margin-bottom: 1.25rem;
    overflow: hidden;
  }

  .card-header {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1.1rem 1.5rem;
    border-bottom: 1px solid var(--border);
    background: var(--off-white);
  }

  .card-header-icon {
    width: 28px; height: 28px;
    background: var(--blue-pale);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }

  .card-header-icon svg {
    width: 15px; height: 15px;
    color: var(--blue-soft);
  }

  .card-header-text h2 {
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.3;
  }

  .card-header-text p {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 1px;
  }

  .card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  /* Fields */
  .field-group { display: flex; flex-direction: column; gap: 0.4rem; }

  label.field-label {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-primary);
    line-height: 1.4;
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
  }

  .badge-opt {
    font-size: 11px;
    font-weight: 400;
    color: var(--text-muted);
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 1px 5px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: var(--text-primary);
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 0.6rem 0.85rem;
    transition: border-color 0.18s, box-shadow 0.18s;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1.5;
  }

  input:focus, textarea:focus {
    border-color: var(--border-focus);
    box-shadow: 0 0 0 3px rgba(61,90,138,0.12);
  }

  input::placeholder, textarea::placeholder {
    color: var(--text-muted);
    font-weight: 300;
  }

  textarea { resize: vertical; min-height: 80px; line-height: 1.55; }

  /* Pills */
  .radio-group {
    display: flex; flex-wrap: wrap; gap: 0.5rem;
  }

  .radio-pill {
    display: inline-flex; align-items: center;
    cursor: pointer;
    padding: 0.45rem 1rem;
    border: 1.5px solid var(--border);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    transition: all 0.15s;
    user-select: none;
    background: var(--white);
  }

  .radio-pill input { display: none; }

  .radio-pill:hover {
    border-color: var(--blue-soft);
    color: var(--navy);
    background: var(--blue-pale);
  }

  .radio-pill.selected {
    background: var(--navy);
    border-color: var(--navy);
    color: white;
  }

  /* Divider */
  .divider {
    border: none;
    border-top: 1px solid var(--border);
  }

  /* Submit */
  .submit-wrap { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }

  .submit-btn {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: white;
    background: var(--navy);
    border: none;
    border-radius: 8px;
    padding: 0.85rem 2.75rem;
    cursor: pointer;
    transition: background 0.18s, transform 0.12s, box-shadow 0.18s;
    box-shadow: 0 2px 8px rgba(27,42,74,0.25);
    width: 100%;
    max-width: 320px;
  }

  .submit-btn:hover {
    background: var(--navy-mid);
    box-shadow: 0 4px 14px rgba(27,42,74,0.3);
    transform: translateY(-1px);
  }

  .submit-btn:active { transform: translateY(0); }

  .submit-note {
    font-size: 12px;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.5;
  }

  .submit-note svg {
    display: inline; vertical-align: middle;
    width: 13px; height: 13px;
    margin-right: 3px;
    color: var(--green);
  }

  /* Success */
  .success-msg {
    display: none;
    text-align: center;
    padding: 3rem 1.5rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    margin-bottom: 1.25rem;
  }

  .success-icon {
    width: 52px; height: 52px;
    background: var(--green-pale);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.25rem;
  }

  .success-icon svg { width: 26px; height: 26px; color: var(--green); }

  .success-msg h2 {
    font-family: 'Lora', serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 0.5rem;
  }

  .success-msg p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.65;
    max-width: 360px;
    margin: 0 auto;
  }

  /* Scripture section */
  .scripture-card {
    background: var(--navy);
    border-radius: var(--radius);
    padding: 1.75rem;
    margin-bottom: 1.25rem;
    color: white;
  }

  .scripture-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 0.9rem;
  }

  .scripture-heading {
    font-family: 'Lora', serif;
    font-size: 1.15rem;
    font-style: italic;
    font-weight: 400;
    color: rgba(255,255,255,0.92);
    margin-bottom: 1.2rem;
    line-height: 1.45;
  }

  .scripture-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }

  .scripture-points li {
    font-size: 13.5px;
    color: rgba(255,255,255,0.75);
    line-height: 1.65;
    padding-left: 1.1rem;
    position: relative;
  }

  .scripture-points li::before {
    content: '';
    position: absolute;
    left: 0; top: 0.55em;
    width: 5px; height: 5px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
  }

  .scripture-points li strong {
    color: rgba(255,255,255,0.95);
    font-weight: 600;
  }

  .scripture-points li em {
    color: rgba(255,255,255,0.5);
    font-style: normal;
    font-size: 12.5px;
  }

  /* Footer */
  .footer {
    text-align: center;
    padding: 0.5rem 0 1rem;
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.8;
  }

  @media (max-width: 480px) {
    .card-body { padding: 1.25rem; }
    .trust-bar { gap: 1rem; }
  }
--></style>
<div class="top-banner"><strong>Your responses are completely private</strong> &mdash; shared only with those praying for you</div>
<div class="page-wrap"><header class="header">
<div class="church-badge"><svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2L2 7v15h20V7L12 2zm0 2.18L20 8.6V20H4V8.6L12 4.18zM11 9v3H8v2h3v3h2h3h-3V9h-2z"></path></svg> Connect with us</div>
<h1>We're here for you,<br />no strings attached</h1>
<p class="header-sub">Fill out as much or as little as you'd like. Every response is read by a real person who cares about you.</p>
</header><!-- Trust bar -->
<div class="trust-bar">
<div class="trust-item"><svg viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg> Private &amp; secure</div>
<div class="trust-item"><svg viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> No obligation</div>
<div class="trust-item"><svg viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg> Read by real people</div>
</div>
<!-- Form -->
<div id="form-card"><!-- Prayer -->
<div class="card">
<div class="card-header">
<div class="card-header-icon">&nbsp;</div>
<div class="card-header-text">
<h2>Prayer Request</h2>
<p>We will pray for you this week</p>
</div>
</div>
<div class="card-body">
<div class="field-group"><label class="field-label" for="prayer">How can we be praying for you?</label> <textarea id="prayer" name="prayer" placeholder="Share anything on your heart &mdash; big or small&hellip;" rows="3"></textarea></div>
</div>
</div>
<!-- Questions -->
<div class="card">
<div class="card-header">
<div class="card-header-icon">&nbsp;</div>
<div class="card-header-text">
<h2>Your Questions</h2>
<p>Nothing is too basic or too hard to ask</p>
</div>
</div>
<div class="card-body">
<div class="field-group"><label class="field-label" for="bible-q">Questions about the Bible <span class="badge-opt">optional</span></label> <textarea id="bible-q" name="bible_questions" placeholder="What's been on your mind?" rows="2"></textarea></div>
<hr class="divider" />
<div class="field-group"><label class="field-label" for="jesus-q">Questions about Jesus <span class="badge-opt">optional</span></label> <textarea id="jesus-q" name="jesus_questions" placeholder="We'd love to explore this with you&hellip;" rows="2"></textarea></div>
<hr class="divider" />
<div class="field-group"><label class="field-label" for="hangup">Biggest hang-up with Christianity <span class="badge-opt">optional</span></label> <textarea id="hangup" name="hangup" placeholder="We genuinely want to hear your perspective&hellip;" rows="2"></textarea></div>
</div>
</div>
<!-- Talk to someone -->
<div class="card">
<div class="card-header">
<div class="card-header-icon">&nbsp;</div>
<div class="card-header-text">
<h2>Would you like someone to talk to?</h2>
<p>A real conversation, no pressure</p>
</div>
</div>
<div class="card-body">
<div class="field-group">
<div class="radio-group" id="talk-group"><label class="radio-pill" onclick="selectPill(this, 'talk-group')"> <input type="radio" name="talk" value="yes" /> Yes, please reach out </label> <label class="radio-pill" onclick="selectPill(this, 'talk-group')"> <input type="radio" name="talk" value="maybe" /> Maybe later </label> <label class="radio-pill" onclick="selectPill(this, 'talk-group')"> <input type="radio" name="talk" value="no" /> No, thank you </label></div>
</div>
</div>
</div>
<!-- Contact info -->
<div class="card">
<div class="card-header">
<div class="card-header-icon">&nbsp;</div>
<div class="card-header-text">
<h2>About You</h2>
<p>All fields below are completely optional</p>
</div>
</div>
<div class="card-body">
<div class="field-group"><label class="field-label" for="card-giver">Who gave you this card? <span class="badge-opt">optional</span></label> <input type="text" id="card-giver" name="card_giver" placeholder="Their name&hellip;" /></div>
<hr class="divider" />
<div class="field-group"><label class="field-label" for="contact-name">Your name <span class="badge-opt">optional</span></label> <input type="text" id="contact-name" name="contact_name" placeholder="First name is fine" /></div>
<div class="field-group"><label class="field-label" for="contact-info">Best way to reach you <span class="badge-opt">optional</span></label> <input type="text" id="contact-info" name="contact_info" placeholder="Email or phone number" /></div>
</div>
</div>
<!-- Submit -->
<div class="submit-wrap" style="margin-bottom: 1.25rem;"><button class="submit-btn" onclick="handleSubmit()">Send my response</button>
<p class="submit-note"><svg viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg> Your response is private and will never be shared publicly</p>
</div>
</div>
<!-- end form-card --> <!-- Success message -->
<div class="success-msg" id="success-msg">
<div class="success-icon">&nbsp;</div>
<h2>Thank you for sharing</h2>
<p>Your response has been received. We are honored to pray for you, and a real person will be in touch if you'd like to talk.</p>
</div>
<!-- Scripture section -->
<div class="scripture-card">
<p class="scripture-eyebrow">The Bible tells us</p>
<p class="scripture-heading">"For God so loved the world that he gave his one and only Son&hellip;" &mdash; John 3:16</p>
<ul class="scripture-points">
<li><strong>God wants a close relationship with people</strong> &mdash; He created us for connection with Him. <em>(Genesis 1&ndash;2)</em></li>
<li><strong>People chose independence over trust in God.</strong> When Satan tempted them, they chose to rely on themselves &mdash; and God, in love, gave them that freedom. <em>(Genesis 3, Romans 1&ndash;2)</em></li>
</ul>
</div>
<footer class="footer">Responses are kept private and shared only with those praying for you.</footer></div>
]]></content:encoded>
    </item>
    <item>
      <title>Missions Loop</title>
      <link>https://gracea2.org/missions-blog/missions-loop/</link>
      <guid>https://gracea2.org/missions-blog/missions-loop/</guid>
      <pubDate>Wed, 21 Jan 2026 05:00:00 +0000</pubDate>
      <description>Subscribe to the Missions Loop&#13;
Email Address* &#13;
 &#13;
First Name        &#13;
 &#13;
Last Name        &#13;
&#13;
 &#13;
* indicates required&#13;
 &#13;
&#13;
&#13;
 &#13;
 &#13;
 &#13;
Previous editions of the Missions Loop:&#13;
 &#13;
February 2026&#13;
March 2026&#13;
April 2026&#13;
May 2026&#13;
June 2026</description>
      <content:encoded><![CDATA[<style type="text/css"><!--
#mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 600px;}
        /* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
           We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
--></style>
<div id="mc_embed_shell">
<div id="mc_embed_signup"><form action="https://gracea2.us20.list-manage.com/subscribe/post?u=f32dc558612c735f1724be8c0&amp;id=4060de4b3f&amp;f_id=003c15e7f0" method="post" id="mc-embedded-subscribe-form" class="validate" target="_blank" name="mc-embedded-subscribe-form">
<div id="mc_embed_signup_scroll">
<div style="text-align: center; font-size: 18px;" class="m-loop-form">
<h3 style="text-align: left;">Subscribe to the Missions Loop</h3>
<div class="mc-field-group" style="text-align: left;"><label for="mce-EMAIL">Email Address<span class="asterisk">*&nbsp;</span></label><input type="email" name="EMAIL" class="required email" id="mce-EMAIL" required="" value="" /></div>
<div class="mc-field-group" style="text-align: left;">&nbsp;</div>
<div class="mc-field-group" style="text-align: left;"><label for="mce-FNAME">First Name &nbsp; &nbsp; &nbsp; &nbsp;</label><input type="text" name="FNAME" class=" text" id="mce-FNAME" value="" /></div>
<div class="mc-field-group" style="text-align: left;">&nbsp;</div>
<div class="mc-field-group" style="text-align: left;"><label for="mce-LNAME">Last Name &nbsp; &nbsp; &nbsp; &nbsp;</label><input type="text" name="LNAME" class=" text" id="mce-LNAME" value="" /></div>
<div hidden="" style="text-align: left;"><input type="hidden" name="tags" value="3455763" /></div>
<div id="mce-responses" class="clear" style="text-align: left;">&nbsp;</div>
<div class="clear" style="text-align: left;"><span class="asterisk">*</span> indicates required</div>
<div class="clear" style="text-align: left;">&nbsp;</div>
<div aria-hidden="true" style="position: absolute; left: -5000px;"><input type="text" name="b_f32dc558612c735f1724be8c0_4060de4b3f" value="" tabindex="-1" /></div>
<div class="clear" style="text-align: left;"><input style="font-size: 18px; padding: 7px 9px;" type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="Subscribe" /></div>
<div class="clear">&nbsp;</div>
<div class="clear" style="text-align: left;">&nbsp;</div>
<div class="clear" style="text-align: left;">&nbsp;</div>
<div class="clear" style="text-align: left;">Previous editions of the Missions Loop:</div>
<div class="clear" style="text-align: left;">&nbsp;</div>
<div class="clear" style="text-align: left;"><a href="https://mailchi.mp/8729281672be/jdhn7v1quv?e=eed8ec991c">February 2026</a></div>
<div class="clear" style="text-align: left;"><a href="https://mailchi.mp/ea361d0ab697/jdhn7v1qu?e=58d2db2a98">March 2026</a></div>
<div class="clear" style="text-align: left;"><a href="https://mailchi.mp/d863a3e5a90c/jdhn7v1qu?e=58d2db2a98">April 2026</a></div>
<div class="clear" style="text-align: left;"><a href="https://us20.campaign-archive.com/?u=f32dc558612c735f1724be8c0&amp;id=d1585685f8">May 2026</a></div>
<div class="clear" style="text-align: left;"><a href="https://mailchi.mp/f028ad766364/jdhn7v1qu?e=58d2db2a98">June 2026</a> <span style="font-size: 14px;">&nbsp;</span></div>
</div>
<div class="clear">&nbsp;</div>
<div class="clear">&nbsp;</div>
<div class="clear">&nbsp;</div>
</div>
</form></div>


</div>]]></content:encoded>
    </item>
    <item>
      <title>Mission Partner Gift Box Project</title>
      <link>https://gracea2.org/missions-blog/mission-partner-gift-box-project/</link>
      <guid>https://gracea2.org/missions-blog/mission-partner-gift-box-project/</guid>
      <pubDate>Wed, 08 May 2024 05:00:00 +0000</pubDate>
      <description>Support our partners in a thoughtful way by helping send them a care package! Grace Groups who have "adopted" one of our partners are encouraged to assemble a box for them, but all are welcome to help! You can participate in a few ways:&#13;
1...</description>
      <content:encoded><![CDATA[<p><img src="https://s3.amazonaws.com/account-media/16829/uploaded/g/0e18032710_1715709486_gbc-missions-breakfast-2.png" alt="" width="671" height="377" /></p>
<p>Support our partners in a thoughtful way by helping send them a care package! Grace Groups who have "adopted" one of our partners are encouraged to assemble a box for them, but all are welcome to help! You can participate in a few ways:</p>
<p><strong>1. Grace Groups:</strong> Assemble your partner's favorite items, small gifts, notes of encouragement, etc. We will have shipping boxes available at the table by the North Courtyard on Sundays May 19th, May 26th, and June 2nd, or you can grab one for free at any USPS post office.&nbsp;</p>
<p><strong>2. Shipping</strong> internationally can be very costly! Contribute to the cost of shipping/customs at the tax-deductible link below. This fund will also help us create care packages for those partners who are not covered by a Grace Group.</p>
<p>How to give: Go to <a href="http://gracea2.org/Give" target="_blank" data-saferedirecturl="https://www.google.com/url?q=http://gracea2.org/Give&amp;source=gmail&amp;ust=1715963873504000&amp;usg=AOvVaw1uv_G03nwkfHOn79SE7S2g" rel="noopener">gracea2.org/Give</a>. Under Special Giving Opportunities, select the option for Missionary Gift Box Project and enter the amount you desire to give. You may also&nbsp;give by text by texting <b><u>BOX </u><i><u>amount</u>&nbsp; </i></b><span>to 833-951-1947or</span><span><span class="gmail_default">&nbsp;give by cash or check in an envelope&nbsp;marked for Missionary Gift Boxes.</span></span></p>
<p><span><span class="gmail_default"><strong>3. Notes</strong> All are welcome to drop off a note (or several) of encouragement to the North Courtyard table to be included in the care packages! They can be general or specific, and you can find a list of our partners here:&nbsp;<a href="https://gracea2.org/missionpartners/">https://gracea2.org/missionpartners/</a></span></span></p>
<div>Questions? Contact a member of the Global Connections Team&nbsp;</div>
<div>&nbsp;</div>
<h5></h5>
<h5>Additional info for Grace Groups:&nbsp;<br /><br /></h5>
<p>Here is a helpful guide with some ideas on how to support your group's adopted partner: &nbsp;<a href="https://s3.amazonaws.com/account-media/16829/uploaded/h/0e18042005_1715882072_how-to-love-a-missionary.pdf" target="_blank" rel="noopener">How to Love a Missionary<br /></a><br />Here is some additional information about shipping: <a href="https://s3.amazonaws.com/account-media/16829/uploaded/s/0e18061844_1716312627_shipping-info.pdf" title="Shipping Info">Shipping Info</a>&nbsp;Your group is welcome to ship the package and get reimbursed, or you may drop it off at the church on a Sunday or during regular office hours.&nbsp;</p>
<p>Not connected to a partner but want to be? Contact <a href="mailto:tsanford@gracea2.org">tsanford@gracea2.org</a>&nbsp;to discuss setting up a connection!</p>]]></content:encoded>
    </item>
    <item>
      <title>Meet and Greet</title>
      <link>https://gracea2.org/missions-blog/meet-and-greet/</link>
      <guid>https://gracea2.org/missions-blog/meet-and-greet/</guid>
      <pubDate>Thu, 29 Feb 2024 05:00:00 +0000</pubDate>
      <description>Join us in the South Courtyard to meet GBC Mission Partners in between Sunday services.&#13;
This is a time to see them, find out about what they're doing, and see how you can keep up with them if you were interested.&#13;
We can tend to see missionaries...</description>
      <dc:creator>Todd Sanford</dc:creator>
      <content:encoded><![CDATA[<p>Join us in the South Courtyard to meet GBC Mission Partners in between Sunday services.</p>
<p>This is a time to see them, find out about what they're doing, and see how you can keep up with them if you were interested.</p>
<p>We can tend to see missionaries from two extremes, either we see them as these otherworldly godly heros, or we see them as awkward, lazy, or looking to get money from us. These perceptions can lead us to be distant senders. The reality is, they're all fallable humans who have embarked on a massive task and sometimes given up direct access to Christian community and family in order to take the Gospel where it has yet to go. This comes with plenty of mess, and when they are looking to the Lord, the Lord meets them there and works in awesome ways. Meet and Greets are a fun time to get to know them a little better, hear how God has been working through them, and maybe find out a little more about their ministry and how you can be involved.</p>
<p>Things you can ask them: <br />Where do you guys live?<br />How long have you been there? <br />What is the big vision of your ministry? <br />How have you seen God working <span style="text-decoration: underline;">in</span> and <span style="text-decoration: underline;">through</span> your lives?<br />How did you decide to get into missions?<br />How have you done being separate from family for so long?<br />What are ways we can be praying for you now and in general? (write them down) <br />What are other ways we can be involved in your ministry? (sign up for newsletter, financially support, etc..)<br />&nbsp;</p>
<h3><span style="text-decoration: underline;"><strong>Upcoming Meet and Greets:&nbsp;</strong></span></h3>
<p>Honza and Elise Halik:<strong> April 28th</strong> (Word of Life: Czech Republic)</p>
<p>Tomoo and <span class="OYPEnA text-decoration-none text-strikethrough-none">Kaori Koike: </span><span class="OYPEnA text-decoration-none text-strikethrough-none"><strong>May 5th</strong> (Fellowship International Mission: Japan)</span></p>]]></content:encoded>
    </item>
    <item>
      <title>Missions Breakfast</title>
      <link>https://gracea2.org/missions-blog/missions-breakfast/</link>
      <guid>https://gracea2.org/missions-blog/missions-breakfast/</guid>
      <pubDate>Wed, 28 Feb 2024 05:00:00 +0000</pubDate>
      <description>SIGN UP/RSVP HERE&#13;
Saturday, December 7th, 9:30-11am&#13;
Fellowship Hall&#13;
 &#13;
More Details:This breakfast is for anyone who would like to be up to date with what is going on with missions at GBC and how you can be involved. Key topics we will cover at...</description>
      <dc:creator>Todd Sanford</dc:creator>
      <content:encoded><![CDATA[<p>&nbsp;</p>
<h2 style="text-align: center;"><img src="https://s3.amazonaws.com/account-media/16829/uploaded/g/0e18741792_1732145515_gbc-on-mission-slides.png" alt="" width="902" height="507" /></h2>
<h4><a href="https://forms.gle/VSCE5X5Q9VMXGjwJ9"><span style="text-decoration: underline;">SIGN UP/RSVP HERE</span></a></h4>
<h4>Saturday, December 7th, 9:30-11am</h4>
<h4>Fellowship Hall</h4>
<p>&nbsp;</p>
<h4><span style="text-decoration: underline;">More Details:</span><br />This breakfast is for anyone who would like to be up to date with what is going on with missions at GBC and how you can be involved. Key topics we will cover at this breakfast include:</h4>
<h4>- Info on a new initiative with our partners to establish an aviation program in South America&nbsp;</h4>
<h4>- Tips on individually supporting missionaries</h4>
<h4>- Missions Residency Program&nbsp;</h4>
<p>&nbsp;</p>
<h4>This would be a great opportunity to bring GBC friends, specifically leaders and members of your Grace Group.&nbsp;</h4>
<h4>If you have questions, please email <a href="mailto:tsanford@gracea2.org">tsanford@gracea2.org</a></h4>]]></content:encoded>
    </item>
    <item>
      <title>Hold The Ropes</title>
      <link>https://gracea2.org/missions-blog/hold-the-ropes/</link>
      <guid>https://gracea2.org/missions-blog/hold-the-ropes/</guid>
      <pubDate>Wed, 01 Nov 2023 05:00:00 +0000</pubDate>
      <description>Join us for a night of learning, stories, and prayer in an effort to "hold the ropes" for our mission partners as we look to continue growing in our ability and understanding of sending and partnering well.&#13;
May 15th: Koike Hold the Ropes |...</description>
      <dc:creator>Todd Sanford</dc:creator>
      <content:encoded><![CDATA[<div>
<h4 style="text-align: left;">Join us for a night of learning, stories, and prayer in an effort to "hold the ropes" for our mission partners as we look to continue growing in our ability and understanding of sending and partnering well.<br /><br /></h4>
<h3>May 15th: Koike Hold the Ropes | 6:30-8pm</h3>
<p><span>Join us in the back of the sanctuary for a night of prayer for our mission partners.&nbsp;We will meet with our partners the Koikes, learn about their story and ministry in Japan, and encourage them as we seek to partner well. Refreshments provided!</span></p>
<p>-------------------------</p>
<p>Past events: &nbsp;</p>
<h4 style="text-align: left;"><strong>Local Partner Hold the Ropes:</strong></h4>
<h4 style="text-align: left;"><strong>Wednesday, March 27th &nbsp; | &nbsp; 6:30-8:00pm</strong></h4>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>------------------------</div>
<div>&nbsp;</div>
<h4><strong>November 15th:</strong></h4>
</div>
<p>Recording of Phil Ozinga (GBC Global Partner in Honduras) sharing about the importance of Church partnerships&nbsp;<br /><audio controls="controls" src="http://account-media.s3.amazonaws.com/16829/mp3-hi/h/0e16854593_1701455973_hold-the-ropes--phil-ozinga.mp3"></audio>&nbsp;</p>
<h3 style="text-align: center;"><strong></strong></h3>
<h3 style="text-align: center;"><strong></strong></h3>
<h3 style="text-align: center;"><strong></strong></h3>
<h3 style="text-align: center;"><strong>The Story behind the name "Hold the Ropes"<br /></strong></h3>
<p style="text-align: center;">&nbsp;<audio controls="controls" src="http://account-media.s3.amazonaws.com/16829/mp3-hi/h/0e16854595_1701456014_hold-the-ropes-introduction.mp3"></audio></p>
<p>William Carey --often referred to as "the Father of modern missions"-- was a missionary in the late 1700s and he spent 40 years in India.</p>
<p>Carey described India as an unknown dark mine where the Gospel was not found. So, he decided to go to India with a couple other families in an effort to make disciples of Jesus. At the time he was with a close friend named Andrew Fuller who was a pastor in his home Church in England.</p>
<p>Carey stated to Fuller: <strong>"I will go down into the pit, if you will hold the ropes."</strong></p>
<p>Fuller responded: <strong>&ldquo;whilst we live, we should never let go the rope.&rdquo;</strong></p>
<p>Fuller held the ropes by advocating to his Church to pray and support the Carey family and others. <br />He did this by starting a culture of intense prayer, sacrificial&nbsp;giving, and missional teaching that pointed people towards God's global vision.&nbsp;&nbsp;</p>]]></content:encoded>
    </item>
  </channel>
</rss>
