1
0
Fork 0

Add Logos Reftagger

main base
daviddgtnt 2025-01-22 16:03:59 -06:00
parent 9a5a547a34
commit bddf500270
5 changed files with 19 additions and 2 deletions

View File

@ -33,4 +33,8 @@
<h2 class="px-10 py-3 text-white font-mplus2">&copy;2024-2025 David Jentes</h2> <h2 class="px-10 py-3 text-white font-mplus2">&copy;2024-2025 David Jentes</h2>
<h2 class="px-10 py-3 text-white font-mplus2">Designed for the 2025 Cumberland Valley Regional Student Convention</h2> <h2 class="px-10 py-3 text-white font-mplus2">Designed for the 2025 Cumberland Valley Regional Student Convention</h2>
</footer> </footer>
<script>
var refTagger={settings:{bibleVersion:"KJV",customStyle:{heading:{fontFamily:"M PLUS 2"},body:{fontFamily:"Libre Baskerville",color:"#000000"}}}};!function(e,n){var r=e.querySelector("[nonce]");refTagger.settings.nonce=r&&(r.nonce||r.getAttribute("nonce"));var t=e.createElement(n),g=e.getElementsByTagName(n)[0];t.src="https://api.reftagger.com/v2/RefTagger.js",t.nonce=refTagger.settings.nonce,g.parentNode.insertBefore(t,g)}(document,"script");
</script>
</html> </html>

View File

@ -35,4 +35,7 @@
<h2 class="px-10 py-3 text-white font-mplus2">&copy;2024-2025 David Jentes</h2> <h2 class="px-10 py-3 text-white font-mplus2">&copy;2024-2025 David Jentes</h2>
<h2 class="px-10 py-3 text-white font-mplus2">Designed for the 2025 Cumberland Valley Regional Student Convention</h2> <h2 class="px-10 py-3 text-white font-mplus2">Designed for the 2025 Cumberland Valley Regional Student Convention</h2>
</footer> </footer>
<script>
var refTagger={settings:{bibleVersion:"KJV",customStyle:{heading:{fontFamily:"M PLUS 2"},body:{fontFamily:"Libre Baskerville",color:"#000000"}}}};!function(e,n){var r=e.querySelector("[nonce]");refTagger.settings.nonce=r&&(r.nonce||r.getAttribute("nonce"));var t=e.createElement(n),g=e.getElementsByTagName(n)[0];t.src="https://api.reftagger.com/v2/RefTagger.js",t.nonce=refTagger.settings.nonce,g.parentNode.insertBefore(t,g)}(document,"script");
</script>
</html> </html>

View File

@ -33,4 +33,7 @@
<h2 class="px-10 py-3 text-white font-mplus2">&copy;2024-2025 David Jentes</h2> <h2 class="px-10 py-3 text-white font-mplus2">&copy;2024-2025 David Jentes</h2>
<h2 class="px-10 py-3 text-white font-mplus2">Designed for the 2025 Cumberland Valley Regional Student Convention</h2> <h2 class="px-10 py-3 text-white font-mplus2">Designed for the 2025 Cumberland Valley Regional Student Convention</h2>
</footer> </footer>
<script>
var refTagger={settings:{bibleVersion:"KJV",customStyle:{heading:{fontFamily:"M PLUS 2"},body:{fontFamily:"Libre Baskerville",color:"#000000"}}}};!function(e,n){var r=e.querySelector("[nonce]");refTagger.settings.nonce=r&&(r.nonce||r.getAttribute("nonce"));var t=e.createElement(n),g=e.getElementsByTagName(n)[0];t.src="https://api.reftagger.com/v2/RefTagger.js",t.nonce=refTagger.settings.nonce,g.parentNode.insertBefore(t,g)}(document,"script");
</script>
</html> </html>

View File

@ -35,4 +35,7 @@
<h2 class="px-10 py-3 text-white font-mplus2">&copy;2024-2025 David Jentes</h2> <h2 class="px-10 py-3 text-white font-mplus2">&copy;2024-2025 David Jentes</h2>
<h2 class="px-10 py-3 text-white font-mplus2">Designed for the 2025 Cumberland Valley Regional Student Convention</h2> <h2 class="px-10 py-3 text-white font-mplus2">Designed for the 2025 Cumberland Valley Regional Student Convention</h2>
</footer> </footer>
<script>
var refTagger={settings:{bibleVersion:"KJV",customStyle:{heading:{fontFamily:"M PLUS 2"},body:{fontFamily:"Libre Baskerville",color:"#000000"}}}};!function(e,n){var r=e.querySelector("[nonce]");refTagger.settings.nonce=r&&(r.nonce||r.getAttribute("nonce"));var t=e.createElement(n),g=e.getElementsByTagName(n)[0];t.src="https://api.reftagger.com/v2/RefTagger.js",t.nonce=refTagger.settings.nonce,g.parentNode.insertBefore(t,g)}(document,"script");
</script>
</html> </html>

View File

@ -7,3 +7,7 @@
@tailwind base; @tailwind base;
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
a {
@apply underline text-livingstone-300;
}