-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1co08.htm
More file actions
66 lines (54 loc) · 4.02 KB
/
1co08.htm
File metadata and controls
66 lines (54 loc) · 4.02 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 Corinthians 8</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="8">
<span class="nav-menu" id="navMenu">☰</span>
<a href="1co07.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Corinthians 8</span>
<a href="1co09.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="1co07.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Corinthians 8</span>
<a href="1co09.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 8</h2>
<section><p><span class="verse" id="V1"></span>Now concerning things sacrificed to idols: We know that we all have knowledge. Knowledge puffs up, but love builds up. <span class="verse" id="V2"></span>But if anyone thinks that he knows anything, he doesn’t yet know as he ought to know. <span class="verse" id="V3"></span>But anyone who loves God is known by him.</p><p><span class="verse" id="V4"></span>Therefore concerning the eating of things sacrificed to idols, we know that no idol is anything in the world, and that there is no other God but one. <span class="verse" id="V5"></span>For though there are things that are called “gods”, whether in the heavens or on earth—as there are many “gods” and many “lords”— <span class="verse" id="V6"></span>yet to us there is one God, the Father, of whom are all things, and we for him; and one Lord, Jesus Christ, through whom are all things, and we live through him.</p><p><span class="verse" id="V7"></span>However, that knowledge isn’t in all men. But some, with consciousness of an idol until now, eat as of a thing sacrificed to an idol, and their conscience, being weak, is defiled. <span class="verse" id="V8"></span>But food will not commend us to God. For neither, if we don’t eat are we the worse, nor if we eat are we the better. <span class="verse" id="V9"></span>But be careful that by no means does this liberty of yours become a stumbling block to the weak. <span class="verse" id="V10"></span>For if a man sees you who have knowledge sitting in an idol’s temple, won’t his conscience, if he is weak, be emboldened to eat things sacrificed to idols? <span class="verse" id="V11"></span>And through your knowledge, he who is weak perishes, the brother for whose sake Christ died. <span class="verse" id="V12"></span>Thus, sinning against the brothers, and wounding their conscience when it is weak, you sin against Christ. <span class="verse" id="V13"></span>Therefore, if food causes my brother to stumble, I will eat no meat forever more, that I don’t cause my brother to stumble. <span class="nav-ribbon-bottom"><a class="nav-arrow nav-next" href="1co09.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>