-
Notifications
You must be signed in to change notification settings - Fork 2
/
archive.html
91 lines (90 loc) · 5.3 KB
/
archive.html
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Grace Notes
</title>
<link rel="alternate" href="http://localhost:8080/feed.xml" type="application/rss+xml" title="Training in Bible Teaching">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Anonymous+Pro:400,700,400italic,700italic|Merriweather:400,700,300">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/main.css">
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src="/js/scripts.js"></script>
<script src="/js/jquery.bibleref.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/xregexp/2.0.0/xregexp.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/xregexp/2.0.0/unicode-base.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/xregexp/2.0.0/unicode-categories.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/xregexp/2.0.0/unicode-blocks.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3622200-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="navbar navbar-default">
<div class="container">
<div class="navbar-header"><span class="brand"><span class="sitename"><a href="http://www.gracenotes.info/">Grace Notes</a></span><span class="tag">Training in Bible Teaching</span></span>
<button type="button" data-toggle="collapse" data-target=".navbar-collapse" class="navbar-toggle collapsed"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="#" role="button" aria-expanded="false" data-toggle="dropdown" class="dropdown-toggle">About
<ul role="menu" class="dropdown-menu">
<li><a href="http://www.gracenotes.info/VisionStrategy.shtml">Vision and Strategy</a></li>
<li><a href="http://www.gracenotes.info/Authors.shtml">Authors</a></li>
<li><a href="http://www.gracenotes.info/DoctrinalStatement.shtml">Doctrinal Statement</a></li>
<li><a href="http://www.gracenotes.info/GraceNotesHistory.shtml">GN History</a></li>
<li><a href="http://www.gracenotes.info/gracegiving.shtml">Donate</a></li>
<li><a href="http://gracenotesblogdotinfo.wordpress.com/">Blog</a></li>
</ul></a></li>
<li class="dropdown"><a href="http://www.gracenotes.info/DiplomaCourses.shtml">Diploma Courses</a></li>
<li><a href="/topics/">Topic Library</a></li>
<li><a href="http://www.gracenotes.info/GN_BibleStudies.shtml">Bible Studies</a></li>
<li><a href="http://www.gracenotes.info/register.php">Register</a></li>
<li><a href="http://www.gracenotes.info/Translation.shtml">Translations</a></li>
</ul>
</div>
</div>
</div>
<div class="header container">
<h1>Grace Notes</h1>
<p class="description">Training in Bible Teaching</p>
</div>
<div id="content">
<div class="container">
<section class="archive">
<h2>Archive</h2>
<ul>
<li><span style="line-height:2.2em" class="year-label">2015</span>
<ul style="margin-left:4em">
<li><span style="line-height:2.2em" class="month-label">January</span>
<ul style="margin-left:7em">
<li style="height:2.2em;line-height:2.2em;"><a href="/articles/test/">Test Article</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>
<footer>
<div class="container">
<section class="about"><p>Grace Notes supports Ministry Training in many countries of the world. Pastor-Teachers and church education leaders use Grace Notes for their basic training curriculum for educating pastors, evangelists, teachers of adults and children, and church administrators.</p>
<p>Grace Notes offers twelve (12) Units of course work, each unit roughly analogous to a semester of Bible College instruction. Students can earn certificates for each course completed, <a href="http://www.gracenotes.info/DiplomaCourses.shtml">Unit certificates, and Diplomas</a> for completing various portions of the curriculum.</p>
</section>
<section class="copy">
<p>© 2015 Grace Notes</p>
</section>
</div>
</footer>
</body>
</html>