-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1co16.htm
More file actions
76 lines (64 loc) · 5.49 KB
/
1co16.htm
File metadata and controls
76 lines (64 loc) · 5.49 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 16</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="16">
<span class="nav-menu" id="navMenu">☰</span>
<a href="1co15.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Corinthians 16</span>
<a href="2co01.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="1co15.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 Corinthians 16</span>
<a href="2co01.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 16</h2>
<section><p><span class="verse" id="V1"></span>Now concerning the collection for the saints: as I commanded the assemblies of Galatia, you do likewise. <span class="verse" id="V2"></span>On the first day of every week, let each one of you save as he may prosper, that no collections are made when I come. <span class="verse" id="V3"></span>When I arrive, I will send whoever you approve with letters to carry your gracious gift to Jerusalem. <span class="verse" id="V4"></span>If it is appropriate for me to go also, they will go with me.</p><p><span class="verse" id="V5"></span>I will come to you when I have passed through Macedonia, for I am passing through Macedonia. <span class="verse" id="V6"></span>But with you it may be that I will stay with you, or even winter with you, that you may send me on my journey wherever I go. <span class="verse" id="V7"></span>For I do not wish to see you now in passing, but I hope to stay a while with you, if the Lord permits. <span class="verse" id="V8"></span>But I will stay at Ephesus until Pentecost, <span class="verse" id="V9"></span>for a great and effective door has opened to me, and there are many adversaries.</p><p><span class="verse" id="V10"></span>Now if Timothy comes, see that he is with you without fear, for he does the work of the Lord, as I also do. <span class="verse" id="V11"></span>Therefore let no one despise him. But set him forward on his journey in peace, that he may come to me; for I expect him with the brothers.</p><p><span class="verse" id="V12"></span>Now concerning Apollos the brother, I strongly urged him to come to you with the brothers, but it was not at all his desire to come now; but he will come when he has an opportunity.</p><p><span class="verse" id="V13"></span>Watch! Stand firm in the faith! Be courageous! Be strong! <span class="verse" id="V14"></span>Let all that you do be done in love.</p><p><span class="verse" id="V15"></span>Now I beg you, brothers—you know the house of Stephanas, that it is the first fruits of Achaia, and that they have set themselves to serve the saints— <span class="verse" id="V16"></span>that you also be in subjection to such, and to everyone who helps in the work and labors. <span class="verse" id="V17"></span>I rejoice at the coming of Stephanas, Fortunatus, and Achaicus; for that which was lacking on your part, they supplied. <span class="verse" id="V18"></span>For they refreshed my spirit and yours. Therefore acknowledge those who are like that.</p><p><span class="verse" id="V19"></span>The assemblies of Asia greet you. Aquila and Priscilla greet you warmly in the Lord, together with the assembly that is in their house. <span class="verse" id="V20"></span>All the brothers greet you. Greet one another with a holy kiss.</p><p><span class="verse" id="V21"></span>This greeting is by me, Paul, with my own hand. <span class="verse" id="V22"></span>If any man doesn’t love the Lord Jesus Christ, let him be cursed.<label class="margin-toggle sidenote-number" for="1co-16-22-note-1">
</label>
<input class="margin-toggle" id="1co-16-22-note-1" type="checkbox"/>
<span class="sidenote">
Greek: anathema.
</span> Come, Lord!<label class="margin-toggle sidenote-number" for="1co-16-22-note-2">
</label>
<input class="margin-toggle" id="1co-16-22-note-2" type="checkbox"/>
<span class="sidenote">
Aramaic: Maranatha!
</span> <span class="verse" id="V23"></span>The grace of the Lord Jesus Christ be with you. <span class="verse" id="V24"></span>My love to all of you in Christ Jesus. Amen. <span class="nav-ribbon-bottom"><a class="nav-arrow nav-next" href="2co01.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>