-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1co06.htm
More file actions
71 lines (59 loc) · 5.34 KB
/
1co06.htm
File metadata and controls
71 lines (59 loc) · 5.34 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 6</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="6">
<span class="nav-menu" id="navMenu">☰</span>
<a href="1co05.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Corinthians 6</span>
<a href="1co07.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="1co05.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Corinthians 6</span>
<a href="1co07.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 6</h2>
<section><p><span class="verse" id="V1"></span>Dare any of you, having a matter against his neighbor, go to law before the unrighteous, and not before the saints? <span class="verse" id="V2"></span>Don’t you know that the saints will judge the world? And if the world is judged by you, are you unworthy to judge the smallest matters? <span class="verse" id="V3"></span>Don’t you know that we will judge angels? How much more, things that pertain to this life? <span class="verse" id="V4"></span>If then you have to judge things pertaining to this life, do you set them to judge who are of no account in the assembly? <span class="verse" id="V5"></span>I say this to move you to shame. Isn’t there even one wise man among you who would be able to decide between his brothers? <span class="verse" id="V6"></span>But brother goes to law with brother, and that before unbelievers! <span class="verse" id="V7"></span>Therefore it is already altogether a defect in you that you have lawsuits one with another. Why not rather be wronged? Why not rather be defrauded? <span class="verse" id="V8"></span>No, but you yourselves do wrong and defraud, and that against your brothers.</p><p><span class="verse" id="V9"></span>Or don’t you know that the unrighteous will not inherit God’s Kingdom? Don’t be deceived. Neither the sexually immoral, nor idolaters, nor adulterers, nor male prostitutes, nor homosexuals, <span class="verse" id="V10"></span>nor thieves, nor covetous, nor drunkards, nor slanderers, nor extortionists, will inherit God’s Kingdom. <span class="verse" id="V11"></span>Some of you were such, but you were washed. You were sanctified. You were justified in the name of the Lord Jesus, and in the Spirit of our God.</p><p><span class="verse" id="V12"></span>“All things are lawful for me,” but not all things are expedient. “All things are lawful for me,” but I will not be brought under the power of anything. <span class="verse" id="V13"></span>“Foods for the belly, and the belly for foods,” but God will bring to nothing both it and them. But the body is not for sexual immorality, but for the Lord, and the Lord for the body. <span class="verse" id="V14"></span>Now God raised up the Lord, and will also raise us up by his power. <span class="verse" id="V15"></span>Don’t you know that your bodies are members of Christ? Shall I then take the members of Christ and make them members of a prostitute? May it never be! <span class="verse" id="V16"></span>Or don’t you know that he who is joined to a prostitute is one body? For, “The two”, he says, “will become one flesh.”<label class="margin-toggle sidenote-number" for="1co-6-16-note-1">
</label>
<input class="margin-toggle" id="1co-6-16-note-1" type="checkbox"/>
<span class="sidenote">
<a href="gen02.htm#v24">Genesis 2:24</a>
</span> <span class="verse" id="V17"></span>But he who is joined to the Lord is one spirit. <span class="verse" id="V18"></span>Flee sexual immorality! “Every sin that a man does is outside the body,” but he who commits sexual immorality sins against his own body. <span class="verse" id="V19"></span>Or don’t you know that your body is a temple of the Holy Spirit who is in you, whom you have from God? You are not your own, <span class="verse" id="V20"></span>for you were bought with a price. Therefore glorify God in your body and in your spirit, which are God’s. <span class="nav-ribbon-bottom"><a class="nav-arrow nav-next" href="1co07.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>