-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Added all Bible books -New theme, mobile friendly
- Loading branch information
1 parent
4900a07
commit b3099fa
Showing
3 changed files
with
372 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,146 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Required meta tags --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
<!-- Bootstrap CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> | ||
|
||
<title>The Bible, Decentralised.</title> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="row"> | ||
<div style="padding-bottom: 50px;" class="col-sm"> | ||
<h1>The Bible, decentralised.</h1> | ||
<p id="status"></p> | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-4"> | ||
<h3>Bible Books</h3> | ||
<h6>Old Testament</h6> | ||
<a id="Genesis" class="Books" href="#">Genesis</a><br> | ||
<a id="Exodus" class="Books" href="#">Exodus</a><br> | ||
<a id="Leviticus" class="Books" href="#">Leviticus</a><br> | ||
<a id="Numbers" class="Books" href="#">Numbers</a><br> | ||
<a id="Deuteronomy" class="Books" href="#">Deuteronomy</a><br> | ||
<a id="Joshua" class="Books" href="#">Joshua</a><br> | ||
<a id="Judges" class="Books" href="#">Judges</a><br> | ||
<a id="Ruth" class="Books" href="#">Ruth</a><br> | ||
<a id="1 Samuel" class="Books" href="#">1 Samuel</a><br> | ||
<a id="2 Samuel" class="Books" href="#">2 Samuel</a><br> | ||
<a id="1 Kings" class="Books" href="#">1 Kings</a><br> | ||
<a id="2 Kings" class="Books" href="#">2 Kings</a><br> | ||
<br> | ||
<h6>New Testament</h6> | ||
<a id="Matthew" class="Books" href="#">Matthew</a><br> | ||
<a id="Mark" class="Books" href="#">Mark</a><br> | ||
<a id="Luke" class="Books" href="#">Luke</a><br> | ||
<a id="John" class="Books" href="#">John</a><br> | ||
<a id="Acts" class="Books" href="#">Acts</a><br> | ||
<a id="Romans" class="Books" href="#">Romans</a><br> | ||
<a id="1 Corinthians" class="Books" href="#">1 Corinthians</a><br> | ||
<a id="2 Corinthians" class="Books" href="#">2 Corinthians</a><br> | ||
<a id="Galatians" class="Books" href="#">Galatians</a><br> | ||
<a id="Ephesians" class="Books" href="#">Ephesians</a><br> | ||
<a id="Philippians" class="Books" href="#">Philippians</a><br> | ||
<a id="Colossians" class="Books" href="#">Colossians</a><br> | ||
<a id="1 John" class="Books" href="#">1 John</a><br> | ||
<br> | ||
<p>More books will be added</p> | ||
|
||
</div> | ||
<div class="col-8"> | ||
|
||
<p id="chapters"></p> | ||
<p id="output"></p> | ||
<br><br><br>v2.03 - using ipfs.infura.io gateway or local IPFS node if available - More info: <a target="_blank" href="https://github.com/micheldejoode/The-Bible-Decentralised">Github</a><br><br> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
<script src="./js/ipfs-mini.js"></script> | ||
|
||
<script src="./js/getData.js"></script> | ||
<script src="./js/BookList.js"></script> | ||
</body> | ||
</html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
|
||
<title>The Bible, Decentralised</title> | ||
|
||
<!-- Bootstrap CSS CDN --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | ||
<!-- Our Custom CSS --> | ||
<link rel="stylesheet" href="./js/style2.css"> | ||
<!-- Scrollbar Custom CSS --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css"> | ||
|
||
</head> | ||
<body> | ||
|
||
|
||
|
||
<div class="wrapper"> | ||
<!-- Sidebar Holder --> | ||
<nav id="sidebar"> | ||
<div class="sidebar-header"> | ||
<h3>The Bible, Decentralised</h3> | ||
<h5>King James Version</h5> | ||
</div> | ||
|
||
|
||
<div id="extra" style="padding-left:20px;"> | ||
<h4>Old Testament</h4> | ||
<a id="Genesis" class="Books" href="#">Genesis</a><br> | ||
<a id="Exodus" class="Books" href="#">Exodus</a><br> | ||
<a id="Leviticus" class="Books" href="#">Leviticus</a><br> | ||
<a id="Numbers" class="Books" href="#">Numbers</a><br> | ||
<a id="Deuteronomy" class="Books" href="#">Deuteronomy</a><br> | ||
<a id="Joshua" class="Books" href="#">Joshua</a><br> | ||
<a id="Judges" class="Books" href="#">Judges</a><br> | ||
<a id="Ruth" class="Books" href="#">Ruth</a><br> | ||
<a id="1 Samuel" class="Books" href="#">1 Samuel</a><br> | ||
<a id="2 Samuel" class="Books" href="#">2 Samuel</a><br> | ||
<a id="1 Kings" class="Books" href="#">1 Kings</a><br> | ||
<a id="2 Kings" class="Books" href="#">2 Kings</a><br> | ||
<a id="1 Chronicles" class="Books" href="#">1 Chronicles</a><br> | ||
<a id="2 Chronicles" class="Books" href="#">2 Chronicles</a><br> | ||
<a id="Ezra" class="Books" href="#">Ezra</a><br> | ||
<a id="Nehemia" class="Books" href="#">Nehemia</a><br> | ||
<a id="Esther" class="Books" href="#">Esther</a><br> | ||
<a id="Job" class="Books" href="#">Job</a><br> | ||
<a id="Psalms" class="Books" href="#">Psalms</a><br> | ||
<a id="Proverbs" class="Books" href="#">Proverbs</a><br> | ||
<a id="Ecclesiastes" class="Books" href="#">Ecclesiastes</a><br> | ||
<a id="Song of Songs" class="Books" href="#">Song of Songs</a><br> | ||
<a id="Isaiah" class="Books" href="#">Isaiah</a><br> | ||
<a id="Jeremiah" class="Books" href="#">Jeremiah</a><br> | ||
<a id="Lamentations" class="Books" href="#">Lamentations</a><br> | ||
<a id="Ezekiel" class="Books" href="#">Ezekiel</a><br> | ||
<a id="Daniel" class="Books" href="#">Daniel</a><br> | ||
<a id="Hosea" class="Books" href="#">Hosea</a><br> | ||
<a id="Joel" class="Books" href="#">Joel</a><br> | ||
<a id="Amos" class="Books" href="#">Amos</a><br> | ||
<a id="Obadiah" class="Books" href="#">Obadiah</a><br> | ||
<a id="Jonah" class="Books" href="#">Jonah</a><br> | ||
<a id="Micah" class="Books" href="#">Micah</a><br> | ||
<a id="Nahum" class="Books" href="#">Nahum</a><br> | ||
<a id="Habakkuk" class="Books" href="#">Habakkuk</a><br> | ||
<a id="Zephaniah" class="Books" href="#">Zephania</a><br> | ||
<a id="Haggai" class="Books" href="#">Haggai</a><br> | ||
<a id="Zechariah" class="Books" href="#">Zechariah</a><br> | ||
<a id="Malachi" class="Books" href="#">Malachi</a><br> | ||
<br> | ||
<h4>New Testament</h4> | ||
<a id="Matthew" class="Books" href="#">Matthew</a><br> | ||
<a id="Mark" class="Books" href="#">Mark</a><br> | ||
<a id="Luke" class="Books" href="#">Luke</a><br> | ||
<a id="John" class="Books" href="#">John</a><br> | ||
<a id="Acts" class="Books" href="#">Acts</a><br> | ||
<a id="Romans" class="Books" href="#">Romans</a><br> | ||
<a id="1 Corinthians" class="Books" href="#">1 Corinthians</a><br> | ||
<a id="2 Corinthians" class="Books" href="#">2 Corinthians</a><br> | ||
<a id="Galatians" class="Books" href="#">Galatians</a><br> | ||
<a id="Ephesians" class="Books" href="#">Ephesians</a><br> | ||
<a id="Philippians" class="Books" href="#">Philippians</a><br> | ||
<a id="Colossians" class="Books" href="#">Colossians</a><br> | ||
<a id="1 Thessalonians" class="Books" href="#">1 Thessalonians</a><br> | ||
<a id="2 Thessalonians" class="Books" href="#">2 Thessalonians</a><br> | ||
<a id="1 Timothy" class="Books" href="#">1 Timothy</a><br> | ||
<a id="2 Timothy" class="Books" href="#">2 Timothy</a><br> | ||
<a id="Titus" class="Books" href="#">Titus</a><br> | ||
<a id="Philemon" class="Books" href="#">Philemon</a><br> | ||
<a id="Hebrews" class="Books" href="#">Hebrews</a><br> | ||
<a id="1 Peter" class="Books" href="#">1 Peter</a><br> | ||
<a id="2 Peter" class="Books" href="#">2 Peter</a><br> | ||
<a id="1 John" class="Books" href="#">1 John</a><br> | ||
<a id="2 John" class="Books" href="#">2 John</a><br> | ||
<a id="3 John" class="Books" href="#">3 John</a><br> | ||
<a id="Jude" class="Books" href="#">Jude</a><br> | ||
<a id="Revelations" class="Books" href="#">Revelations</a><br> | ||
<br> | ||
<br> | ||
</div> | ||
</nav> | ||
|
||
<!-- Page Content Holder --> | ||
<div id="content"> | ||
<button type="button" id="sidebarCollapse" class="btn btn-info navbar-btn"> | ||
<i class="glyphicon glyphicon-menu-hamburger"></i> | ||
|
||
</button> | ||
<p id="chapters" style="a {color:#337ab7;}"></p> | ||
<p id="output"></p> | ||
<br><br><br>v2.06 - using ipfs.infura.io gateway or local IPFS node if available - More info: <a target="_blank" href="https://github.com/micheldejoode/The-Bible-Decentralised">Github</a><br><br> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
<!-- jQuery CDN --> | ||
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script> | ||
<!-- Bootstrap Js CDN --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
<!-- jQuery Custom Scroller CDN --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js"></script> | ||
|
||
<script type="text/javascript"> | ||
$(document).ready(function () { | ||
$("#sidebar").mCustomScrollbar({ | ||
theme: "minimal" | ||
}); | ||
|
||
$('#sidebarCollapse').on('click', function () { | ||
$('#sidebar, #content').toggleClass('active'); | ||
$('.collapse.in').toggleClass('in'); | ||
$('a[aria-expanded=true]').attr('aria-expanded', 'false'); | ||
}); | ||
}); | ||
</script> | ||
<script src="./js/ipfs-mini.js"></script> | ||
|
||
<script src="./js/getData.js"></script> | ||
<script src="./js/BookList.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.