-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1jn03.htm
More file actions
66 lines (54 loc) · 5.52 KB
/
1jn03.htm
File metadata and controls
66 lines (54 loc) · 5.52 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 John 3</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 John" data-chapter="3">
<span class="nav-menu" id="navMenu">☰</span>
<a href="1jn02.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 John 3</span>
<a href="1jn04.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="1jn02.htm" class="nav-arrow nav-prev">←</a>
<span class="nav-text">1 John 3</span>
<a href="1jn04.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>John's First Letter</h1>
<h2>Chapter 3</h2>
<section><p><span class="verse" id="V1"></span>See how great a love the Father has given to us, that we should be called children of God! For this cause the world doesn’t know us, because it didn’t know him. <span class="verse" id="V2"></span>Beloved, now we are children of God. It is not yet revealed what we will be; but we know that when he is revealed, we will be like him, for we will see him just as he is. <span class="verse" id="V3"></span>Everyone who has this hope set on him purifies himself, even as he is pure.</p><p><span class="verse" id="V4"></span>Everyone who sins also commits lawlessness. Sin is lawlessness. <span class="verse" id="V5"></span>You know that he was revealed to take away our sins, and no sin is in him. <span class="verse" id="V6"></span>Whoever remains in him doesn’t sin. Whoever sins hasn’t seen him and doesn’t know him.</p><p><span class="verse" id="V7"></span>Little children, let no one lead you astray. He who does righteousness is righteous, even as he is righteous. <span class="verse" id="V8"></span>He who sins is of the devil, for the devil has been sinning from the beginning. To this end the Son of God was revealed: that he might destroy the works of the devil. <span class="verse" id="V9"></span>Whoever is born of God doesn’t commit sin, because his seed remains in him, and he can’t sin, because he is born of God. <span class="verse" id="V10"></span>In this the children of God are revealed, and the children of the devil. Whoever doesn’t do righteousness is not of God, neither is he who doesn’t love his brother. <span class="verse" id="V11"></span>For this is the message which you heard from the beginning, that we should love one another— <span class="verse" id="V12"></span>unlike Cain, who was of the evil one and killed his brother. Why did he kill him? Because his deeds were evil, and his brother’s righteous.</p><p><span class="verse" id="V13"></span>Don’t be surprised, my brothers, if the world hates you. <span class="verse" id="V14"></span>We know that we have passed out of death into life, because we love the brothers. He who doesn’t love his brother remains in death. <span class="verse" id="V15"></span>Whoever hates his brother is a murderer, and you know that no murderer has eternal life remaining in him.</p><p><span class="verse" id="V16"></span>By this we know love, because he laid down his life for us. And we ought to lay down our lives for the brothers. <span class="verse" id="V17"></span>But whoever has the world’s goods and sees his brother in need, then closes his heart of compassion against him, how does God’s love remain in him?</p><p><span class="verse" id="V18"></span>My little children, let’s not love in word only, or with the tongue only, but in deed and truth. <span class="verse" id="V19"></span>And by this we know that we are of the truth and persuade our hearts before him, <span class="verse" id="V20"></span>because if our heart condemns us, God is greater than our heart, and knows all things. <span class="verse" id="V21"></span>Beloved, if our hearts don’t condemn us, we have boldness toward God; <span class="verse" id="V22"></span>so whatever we ask, we receive from him, because we keep his commandments and do the things that are pleasing in his sight. <span class="verse" id="V23"></span>This is his commandment, that we should believe in the name of his Son, Jesus Christ, and love one another, even as he commanded. <span class="verse" id="V24"></span>He who keeps his commandments remains in him, and he in him. By this we know that he remains in us, by the Spirit which he gave us. <span class="nav-ribbon-bottom"><a class="nav-arrow nav-next" href="1jn04.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>