-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1sa11.htm
More file actions
66 lines (54 loc) · 4.92 KB
/
1sa11.htm
File metadata and controls
66 lines (54 loc) · 4.92 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 Samuel 11</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 Samuel" data-chapter="11">
<span class="nav-menu" id="navMenu">☰</span>
<a href="1sa10.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Samuel 11</span>
<a href="1sa12.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="1sa10.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Samuel 11</span>
<a href="1sa12.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 Samuel</h1>
<h2>Chapter 11</h2>
<section><p><span class="verse" id="V1"></span>Then Nahash the Ammonite came up and encamped against Jabesh Gilead; and all the men of Jabesh said to Nahash, “Make a covenant with us, and we will serve you.”</p><p><span class="verse" id="V2"></span>Nahash the Ammonite said to them, “On this condition I will make it with you, that all your right eyes be gouged out. I will make this dishonor all Israel.”</p><p><span class="verse" id="V3"></span>The elders of Jabesh said to him, “Give us seven days, that we may send messengers to all the borders of Israel; and then, if there is no one to save us, we will come out to you.” <span class="verse" id="V4"></span>Then the messengers came to Gibeah of Saul, and spoke these words in the ears of the people, then all the people lifted up their voice and wept.</p><p><span class="verse" id="V5"></span>Behold, Saul came following the oxen out of the field; and Saul said, “What ails the people that they weep?” They told him the words of the men of Jabesh. <span class="verse" id="V6"></span>God’s Spirit came mightily on Saul when he heard those words, and his anger burned hot. <span class="verse" id="V7"></span>He took a yoke of oxen and cut them in pieces, then sent them throughout all the borders of Israel by the hand of messengers, saying, “Whoever doesn’t come out after Saul and after Samuel, so shall it be done to his oxen.” The dread of the LORD fell on the people, and they came out as one man. <span class="verse" id="V8"></span>He counted them in Bezek; and the children of Israel were three hundred thousand, and the men of Judah thirty thousand. <span class="verse" id="V9"></span>They said to the messengers who came, “Tell the men of Jabesh Gilead, ‘Tomorrow, by the time the sun is hot, you will be rescued.’ ” The messengers came and told the men of Jabesh; and they were glad. <span class="verse" id="V10"></span>Therefore the men of Jabesh said, “Tomorrow we will come out to you, and you shall do with us all that seems good to you.” <span class="verse" id="V11"></span>On the next day, Saul put the people in three companies; and they came into the middle of the camp in the morning watch, and struck the Ammonites until the heat of the day. Those who remained were scattered, so that no two of them were left together.</p><p><span class="verse" id="V12"></span>The people said to Samuel, “Who is he who said, ‘Shall Saul reign over us?’ Bring those men, that we may put them to death!”</p><p><span class="verse" id="V13"></span>Saul said, “No man shall be put to death today; for today the LORD has rescued Israel.”</p><p><span class="verse" id="V14"></span>Then Samuel said to the people, “Come! Let’s go to Gilgal, and renew the kingdom there.” <span class="verse" id="V15"></span>All the people went to Gilgal; and there they made Saul king before the LORD in Gilgal. There they offered sacrifices of peace offerings before the LORD; and there Saul and all the men of Israel rejoiced greatly. <span class="nav-ribbon-bottom"><a class="nav-arrow nav-next" href="1sa12.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>