-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1ch22.htm
More file actions
76 lines (64 loc) · 6.21 KB
/
1ch22.htm
File metadata and controls
76 lines (64 loc) · 6.21 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
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1 Chronicles 22</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="22">
<span class="nav-menu" id="navMenu">☰</span>
<a href="1ch21.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Chronicles 22</span>
<a href="1ch23.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="1ch21.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Chronicles 22</span>
<a href="1ch23.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 22</h2>
<section><p><span class="verse" id="V1"></span>Then David said, “This is the house of the LORD God, and this is the altar of burnt offering for Israel.”</p><p><span class="verse" id="V2"></span>David gave orders to gather together the foreigners who were in the land of Israel; and he set masons to cut dressed stones to build God’s house. <span class="verse" id="V3"></span>David prepared iron in abundance for the nails for the doors of the gates and for the couplings, and bronze in abundance without weight, <span class="verse" id="V4"></span>and cedar trees without number, for the Sidonians and the people of Tyre brought cedar trees in abundance to David. <span class="verse" id="V5"></span>David said, “Solomon my son is young and tender, and the house that is to be built for the LORD must be exceedingly magnificent, of fame and of glory throughout all countries. I will therefore make preparation for it.” So David prepared abundantly before his death. <span class="verse" id="V6"></span>Then he called for Solomon his son, and commanded him to build a house for the LORD, the God of Israel. <span class="verse" id="V7"></span>David said to Solomon his son, “As for me, it was in my heart to build a house to the name of the LORD my God. <span class="verse" id="V8"></span>But the LORD’s word came to me, saying, ‘You have shed blood abundantly and have made great wars. You shall not build a house to my name, because you have shed much blood on the earth in my sight. <span class="verse" id="V9"></span>Behold, a son shall be born to you, who shall be a man of peace. I will give him rest from all his enemies all around; for his name shall be Solomon, and I will give peace and quietness to Israel in his days. <span class="verse" id="V10"></span>He shall build a house for my name; and he will be my son, and I will be his father; and I will establish the throne of his kingdom over Israel forever.’ <span class="verse" id="V11"></span>Now, my son, may the LORD be with you and prosper you, and build the house of the LORD your God, as he has spoken concerning you. <span class="verse" id="V12"></span>May the LORD give you discretion and understanding, and put you in charge of Israel, so that you may keep the law of the LORD your God. <span class="verse" id="V13"></span>Then you will prosper, if you observe to do the statutes and the ordinances which the LORD gave Moses concerning Israel. Be strong and courageous. Don’t be afraid and don’t be dismayed. <span class="verse" id="V14"></span>Now, behold, in my affliction I have prepared for the LORD’s house one hundred thousand talents<label class="margin-toggle sidenote-number" for="1ch-22-14-note-1">
</label>
<input class="margin-toggle" id="1ch-22-14-note-1" type="checkbox"/>
<span class="sidenote">
A talent is about 30 kilograms or 66 pounds or 965 Troy ounces, so 100,000 talents is about 3 metric tons
</span> of gold, one million talents<label class="margin-toggle sidenote-number" for="1ch-22-14-note-2">
</label>
<input class="margin-toggle" id="1ch-22-14-note-2" type="checkbox"/>
<span class="sidenote">
about 30,000 metric tons
</span> of silver, and bronze and iron without weight; for it is in abundance. I have also prepared timber and stone; and you may add to them. <span class="verse" id="V15"></span>There are also workmen with you in abundance—cutters and workers of stone and timber, and all kinds of men who are skillful in every kind of work; <span class="verse" id="V16"></span>of the gold, the silver, the bronze, and the iron, there is no number. Arise and be doing, and may the LORD be with you.”</p><p><span class="verse" id="V17"></span>David also commanded all the princes of Israel to help Solomon his son, saying, <span class="verse" id="V18"></span>“Isn’t the LORD your God with you? Hasn’t he given you rest on every side? For he has delivered the inhabitants of the land into my hand; and the land is subdued before the LORD and before his people. <span class="verse" id="V19"></span>Now set your heart and your soul to follow the LORD your God. Arise therefore, and build the sanctuary of the LORD God, to bring the ark of the LORD’s covenant and the holy vessels of God into the house that is to be built for the LORD’s name.” <span class="nav-ribbon-bottom"><a class="nav-arrow nav-next" href="1ch23.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>