Layout redesign. - In a seperate commit from the stylesheet changes. Work in progress.

This commit is contained in:
Gitea 2020-06-22 03:44:10 -04:00
commit 6cde323e13
12 changed files with 232 additions and 200 deletions

View file

@ -1,5 +1,18 @@
<footer>
<div class="container">
<p>&copy; Quartznet 2020 <a href="/quartznet/policy">Policy</a></p>
<hr>
<p>&copy; Quartznet 2020 | <a href="/quartznet/policy">Policy</a></p>
</div>
</footer>
<!-- Used for nav bar dropdown with smaller screens-->
<script src="/quartznet/assets/js/jquery-3.5.1.min.js" defer></script>
<script src="/quartznet/assets/js/bootstrap.bundle.min.js" defer></script>
<script>
const toggleSwitch = document.querySelector('.theme-switch input[type="checkbox"]');
document.documentElement.setAttribute('data-theme', 'dark');
// var clientHeight = document.getElementsByClassName('overlay')[0].clientHeight;
// alert(clientHeight);
</script>