-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1sa05.htm
More file actions
66 lines (54 loc) · 4.46 KB
/
1sa05.htm
File metadata and controls
66 lines (54 loc) · 4.46 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 5</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="5">
<span class="nav-menu" id="navMenu">☰</span>
<a href="1sa04.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Samuel 5</span>
<a href="1sa06.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="1sa04.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Samuel 5</span>
<a href="1sa06.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 5</h2>
<section><p><span class="verse" id="V1"></span>Now the Philistines had taken God’s ark, and they brought it from Ebenezer to Ashdod. <span class="verse" id="V2"></span>The Philistines took God’s ark, and brought it into the house of Dagon and set it by Dagon. <span class="verse" id="V3"></span>When the people of Ashdod arose early on the next day, behold, Dagon had fallen on his face to the ground before the LORD’s ark. They took Dagon and set him in his place again. <span class="verse" id="V4"></span>When they arose early on the following morning, behold, Dagon had fallen on his face to the ground before the LORD’s ark; and the head of Dagon and both the palms of his hands were cut off on the threshold. Only Dagon’s torso was intact. <span class="verse" id="V5"></span>Therefore neither the priests of Dagon nor any who come into Dagon’s house step on the threshold of Dagon in Ashdod to this day. <span class="verse" id="V6"></span>But the LORD’s hand was heavy on the people of Ashdod, and he destroyed them and struck them with tumors, even Ashdod and its borders.</p><p><span class="verse" id="V7"></span>When the men of Ashdod saw that it was so, they said, “The ark of the God of Israel shall not stay with us, for his hand is severe on us and on Dagon our god.” <span class="verse" id="V8"></span>They sent therefore and gathered together all the lords of the Philistines, and said, “What shall we do with the ark of the God of Israel?”</p><p>They answered, “Let the ark of the God of Israel be carried over to Gath.” They carried the ark of the God of Israel there. <span class="verse" id="V9"></span>It was so, that after they had carried it there, the LORD’s hand was against the city with a very great confusion; and he struck the men of the city, both small and great, so that tumors broke out on them. <span class="verse" id="V10"></span>So they sent God’s ark to Ekron.</p><p>As God’s ark came to Ekron, the Ekronites cried out, saying, “They have brought the ark of the God of Israel here to us, to kill us and our people.” <span class="verse" id="V11"></span>They sent therefore and gathered together all the lords of the Philistines, and they said, “Send the ark of the God of Israel away, and let it go again to its own place, that it not kill us and our people.” For there was a deadly panic throughout all the city. The hand of God was very heavy there. <span class="verse" id="V12"></span>The men who didn’t die were struck with the tumors; and the cry of the city went up to heaven. <span class="nav-ribbon-bottom"><a class="nav-arrow nav-next" href="1sa06.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>