Skip to content

Commit

Permalink
renamed to Book of Doctrine
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancoy committed Feb 6, 2024
1 parent e1a90c9 commit b0b48f2
Show file tree
Hide file tree
Showing 53 changed files with 70 additions and 84 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion export.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def copyDictUnique(indict, modifier):
origin="directory",
buildDir="build",
graphsDir="graphs",
source="Book Of Julian",
source="Book Of Doctrine",
depth=1,
parent=None,
skipGraphs=False,
Expand Down
140 changes: 63 additions & 77 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,89 +1,75 @@
<!DOCTYPE html>
<html>
<head>
<title>Book of Julian</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<script src="https://d3js.org/d3.v6.min.js"></script>
<link
href="https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="navbar.css" />
<script
type="text/javascript"
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"
></script>

</head>
<head>
<title>Church of God (Deist)</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<script src="https://d3js.org/d3.v6.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="navbar.css" />
<script type="text/javascript"
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

<body>
<!-- Navigation Bar -->
<ul class="navbar">
<!-- Click the icon to go home!-->
<li>
<a href="javascript:void(0)" id="bojButton" class="dropbtn"
>Book of Julian</a
>
</li>
<li class="dropdown">
<a href="javascript:void(0)" id="pillarSelect" class="dropbtn"
>All Pillars</a
>
<div class="dropdown-content" id="pillarDropdown"></div>
</li>
<li class="dropdown">
<a href="javascript:void(0)" id="chapterSelect" class="dropbtn"
>All Chapters</a
>
<div class="dropdown-content" id="chapterDropdown"></div>
</li>
<!-- Button for DeismU -->
<li>
<a href="javascript:void(0)" id="deismuButton" class="dropbtn"
>DeismU</a
>
</li>
<li>
<a href="javascript:void(0)" id="profileButton" class="dropbtn"
>Profile</a
>
</li> <li>
<a href="javascript:void(0)" id="loginButton" class="dropbtn"
>Login</a
>
</li>
<!--
</head>

<body>
<!-- Navigation Bar -->
<ul class="navbar">
<!-- Click the icon to go home!-->
<li>
<a href="javascript:void(0)" id="bojButton" class="dropbtn">Book of Doctrine</a>
</li>
<li class="dropdown">
<a href="javascript:void(0)" id="pillarSelect" class="dropbtn">All Pillars</a>
<div class="dropdown-content" id="pillarDropdown"></div>
</li>
<li class="dropdown">
<a href="javascript:void(0)" id="chapterSelect" class="dropbtn">All Chapters</a>
<div class="dropdown-content" id="chapterDropdown"></div>
</li>
<!-- Button for DeismU -->
<li>
<a href="javascript:void(0)" id="deismuButton" class="dropbtn">DeismU</a>
</li>
<li>
<a href="javascript:void(0)" id="profileButton" class="dropbtn">Profile</a>
</li>
<li>
<a href="javascript:void(0)" id="loginButton" class="dropbtn">Login</a>
</li>
<!--
<li>
<div id="google_translate_element"></div>
</li>
-->

</ul>
</ul>

<!-- Main Content -->
<div class="flex-container">
<div id="chart"></div>
<div id="selected-node-text"></div>

<script>
// Function to initialize Google Translate widget
function googleTranslateElementInit() {
new google.translate.TranslateElement(
{
pageLanguage: "en", // Set the page language
layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
},
"google_translate_element"
);
}
</script>
</div>

<!-- Main Content -->
<div class="flex-container">
<div id="chart"></div>
<div id="selected-node-text"></div>
<script src="https://cdn.auth0.com/js/auth0-spa-js/1.13/auth0-spa-js.production.js"></script>

<script>
// Function to initialize Google Translate widget
function googleTranslateElementInit() {
new google.translate.TranslateElement(
{
pageLanguage: "en", // Set the page language
layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
},
"google_translate_element"
);
}
</script>
</div>
<link rel="stylesheet" type="text/css" href="navbar.css" />
<script src="navbar.js"></script>
<script src="deismu.js"></script>
</body>

<script src="https://cdn.auth0.com/js/auth0-spa-js/1.13/auth0-spa-js.production.js"></script>

<link rel="stylesheet" type="text/css" href="navbar.css" />
<script src="navbar.js"></script>
<script src="deismu.js"></script>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions src/julian_flare.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ function populatePillarSelect(pillars, alltext) {
const chapterSelect = document.getElementById("chapterSelect");

pillarSelect.onclick = function () {
pillarSelect.textContent = "All Pillars";
pillarSelect.textContent = "Pillars";
selectedNodeText.innerHTML = alltext;
chapterDropdown.innerHTML = '';
chapterSelect.textContent = "All Chapters";
chapterSelect.textContent = "Chapters";
};
pillarSelect.onclick();

Expand Down
2 changes: 1 addition & 1 deletion src/youversion.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Book of Julian</title>
<title>Book of Doctrine</title>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<style>
body {
Expand Down

0 comments on commit b0b48f2

Please sign in to comment.