-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1co02.htm
More file actions
76 lines (64 loc) · 4.97 KB
/
1co02.htm
File metadata and controls
76 lines (64 loc) · 4.97 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
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1 Corinthians 2</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="2">
<span class="nav-menu" id="navMenu">☰</span>
<a href="1co01.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Corinthians 2</span>
<a href="1co03.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="1co01.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Corinthians 2</span>
<a href="1co03.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 2</h2>
<section><p><span class="verse" id="V1"></span>When I came to you, brothers, I didn’t come with excellence of speech or of wisdom, proclaiming to you the testimony of God. <span class="verse" id="V2"></span>For I determined not to know anything among you except Jesus Christ and him crucified. <span class="verse" id="V3"></span>I was with you in weakness, in fear, and in much trembling. <span class="verse" id="V4"></span>My speech and my preaching were not in persuasive words of human wisdom, but in demonstration of the Spirit and of power, <span class="verse" id="V5"></span>that your faith wouldn’t stand in the wisdom of men, but in the power of God.</p><p><span class="verse" id="V6"></span>We speak wisdom, however, among those who are full grown, yet a wisdom not of this world nor of the rulers of this world who are coming to nothing. <span class="verse" id="V7"></span>But we speak God’s wisdom in a mystery, the wisdom that has been hidden, which God foreordained before the worlds for our glory, <span class="verse" id="V8"></span>which none of the rulers of this world has known. For had they known it, they wouldn’t have crucified the Lord of glory. <span class="verse" id="V9"></span>But as it is written,</p><blockquote><p>“Things which an eye didn’t see, and an ear didn’t hear,<br/>which didn’t enter into the heart of man,<br/>these God has prepared for those who love him.”<label class="margin-toggle sidenote-number" for="1co-2-9-note-1">
</label>
<input class="margin-toggle" id="1co-2-9-note-1" type="checkbox"/>
<span class="sidenote">
<a href="isa64.htm#v4">Isaiah 64:4</a>
</span></p></blockquote><p><span class="verse" id="V10"></span>But to us, God revealed them through the Spirit. For the Spirit searches all things, yes, the deep things of God. <span class="verse" id="V11"></span>For who among men knows the things of a man except the spirit of the man which is in him? Even so, no one knows the things of God except God’s Spirit. <span class="verse" id="V12"></span>But we received not the spirit of the world, but the Spirit which is from God, that we might know the things that were freely given to us by God. <span class="verse" id="V13"></span>We also speak these things, not in words which man’s wisdom teaches but which the Holy Spirit teaches, comparing spiritual things with spiritual things. <span class="verse" id="V14"></span>Now the natural man doesn’t receive the things of God’s Spirit, for they are foolishness to him; and he can’t know them, because they are spiritually discerned. <span class="verse" id="V15"></span>But he who is spiritual discerns all things, and he himself is to be judged by no one. <span class="verse" id="V16"></span>“For who has known the mind of the Lord that he should instruct him?”<label class="margin-toggle sidenote-number" for="1co-2-16-note-1">
</label>
<input class="margin-toggle" id="1co-2-16-note-1" type="checkbox"/>
<span class="sidenote">
<a href="isa40.htm#v13">Isaiah 40:13</a>
</span> But we have Christ’s mind. <span class="nav-ribbon-bottom"><a class="nav-arrow nav-next" href="1co03.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>