-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
executable file
·328 lines (273 loc) · 68 KB
/
about.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
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>About inScript™</title>
<!-- Internet libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- Apple specific code -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<!-- replacement console for IE -->
<script>if (typeof console == 'undefined') { window.console = {log:function() {}}; }</script>
<!-- Accordian Script -->
<script>$(document).ready(function()
{$('.accordion-header').toggleClass('inactive-header');var contentwidth = $('.accordion-header').width();
$('.accordion-content').css({'width' : contentwidth });
$('.accordion-header').click(function () {
if($(this).is('.inactive-header')) {
$('.active-header').toggleClass('active-header').toggleClass('inactive-header').next().slideToggle().toggleClass('open-content');
$(this).toggleClass('active-header').toggleClass('inactive-header');
$(this).next().slideToggle().toggleClass('open-content');}
else {$(this).toggleClass('active-header').toggleClass('inactive-header');
$(this).next().slideToggle().toggleClass('open-content');}});return false;});</script>
<style type="text/css">
body {margin: 12px 24px; line-height: 1.5;font-family:helvetica, Arial, sans-serif;font-weight: 100}
h3 {margin:0px;font-size:1.3em;font-weight:300;}
h4 {margin:12px 0px;font-size:1.1em;font-weight:300;}
h5 {margin:0px;font-size:1em;font-weight:300;}
#about_wrapper {margin:10px;font-family:Arial, Helvetica, sans-serif;font-size:.9em}
#about_wrapper hr {color:#ccc;width: 80%;margin:12px auto 12px auto}
#about_wrapper a, #about_wrapper a:link, #about_wrapper a:active, #about_wrapper a:visited, #about_wrapper a:hover {color:#0000FF;text-decoration: none;font-size:.9em;}
#about_wrapper a:hover {text-decoration: underline;}
.clearfix {width:100%;height:auto;display:block;margin:auto, *zoom: 1;}
.clearfix:before, .clearfix:after {content: " ";display: table;} .clearfix:after {clear: both;}
.leads {display: block;margin:0 12px 8px 0;width:160px;height:60px;float:left;}
.sponsers {display: block;margin:0 0 10px 10px;width:300px; height:70px;float:left;}
.leads svg {float:left;margin:0px 12px 12px 0;}
.leads a:hover svg, sponsers a:hover svg{}
.sponsers svg{height:60px;width:60px;float:left;margin:-12px 12px 0 0;}
.leads_title {display:block;font-size:.7em;color:#666;height:13px;}
.api {display: block;margin:0 12px 8px 0;width:200px;height:60px;float:left;}
.api_title {display:block;font-size:.7em;color:#666;height:13px;}
.api svg {float:left;margin:0px 12px 12px 0;}
.about_nav { dislay:inline-block;font-size:.9em;margin: 10px 0 40px 20px; list-style-type: none;}
.about_nav a{padding: 0 20px 0 0;}
.fb-like {margin:0 0 0 50px;}
#accordion-container {font-size: 13px;margin:0 20px 0 20px; background: #ffffff;padding: 5px 10px 10px 10px;border: 1px solid #cccccc;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;box-shadow:2px 2px 5px 0px #cccccc;}
.accordion-header {font-size: 14px; margin: 5px 0 7px 0;padding: 5px 20px;border: 1px solid #cccccc;cursor: pointer;color: #555; background: linear-gradient(to bottom, #ffffff 10%,#ededed 100%);-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.active-header {color:#fff;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;background: linear-gradient(to bottom, #acd8f9 0%,#4885bf 100%);}
.active-header:after {content:"[-]";color:#fff;font-size:12px; margin:3px 0 0 0;float:right;}
.inactive-header {}
.inactive-header:after {content:"[+]";color:#555;font-size:12px; margin:3px 0 0 0;float:right;}
.accordion-content {display: none;padding: 20px;background: #ffffff;border: 1px solid #cccccc;border-top: 0;-moz-border-radius: 0 0 5px 5px;-webkit-border-radius: 0 0 5px 5px;border-radius:0 0 5px 5px;}
</style>
</head>
<body>
<div id="about_wrapper">
<div style="float:left; margin: 12px 24px 12px 6px; width="225">
<svg width="210" height="41" viewBox="0 0 210 41" xmlns="http://www.w3.org/2000/svg"><title>inscript_title_black</title><path d="M.638 29.087c0 4.98-.143 9.822-.332 11.18.426-.046 1.706-.136 2.654-.136.71 0 1.61.046 1.99.09-.284-1.13-.38-6.29-.38-11.133v-6.79c0-5.43.19-9.73.286-11.133-.332.046-1.375.136-2.702.136-.616 0-1.516 0-1.943-.045.285.996.428 5.567.428 11.043v6.79zm18.34 11.134c-.38-3.03-.473-14.3-.52-22.493 3.98 4.028 15.923 16.973 19.525 20.186 2.654 2.444 3.223 2.897 3.507 2.897.237 0 .332-.227.332-2.263 0-1.63-.048-5.386-.048-7.876.048-7.33.285-17.197.522-19.506-.285.046-1.422.136-2.322.136-.57 0-1.375-.045-1.707-.09.332 4.21.474 16.384.522 22.177-3.793-2.942-17.63-17.832-21.707-21.68-.853-.77-1.185-1.086-1.374-1.086-.286 0-.38.182-.38 2.264 0 6.834-.143 24.124-.427 27.382.237-.045 1.753-.135 2.18-.135.616 0 1.28 0 1.896.09zm30.33-1.324c1.723 1.183 5.493 2.11 8.94 2.11 2.746 0 5.762-.67 8.132-2.213 3.77-2.52 4.685-6.53 4.685-8.743 0-3.857-1.238-6.995-7.647-11.058l-2.477-1.594c-5.008-3.19-5.708-5.092-5.708-7.92 0-3.447 2.8-5.915 6.84-5.915 4.416 0 6.785 1.8 7.808 2.983 0-1.75.27-4.423.43-4.938-.376-.05-1.4-.205-2.745-.41-1.293-.258-3.07-.515-5.17-.515-7.38 0-11.633 4.474-11.633 9.823 0 3.6 1.454 6.943 7.11 10.544l2.638 1.697c4.63 2.983 5.816 5.04 5.816 8.23 0 3.856-2.37 6.942-7.486 6.942-4.2 0-7.647-2.11-9.1-4.064.052 1.44-.27 4.32-.432 5.04zm46.535 1.926c3.878 0 7.807-.74 9.565-1.432.103-.987.465-2.864.827-3.85-2.327 1.58-5.946 2.27-9.927 2.27-11.477 0-15.924-7.604-15.924-14.32 0-3.553.983-7.01 3.93-9.676 1.758-1.53 4.653-3.21 10.03-3.21 5.687 0 9.616 1.73 11.426 3.457.05-1.48.362-3.406.672-4.245-1.86-.494-5.584-1.876-11.788-1.876-6.773 0-11.22 1.973-14.114 4.59-4.137 3.654-4.964 8.295-4.964 11.406 0 3.703 1.24 8.74 5.584 12.393 3.774 3.11 8.582 4.492 14.683 4.492zm17.372-12.74c0 5.433-.207 10.666-.414 12.197.518-.1 2.017-.15 2.896-.15.827 0 1.706 0 2.12.1-.207-1.877-.414-6.37-.414-11.604v-1.333c0-.148.052-.148.207-.148h5.945c.31 0 .413.1.62.296 2.017 2.52 6.204 8.395 8.738 10.716 1.81 1.777 2.895 2.27 5.17 2.27 1.086 0 2.533-.098 3.102-.345-.776-.344-2.275-1.43-4.188-3.406-3.102-3.16-6.36-7.307-9.254-10.862 3.62-2.32 5.532-5.283 5.532-8.887 0-3.11-1.706-5.58-4.033-6.913-1.965-1.135-4.912-1.53-8.17-1.53-1.653 0-5.272.197-6.15.197-.777 0-1.397 0-2.276-.1.465 1.432.57 6.123.57 12.097v7.406zm4.187-16.687c0-.198 0-.247.156-.297.62-.148 1.912-.197 3.308-.197 5.015 0 8.117 2.667 8.117 7.11 0 2.914-1.55 5.037-3.36 6.222-.517.346-1.24.494-2.585.494-2.378 0-4.602-.148-5.48-.346-.104 0-.156-.05-.156-.296v-12.69zm27.195 16.688c0 5.432-.155 10.715-.362 12.196.466-.05 1.862-.15 2.896-.15.776 0 1.758.05 2.172.1-.31-1.235-.414-6.864-.414-12.147v-7.406c0-5.925.207-10.615.31-12.146-.36.05-1.5.15-2.946.15-.672 0-1.655 0-2.12-.05.31 1.086.465 6.073.465 12.047v7.406zm13.88 0c0 5.432-.207 10.517-.362 12.196.414-.1 1.758-.15 2.69-.15.723 0 1.705 0 2.325.1-.258-1.827-.413-6.864-.413-12V11.84c0-.742.05-.79.207-.84.36-.148 1.81-.198 2.74-.198 2.378 0 4.188.395 5.48 1.235 1.965 1.135 3.154 3.16 3.154 5.826 0 4.79-3.826 6.665-8.117 6.863.26.543.62 1.728.725 2.123 6.566 0 11.632-3.605 11.632-9.63 0-2.764-1.396-4.937-2.533-5.924-1.913-1.63-4.446-2.765-9.875-2.765-2.69 0-4.913.15-6.205.15-.672 0-1.396 0-1.913-.05.258 1.48.465 6.073.465 12.047v7.406zm21.456-15.997c1.293-.395 2.947-.593 6.153-.69 2.998-.1 4.136-.1 6.255-.1v16.787c0 5.432-.154 10.715-.36 12.196.568-.1 1.81-.15 2.998-.15.724 0 1.55 0 2.017.1-.156-1.58-.362-7.06-.362-12.344v-16.59c3.31 0 5.273.1 7.186.197 2.946.15 4.24.346 4.962.84.052-1.185.26-2.963.517-4-.828.198-4.188.346-6.877.346h-14.89c-3.93 0-5.74-.15-6.824-.396-.105.988-.518 3.06-.777 3.802z" fill="#000" fill-rule="evenodd"/></svg>
</div>
<div class="about_nav" id="about">
<a href="#about">About</a>
<a href="#faqs">FAQs</a>
<a href="#feedback">Feedback</a>
<a href="#training">Training</a>
<a href="#copyright">Copyright</a>
</div>
<p>inScript 4.0 is a Bible-study tool created by the <a href="http://www.dbs.org/" target="_blank">Digital Bible Society</a> for both online and offline use. The software is open-source, browser-based, multi-lingual, and free-to-use. It requires no installation and supports a wide variety of web-browsers and media platforms: thumb drives, DVDs, micro SD chips, etc.</p>
<p>inScript can be found on all the latest Digital Bible Society Treasures libraries which are available from our website. Its streamlined design promotes clear and simple reading experiences while its superior functionality supports complex search functions, side-by-side translation comparisons, searchable concordances, smart-scrolling Audio Bibles, multimedia links, interactive maps, footnotes, commentaries, original language word studies, and Strongs-Notes. As an open-source Bible-study software, inScript promotes the free and widespread distribution of Bibles and was specifically designed to meet the needs of restricted-access regions. </p>
<p>We invite you not only to share this resource with others but to help inScript expand its content and functionality. <a href="http://dbs.org/about#contact" target="_blank">Contact us</a> to get involved.</p>
<div class="clearfix"></div>
<hr />
<h4>API Feeds and Contributors</h4>
<div class="api"><a href="http://www.bible.cloud" target="_blank">
<svg width="60" viewBox="0 0 190 137" xmlns="http://www.w3.org/2000/svg"><title>bc_icon_flat</title><g fill="none" fill-rule="evenodd"><path d="M184.87 61.787c-3.382-5.396-8.33-9.672-14.22-12.498-3.87-1.858-4.265-1.46-4.614-5.472-.358-4.202-.743-8.196-2.063-12.25-4.212-12.854-14.866-23.67-28.16-28.452-9.237-3.323-18.177-3.92-27.642-1.83-6.126 1.35-11.955 3.76-17.042 7.284-2.377 1.65-4.58 3.522-6.58 5.57-1.923 1.955-4.73 7.707-7.097 8.702-2.36.994-6.554-.24-9.255-.05-3.32.232-6.59.945-9.692 2.088-6.87 2.545-12.926 7.07-16.937 12.946-1.276 1.873-2.21 5.926-4.17 7.136-1.86 1.152-5.654.622-7.75.92-6.836.978-13.093 3.804-18.18 8.247C-8.792 71.822-.98 105.29 26.27 111.886c6.713 1.625 13.828 1.22 20.697 1.22 4.247 0 8.495-.034 12.742-.034 1.214 0 3.74.605 4.64-.34 1.03-1.078.227-5.694.2-7.086-.07-3.548-.165-3.514-4.15-3.572-4.108-.067-8.233.033-12.34.033-8.19-.01-17.122 1.02-24.55-2.96-11.432-6.107-15.618-20.288-9.177-31.13 2.753-4.632 7.236-8.287 12.49-10.15 3.014-1.07 6.117-1.452 9.315-1.394 4.702.09 8.434 2.254 10.47-2.337 2.378-5.362 4.003-10.716 8.74-14.753 5.75-4.89 13.232-6.265 20.696-5.163 2.64.39 5.847 1.866 8.136.233 1.582-1.127 2.736-4.93 3.846-6.58 4.23-6.316 9.937-11.33 17.27-14.23 14.227-5.637 30.79-1.758 40.91 9.282 3.653 3.986 6.117 8.81 7.402 13.932.892 3.555 1.206 7.152 1.093 10.8-.13 4.565-1.704 6.67 3.173 8.57 7.34 2.858 13.87 5.303 17.838 12.306 3.453 6.092 3.776 13.36.883 19.71-2.823 6.207-8.416 10.964-15.268 12.87-3.635 1.01-7.306.97-11.055.978-4.737.01-7.184-1.516-7.5 3.283-.07 1.01-.628 5.96.027 6.705 1.093 1.26 1.556.68 3.19.945 4.318.713 9.823.108 14.123-.54 6.79-1.026 13.232-3.612 18.327-8.055 12.542-10.923 15.015-28.875 6.433-42.64-4.117-6.557 6.222 9.977 0 0z" fill="#666"/><path d="M70.852 135.906V57.784c0-.017 0-.033.01-.05.025-.083.052-.19.052-.274.253-1.848.943-3.49 2.106-4.972.848-1.07 2.01-1.815 3.207-2.47.63-.357 1.355-.54 2.072-.688.558-.116 1.117-.207 1.71-.298H135.885c.026 0 .053.008.08.016.846.39 1.152 1.036 1.152 1.948-.035 25.36-.035 50.747 0 76.108 0 .63-.06 1.22-.157 1.848-.412 2.205-1.417 4.11-3.173 5.636-1.512 1.31-3.365 1.906-5.314 2.263-.15.026-.315.01-.463.067-.027.008-.053.017-.08.017H71.867c-.026 0-.052-.01-.08-.017-.4-.182-.67-.54-.916-.928-.01-.026-.018-.06-.018-.084zm13.923-48.8c-.035 0-.062 0-.062-.033V54.086c0-.38-.096-.447-.463-.414h-.017c-1.635.24-3.173.63-4.52 1.608-.88.655-1.694 1.343-2.323 2.238-1.285 1.816-1.827 3.846-1.827 6.018v67.43c0 .688.533 1.368 1.416 1.368 15.083-.033 30.194-.033 45.28-.033 1.354 0 2.673-.182 3.958-.63 2.202-.77 3.863-2.113 5-4.02 1.04-1.756 1.38-3.695 1.38-5.693v-66.75c0-.896-.813-1.61-1.67-1.61-10.906.034-21.805.034-32.712 0-.41 0-.507.117-.507.482v32.363c0 .166-.228.232-.324.092-2.098-2.9-4.15-5.736-6.223-8.62-.07-.1-.227-.1-.297 0-2.07 3.108-4.09 6.166-6.09 9.19z" fill="#006BBA"/></g></svg>
Bible.Cloud</a><span class="api_title">God's Word Accessible in every Language.</span></div>
<div class="api"><a href="http://www.bibles.org" target="_blank">
<svg width="40" viewBox="0 0 28 29" xmlns="http://www.w3.org/2000/svg"><title>partners_contributors_bibleSearch_icon</title><path d="M21.985 1.885c-3.387-.575-6.838 3.292-7.733 8.628-.863 5.337 1.15 10.13 4.538 10.673 3.387.575 6.838-3.29 7.733-8.628.862-5.304-1.15-10.097-4.538-10.673zM18.79 22.848l-2.812-.128c-.32 0-.672-.064-.99-.128-1.503-.255-2.78-1.118-3.804-2.396l-7.893 7.54c-.35.29-.766.448-1.213.416C1.055 28.088.257 27.13.32 25.98c.032-.576.287-1.12.64-1.47l8.627-7.318c-.672-2.045-.895-4.506-.448-7.062C10.097 4.282 13.963 0 17.99.16V.128l3.1.192c.224 0 .448.032.703.063 4.25.703 6.87 6.296 5.848 12.495-.99 5.848-4.824 10.098-8.85 9.97z" fill="#1F2020" fill-rule="evenodd"/></svg>
BibleSearch</a><span class="api_title">Searching the Scripture with ABS.</span></div>
<div class="api"><a href="http://www.deaf.bible" target="_blank">
<svg width="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg"><title>deaf_bible_icon</title><defs><linearGradient x1="10.41%" y1="73.625%" x2="93.085%" y2="26.125%" id="a"><stop stop-color="#319BD6" offset="0%"/><stop stop-color="#3481BE" offset="31.45%"/><stop stop-color="#346FB0" offset="59.79%"/><stop stop-color="#3365A8" offset="83.61%"/><stop stop-color="#3362A6" offset="100%"/></linearGradient></defs><path d="M27.846 0c-.982 0-1.815.672-1.777 2.496-.165-.096-.38-.148-.617-.148-.697 0-1.545.468-1.645 1.697-.043.894.087 1.93.174 2.823.087.75.217 1.41.26 1.882-.155-.123-.396-.206-.663-.206-.626 0-1.378.45-1.378 1.805 0 0-.044 2.587.13 4.47.117 1.272-.013 1.553-.072 2.81 0-.02-.003-.028-.003-.028-.006 0-.024.13-.055.51-.044.33-.087.707-.174 1.033-.086-.33-.173-.66-.173-1.032-.034-.35-.05-.48-.06-.49-.064-1.254-.225-1.528-.067-2.803.173-1.883.13-4.47.13-4.47 0-1.36-.756-1.785-1.384-1.785-.263 0-.505.074-.656.185.043-.468.173-1.128.26-1.882.086-.894.216-1.93.173-2.823-.098-1.232-.925-1.697-1.624-1.697-.236 0-.456.052-.632.148C18.034.672 17.198 0 16.217 0c-.158 0-.32.018-.48.05C14.564.282 14.217 2.214 14 3.15c-.136-1.017-.78-1.442-1.415-1.442-.57 0-1.136.348-1.322.927-.217.613-.867 2.54-1.087 3.433-.216.893-1.823 6.303-1.997 6.96-.174.66-1.174 5.41-1.174 5.644-.13-.564-.303-1.272-.913-1.882-.61-.614-1.52-1.128-2.604-1.273-.39-.05-.744-.078-1.063-.078-1.42 0-2.155.493-2.366 1.3-.215.706.175 1.507.652 1.646.476.187 1.823.797 2.433 1.223.61.47.61.8.697 1.412.086.613.433 1.032.65 1.787.217.75.39 1.786.563 4.654.217 2.87 2.864 5.833 3.214 6.868.13.425.26 1.177.65 2.964s.303 2.73.303 2.73C9.563 42.613 14.307 44 17.09 44c1.115 0 1.913-.222 1.988-.68 1.086-5.833 2.387-5.41 2.864-8.42.043-.235.086-1.13.086-1.412.044.234.087 1.127.087 1.41.477 3.06 1.78 2.635 2.864 8.42.086.445.884.66 1.996.66 2.783 0 7.517-1.36 7.86-3.953 0 0-.086-.942.304-2.73.39-1.74.523-2.538.65-2.963.347-1.032 2.997-3.953 3.214-6.868.217-2.868.347-3.903.564-4.655.216-.753.563-1.178.65-1.788.086-.613.086-.943.696-1.41.61-.47 1.954-1.083 2.434-1.224.39-.142.783-.943.61-1.646-.248-.807-.988-1.3-2.387-1.3-.312 0-.662.025-1.043.077-1.086.14-1.953.658-2.56 1.272-.61.613-.783 1.272-.913 1.882 0-.234-1-4.985-1.174-5.644-.173-.706-1.78-6.067-1.997-6.96-.217-.894-.867-2.823-1.087-3.433-.185-.56-.758-.91-1.334-.91-.628 0-1.266.417-1.402 1.428-.217-.894-.564-2.868-1.737-3.103C28.168.015 28.007 0 27.846 0z" fill="url(#a)" fill-rule="evenodd"/></svg>
Deaf.Bible</a><span class="api_title">Until the Deaf have seen.</span></div>
<div class="api"><a href="http://www.digitalbiblelibrary.org" target="_blank">
<svg width="30" viewBox="0 0 52 75" xmlns="http://www.w3.org/2000/svg"><title>partners_contributors_dbl_icon</title><g fill="none" fill-rule="evenodd"><path d="M49.487 74.942H2.253C1.01 74.942 0 73.932 0 72.692V2.25C0 1.01 1.01 0 2.253 0h47.263c1.242 0 2.253 1.01 2.253 2.25v70.442c-.03 1.24-1.04 2.25-2.283 2.25z" fill="#000"/><path fill="#F2DD34" d="M34.898 5.452h5.2v5.192h-5.2zM34.898 12.144h5.2v5.192h-5.2z"/><path fill="#B6D243" d="M41.658 12.144h5.2v5.192h-5.2zM28.11 5.452h5.2v5.192h-5.2z"/><path d="M6.067 29.02H49.43v26.595H6.066z"/><path d="M15.536 45.263c.537.853 1.398 1.28 2.583 1.28.918 0 1.674-.396 2.267-1.186.592-.79.888-1.923.888-3.4 0-1.49-.305-2.595-.916-3.31-.612-.717-1.366-1.076-2.263-1.076-1 0-1.812.383-2.434 1.147-.622.765-.933 1.89-.933 3.373 0 1.263.27 2.32.806 3.173zm4.46-8.85c.352.222.753.607 1.202 1.158v-5.96h1.91v16.243h-1.79V46.21c-.462.728-1.01 1.254-1.643 1.577-.633.323-1.358.485-2.174.485-1.316 0-2.457-.553-3.42-1.66-.965-1.104-1.446-2.576-1.446-4.412 0-1.72.44-3.21 1.318-4.47.88-1.26 2.136-1.89 3.77-1.89.904 0 1.662.192 2.273.574zm5.892-4.803h1.932v5.873c.434-.565.952-.997 1.556-1.295.603-.297 1.258-.446 1.964-.446 1.472 0 2.665.505 3.58 1.515.917 1.01 1.375 2.5 1.375 4.47 0 1.865-.452 3.415-1.357 4.65-.905 1.234-2.16 1.85-3.763 1.85-.898 0-1.656-.216-2.274-.65-.367-.257-.76-.668-1.18-1.234v1.51h-1.832V31.61zm7.577 13.587c.533-.852.8-1.976.8-3.372 0-1.24-.267-2.27-.8-3.085-.534-.816-1.32-1.224-2.357-1.224-.905 0-1.697.335-2.378 1.003-.68.668-1.02 1.77-1.02 3.305 0 1.11.14 2.01.42 2.7.52 1.3 1.496 1.95 2.923 1.95 1.074 0 1.878-.426 2.412-1.278zm5.203-13.532h1.987v16.188h-1.987V31.665z" fill="#FFF"/><path d="M11.21 60.288c32.268-10.21 36.572 11.28 40.617 0-2.196-1.7-9.996-8.51-21.263-8.192-9.417.29-12.624 2.798-15.05 4.558M9.59 59.22c3.583-2.307-1.328-6.316-7.394-9.143-1.647-.75-1.358.692-1.214 3.635" fill="#F2DD35"/><path d="M3.264 4.298h39.144V43.24H3.264z"/><g fill="#CCC"><path d="M6.66 5.186c.228.418.34.99.34 1.718 0 .69-.102 1.26-.307 1.71-.298.647-.785.97-1.46.97-.61 0-1.065-.264-1.363-.793-.248-.44-.372-1.033-.372-1.777 0-.576.074-1.07.223-1.483.28-.77.785-1.155 1.515-1.155.658 0 1.133.27 1.426.81zm-.64 3.378c.195-.292.293-.838.293-1.636 0-.576-.07-1.05-.212-1.42-.14-.373-.417-.56-.826-.56-.376 0-.65.177-.824.53-.174.353-.26.873-.26 1.56 0 .517.055.933.166 1.247.17.48.46.718.872.718.33 0 .595-.146.79-.44zm1.985-2.71v-.487c.46-.045.782-.12.964-.225.18-.105.317-.354.407-.745h.504v5.05H9.2V5.854H8.005zm6.734-.668c.226.418.34.99.34 1.718 0 .69-.103 1.26-.31 1.71-.297.647-.784.97-1.46.97-.61 0-1.064-.264-1.362-.793-.248-.44-.372-1.033-.372-1.777 0-.576.074-1.07.223-1.483.278-.77.783-1.155 1.514-1.155.657 0 1.132.27 1.425.81zm-.643 3.378c.196-.292.295-.838.295-1.636 0-.576-.07-1.05-.213-1.42-.143-.373-.418-.56-.827-.56-.376 0-.65.177-.825.53-.174.353-.26.873-.26 1.56 0 .517.055.933.166 1.247.17.48.46.718.872.718.33 0 .595-.146.79-.44zm4.68-3.378c.228.418.342.99.342 1.718 0 .69-.104 1.26-.31 1.71-.298.647-.785.97-1.46.97-.61 0-1.065-.264-1.363-.793-.248-.44-.372-1.033-.372-1.777 0-.576.075-1.07.223-1.483.28-.77.784-1.155 1.515-1.155.657 0 1.132.27 1.425.81zm-.64 3.378c.196-.292.294-.838.294-1.636 0-.576-.07-1.05-.212-1.42-.142-.373-.417-.56-.826-.56-.376 0-.65.177-.825.53-.174.353-.26.873-.26 1.56 0 .517.055.933.166 1.247.17.48.46.718.873.718.33 0 .594-.146.79-.44zm1.985-2.71v-.487c.46-.045.783-.12.965-.225.182-.105.318-.354.408-.745h.503v5.05h-.68V5.854H20.12zm6.735-.668c.226.418.34.99.34 1.718 0 .69-.103 1.26-.31 1.71-.296.647-.783.97-1.46.97-.61 0-1.063-.264-1.36-.793-.25-.44-.374-1.033-.374-1.777 0-.576.075-1.07.224-1.483.28-.77.783-1.155 1.514-1.155.658 0 1.133.27 1.427.81zm-.642 3.378c.196-.292.294-.838.294-1.636 0-.576-.072-1.05-.214-1.42-.142-.373-.417-.56-.826-.56-.376 0-.65.177-.825.53-.173.353-.26.873-.26 1.56 0 .517.055.933.166 1.247.172.48.462.718.874.718.33 0 .594-.146.79-.44zM6.66 13.898c.228.418.34.99.34 1.717 0 .69-.102 1.26-.307 1.71-.298.647-.785.97-1.46.97-.61 0-1.065-.264-1.363-.793-.248-.44-.372-1.034-.372-1.777 0-.576.074-1.07.223-1.484.28-.768.785-1.153 1.515-1.153.658 0 1.133.27 1.426.81zm-.64 3.378c.195-.293.293-.838.293-1.636 0-.576-.07-1.05-.212-1.422-.14-.372-.417-.557-.826-.557-.376 0-.65.177-.824.53-.174.353-.26.873-.26 1.56 0 .517.055.932.166 1.246.17.48.46.72.872.72.33 0 .595-.147.79-.44zm1.985-2.71v-.488c.46-.045.782-.12.964-.225.18-.105.317-.353.407-.745h.504v5.05H9.2v-3.59H8.005zm6.734-.668c.226.418.34.99.34 1.717 0 .69-.103 1.26-.31 1.71-.297.647-.784.97-1.46.97-.61 0-1.064-.264-1.362-.793-.248-.44-.372-1.034-.372-1.777 0-.576.074-1.07.223-1.484.278-.768.783-1.153 1.514-1.153.657 0 1.132.27 1.425.81zm-.643 3.378c.196-.293.295-.838.295-1.636 0-.576-.07-1.05-.213-1.422-.143-.372-.418-.557-.827-.557-.376 0-.65.177-.825.53-.174.353-.26.873-.26 1.56 0 .517.055.932.166 1.246.17.48.46.72.872.72.33 0 .595-.147.79-.44zm1.986-2.71v-.488c.46-.045.783-.12.965-.225.182-.105.318-.353.408-.745h.503v5.05h-.682v-3.59h-1.195zm6.734-.668c.227.418.34.99.34 1.717 0 .69-.102 1.26-.308 1.71-.3.647-.786.97-1.462.97-.61 0-1.064-.264-1.36-.793-.25-.44-.374-1.034-.374-1.777 0-.576.075-1.07.224-1.484.28-.768.783-1.153 1.514-1.153.657 0 1.132.27 1.425.81zm-.64 3.378c.195-.293.293-.838.293-1.636 0-.576-.07-1.05-.213-1.422-.142-.372-.417-.557-.826-.557-.375 0-.65.177-.824.53-.173.353-.26.873-.26 1.56 0 .517.055.932.166 1.246.17.48.46.72.873.72.33 0 .594-.147.79-.44zm4.68-3.378c.226.418.34.99.34 1.717 0 .69-.103 1.26-.31 1.71-.296.647-.783.97-1.46.97-.61 0-1.063-.264-1.36-.793-.25-.44-.374-1.034-.374-1.777 0-.576.075-1.07.224-1.484.28-.768.783-1.153 1.514-1.153.658 0 1.133.27 1.427.81zm-.642 3.378c.196-.293.294-.838.294-1.636 0-.576-.072-1.05-.214-1.422-.142-.372-.417-.557-.826-.557-.376 0-.65.177-.825.53-.173.353-.26.873-.26 1.56 0 .517.055.932.166 1.246.172.48.462.72.874.72.33 0 .594-.147.79-.44zM3.966 23.25v-.49c.46-.044.782-.12.964-.224.182-.105.318-.353.408-.745h.504v5.05h-.68v-3.59H3.965zm3.503 0v-.49c.46-.044.782-.12.964-.224.182-.105.318-.353.408-.745h.503v5.05h-.68v-3.59H7.468zm6.734-.67c.227.418.34.99.34 1.718 0 .69-.103 1.26-.308 1.71-.298.647-.785.97-1.46.97-.61 0-1.065-.264-1.363-.793-.248-.44-.373-1.034-.373-1.777 0-.576.075-1.07.224-1.484.28-.77.784-1.154 1.514-1.154.657 0 1.132.27 1.426.81zm-.642 3.38c.196-.294.294-.84.294-1.637 0-.576-.07-1.05-.213-1.422-.142-.37-.417-.557-.826-.557-.376 0-.65.177-.824.53-.174.352-.26.872-.26 1.56 0 .516.054.932.166 1.246.17.478.46.718.87.718.332 0 .596-.147.792-.44zm1.986-2.71v-.49c.46-.044.782-.12.964-.224.182-.105.318-.353.408-.745h.504v5.05h-.68v-3.59h-1.196zm6.734-.67c.227.418.34.99.34 1.718 0 .69-.102 1.26-.308 1.71-.298.647-.785.97-1.46.97-.61 0-1.065-.264-1.363-.793-.247-.44-.37-1.034-.37-1.777 0-.576.073-1.07.222-1.484.28-.77.784-1.154 1.514-1.154.658 0 1.133.27 1.426.81zm-.642 3.38c.196-.294.294-.84.294-1.637 0-.576-.07-1.05-.212-1.422-.142-.37-.418-.557-.827-.557-.376 0-.65.177-.824.53-.173.352-.26.872-.26 1.56 0 .516.056.932.167 1.246.17.478.46.718.872.718.33 0 .594-.147.79-.44zm1.986-2.71v-.49c.46-.044.782-.12.964-.224.183-.105.318-.353.408-.745h.504v5.05h-.68v-3.59h-1.196zM6.66 31.292c.228.418.34.99.34 1.717 0 .69-.102 1.26-.307 1.71-.298.646-.785.97-1.46.97-.61 0-1.065-.265-1.363-.793-.248-.442-.372-1.034-.372-1.778 0-.577.074-1.07.223-1.485.28-.77.785-1.154 1.515-1.154.658 0 1.133.27 1.426.812zm-.64 3.378c.195-.293.293-.838.293-1.636 0-.576-.07-1.05-.212-1.422-.14-.37-.417-.557-.826-.557-.376 0-.65.176-.824.53-.174.352-.26.872-.26 1.56 0 .516.055.93.166 1.245.17.48.46.72.872.72.33 0 .595-.147.79-.44zm1.985-2.71v-.487c.46-.045.782-.12.964-.225.18-.105.317-.354.407-.746h.504v5.05H9.2v-3.59H8.005z"/></g></g></svg>
Digital Bible Library</a><span class="api_title">The Bible Depository of the UBS.</span></div>
<div class="api"><a href="http://www.digitalbibleplatform.org" target="_blank">
<svg width="54" viewBox="0 0 73 47" xmlns="http://www.w3.org/2000/svg"><title>partners_contributors_dbp_icon</title><g fill="#CA4316" fill-rule="evenodd"><path d="M46.228 13.174v6.64H59.38v-6.64h-6.575M46.228 26.35v6.64H59.38v-6.64h-6.575"/><path d="M65.98 0H39.587v6.534h26.39v33.054H39.59v6.576h32.99V0M6.598 6.534H32.99V0H0v46.164h32.99v-6.576H6.598"/><path d="M32.99 6.534h6.598v32.99H32.99z"/></g></svg>
Digital Bible Platform</a><span class="api_title">The only Bible API you need.</span></div>
<div class="api"><a href="http://www.find.bible" target="_blank">
<svg width="50" viewBox="0 0 112 118" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>app_bible_find</title><defs><radialGradient cx="49.995%" cy="50.012%" fx="49.995%" fy="50.012%" r="49.356%" id="b"><stop stop-color="#989798" offset="93.41%"/><stop stop-color="#727171" offset="97.23%"/><stop stop-color="#5C5C5C" offset="100%"/></radialGradient><ellipse id="a" cx="58.475" cy="45.325" rx="45.481" ry="45.303"/><mask id="c" x="-8" y="-8" width="106.962" height="106.606"><path fill="#fff" d="M4.993-7.978h106.962V98.628H4.993z"/><use xlink:href="#a"/></mask><linearGradient x1="9.832%" y1="23.802%" x2="91.371%" y2="71.451%" id="d"><stop stop-color="#0657E6" offset="0%"/><stop stop-color="#3EE531" offset="100%"/></linearGradient></defs><g transform="translate(0 8)" fill="none" fill-rule="evenodd"><path d="M4.45 108.62L.89 104.72c-1.294-1.418-1.13-3.835.36-5.37l18.55-19.12c1.486-1.536 3.762-1.63 5.05-.213l3.56 3.903c1.294 1.418 1.132 3.835-.36 5.37L9.5 108.408c-1.485 1.536-3.76 1.63-5.05.213z" fill="#5E5F5F"/><use stroke="url(#b)" mask="url(#c)" stroke-width="16" xlink:href="#a"/><path d="M90.527 13.473C99.215 22.16 104 33.713 104 46c0 12.287-4.785 23.84-13.473 32.527C81.84 87.215 70.287 92 58 92c-12.287 0-23.84-4.785-32.527-13.473C16.785 69.84 12 58.287 12 46c0-12.287 4.784-23.84 13.473-32.527C34.16 4.785 45.713 0 58 0c12.287 0 23.84 4.785 32.527 13.473zM86.46 74.46c5.666-5.664 9.434-12.72 10.987-20.4-1.21 1.783-2.37 2.444-3.086-1.545-.737-6.504-6.71-2.35-10.467-4.66-3.954 2.665-12.84-5.18-11.33 3.67 2.33 3.99 12.58-5.343 7.47 3.102-3.258 5.895-11.916 18.95-10.79 25.72.142 9.858-10.075 2.055-13.595-1.216-2.368-6.55-.807-18-6.998-21.21-6.72-.292-12.49-.903-15.094-8.416-1.567-5.375 1.668-13.377 7.43-14.612 8.43-5.298 11.443 6.204 19.35 6.418 2.455-2.57 9.148-3.386 9.703-6.267-5.19-.915 6.58-4.362-.498-6.323-3.906.46-6.422 4.05-4.346 7.094-7.568 1.764-7.81-10.953-15.086-6.94-.184 6.34-11.88 2.055-4.046.77 2.692-1.177-4.39-4.585-.564-3.965 1.88-.103 8.206-2.32 6.494-3.81 3.522-2.188 6.483 5.236 9.93-.17 2.49-4.157-1.043-4.924-4.164-2.817-1.76-1.97 3.107-6.224 7.398-8.062 1.43-.612 2.796-.946 3.84-.85 2.162 2.496 6.16 2.928 6.368-.302C70.013 7.105 64.11 5.75 58 5.75c-8.77 0-17.112 2.788-24.016 7.942 1.855.85 2.908 1.908 1.12 3.26-1.387 4.138-7.022 9.693-11.968 8.906-2.568 4.43-4.26 9.31-4.983 14.423 4.143 1.37 5.098 4.084 4.208 4.99-2.11 1.842-3.407 4.45-4.075 7.308 1.348 8.25 5.226 15.855 11.254 21.883 7.6 7.603 17.71 11.79 28.46 11.79s20.86-4.187 28.46-11.79z" fill="url(#d)"/></g></svg>
Find.Bible</a><span class="api_title">Online Bible Directory in every lanaguage.</span></div>
<div class="api"><a href="http://www.jesusfilmmedia.org" target="_blank">
<svg width="46" viewBox="0 0 54 54" xmlns="http://www.w3.org/2000/svg"><title>partners_contributors_jfm_icon</title><g fill="none" fill-rule="evenodd"><path d="M26.78 26.605c.016-.348.033-.696.033-1.044V0h7.308c1.915 2.436 4.386 3.515 7.45 2.94 1.878-.365 3.53-1.2 4.557-2.94h7.482c-.018.348-.036.696-.036 1.044 0 8.282 0 16.547-.017 24.83 0 .296.14.626-.104.905-.26-.297-.592-.14-.905-.14-4.454-.018-8.926-.018-13.38 0-4.107 0-8.23.017-12.337.034l-.05-.07zm22.514-6.056h-1.827c-.73 0-.713.556-.61.974.175.66-.643 1.757.593 1.93 1.2.175 2.418.036 3.636.036.4 0 .54-.21.592-.592.26-2.244.19-2.35-2.053-2.35-.105-.016-.226-.016-.33 0zm-.104-6.09c.61 0 1.218-.018 1.827 0 .487.017.765-.244.644-.68-.19-.747.557-1.687-.47-2.244-.138-.07-.347-.017-.52-.017H48.84c-2.314.034-1.966-.35-2.02 2.035-.016.66.175.974.89.922.486-.052.99-.018 1.478-.018zm0-9.05h.435c2.384-.05 2 .47 2.053-2.156.017-.592-.26-.766-.783-.766-.66.018-1.34 0-2 0-2.35.018-2.037-.278-2.072 2.193 0 .505.174.75.714.714.557-.017 1.113.017 1.653.017z" fill="#6B9DD3"/><path d="M26.83 53.226c-8.003 0-16.007.018-24.01.018-.697 0-1.393-.018-2.09 0-.4.017-.556-.105-.54-.522.02-2.088.02-4.176 0-6.264 0-.33.158-.522.384-.713C4.21 42.508 4.228 37.532.61 34.26c-.314-.278-.42-.574-.42-.974.02-1.95.036-3.88-.016-5.83-.017-.677.174-.85.853-.85 8.404.016 16.825.016 25.23.016.174 0 .348-.017.522-.017l.068.052c-.017 8.856-.017 17.713-.017 26.57zM3.01 30.92c0 2.47 0 2.47 2.262 2.35h.174c.366 0 .505-.193.505-.54 0-1.22-.017-2.42 0-3.637 0-.4-.156-.54-.556-.592-2.35-.242-2.384-.225-2.384 2.072v.348zm18.027-.052c0 2.505 0 2.505 2.157 2.4h.087c.454.036.61-.173.61-.608-.017-1.183-.017-2.367 0-3.55 0-.383-.122-.557-.54-.61-2.313-.242-2.313-.242-2.313 2.002v.366zm-6.143.034c0-.61-.017-1.218 0-1.81.018-.73-.54-.643-.904-.54-.662.193-1.74-.642-1.932.54-.19 1.184-.035 2.42-.052 3.637 0 .417.19.54.574.574 2.297.208 2.297.208 2.297-2.036.017-.14.017-.26.017-.366z" fill="#E93F25"/><path d="M26.83 53.226c0-8.856.018-17.713.018-26.57 4.107-.017 8.23-.017 12.337-.034h13.38c.296 0 .644-.14.905.14-.66.66-1.34 1.287-1.966 1.965-.383.418-.66.488-1.01.018-.347-.487-.678-.487-1.095-.018-.732.783-1.48 1.55-2.28 2.28-.453.417-.488.73.017 1.096.47.33.4.61 0 1.01-6.595 6.56-13.172 13.154-19.75 19.73-.173.157-.278.4-.556.383zm12.163-22.358v.26c0 2.315 0 2.297 2.297 2.14.435-.034.644-.173.627-.626-.018-.66 0-1.34 0-2 0-2.315 0-2.297-2.315-2.14-.435.034-.643.156-.626.608.035.592.017 1.183.017 1.758zm-6.09.052c0-2.488 0-2.488-2.227-2.4h-.087c-.453-.036-.627.173-.627.608.017.66 0 1.34 0 2 0 2.315 0 2.297 2.314 2.14.435-.034.626-.173.61-.626 0-.574.016-1.148.016-1.722z" fill="#2A2765"/></g></svg>
Jesus Film Media</a><span class="api_title">Because seeing is believing.</span></div>
<div class="clearfix"></div>
<p>We are grateful to those orginizations and projects who have freely shared API access to the world's best content.</p>
<p>We are always grateful to those who have worked so hard on this project: John Dyer (System Architect), Michael Johnson (Bible Management), Jonathan Gabriel (Programming), Carl Dobrowolski (Rights Management), Ken Bitgood (Project Director), Dalton Mullins, Jeremiah Michaels (Graphic Design); John Bishara (Content Management); Nathan Bitgood (Image & Map Library, Research, Social Media Manager); Daylon Rogers, and numerous others who have given their time, energy, and resources to insure that God's Word is accessible in every language.</p>
<hr />
<h4>Project Sponsers</h4>
<div class="sponsers"><a href="http://www.bibleleague.ca" target="_blank">
<svg viewBox="0 0 78 63" xmlns="http://www.w3.org/2000/svg"><title>partners_sponsors_blc_icon</title><g fill="none" fill-rule="evenodd"><path d="M76.725 11.012c-1.682 0-3.386.045-5.068 0-.65-.022-.763.18-.763.785.023 16.395.023 32.79.023 49.184 0 1.01.134.898-.92.898-1.234 0-1.234 0-1.234-1.233V12.02c0-1.03 0-1.03-1.076-1.03-1.413 0-2.804-.023-4.216.022-.47 0-.583-.135-.583-.606 0-1.816-.022-1.816 1.795-1.816 1.166 0 2.332-.023 3.498 0 .47.022.606-.112.606-.583-.023-2.67 0-5.338 0-8.007h2.153c0 2.646.02 5.27 0 7.917 0 .583.178.695.717.695 1.704-.022 3.41 0 5.136 0-.068.808-.068 1.593-.068 2.4z" fill="#3C63AE"/><path d="M76.725 8.635c.143 0 .357-.023.5-.023v2.422c-.143 0-.357-.022-.5-.022V8.635z" fill="#849CD0"/><path d="M12.47 32.677c-.224 1.817-.673 3.61-1.032 5.405-1.054 5.36-2.13 10.743-3.207 16.103-.492 2.423-1.03 4.845-1.502 7.267-.112.583-.36.74-.92.606-1.66-.404-3.34-.808-5-1.167-.63-.133-.763-.425-.63-1.008.764-3.678 1.527-7.356 2.29-11.057C3.655 43.04 4.82 37.252 6.01 31.465c.09-.403.135-.806.337-1.165.673-.067 1.12-.426 1.48-.987.718-1.166 1.996-1.1 2.76.045.65 1.076 1.3 2.175 1.883 3.32z" fill="#3F64AF"/><path d="M63 48.22v3.297c-.404-.56-.47-1.28-.965-1.772-.134-.135-.247-.36-.448-.314-.247.068-.113.315-.135.494-.022.18.09.426-.157.494-.224.067-.404-.113-.538-.27-.068-.09-.135-.2-.202-.29-.695-.943-.852-.943-1.705-.136-.605.583-.92 1.48-1.86 1.75-.225.067-.338.403-.405.65-.112.47-.27.987-.247 1.458.045 1.727.516 2.198 2.086 1.413.068-.023.135-.067.18-.112.762-.38 1.637-.2 2.153.472.583.762 1.323.942 2.243.583 0 1.816.022 3.61.022 5.427 0 .337-.09.45-.45.45-2.69-.024-5.38 0-8.073 0-.315 0-.472-.068-.472-.427.023-4.867.023-9.71.023-14.578 0-.045.023-.09.046-.135l.29.292c.158.18.338.38.584.18.202-.158.045-.405-.044-.562-.247-.38-.54-.762-.808-1.12-.067-.18-.067-.36-.022-.54.202.09.336.382.605.18.248-.202.18-.493.09-.717-.178-.494-.448-.942-.627-1.413-.09-.202-.336-.584.224-.606.135.157.18.45.426.404.247-.045.113-.314.157-.494.135-.38.068-.807.135-1.188.067-.516-.022-1.28.56-1.436 1.077-.27 1.436-1.233 2.11-1.884.38-.38.425-.807.044-1.256-.338-.38-.674-.785-.83-1.3-.113-.382-.136-.74.268-.987.404-.27.65-.023.92.246.27.293.448.652.605 1.033.067.18.112.426.337.38.246-.043.134-.313.157-.492.067-.83-.023-1.748 1.076-2.062.27-.068.404-.382.493-.673.113-.337.157-.695.314-1.01.292-.538.292-.94-.246-1.345-.337-.247-.292-.47.067-.718.607-.426 1.257-.695 1.997-.717 0 3.633.023 7.29.023 10.922v7.132c0 .246.134.515-.135.74-.314-.382-.493-.876-1.032-1.01-.673-.135-1.345-.225-1.84-.785-.11-.112-.268-.135-.38-.045-.157.134 0 .247.067.36.225.358.426.76.718 1.053.74.695 1.503 1.3 2.602.987zm-5.697-3.59c-.023-.38.022-.806-.45-.672-.627.202-.76.853-.963 1.39-.135.405.022.763.292 1.033.246.247.515.337.672-.134.225-.538.382-1.1.45-1.615z" fill="#3C63AE"/><path d="M37.14 33.417v-2.803c.673-.36 1.39-.426 2.13-.426.943 0 1.212-.404.943-1.323-.09-.314-.27-.56-.112-.942.09-.18.292-.584-.11-.718-.338-.112-.607.157-.764.426-.112.203-.18.45-.202.674-.022.874-.067.942-.92.897-.313-.022-.65-.11-.964-.178V27.61c.583-.428 1.256-.786 1.772-1.302 1.054-1.054 2.826-.942 3.858.202-.18.224-.673.336-.45.74.248.426.63.18.943.022.763-.36 1.592-.583 2.4-.807.067 3.566.045 7.154 0 10.72-.224-.067-.426-.202-.673-.157-.404.09-.718.337-.538.718.224.493.605.92 1.188 1.054v1.682c-.493.224-.852.606-1.054 1.1-.2.47-.426.38-.65.09-.45-.63-.875-1.28-1.12-2.042-.136-.404-.27-.808-.45-1.19-.067-.156-.157-.38-.404-.335-.18.045-.157.27-.18.426-.156 1.548.83 3.387 2.2 4.105.918.47.94.695.335 1.548-.807 1.143-1.48 2.355-1.256 3.857.07.516.113 1.077-.02 1.57-.562 1.794-1.235 3.566-2.446 5.046-.336.427-.65 1.122-1.3.92-.584-.202-.56-.92-.65-1.48-.27-1.682-.158-3.364-.136-5.047 0-.718-.157-1.346-.583-1.93-.29-.403-.426-.852-.47-1.367-.046-.516.067-1.1-.36-1.525v-9.173c.404-.045.673.067.808.515.09.337.29.65.673.785 1.12.45 2.265.45 3.386.045.56-.18.673-.762.27-1.188-.494-.54-1.144-.875-1.884-.808-.45.045-.673-.067-.83-.448-.202-.45-.56-.763-.942-1.032-.135-.09-.337-.27-.516-.112-.202.157-.023.336.045.516.134.27.314.538.403.83.068.18.314.403.09.56-.27.202-.493-.045-.673-.202-.336-.314-.403-.83-.785-1.1z" fill="#84C442"/><path d="M31.31 22.338c0-1.054 0-2.086-.023-3.14 0-.314.112-.47.38-.583.786-.336 1.616-.404 2.446-.202.986.224 1.03.314 1.03 1.323 0 4.553-.02 9.13-.02 13.68-.517.046-1.01.113-.943.83.045.562.27.943.942.81v.85c-.897.18-1.436.808-1.817 1.57-.493 1.01-.605 2.13-.74 3.23-.247 2.02.426 2.647 2.422 3.14.045 0 .09.023.135.045 0 5.81 0 11.64.022 17.45 0 .36-.09.493-.47.493-.875-.022-1.772-.045-2.647 0-.583.023-.763-.112-.763-.74.023-3.813.023-7.625.023-11.438V26.71c0-.313.022-.627.022-.918.56-.09.784-.47.896-.964.068-.337.045-.718.09-1.055.202-1.233.202-1.233-.987-1.435zM22.002 28.035c-.023-1.3-.023-2.624-.045-3.925 0-.18 0-.38.18-.426.537-.157.94-.606 1.524-.65.09.403-.268.358-.47.493-.134.09-.426.067-.36.336.046.202.248.18.405.202.65.09 1.3.157 1.95.292 1.123.224 1.526.807 1.28 1.928-.068.314-.112.628-.068.92.068.448.202.92.673 1.1.426.156.763-.113 1.1-.36.358-.27.65-.628 1.076-.785 0 3.162.022 6.325.022 9.487 0 3.633-.022 7.267-.022 10.9-.18-.157-.36-.314-.56-.45-.988-.672-1.818-1.48-2.423-2.533-.965-1.637-2.445-2.243-4.15-1.884-.09-2.76-.11-5.54-.022-8.298.674-.606 1.19-1.436 2.222-1.503.224-.023.493-.292.403-.584-.067-.292-.38-.336-.628-.336-.314 0-.605.224-.942.044.56-.493 1.234-.695 1.93-.807.38-.045.56-.292.425-.65-.18-.56-.38-1.122-.65-1.615-.27-.47-.695-.695-1.166-.224-.337.336-.47.134-.628-.135-.225-.38-.583-.56-1.054-.538zM37.14 44.228c.45.426.314 1.03.36 1.525.044.515.18.964.47 1.368.426.584.583 1.212.583 1.93-.022 1.682-.134 3.386.135 5.046.09.56.045 1.278.65 1.48.65.202.942-.47 1.3-.92 1.212-1.502 1.885-3.252 2.446-5.046.157-.47.112-1.054.022-1.57-.224-1.502.426-2.714 1.256-3.857.606-.853.583-1.077-.336-1.548-1.368-.718-2.355-2.557-2.198-4.104.022-.156 0-.38.18-.425.223-.068.336.18.403.336.158.382.315.786.45 1.19.224.762.65 1.413 1.12 2.04.225.315.45.382.65-.09.203-.492.562-.874 1.055-1.098 0 1.548.023 3.095.023 4.643 0 5.315 0 10.63.022 15.923 0 .583-.112.763-.718.763-2.422-.044-4.866-.022-7.29 0-.38 0-.604-.022-.604-.515.022-5.63.022-11.236.022-16.866-.022-.068 0-.135 0-.202zm8.007 6.19c.045-.382 0-.785-.426-.875-.47-.112-.47.38-.56.673-.202.673-.336 1.39-.314 2.086 0 .18-.09.426.157.493.202.045.27-.157.382-.27.448-.65.695-1.345.762-2.107z" fill="#3C63AE"/><path d="M52.1 39.495c.022.247.045.47.045.718 0 6.953 0 13.905.022 20.858 0 .584-.112.786-.74.74-1.1-.044-2.198-.022-3.275 0-.336 0-.515-.044-.515-.448.022-7.58.022-15.138.022-22.72 0-.044.02-.09.044-.134.605.47.874 1.122 1.054 1.84.202.762.404 1.502.65 2.242.09.247.112.628.47.606.383-.023.36-.404.427-.65.314-1.167.898-2.198 1.795-3.05z" fill="#3F64AF"/><path d="M63 28.887c-.74.022-1.39.29-1.997.718-.358.246-.403.493-.067.717.538.382.538.808.247 1.346-.157.314-.202.673-.314 1.01-.09.268-.225.582-.495.672-1.098.314-1.01 1.234-1.076 2.063-.023.18.09.45-.158.494-.224.045-.27-.202-.336-.38-.157-.383-.337-.742-.606-1.033-.247-.27-.493-.516-.92-.247-.403.247-.38.606-.27.987.158.516.495.92.83 1.3.382.45.338.875-.044 1.257-.673.65-1.01 1.616-2.108 1.885-.583.157-.47.92-.56 1.435-.068.404 0 .807-.135 1.19-.067.156.09.425-.157.492-.27.045-.314-.224-.426-.404-.247-.2-.292-.448-.292-.762V24.85c0-.292 0-.56.292-.74.36-.045.695-.112 1.054-.135.336-.022.807-.134.987.202.158.292-.38.426-.448.718.292.27.628.157.942.18.538.044 1.144-.158 1.615.134.784.492 1.57.313 2.4.223.67-.067 1.344-.336 2.04-.09v3.544z" fill="#86C443"/><path d="M63 25.32c-.696-.268-1.37 0-2.04.09-.81.09-1.616.247-2.4-.224-.472-.29-1.078-.09-1.616-.134-.314-.023-.673.112-.942-.18.09-.29.628-.426.45-.717-.18-.337-.652-.225-.988-.202-.36.022-.695.09-1.054.134-.112 0-.202 0-.314-.022-.157-.763-.068-1.525-.068-2.265-.022-1.503.023-3.006-.022-4.508-.022-.538.157-.808.65-.987 2.58-.964 5.136-.987 7.693.022.448.18.65.404.65.92 0 2.69.022 5.383 0 8.074z" fill="#3C63AE"/><path d="M22.136 42.68c1.705-.36 3.185.247 4.15 1.884.627 1.054 1.435 1.86 2.422 2.534.2.135.358.292.56.45v1.77c-.56 1.077-1.054 2.2-1.816 3.185-.404.516-.718 1.1-1.01 1.705-.403.83-.83 1.682-1.547 2.265-.494.38-.695.852-.74 1.39-.045.45-.068.898-.18 1.324-.202.718 0 1.48-.29 2.243-.764-.853-.92-1.84-1.257-2.76-.135-1.77-.157-3.543.38-5.247.472-1.48.225-2.736-.717-3.925-.11-2.288-.2-4.553.046-6.818z" fill="#85C442"/><path d="M19.916 42.276c.022.36.09.718.09 1.054 0 5.9 0 11.82.022 17.718 0 .606-.202.785-.763.74-.56-.044-1.143-.067-1.704 0-.672.068-.896-.157-.874-.852.023-5.764.023-11.528.045-17.292 0-1.143-.11-2.287.068-3.43.382.38.696.896 1.256 1.008.74.135 1.28.628 1.862 1.054z" fill="#4367B1"/><path d="M52.1 39.495c-.92.83-1.48 1.862-1.817 3.05-.067.247-.067.628-.426.65-.38.023-.404-.38-.47-.605-.248-.74-.45-1.48-.652-2.242-.18-.718-.47-1.37-1.054-1.84-.133-1.1-.043-2.175-.043-3.274-.023-2.332.022-4.665-.023-6.997 0-.56.202-.785.718-.92 1.144-.314 2.243-.27 3.364.045.27.067.47.157.47.516-.044 3.857-.044 7.737-.066 11.617z" fill="#86C443"/><path d="M45.663 26.487c-.808.224-1.637.45-2.4.808-.314.134-.695.403-.942-.023-.246-.426.27-.516.45-.74-1.032-1.144-2.804-1.256-3.858-.202-.516.516-1.166.875-1.772 1.3 0-1.928 0-3.857-.045-5.785 0-.36.157-.494.45-.606 2.6-1.01 5.202-.898 7.78.09.248.088.383.245.36.515 0 1.547 0 3.095-.022 4.642zM22.405 58.65c.337.918.47 1.905 1.256 2.757.293-.762.09-1.547.293-2.243.112-.426.134-.874.18-1.323.044-.537.268-1.008.74-1.39.74-.582 1.143-1.435 1.547-2.265.29-.605.605-1.166 1.01-1.704.74-.986 1.233-2.107 1.816-3.184 0 3.992 0 8.007.022 12 0 .425-.134.515-.538.515-2.22-.022-4.44-.022-6.64-.022-.044-.044-.088-.09-.11-.134.022-.942.022-1.906.044-2.848.135-.045.27-.113.38-.157z" fill="#3C63AE"/><path d="M19.916 42.276c-.583-.426-1.122-.92-1.884-1.054-.56-.112-.875-.605-1.256-1.01-.022-.2-.09-.425-.09-.627V26.487c.27 0 .516-.202.83-.067.36.157.583 0 .606-.426 0-.202.09-.404.134-.606.067-.314.202-.673.516-.695.247-.022.314.36.404.605.112.27.246.516.336.763.09.27.27.293.494.225.157.314.112.628.022.942-1.57.606-1.1 1.638-.426 2.49.112.134.27.246.426.38.157 1.885.022 3.79.045 5.675 0 .45.09.897-.112 1.323-.964-.022-1.48.382-1.726 1.413-.202.83-.045 1.122.852 1.615.314.157.583.382.875.583.068.54.158 1.054-.044 1.57z" fill="#85C345"/><path d="M19.983 26.285c-.224.068-.404.068-.493-.224-.09-.268-.225-.515-.337-.762-.09-.246-.157-.627-.403-.605-.314.022-.427.38-.516.695-.045.202-.135.404-.135.606-.023.426-.248.583-.606.426-.314-.135-.54.067-.83.067 0-4.037-.023-8.096-.023-12.133 0-.426.18-.628.54-.808.56-.27 1.143-.314 1.727-.224.852.135 1.12.47 1.12 1.346v10.765c.023.292-.02.583-.044.852z" fill="#3F64AF"/><path d="M7.31 25.41c.136-1.57.562-3.072.854-4.62.045-.2.18-.313.36-.403 1.636-.785 4.843-.157 6.054 1.21.135.158.224.292.18.517-.315 1.323-.45 2.67-.92 3.947-2.198-.246-4.35-.65-6.527-.65z" fill="#4066AF"/><path d="M63 55.935c-.92.36-1.638.18-2.243-.583-.516-.673-1.39-.853-2.153-.47-.068.02-.135.066-.18.11-1.57.808-2.04.315-2.086-1.412-.022-.494.135-.987.247-1.458.067-.247.157-.583.404-.65.94-.27 1.232-1.167 1.86-1.75.83-.785 1.01-.785 1.705.135.067.09.134.202.202.29.134.158.314.338.538.27.224-.067.135-.313.157-.493.022-.18-.112-.426.135-.493.2-.044.314.18.448.315.494.493.583 1.21.965 1.772v4.418z" fill="#84C442"/><path d="M7.31 25.41c2.2.023 4.352.427 6.528.65 0 .158.067.337.022.494-.403 1.997-.83 3.97-1.256 5.966-.022.068-.067.112-.112.18-.583-1.144-1.233-2.243-1.93-3.297-.74-1.144-2.04-1.19-2.757-.045-.337.56-.808.92-1.48.987-.068-.987.27-1.907.47-2.85.135-.74.113-1.48.516-2.084z" fill="#81C249"/><path d="M29.246 27.138c-.426.157-.718.538-1.077.785-.337.246-.674.515-1.1.358-.47-.178-.605-.65-.673-1.098-.044-.29 0-.605.068-.92.246-1.12-.157-1.704-1.28-1.928-.65-.134-1.3-.202-1.95-.29-.157-.024-.36.02-.404-.203-.066-.268.226-.246.36-.336.202-.134.56-.09.47-.493 1.863-.56 3.657-.358 5.362.584.224.135.27.314.246.538 0 1.01 0 1.996-.022 3.006z" fill="#85C442"/><path d="M35.1 43.89c-.045-.02-.09-.044-.135-.044-1.974-.47-2.647-1.1-2.422-3.14.134-1.1.224-2.22.74-3.23.38-.762.92-1.39 1.816-1.57v7.985z" fill="#84C442"/><path d="M22.002 28.035c.47-.023.83.157 1.076.56.157.27.314.47.628.135.47-.47.897-.247 1.166.224.292.494.47 1.054.65 1.615.113.358-.044.582-.425.65-.696.09-1.368.29-1.93.807.337.18.65-.045.943-.045.27 0 .56.045.628.336.067.292-.18.56-.404.584-1.054.067-1.547.92-2.22 1.502-.202-.27-.112-.605-.112-.897v-5.472z" fill="#85C345"/><path d="M37.14 33.417c.382.27.45.785.785 1.077.202.18.404.404.673.202.247-.18-.022-.404-.09-.56-.09-.293-.27-.54-.403-.83-.068-.158-.247-.36-.045-.517.18-.135.38.022.516.112.403.27.74.605.942 1.03.18.382.403.472.83.45.74-.068 1.39.27 1.883.807.405.425.293 1.008-.268 1.188-1.12.38-2.265.38-3.386-.045-.36-.135-.56-.45-.673-.785-.135-.426-.404-.56-.808-.516.045-.516.045-1.054.045-1.615z" fill="#3C63AE"/><path d="M22.405 58.65c-.134.066-.246.11-.38.178-.046-3.117-.09-6.235.044-9.352.94 1.188 1.188 2.444.717 3.924-.54 1.705-.516 3.477-.382 5.25z" fill="#537BB7"/><path d="M37.14 29.044c.314.067.65.157.965.18.852.044.92-.046.92-.898 0-.224.067-.47.2-.673.158-.27.405-.515.764-.426.402.135.178.54.11.718-.156.38.023.628.113.942.292.897 0 1.323-.942 1.323-.74 0-1.457.067-2.13.426v-1.592z" fill="#3C63AE"/><path d="M19.916 40.73c-.292-.203-.56-.427-.875-.584-.896-.47-1.053-.785-.85-1.615.246-1.008.76-1.435 1.726-1.412.202 1.21.112 2.422 0 3.61z" fill="#3F6CAF"/><path d="M54.14 24.065c.113 0 .202 0 .315.022-.292.18-.292.45-.292.74v16.776c0 .292.045.56.292.763-.56.022-.292.38-.225.606.18.493.45.942.628 1.413.068.224.157.538-.09.717-.27.202-.426-.09-.605-.18-.18-.986-.067-1.973-.067-2.982-.023-5.72 0-11.46 0-17.18-.045-.224 0-.47.045-.695z" fill="#81C249"/><path d="M63 48.22c-1.1.314-1.862-.292-2.58-.965-.29-.29-.493-.695-.717-1.054-.068-.11-.225-.223-.068-.358.113-.09.292-.067.382.045.493.56 1.166.65 1.84.785.537.112.716.628 1.03 1.01.045.18.09.358.113.538z" fill="#7FC145"/><path d="M31.31 22.338c1.21.202 1.21.202.986 1.413-.067.337-.022.72-.09 1.055-.09.493-.336.875-.897.964v-3.432z" fill="#85C345"/><path d="M19.983 30.098c-.134-.135-.29-.247-.426-.38-.673-.853-1.144-1.863.426-2.49.135.986.112 1.928 0 2.87z" fill="#3F6CAF"/><path d="M45.663 38.822c-.606-.112-.965-.56-1.19-1.054-.178-.38.113-.65.54-.717.246-.044.448.09.672.158.045.538.045 1.076-.022 1.614z" fill="#4066AF"/><path d="M35.1 35.077c-.673.135-.898-.247-.943-.807-.067-.718.427-.785.942-.83v1.637z" fill="#7FC145"/><path d="M54.14 45.46c.27.382.56.74.808 1.122.09.157.247.404.045.56-.247.203-.426 0-.583-.178-.09-.112-.202-.202-.292-.292-.067-.404-.157-.807.023-1.21z" fill="#81C249"/><path d="M22.02 61.676c.19.167.38.334.476.5-.38 0-.57-.166-.476-.5z" fill="#537BB7"/><path d="M57.303 44.63c-.067.517-.224 1.078-.426 1.638-.18.47-.426.36-.673.135-.292-.27-.426-.628-.292-1.032.202-.537.337-1.187.965-1.39.448-.156.403.27.426.65zM45.147 50.418c-.067.762-.314 1.48-.785 2.085-.09.135-.18.337-.38.27-.248-.068-.158-.315-.158-.494-.023-.72.09-1.414.314-2.087.09-.27.09-.762.56-.673.427.113.47.516.45.898z" fill="#7FC145"/></g></svg>
BibleLeague Canada</a>
<span class="leads_title">The Living Word of God for Everyone</span></div>
<div class="sponsers"><a href="http://www.dbs.org" target="_blank">
<svg viewBox="0 0 90 44" xmlns="http://www.w3.org/2000/svg"><title>partners_sponsors_dbs_icon</title><g fill="none" fill-rule="evenodd"><path d="M72.886 14.058C68.69 8.108 61.69 3.453 51.906.088 61.1 13.564 59.44 26.347 46.96 38.44c12-3.965 20.64-12.092 25.926-24.38" fill="#D1EAF1"/><path d="M83.1 20.592c-4-7.915-9.5-14.06-16.48-18.414 0 17.44-6.554 29.533-19.642 36.26 15.587-.99 27.622-6.94 36.12-17.846" fill="#A5CBE2" opacity=".75"/><path d="M88.188 24.168c-1.607-5.542-4.59-11.296-9-17.245C75.797 25.55 65.066 36.05 46.98 38.44c20.783-.798 34.514-5.56 41.21-14.272" fill="#3F87C1" opacity=".85"/><path d="M89.99 35.465c0-2.284-.302-4.356-.892-6.25-8.784 5.95-22.837 9.012-42.12 9.206 11.98.214 26.318-.778 43.013-2.955" fill="#2468B9"/><g><path d="M.07 36.05c0-1.984.305-4.357.894-7.137 7.59 6.144 20.462 9.314 38.675 9.508-10 .41-23.177-.388-39.57-2.37" fill="#7AA4D6"/><path d="M1.875 24.168c0-.796.803-3.77 2.392-8.923 6.803 13.863 18.588 21.6 35.372 23.176-18-.388-30.587-5.133-37.765-14.252" fill="#9BC0DD"/></g><g transform="translate(0 38.953)"><path fill="#6C6C6C" d="M.07.07h41.372V2H.072zM48.602.07h41.37V2h-41.37z"/><path fill="#6C6C6C" d="M7.856 1.558h74.94v2.815H7.855z"/><ellipse fill="#6C6C6C" cx="84.295" cy="1.859" rx="5.696" ry="1.788"/><ellipse fill="#6C6C6C" cx="5.767" cy="1.859" rx="5.696" ry="1.788"/><path d="M41.425.07c1.98 0 3.588.94 3.588 2.09s-1.607 2.09-3.588 2.09c-1.982 0-3.59-.94-3.59-2.09S39.444.07 41.426.07z" fill="#6C6C6C"/><path d="M48.602.07c1.982 0 3.59.94 3.59 2.09s-1.608 2.09-3.59 2.09c-1.982 0-3.59-.94-3.59-2.09.02-1.15 1.626-2.09 3.59-2.09z" fill="#6C6C6C"/><ellipse fill="#A1A1A1" cx="80.849" cy="2.16" rx=".893" ry=".885"/><path fill="#A1A1A1" d="M66.458 1.7h11.695v1.186H66.458z"/><path d="M82.35 3.93l3-2.974M5.32.956l3 2.975" stroke="#6C6C6C" stroke-width="2" fill="#000"/></g></g></svg>
Digital Bible Society</a>
<span class="leads_title">God's Word Accessible in every Language</span></div>
<div class="sponsers"><a href="http://www.opendoors.org" target="_blank">
<svg viewBox="0 0 75 55" xmlns="http://www.w3.org/2000/svg"><title>partners_sponsors_odi_icon</title><path d="M0 32.577v-1.23c.15-.126.375-.227.45-.403.826-1.808 1.976-3.39 3.002-5.098.525-.904 1-1.883 1.826-2.51 1.25-.955 1.926-2.086 1.926-3.693 0-.678.05-1.43.7-1.91 2.277-1.58 4.453-3.34 7.104-4.268 1.476-.527 2.927-1.155 4.428-1.482 1.026-.226 1.726-.678 2.376-1.456.476-.578.926-1.156 1.65-1.532.652-.352 1.427-.176 1.952-.704 2.127-2.108 4.653-3.59 7.254-5.02 3.027-1.66 6.03-3.116 9.68-2.287 1.202.277 2.527.076 3.678-.703.575-.402 1.2-.402 1.926.2.95.754 1.926 1.558 3.027 2.16 1.224.68 2.325 1.583 3.4 2.487 1.376 1.155 2.752 2.36 4.553 2.863 1.95.553 3.952.754 5.98.904.8.076 1.8-.125 2.375.78 1 1.58 1.926 3.213 2.6 4.97.602 1.558.702 3.29 1.802 4.647.276.328.526.73.7 1.182.7 1.783.5 3.666.876 5.475.526 2.51.95 5.048.9 7.634 0 .58-.024 1.08-.775 1.307-.6.176-1.1.678-1.45 1.23-1.25 1.885-2.476 3.793-3.526 5.827-.5.955-.776 2.01-1.676 2.788-1.226 1.08-2.752 1.18-4.178 1.557-1.676.45-3.377.778-5.028 1.33-1.475.503-2.926 1.105-4.402 1.608-1.476.477-3.052.803-4.428 1.557-2.376 1.306-4.977 2.01-7.53 2.838-1.5.477-3.1.552-4.626.88-1.7.375-3.227.124-4.553-1.08-.575-.53-1.25-1.03-2.076-1.157-3.002-.477-6.03-.904-8.83-2.134-.776-.327-2-.352-2.226-1.33-.325-1.282-1.175-1.307-2.1-1.282-1.526.05-3.052-.226-4.578-.226-.676 0-1.2-.352-1.626-.88-1.526-1.933-3.402-3.54-5.303-5.097-1.376-1.13-2.802-2.16-3.427-3.968-.35-1.03-.8-2.036-1.026-3.116-.2-.477-.175-1.205-.8-1.657zm33.22 3.064c2.025.327 4.276-.275 6.477-.853 1.626-.427 3.202-1.03 4.803-1.582 1.826-.628 3.477-1.482 5.028-2.587 1.55-1.13 2.977-2.436 4.427-3.692 2.727-2.386 4.978-5.173 7.33-7.886.225-.25.25-.502-.025-.703-.4-.3-.8-.628-1.25-.854-.426-.226-.777-.226-1.152.277-1.1 1.43-2.25 2.863-3.527 4.168-3.15 3.215-6.678 5.927-10.705 7.91-.925.453-1.8.98-2.776 1.257-1.902.553-3.854.83-5.805 1.105-2.076.302-4.152.302-6.203.075-2.326-.25-4.628-.88-6.754-1.958-1.626-.83-3.302-1.532-4.828-2.562-.775-.527-2.5-.402-3 .3-.202.278-.252.73.024.956.825.704 1.525 1.583 2.5 2.135 1.877 1.055 3.778 2.035 5.854 2.713 3.027 1.054 6.03 1.984 9.58 1.783zm-1.777-18.433c-.926 0-1.926-.176-2.827.025-1.976.452-3.952.83-5.853 1.532-2.35.88-4.503 2.06-6.554 3.44-.3.202-.5.478-.4.855.224.752 1.7 1.38 2.375.953 1.35-.804 2.752-1.406 4.178-2.034 1.35-.604 2.726-1.006 4.152-1.332 2.426-.553 4.853-.78 7.33-.553 1.375.126 2.726.226 4.026.703.502.2 1.977-.904 2.002-1.532.05-.577-.625-.753-.975-.828-2.426-.528-4.803-1.633-7.454-1.23zm6.253 8.79c1.426.176 2.026-1.03 2.727-1.733 1.8-1.833 3.402-3.868 5.078-5.8.776-.905 1.376-1.784.626-3.015-.125-.202-.025-.554-.45-.528-.35 0-.6.075-.826.427-2.226 3.464-4.602 6.804-7.53 9.743-.224.226-.65.427-.424.83.2.25.575.024.8.074zm18.786 2.034c-.95 0-1.25.73-1.75 1.156-.426.402-.376.804.174 1.13 1.626.955 3.252 1.934 4.853 2.94 1.725 1.08 1.725 1.104 3.3-.076.676-.503.676-.905-.024-1.33-1.376-.83-2.702-1.71-4.103-2.463-.85-.452-1.6-1.155-2.45-1.356zm-4.653-5.876c.05-.2-.126-.4-.3-.4-.476-.052-1.027-.252-1.452.174-1.125 1.105-2.226 2.26-3.402 3.34-.475.428-.6.83-.15 1.256.4.377.85.176 1.226-.2 1.176-1.156 2.276-2.412 3.602-3.44.2-.177.45-.353.475-.73zm-7.63 2.612c.2 0 .375-.025.55-.2 1.026-1.18 2.076-2.336 3.127-3.517.425-.478.225-1.055-.425-1.18-.45-.1-.776.074-1.05.426-.926 1.155-1.852 2.31-2.802 3.44-.2.252-.226.503-.1.754.125.276.4.3.7.276z" fill="#747684" fill-rule="evenodd"/></svg>
Open Doors International</a>
<span class="leads_title">Serving the Persecuted Church</span></div>
<hr>
<h4>Major Content Contributors</h4>
<div class="leads"><a href="http://www.americanbible.org" target="_blank">American Bible Society</a><span class="leads_title">The Bible Available and Alive since 1816.</span></div>
<div class="leads"><a href="http://www.bibleleague.org" target="_blank">BibleLeague Intl.</a><span class="leads_title">Planting God's Word so people meet Jesus</span></div>
<div class="leads"><a href="http://www.biblica.com" target="_blank">Biblica</a><span class="leads_title">Transforming Lives through God's Word</span></div>
<div class="leads"><a href="http://www.crossways.org" target="_blank">Crossways</a><span class="leads_title">Publishers of the English Standard Version</span></div>
<div class="leads"><a href="http://www.deaf.bible" target="_blank">Deaf Bible Society</a><span class="leads_title">Until the Deaf have Seen</span></div>
<div class="leads"><a href="http://www.ebible.org" target="_blank">eBible.org</a><span class="leads_title">Open Source Bibles for the world.</span></div>
<div class="leads"><a href="http://www.bible.is" target="_blank">Faith Comes by Hearing</a><span class="leads_title">Audio Bibles in over 1000 languages</span></div>
<div class="leads"><a href="http://ibt.org.ru/" target="_blank">Institute for Bible Translation</a><span class="leads_title">Languages of Russia</span></div>
<div class="leads"><a href="http://www.jesusfilm.org" target="_blank">Jesus Film Project</a><span class="leads_title">Because Seeing is Believing</span></div>
<div class="leads"><a href="http://www.lockman.org" target="_blank">Lockman</a><span class="leads_title">The Standard of Biblical Excellence</span></div>
<div class="leads"><a href="http://www.mars-hill.org" target="_blank">Mars Hill Productions</a><span class="leads_title">Maker of "The Hope"</span></div>
<div class="leads"><a href="http://www.pioneerbible.org" target="_blank">Pioneer Bible Translators</a><span class="leads_title">Transformed Lives through God's Word</span></div>
<div class="leads"><a href="http://www.sim.org" target="_blank">SIM</a><span class="leads_title">Serving in Mission</span></div>
<div class="leads"><a href="http://www.unitedbiblesocieties.org" target="_blank">United Bible Societies</a><span class="leads_title">The Bible for Everyone</span></div>
<div class="leads"><a href="http://www.twftw.org" target="_blank">Word for the World</a><span class="leads_title">World Mission for Unreached People Groups</span></div>
<div class="leads"><a href="http://www.wycliffe.org" target="_blank">Wycliffe Translators</a><span class="leads_title">World Mission for Unreached People Groups</span></div>
<div class="clearfix"></div>
<hr />
<h2 id="faqs">Frequently Asked Questions</h2>
<div id="accordion-container">
<h3>Bibles:</h3>
<h2 class="accordion-header">What do I do if I cannot find the Bible I want on inScript?</h2>
<div class="accordion-content"><p>The Digital Bible Society is continually adding new Bibles and
updating old Bibles in inScript. Currently, dozens of
Bibles are being added to inScript every month. Please check back later to see if the Bible you are looking for has been added.</p>
<p>If there is a particular Bible you would like to see on the
inScript platform, please contact us. We would
love to hear from you about the resources you prefer. Please include as much information as possible on the Bible,
especially its copyright information.</p>
<p>Keep in mind that several Bible publishers require a royalty for
the right to distribute the titles they publish. Since the Digital
Bible Society is a non-profit ministry, we would love it if you considered
sponsoring a Bible not currently available on inScript.</p>
</div>
<h2 class="accordion-header">What should I do if I find an error in a Bible?</h2>
<div class="accordion-content"><p>If you find a technical, linguistic, or content error in
a Bible, please contact us directly on our feedback page. We
will do our best to look into it as soon as possible. Please be as
detailed as you can when submitting an error report.</p>
</div>
<h2 class="accordion-header">Why are some Bibles on inScript incomplete?</h2>
<div class="accordion-content"><p>Since the work of translating a Bible takes many years, sometimes decades,
the Digital Bible Society has been asked to assist in getting the Word out
by delivering portions of the Bible that would not be otherwise available.
<p>To help get these much needed Bible translations out as soon as
possible, we partner with Bible translators and translation agencies to publish completed
books of the Bible as soon as they are deemed ready for publication.
Once a Bible is finished, the portions thereof are replaced as each publisher deems appropriate. </p>
<p>Please contact us if you or your organization have recently
completed or are undergoing a new translation project and would like
it to be available via inScript. We will
gladly partner with Bible translators to increase the availability of God's Word.</p>
</div>
<h2 class="accordion-header">Are additional Bibles being accepted for inScript?</h2>
<div class="accordion-content">
<p>Yes, as a member of the Forum of Bible Agencies International
<a href="http://www.forum-intl.org/" target="_blank">(FOBAI)</a>, we accept the
inclusion of Bibles recognized and endorsed by FOBAI. Please contact us
or another agency affiliated with FOBAI to go through the process of
receiving endorsement.</p>
</div>
<h2 class="accordion-header">Can I freely distribute the Bibles available on inScript?</h2>
<div class="accordion-content"><p>Many Bible translations available on inScript have certain
copyright and distribution restrictions. These restrictions may apply
to any part of the text, a certain amount of the text, or a
particular published form, such as a digital publication. The Digital
Bible Society respects the copyright laws binding the agreement of
the usage of the Bibles available via the
inScript digital Bible platform. To that end, we have made the
accessible copyright information for each Bible published on
inScript easily acceptable.</p>
<p>You can access basic copyright information by clicking on the "i"
icon located at the top header bar of each Bible opened on inScript.
For additional information on copyright and distribution limitations,
please research or contact the respective agency responsible
for the publication directly.</p>
<p>Other Bibles available through inScript are either in the Public
Domain or licensed through <a href="http://us.creativecommons.org/" target="_blank">Creative
Commons</a>.</p>
<p>As God's Word says, "All who are thirsty, come to the water!
You who have no money, come! Buy and eat! Come! Buy wine and milk
without money and without cost... Pay attention and come to me!
Listen, so you can live! Then I will make an unconditional covenantal
promise to you, just like the reliable covenantal promises I made to
David. Look, I made him a witness to nations" Isaiah 55:1, 3-4
(NET).</p>
</div>
<h3>Support:</h3>
<h2 class="accordion-header">What should I do if I have a problem loading inScript?</h2>
<div class="accordion-content"><p>Considering the wide variety of browsers available and the many
different types of internet-accessible devices, inScript
will occasionally have trouble loading. If you continue having issues with loading
inScript or any of the Bibles, features, or media we have a few
recommendations.
</p>
<p>First Option: Click on the gear icon that appears at the top right
of the inScript interface. Scroll down on this drop-down menu until you find the “Restore” function. Clicking this will reset the inScript interface to the
default setting.
</p>
<p>Second Option: If that does not work, try resetting your web
browser. This <a href="http://www.howtogeek.com/171924/how-to-reset-your-web-browser-to-its-default-settings/">site</a>
provides easy-to-follow instructions for performing a “hard reset”
on common web browsers.
</p>
<p>Browser Recommendation: We find that the online version of
inScript works best on Chrome and Firefox.</p>
</div>
<h2 class="accordion-header">What can I do if inScript is running slowly on my device?</h2>
<div class="accordion-content"><p>inScript was created to work on most standard internet
connections. However, if you have a weak or slow connection,
please be patient.
</p>
<p>You can try resetting your internet connection, moving to a different
location, opening inScript on a different internet connection, or
contacting your internet provider. You can also clear the cache on
your web browser to improve the performance.
</p>
<p>Sometimes you might experience longer than expected delays on
searches in one or more Bibles. This might be due to some Bibles not
being pre-indexed for optimized search functionality. </p>
</div>
<h2 class="accordion-header">Can I print Bible text from inScript?</h2>
<div class="accordion-content"><p>To print what is currently viewable on your screen, just select the
print option on your browser. If you would like to print more than
what currently appears on your screen, use the copy and paste
function. You can either transfer the copied
text to another program (such as Microsoft Word) and print from there or you can
click and drag to highlight material, then right click and choose
the print option.</p>
</div>
<h2 class="accordion-header">How do I get inScript as a Mobile App?</h2>
<div class="accordion-content"><p>At present, inScript can be accessed through most web browsers
across devices. In the near future, inScript Apps currently in
development will be widely available on Android, IOS, and Windows. Please check back soon for more
information on tentative publication dates.</p>
</div>
<h2 class="accordion-header">How can I support the inScript project and the Digital Bible
Society?</h2>
<div class="accordion-content">
<p>Join us in praying that
inScript will be used by God to deliver the Scriptures in
every language.</p>
<p>Link to inScript and to the Digital Bible Society! It's really easy and it can help get the WORD out.</p>
<p>Tell your friends about
the inScript project and the work of
the Digital Bible Society. Encourage them to use these resources.</p>
<p>Become a contributing member on our social networks.</p>
<p>Please consider making a donation that will go towards
improving inScript.</p>
</div>
</div>
<br>
<hr>
<h2 id="copyright">Copyright</h2>
<a href="http://www.dbs.org" target="_blank">
<svg width="180px" height="108px" style="float:right; padding-left:12px" alt="Digital Bible Society" viewBox="0 0 300 180" xmlns="http://www.w3.org/2000/svg"><title>dbs_logo_title</title><g fill="none" fill-rule="evenodd"><path d="M32.043 170.61v-16.52h3.44c2.49 0 4.235.15 5.38.598 1.596.6 2.89 1.548 3.74 2.945.896 1.398 1.394 3.045 1.394 4.942 0 1.647-.35 3.095-1.096 4.392-.697 1.248-1.644 2.197-2.74 2.746-1.147.6-2.74.898-4.785.898h-5.332zm1.595-1.546h1.893c2.294 0 3.84-.1 4.786-.4 1.246-.4 2.242-1.148 2.94-2.196.698-1.048 1.096-2.346 1.096-3.843 0-1.597-.398-2.945-1.146-4.093-.747-1.148-1.844-1.897-3.24-2.296-1.046-.3-2.74-.45-5.132-.45h-1.147l-.05 13.278zM48.888 154.14h1.644v16.52h-1.644M70.267 156.885l-1.245 1.198c-.898-.9-1.944-1.598-3.04-2.047-1.097-.45-2.193-.7-3.24-.7-1.345 0-2.542.35-3.688 1-1.146.65-2.043 1.497-2.69 2.595-.65 1.1-.998 2.247-.998 3.445 0 1.248.35 2.396.997 3.544.698 1.097 1.595 1.996 2.74 2.645 1.147.648 2.493.998 3.838.998 1.746 0 3.14-.45 4.287-1.448 1.147-.998 1.894-2.196 2.044-3.743H63.99v-1.597h7.127c0 2.545-.748 4.592-2.293 6.09-1.495 1.496-3.488 2.245-6.03 2.245-3.04 0-5.432-1.048-7.226-3.094-1.396-1.598-2.044-3.445-2.044-5.59 0-1.548.4-3.046 1.196-4.393.798-1.348 1.844-2.396 3.24-3.145 1.395-.75 2.94-1.148 4.635-1.148 1.395 0 2.69.25 3.987.75 1.295.498 2.49 1.297 3.687 2.395zM74.055 154.14H75.7v16.52h-1.645M77.892 155.737v-1.598h9.02v1.597h-3.687v14.874H81.58v-14.873M94.14 154.14l7.674 16.52h-1.794l-2.592-5.44h-7.126l-2.592 5.44h-1.794l7.824-16.52h.4zm-.15 3.493l-2.79 5.99h5.63l-2.84-5.99zM104.505 154.14h1.645v14.974h6.38v1.597h-7.975v-16.57" fill="#595959"/><path d="M124.79 154.14c1.344 0 2.29.15 3.04.45.746.298 1.245.797 1.643 1.446.4.65.648 1.398.648 2.146 0 .75-.148 1.398-.497 1.997-.35.648-.847 1.097-1.545 1.447.847.3 1.495.648 1.943 1.048.45.4.8.848 1.098 1.447.3.6.4 1.148.4 1.847 0 1.347-.45 2.495-1.447 3.343-.995.85-2.24 1.398-3.886 1.398h-4.535l-.15-16.12v-.45h3.29zm-1.696 1.597v5.29h.897c1.147 0 1.995-.1 2.543-.35.548-.248.997-.598 1.246-1.047.298-.45.447-.998.447-1.547 0-.75-.3-1.348-.797-1.797-.498-.45-1.395-.65-2.542-.65h-1.844v.1h.05zm0 13.277h2.043c1.197 0 2.044-.1 2.642-.35.597-.25 1.045-.648 1.394-1.098.35-.5.5-1.048.5-1.597 0-.75-.25-1.4-.75-1.898-.447-.6-1.145-.898-1.943-1.148-.597-.1-1.543-.25-2.94-.25h-.946v6.34zM133.86 154.14h1.644v16.52h-1.645M142.182 154.14c1.345 0 2.292.15 3.04.45.747.298 1.246.797 1.644 1.446.4.65.648 1.398.648 2.146 0 .75-.15 1.398-.498 1.997-.35.648-.847 1.097-1.545 1.447.848.3 1.496.648 1.944 1.048.45.4.798.848 1.097 1.447.3.6.4 1.148.4 1.847 0 1.347-.45 2.495-1.446 3.343-.996.85-2.242 1.398-3.887 1.398h-4.535l-.15-16.57h3.29zm-1.695 1.597v5.29h.897c1.146 0 1.994-.1 2.542-.35.548-.248.997-.598 1.246-1.047.3-.45.448-.998.448-1.547 0-.75-.3-1.348-.797-1.797-.498-.45-1.395-.65-2.542-.65h-1.843l.05.1zm0 6.938v6.34h2.043c1.197 0 2.044-.1 2.642-.35.598-.25 1.046-.65 1.395-1.1.35-.498.5-1.047.5-1.596 0-.75-.25-1.4-.75-1.898-.447-.6-1.145-.898-1.943-1.148-.598-.1-1.545-.25-2.94-.25h-.947zM151.55 154.14h1.645v14.974h6.33v1.597h-7.974M161.668 154.14h9.42v1.597h-7.826v5.19h7.775v1.598h-7.775v6.49h7.775v1.596h-9.37v-16.47z" fill="#2852AA"/><path d="M180.107 167.566l1.54-.848c1.1 1.847 2.365 2.695 3.795 2.695.66 0 1.21-.1 1.705-.4.495-.3.935-.648 1.21-1.047.275-.4.44-.9.44-1.398 0-.6-.165-1.098-.66-1.597-.55-.748-1.595-1.596-3.08-2.645-1.54-1.048-2.475-1.797-2.86-2.246-.66-.8-.935-1.598-.935-2.546 0-.7.165-1.398.55-1.947.385-.6.88-1.048 1.595-1.398.715-.35 1.485-.5 2.2-.5.88 0 1.65.15 2.42.6.77.398 1.54 1.097 2.365 2.145l-1.485 1.05c-.715-.8-1.265-1.4-1.76-1.6-.495-.248-.99-.398-1.595-.398-.77 0-1.32.25-1.76.65-.44.398-.715.897-.715 1.496 0 .35.055.7.275 1.05.165.348.44.697.88 1.097.275.25.99.748 2.365 1.647 1.595 1.048 2.64 1.996 3.245 2.795.55.8.88 1.647.88 2.496 0 1.198-.495 2.246-1.54 3.094-.99.85-2.2 1.348-3.685 1.348-1.1 0-2.09-.3-2.97-.8-.935-.597-1.65-1.496-2.42-2.794zM199.558 153.74c2.25 0 4.06.85 5.56 2.546 1.5 1.697 2.25 3.693 2.25 6.14 0 2.395-.75 4.49-2.25 6.14-1.5 1.646-3.31 2.544-5.428 2.544-2.206 0-4.015-.848-5.47-2.545-1.457-1.698-2.252-3.694-2.252-6.09 0-1.597.353-3.045 1.015-4.442.662-1.398 1.633-2.396 2.78-3.145 1.236-.75 2.47-1.148 3.795-1.148zm.132 1.597c-1.06 0-2.074.35-3.044 1-.97.648-1.72 1.496-2.295 2.594-.573 1.1-.793 2.297-.793 3.645 0 1.947.618 3.644 1.81 4.94 1.234 1.4 2.646 1.998 4.367 1.998 1.103 0 2.206-.3 3.133-.9.97-.647 1.72-1.496 2.25-2.544.574-1.1.795-2.297.795-3.645 0-1.348-.265-2.496-.795-3.544-.573-1.047-1.323-1.895-2.294-2.544-1.015-.7-2.03-1-3.133-1zM225.06 157.184l-1.263.998c-.655-.898-1.497-1.647-2.433-2.146-.935-.45-2.01-.75-3.134-.75-1.263 0-2.386.3-3.462 1s-1.87 1.497-2.432 2.545c-.56 1.05-.842 2.247-.842 3.645 0 1.997.655 3.694 1.918 5.04 1.31 1.4 2.9 1.998 4.912 1.998 2.15 0 3.976-.9 5.426-2.695l1.263.998c-.748 1.048-1.73 1.847-2.9 2.396-1.17.55-2.433.848-3.883.848-2.713 0-4.865-.998-6.41-2.895-1.308-1.597-2.01-3.544-2.01-5.89 0-2.395.795-4.442 2.386-6.09 1.543-1.646 3.648-2.495 6.08-2.495 1.45 0 2.76.3 3.93.9 1.17.598 2.105 1.496 2.854 2.594zM228.698 154.14h1.644v16.52h-1.644M233.632 154.14h9.47v1.597h-7.876v5.19H243v1.598h-7.774v6.49H243v1.596h-9.368v-16.47M244.745 155.737v-1.598h9.02v1.597h-3.687v14.874h-1.645v-14.873M254.862 154.14h1.894l4.236 6.788 4.136-6.79h1.894l-5.233 8.637v7.886h-1.595v-7.885" fill="#595959"/><g><path d="M237.546 48.372C224.02 29.055 201.458 13.932 169.962 3c29.6 43.775 24.258 85.303-15.922 124.585 38.683-12.878 66.485-39.282 83.506-79.213" fill="#D1EAF1"/><path d="M270.49 69.585c-12.93-25.705-30.598-45.67-53.11-59.797 0 56.653-21.113 95.935-63.29 117.797 50.213-3.244 88.996-22.56 116.4-58" fill="#A5CBE2" opacity=".75"/><path d="M286.86 81.215c-5.19-18.02-14.774-36.687-29-56.003-10.93 60.495-45.47 94.587-103.77 102.373 66.984-2.595 111.208-18.07 132.77-46.37" fill="#3F87C1" opacity=".85"/><path d="M292.65 117.902c0-7.437-.998-14.126-2.894-20.315-28.252 19.367-73.524 29.3-135.666 29.948 38.633.65 84.803-2.545 138.56-9.633" fill="#2468B9"/><g><path d="M3 119.8c0-6.44.998-14.127 2.895-23.16 24.458 19.964 65.936 30.246 124.585 30.895C98.236 128.833 55.81 126.238 3 119.8" fill="#7AA4D6"/><path d="M8.79 81.215c0-2.595 2.596-12.23 7.687-29 21.962 45.072 59.897 70.18 114.003 75.32-58-1.297-98.53-16.72-121.69-46.32" fill="#9BC0DD"/></g><g transform="translate(3 129.282)"><path fill="#6C6C6C" d="M0 .2h133.27v6.29H0zM156.33.2H289.6v6.29H156.33z"/><path fill="#6C6C6C" d="M25.057 5.04H266.49v9.135H25.058z"/><ellipse fill="#6C6C6C" cx="271.332" cy="5.99" rx="18.368" ry="5.79"/><ellipse fill="#6C6C6C" cx="18.368" cy="5.99" rx="18.368" ry="5.79"/><path d="M133.22.2c6.39 0 11.58 3.044 11.58 6.788 0 3.743-5.19 6.788-11.58 6.788s-11.58-3.045-11.58-6.788c0-3.744 5.19-6.788 11.58-6.788z" fill="#6C6C6C"/><path d="M156.33.2c6.39 0 11.58 3.044 11.58 6.788 0 3.743-5.19 6.788-11.58 6.788-6.388 0-11.58-3.045-11.58-6.788.1-3.744 5.24-6.788 11.58-6.788z" fill="#6C6C6C"/><ellipse fill="#A1A1A1" cx="260.201" cy="6.988" rx="2.895" ry="2.895"/><path fill="#A1A1A1" d="M213.88 5.49h37.686v3.844H213.88z"/><path d="M265.043 12.728l9.683-9.683M16.92 3.045l9.684 9.683" stroke="#6C6C6C" stroke-width="2" fill="#000"/></g></g></g></svg>
</a>
<p>All content in inScript remains the property of the copyright holder and may not be altered or distributed without written consent from the publisher. Bibles in the public domain or with Creative Commons licensing are noted in each Bible's "About" page.</p>
<p>inScript is an open-source community project and we value your input. Should you desire to feature inScript on your website, please contact the Digital Bible Society for details. Source code is available <a href="https://github.com/digitalbiblesociety/browserbible-3">here</a>.</p>
</body>
</html>