-
Notifications
You must be signed in to change notification settings - Fork 2
/
OldTestamentJesus1_v2017.php
282 lines (255 loc) · 14.9 KB
/
OldTestamentJesus1_v2017.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" name="viewport">
<title>Flare Bible Study</title>
<!-- General CSS Files -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<!-- Google Fonts -->
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script>
WebFont.load({
google: {"families":["Montserrat:400,500,600,700","Patua+One","Special+Elite","Niramit"]},
active: function() {
sessionStorage.fonts = true;
}
});
</script>
<!-- CSS Libraries -->
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/components.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/css/materialdesignicons.min.css?" />
<link rel="stylesheet" type="text/css" media="all" href="assets/css/flare.css?" />
</head>
<body>
<div id="app">
<div class="main-wrapper main-wrapper-1">
<div class="navbar-bg"></div>
<nav class="navbar navbar-expand-lg main-navbar">
<form class="form-inline mr-auto">
<ul class="navbar-nav mr-3">
<li>
<i class="sidebar-toggle fas fa-chevron-left" data-toggle='sidebar'> </i>
</li>
</ul>
</form>
<h1>fl<i class="fas fa-fire fa-rotate-45"></i>re</h1>
<ul class="navbar-nav navbar-right">
<li class="dropdown dropdown-list-toggle">
<a href="#" data-toggle="dropdown" class="nav-link notification-toggle nav-link-lg"><i class="fas fa-cog"></i></a>
<div class="dropdown-menu dropdown-list dropdown-menu-right">
<div class="dropdown-header">Settings
<div class="float-right">
<a href="#">close</a>
</div>
</div>
<div class="dropdown-list-content dropdown-list-icons">
<a href="#" class="dropdown-item dropdown-item-unread">
<div class="dropdown-item-icon bg-primary text-white">
<i class="fas fa-code"></i>
</div>
<div class="dropdown-item-desc">
The Flare app has a new layout this year
</div>
</a>
<a href="https://freelancedon.ca/portfolio#contact-form" class="dropdown-item">
<div class="dropdown-item-icon bg-info text-white">
<i class="far fa-user"></i>
</div>
<div class="dropdown-item-desc">
<b>Interested</b> in doing some web ministry bogging, videos, or programming?
<div class="time">Lets chat</div>
</div>
</a>
</div>
<div class="dropdown-footer text-center">
</div>
</div>
</li>
</ul>
</nav>
<div class="main-sidebar sidebar-style-2">
<aside id="sidebar-wrapper">
<div class="sidebar-brand">
<a href="index.php">
<i class="mdi mdi-fire"></i> Flare BIBLE STUDY</a>
</div>
<div class="sidebar-brand sidebar-brand-sm">
<a href="index.php"><h1><i class="fas fa-fire fa-rotate-45"></i></h1></a>
</div>
<ul class="sidebar-menu">
<li class="menu-header">Version 2.0 Demo</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link has-dropdown"><i class="fas fa-scroll"></i><span>Flare</span></a>
<ul class="dropdown-menu">
<li><a class="nav-link" href="index.php">Flare</a></li>
<li><a class="nav-link" href="https://Hispattern.com">HisPattern.com</a></li>
</ul>
</li>
<li class="menu-header">Version 1.0 Subject Maps</li>
<li class="nav-item dropdown active">
<a href="#" class="nav-link has-dropdown" data-toggle="dropdown"><i class="fas fa-cross"></i> <span>Jesus</span></a>
<ul class="dropdown-menu">
<li><a class="nav-link" href="OldTestamentJesus1_v2017.php">Old Testament Jesus 1</a></li>
<li><a class="nav-link" href="OldTestamentJesus2_v2017.php">Old Testament Jesus 2</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link has-dropdown"><i class="fas fa-heart"></i> <span>Promises</span></a>
<ul class="dropdown-menu">
<li><a class="nav-link" href="MessagesOfHope_v2017.php">Messages of Hope</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link has-dropdown"><i class="fas fa-clock"></i> <span>Prophecy</span></a>
<ul class="dropdown-menu">
<li><a class="nav-link" href="WorldEmpires_v2018.php">Empires</a></li>
<li><a class="nav-link disabled" href="ProphecyKeys_v2019.php">Keys (todo)</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link has-dropdown"><i class="fas fa-leaf"></i> <span>Land of the Living</span></a>
<ul class="dropdown-menu">
<li><a class="nav-link" href="2019WhatIsSpirit.php">What Is Spirit</a></li>
</ul>
</li>
</ul>
<!--
<div class="mt-4 mb-4 p-3 hide-sidebar-mini">
<a href="https://getstisla.com/docs" class="btn btn-primary btn-lg btn-block btn-icon-split">
<i class="fas fa-rocket"></i> Documentation
</a>
</div>
-->
</aside>
</div>
<!-- Main Content -->
<div class="main-content">
<section class="section">
<div class="section-body">
<div class="row">
<div class="col-12 col-lg-9 position-relative">
<!-- BIBLE STUDY -->
<div id="chtHierarchicalEdgeBundling" class="heb"></div>
<!-- // BIBLE STUDY -->
</div>
<div class="w-100 col-lg-3 mobile">
<div class="card nicescroll-box info-section-v1">
<div class="wrap">
<div class="card-body">
<ul class="nav nav-pills" id="myTab3" role="tablist">
<li class="nav-item">
<a class="nav-link" id="bibleTab" data-toggle="tab" href="#bible" role="tab" aria-controls="home" aria-selected="true"><i class="mdi mdi-bible"></i> Texts</a>
</li>
<li class="nav-item">
<a class="nav-link active" id="profile-tab3" data-toggle="tab" href="#about" role="tab" aria-controls="profile" aria-selected="false"><i class="mdi mdi-information"></i> About</a>
</li>
<li class="nav-item">
<a class="nav-link" id="contact-tab3" data-toggle="tab" href="#settings" role="tab" aria-controls="contact" aria-selected="false"><i class="mdi mdi-cogs"></i> Settings</a>
</li>
<li class="nav-item">
<a class="nav-link" id="contact-tab3" data-toggle="tab" href="#instructions" role="tab" aria-controls="contact" aria-selected="false"><i class="mdi mdi-account-question"></i> How To</a>
</li>
</ul>
<div class="tab-content" id="myTabContent2">
<div class="tab-pane fade tabcontent" id="bible" role="tabpanel" aria-labelledby="home-tab3">
<div id="Scriptures">
<div id="showSubjects">
<h6>Click on a verse <span>to see it here.</span></h6>
</div>
<div id="showTexts"></div>
</div>
</div>
<div class="tab-pane fade show tabcontent active" id="about" role="tabpanel" aria-labelledby="profile-tab3">
<div class="clear"></div>
<h6>Direct Prophecies of Jesus in the Old Testament</h6>
<h5>Here is a map to a fair portion of them</h5>
<div class="quotecontent"><i class="mdi mdi-format-quote-open"></i><p class="text_justify fi33">He was despised, and rejected by men; a man of sorrows, and acquainted with grief: and as one from whom men hide their faces. Surely he has borne our griefs, and carried our sorrows; yet we considered him stricken, smitten by God, and afflicted. But he was pierced for our transgressions, he was crushed for our iniquities; upon him was the punishment that brought us peace; and by his wounds we are healed.</p></div>
<div class="verse-container book fi33">Isaiah 53:3-5</div>
<div class="clear"></div>
<p><span class="source-item">1. </span>Each one of these verses contain a prophecy about Jesus Christ. Notice the <strong>Specific Lifetime Prophecies</strong> section in the five o'clock region. They told about many of his life specifics, his character, accomplishments, even where he would be born and grow up. The pattern of one man fulfilling every one of these prophecies is nearly impossible, unless he was really truly the Promised One.</p><br/>
<p class="click"><span class="source-item">2. </span><span class="target-link">Compare:</span> <strong>Psalm 119:105</strong> to these verses:<br/><strong>Job 29:3; Psalm 19:8, 18:28, & 43:3; Proverbs 6:23; Matthew 6:19-24; John 1:1-4; 2 Timothy 3:16; 2 Peter 1:19;</strong> and <strong>Revelation 1:9-20</strong>. Following the subject links from Psalm 119:105 to the other verses will help also. <br/><span class="e6e3d4">We can conclude that the scriptures (the Word of God) are the light in God Himself, even the light and the fire in the eyes of Jesus Christ; and that when we set our eyes on His Word, His light transfers to us. -- It's Him in us.</span></p><br/>
<p class="click"><span class="source-item">3. </span><span class="selected-item">Upcoming project:</span> mapping each of these prophecies to their fulfilled mention in the new testament gospels. I'm looking for anyone who wants to get into web ministry. Please join the effort if you are moved to do so. Thank you!</p>
</div>
<div class="tab-pane fade tabcontent" id="settings" role="tabpanel" aria-labelledby="contact-tab3">
<table>
<tr>
<th>Text Size</th>
<th><input id="vision-text" min="6" max="16" value='8' step="1" type="range"/></th>
</tr>
<tr>
<th>Circle Size</th>
<th>
<button href="javascript:void(0);" id="minus"class="mdi mdi-minus"></button>
<button href="javascript:void(0);" id="plus" class="mdi mdi-plus"></button>
</tr>
</table>
</div>
<div class="tab-pane fade tabcontent" id="instructions" role="tabpanel" aria-labelledby="contact-tab3">
<i class="mdi mdi-pan" style="font-size: 300%"></i> <i class="mdi mdi-gesture-pinch" style="font-size: 300%"></i><br><br>
Pan and zoom to your hearts content. <br>
Use <i class="mdi mdi-cogs"></i> Settings to adjust radius and text size. <br><br><br>
<h5>These are Hierarchical Relationships</h5>
<ul><li> <span style="color: #2aa3b1;">Blue Text</span> is the Selected Item</li>
<ol>
<li> <i style="color:#34e297;margin-bottom:-7px;" class="mdi mdi-keyboard-tab"></i> <span style="color:#34e297;">Green</span> lines show what belongs to the <span style="color: #2aa3b1;">Selected Item</span>.</li>
<ul><li><b>1a.</b> <span style="color:#34e297;">Green</span> lines + <span style="color:red">Red Items</span> show mutual ownership.</li></ul>
<li> <i style="color:#34a2e2;margin-bottom:-7px;" class="mdi mdi-keyboard-tab"></i> <span style="color: #34a2e2;">Blue</span> lines show what the <span style="color: #2aa3b1;">Selected Item</span> belongs to.</li>
</ol></ul><br>
<h6>Use the bible tab <i style="color: #00bcd4;margin-top: -7px;" class="mdi mdi-bible"></i> to see the texts.</h6>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="main-footer">
<div class="footer-left">
MIT Copyright © 2019 <div class="bullet"></div> Web Sites by<a href="https://freelancedon.ca/">Don Milligan</a>
</div>
<div class="footer-right">
2.3.0
</div>
</footer>
</div>
</div>
<!-- General JS Scripts -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.nicescroll.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
<script src="./assets/js/stisla.js"></script>
<!-- JS Libraies -->
<script src="./assets/js/d3.min.js"></script>
<script src="./assets/js/flare-biblestudy.js?040"></script>
<script> $(function(){ plotHierarchicalEdgeBundling("data/studies/flare-OldTestamentJesus1.json"); }); </script>
<!-- Page Specific JS File -->
<!-- Template JS File -->
<script src="./assets/js/scripts.js"></script>
<script src="./assets/js/custom.js"></script>
<script>
$("document").ready(function() {
// set nice scroll
$(".nicescroll-box").niceScroll(".wrap",{
cursoropacitymin: .3,
cursoropacitymax: .8,
cursorwidth: 7
});
if ($(window).width() > 1024) {
setTimeout(function() {
$(".sidebar-toggle").trigger('click');
},10);
}
});
</script>
</body>
</html>