-
Notifications
You must be signed in to change notification settings - Fork 0
/
teachings.php
71 lines (70 loc) · 4.46 KB
/
teachings.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?php require 'components/helpers.php'; ?>
<?php renderHeader(["title" => "Teachings"]) ?>
<div class="page-fixed-main-content">
<img src="img/01.jpg" alt="" style="margin-bottom: 10px;" />
<!-- BEGIN Portlet PORTLET-->
<div class="portlet light">
<div class="portlet-title portlet box blue-chambray">
<div class="caption">
<i class="icon-microphone font-purple-plum"></i>
<span class="caption-subject bold font-purple-seance uppercase">
Welcome </span>
<span class="caption-helper"> Men Fellowship</span>
</div>
</div>
<div class="portlet-body">
<div class="scroller" style="height:600px" data-always-visible="1" data-rail-visible="1" data-rail-color="red" data-handle-color="green">
<p>Whether you are just starting out or have been making disciples for years, we are continually building a library of resources for you to use on your spiritual journey. We hope that you find these resources to be helpful. Check back often for updates and new material.</p>
<div class="row">
<div class="col-md-6">
<h1 style="font-size: 19.5px;" class="post-title cufon_headings">HEAR Journal</h1>
<p><a href="http://brainerdbaptist.org/wp-content/uploads/2012/06/HEAR-Journal-Sample.pdf">Sample HEAR Journal</a><br>
<a href="http://brainerdbaptist.org/wp-content/uploads/2012/06/HEAR-Journal-Full-Page.pdf">HEAR Journal Full Page</a><br>
<a href="http://brainerdbaptist.org/wp-content/uploads/2012/06/HEAR-Journal-2up.pdf">HEAR Journal Half Page (2-up)</a><br>
<a href="http://brainerdbaptist.org/wp-content/uploads/2012/06/Month-Journal.pdf">HEAR Journal Month Booklet</a></p>
</div>
<div class="col-md-6">
<h1 style="font-size: 19.5px;" class="post-title cufon_headings">By Sermon Series</h1>
<p><a href="http://brainerdbaptist.org/thepursuit">The Pursuit (Spiritual Disciplines)</a></p>
</div>
</div>
<p> </p>
<div class="row">
<div class="col-md-6">
<h1 style="font-size: 19.5px;" class="post-title cufon_headings">Books</h1>
<p><em><a href="http://amzn.com/1462729983">Growing Up</a></em> by Robby Gallaty<br>
<em><a href="http://amzn.com/1607916967">Creating an Atmosphere to HEAR God Speak</a></em> by Robby Gallaty<br>
<em><a href="http://amzn.com/0899579574">Unashamed</a></em> by Robby Gallaty<br>
<em><a href="http://amzn.com/0830810870">Discipleship Essentials</a></em> by Greg Ogden<br>
<em><a href="http://amzn.com/0830823883">Transforming Discipleship</a></em> by Greg Ogden<br>
<em>Reaching the Next Level</em> (<a href="http://amzn.com/0982621531">Leader Guide</a> | <a href="http://amzn.com/0982621515">Student Guide</a>) by Pete Charpentier<br>
<em><a href="http://amzn.com/1579020224">Personal Disciplemaking</a></em> by Christopher Adsit<br>
<em><a href="http://amzn.com/098243877X">Christ Formed in You</a></em> by Brian Hedges<br>
<em><a href="http://amzn.com/031037281X">The Lost Art of Disciplemaking</a></em> by Leroy Eims<br>
<em><a href="http://amzn.com/157683932X">The Pursuit of Holiness</a></em> by Jerry Bridges<br>
<em><a href="http://amzn.com/0891099417">The Practice of Godliness</a></em> by Jerry Bridges<br>
<em><a href="http://amzn.com/0801066220">The Disciplmaking Pastor</a></em> by Bill Hull<br>
<em><a href="http://amzn.com/1921441585">The Trellis and the Vine</a></em> by Colin Marshall and Tony Payne</p>
</div>
<div class="col-md-6">
<h1 style="font-size: 19.5px;" class="post-title cufon_headings">Other Resources</h1>
<p><a href="http://brainerdbaptist.org/wp-content/uploads/2012/06/IOUs.pdf">IOUs (Adapted from an article by John Piper)</a><br>
<a href="http://brainerdbaptist.org/wp-content/uploads/2012/10/Commonly-Asked-Questions-About-Discipleship.pdf">Commonly Asked Questions About Discipleship</a><br>
<a href="http://brainerdbaptist.org/wp-content/uploads/2012/01/Disciples-Prayer.pdf">The Disciple’s Prayer</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ############# Copyright BEGIN #################### -->
<?php include 'components/copyright.php'; ?>
<!-- ################## Copyright END ############## -->
<a href="#index" class="go2top"><i class="icon-arrow-up"></i></a>
</div>
<!-- ############ PAGE CONTENT END ############ -->
<!-- ########### END MAIN LAYOUT ################# -->
<?php include 'components/javascript.php'; ?>
</body>
</html>