Skip to content

Commit

Permalink
Giving Changes (Resolves #76)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmalmgren committed Aug 20, 2017
1 parent bdc89b7 commit acd652a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 26 deletions.
52 changes: 27 additions & 25 deletions src/app/components/pages/giving.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,35 @@ <h2 class="giving-header">WAYS TO GIVE</h2>

<div class="giving-list">

<a class="giving-list-item" (click)="showEnvelope()">
<a class="giving-list-item" href="/giving" (click)="showEnvelope()">
<button md-fab>
<md-icon>mail_icon</md-icon>
</button>
<h3>ENVELOPE</h3>
<h4>ENVELOPE</h4>
<span>cash or check</span>
</a>

<a class="giving-list-item" href="https://www.adventistgiving.org/?OrgID=ANF4BV" (click)="give('adventist')">
<button md-fab>
<md-icon>computer</md-icon>
</button>
<h3>ONLINE</h3>
<h4>ONLINE</h4>
<span>Adventist Giving</span>
</a>

<a class="giving-list-item" href="http://www.easytithe.com/dl/?uid=boli301244t7" (click)="give('easy')">
<button md-fab>
<md-icon>computer</md-icon>
</button>
<h3>ONLINE</h3>
<h4>ONLINE</h4>
<span>Easy Tithe</span>
</a>

<a class="giving-list-item" href="tel:6302464885">
<button md-fab>
<md-icon>phone_iphone</md-icon>
</button>
<h3>TEXT AMOUNT TO</h3>
<h4>TEXT AMOUNT TO</h4>
<span>630-246-4885</span>
</a>

Expand All @@ -58,44 +58,46 @@ <h3>Tithing is the beginning of giving</h3>

<p>
The Bible talks of tithing as the beginning point for giving. The word tithe literally means a tenth, that is 10% of our
income. When we give the first 10% of our income to the church, we put God first in our lives and we help spread the
story of His love. In fact, tithing is more than just giving something to God, it is giving back to God what He already
gave to us. Of course, there is no way we can ever repay God for the ultimate gift of His Son on the cross, but in
tithing we begin to express our gratitude, trust, and worship to Him who has given us all.
income. When we give the first 10% of our income to the church, we put God first in our lives and we help spread
the story of His love. In fact, tithing is more than just giving something to God, it is returning to God what you
believe He provided for you in the first place. Tithing is an act of faith, a gesture of gratitude that responds
to God’s faithfulness in your life.
</p>
<p>
Moreover, our tithe helps support the global mission of the Seventh Day Adventist church and its Pastors.
<b>
Your tithe helps support the vision of the Illinois conference of Seventh-Day Adventists to grow healthy disciple-making
churches all over Illinois. These funds go to support the conference mission and it’s pastors.
</b>
</p>

<h3>Your Offering Helps Create Spaces for the People God misses the Most.</h3>

<p>
We are all called to be change agents in some way. When you give an offering to our local church it continues to fuel change
in the lives of so many we serve on a weekly basis. Your offering makes our vision possible to see God work through
a variety of spaces to reach the ones God misses the most.
When your generosity extends beyond tithing, that is called an offering. Offering is going above and beyond What God has
asked of us, and is the continuation of our expression of faithfulness. Offering is an expression of our gratitude,
trust, and worship to Him who has given us all. Your offering is a way of saying thank you to God, and a sign of
your commitment to get involved with what God is doing in the world around you. It’s one of the many ways you declare
that you care about what God is doing in the world, and you want to partner with Him to see lives changed for His
glory. Your offering to the Bolingbrook Church helps fuel change in the lives of so many people who are served by
our spaces on a weekly basis. Your offering makes our vision possible to impact the lives of those God misses the
most one space at a time.
</p>

<h3>More Opportunities to Give</h3>

<h5>Food Pantry</h5>
<p>
The Bolingbrook Church Food Pantry has helped hundreds of families since its beginning. The number of families that receive
groceries each month continues to grow. Join us in serving our community as many are facing difficult financial circumstances.
<b>
Your offering remains at the Bolingbrook Church and helps fund our current spaces, our staff, and continues to fuel our
vision to develop more spaces throughout the Chicago-land area that seek to reach the people God misses the most.
</b>
</p>

<h3>More Opportunities to Give</h3>

<h5>Crest Hill Christian School</h5>
<p>
The Crest Hill Christian School is one of our newest spaces in fulfilling the vision to reach the ones God misses the most.
Our School exists to show children Jesus, nurture their love for Him and others, teach them to think, and empower
them to serve. Join us in supporting our school.
</p>

<h5>Go &amp; Tell</h5>
<p>
If you’ve ever felt called by God to help plant a new church or help make more disciples, then this may be your opportunity.
Go &amp; Tell funds help the Illinois Conference plant new churches throughout Illinois and give existing churches
like ours more resources to spread the good news of God’s love.
</p>
</div>
</section>
</main>
Expand Down
3 changes: 2 additions & 1 deletion src/app/components/pages/giving.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ div.giving-list {
color: black;
}

h3 {
h4 {
margin: 5px 0 0;
font-size: 27px;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions src/app/components/pages/giving.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export class GivingComponent {
showEnvelope() {
this.analytics.event('overlay', 'show', 'giving envelope');
this.envelopeShown = true;
return false;
}

hideEnvelope() {
Expand Down

0 comments on commit acd652a

Please sign in to comment.