-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1ch13.htm
More file actions
66 lines (54 loc) · 4.37 KB
/
1ch13.htm
File metadata and controls
66 lines (54 loc) · 4.37 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1 Chronicles 13</title>
<link rel="stylesheet" type="text/css" href="css/gridj.css">
<link rel="stylesheet" type="text/css" href="css/controls.css">
<link rel="stylesheet" type="text/css" href="css/navigation.css">
</head>
<body>
<!-- TOP RIBBON - Mobile Only -->
<div class="nav-ribbon" id="navRibbon" data-book="1 Chronicles" data-chapter="13">
<span class="nav-menu" id="navMenu">☰</span>
<a href="1ch12.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Chronicles 13</span>
<a href="1ch14.htm" class="nav-arrow nav-next">→</a>
</div>
<!-- MENU DROPDOWN -->
<div class="menu-dropdown" id="menuDropdown">
<div class="menu-option" id="aboutLink">About</div>
<div class="menu-option verse-toggle">
Verse Numbering
<span class="toggle-options">
<span class="toggle-choice" id="verseOn">On</span>
<span class="toggle-choice active" id="verseOff">Off</span>
</span>
</div>
</div>
<!-- THE TALUS BONE - Navigation Aid (Desktop) -->
<div class="nav-aid" id="navAid">
<a href="1ch12.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Chronicles 13</span>
<a href="1ch14.htm" class="nav-arrow nav-next">→</a>
</div>
<!-- TREE CONTAINER (hidden by default) -->
<div class="tree-container" id="treeContainer">
<svg id="tree"></svg>
</div>
<article>
<h1>The First Book of Chronicles</h1>
<h2>Chapter 13</h2>
<section><p><span class="verse" id="V1"></span>David consulted with the captains of thousands and of hundreds, even with every leader. <span class="verse" id="V2"></span>David said to all the assembly of Israel, “If it seems good to you, and if it is of the LORD our God, let’s send word everywhere to our brothers who are left in all the land of Israel, with whom the priests and Levites are in their cities that have pasture lands, that they may gather themselves to us. <span class="verse" id="V3"></span>Also, let’s bring the ark of our God back to us again, for we didn’t seek it in the days of Saul.”</p><p><span class="verse" id="V4"></span>All the assembly said that they would do so, for the thing was right in the eyes of all the people. <span class="verse" id="V5"></span>So David assembled all Israel together, from the Shihor River of Egypt even to the entrance of Hamath, to bring God’s ark from Kiriath Jearim.</p><p><span class="verse" id="V6"></span>David went up with all Israel to Baalah, that is, to Kiriath Jearim, which belonged to Judah, to bring up from there God the LORD’s ark that sits above the cherubim, that is called by the Name. <span class="verse" id="V7"></span>They carried God’s ark on a new cart, and brought it out of Abinadab’s house; and Uzza and Ahio drove the cart. <span class="verse" id="V8"></span>David and all Israel played before God with all their might, even with songs, with harps, with stringed instruments, with tambourines, with cymbals, and with trumpets.</p><p><span class="verse" id="V9"></span>When they came to Chidon’s threshing floor, Uzza put out his hand to hold the ark, for the oxen stumbled. <span class="verse" id="V10"></span>The LORD’s anger burned against Uzza, and he struck him because he put his hand on the ark; and he died there before God. <span class="verse" id="V11"></span>David was displeased, because the LORD had broken out against Uzza. He called that place Perez Uzza, to this day. <span class="verse" id="V12"></span>David was afraid of God that day, saying, “How can I bring God’s ark home to me?” <span class="verse" id="V13"></span>So David didn’t move the ark with him into David’s city, but carried it aside into Obed-Edom the Gittite’s house. <span class="verse" id="V14"></span>God’s ark remained with the family of Obed-Edom in his house three months; and the LORD blessed Obed-Edom’s house and all that he had. <span class="nav-ribbon-bottom"><a class="nav-arrow nav-next" href="1ch14.htm">→</a></span></p></section>
</article>
<!-- D3.js -->
<script src="https://d3js.org/d3.v7.min.js"></script>
<!-- Bible Data -->
<script src="bible-data.js"></script>
<!-- Navigation Script -->
<script src="js/navigation.js"></script>
<!-- Navigation Controls Script -->
<script src="js/nav-controls.js"></script>
</body>
</html>