-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1co05.htm
More file actions
71 lines (59 loc) · 4.51 KB
/
1co05.htm
File metadata and controls
71 lines (59 loc) · 4.51 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1 Corinthians 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 Corinthians" data-chapter="5">
<span class="nav-menu" id="navMenu">☰</span>
<a href="1co04.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Corinthians 5</span>
<a href="1co06.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="1co04.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Corinthians 5</span>
<a href="1co06.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>Paul's First Letter to the Corinthians</h1>
<h2>Chapter 5</h2>
<section><p><span class="verse" id="V1"></span>It is actually reported that there is sexual immorality among you, and such sexual immorality as is not even named among the Gentiles, that one has his father’s wife. <span class="verse" id="V2"></span>You are arrogant, and didn’t mourn instead, that he who had done this deed might be removed from among you. <span class="verse" id="V3"></span>For I most certainly, as being absent in body but present in spirit, have already, as though I were present, judged him who has done this thing. <span class="verse" id="V4"></span>In the name of our Lord Jesus Christ, when you are gathered together with my spirit with the power of our Lord Jesus Christ, <span class="verse" id="V5"></span>you are to deliver such a one to Satan for the destruction of the flesh, that the spirit may be saved in the day of the Lord Jesus.</p><p><span class="verse" id="V6"></span>Your boasting is not good. Don’t you know that a little yeast leavens the whole lump? <span class="verse" id="V7"></span>Purge out the old yeast, that you may be a new lump, even as you are unleavened. For indeed Christ, our Passover, has been sacrificed in our place. <span class="verse" id="V8"></span>Therefore let’s keep the feast, not with old yeast, neither with the yeast of malice and wickedness, but with the unleavened bread of sincerity and truth.</p><p><span class="verse" id="V9"></span>I wrote to you in my letter to have no company with sexual sinners; <span class="verse" id="V10"></span>yet not at all meaning with the sexual sinners of this world, or with the covetous and extortionists, or with idolaters, for then you would have to leave the world. <span class="verse" id="V11"></span>But as it is, I wrote to you not to associate with anyone who is called a brother who is a sexual sinner, or covetous, or an idolater, or a slanderer, or a drunkard, or an extortionist. Don’t even eat with such a person. <span class="verse" id="V12"></span>For what do I have to do with also judging those who are outside? Don’t you judge those who are within? <span class="verse" id="V13"></span>But those who are outside, God judges. “Put away the wicked man from among yourselves.”<label class="margin-toggle sidenote-number" for="1co-5-13-note-1">
</label>
<input class="margin-toggle" id="1co-5-13-note-1" type="checkbox"/>
<span class="sidenote">
<a href="deu17.htm#v7">Deuteronomy 17:7</a>; <a href="deu19.htm#v19">19:19</a>; <a href="deu21.htm#v21">21:21</a>; <a href="deu22.htm#v21">22:21</a>; <a href="deu24.htm#v7">24:7</a>
</span> <span class="nav-ribbon-bottom"><a class="nav-arrow nav-next" href="1co06.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>