:init: Launch as template
This commit is contained in:
parent
c68bb7404f
commit
7d4de88df4
69 changed files with 164 additions and 315 deletions
4
_includes/master/footer.html
Normal file → Executable file
4
_includes/master/footer.html
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
<section id="footer">
|
||||
<p><i class="fa-light fa-copyright"></i> 2021 - 2023 BlueAnimates</p>
|
||||
<p style="text-align: right;"><i class="fa-solid fa-heart"></i> Website built and hosted by <a style="color: white; text-decoration: underline;" href="https://korbsstudio.com/" target="_blank">Korbs Studio</a></p>
|
||||
<p><i class="fa-light fa-copyright"></i> 2025 John Smith</p>
|
||||
<p style="text-align: right;">More footer text</p>
|
||||
</section>
|
||||
|
|
4
_includes/master/head.html
Normal file → Executable file
4
_includes/master/head.html
Normal file → Executable file
|
@ -9,8 +9,4 @@
|
|||
|
||||
<script src="/assets/js/scroll-header.js"></script>
|
||||
<script src="https://kit.fontawesome.com/8c02e5f10f.js" crossorigin="anonymous"></script>
|
||||
<script defer data-domain="blueanimates.net"
|
||||
data-api="https://twilight-mud-3968.korbs-studio.workers.dev/api/event"
|
||||
src="https://twilight-mud-3968.korbs-studio.workers.dev/js/script.js"></script>
|
||||
></script>
|
||||
</head>
|
||||
|
|
12
_includes/master/header.html
Normal file → Executable file
12
_includes/master/header.html
Normal file → Executable file
|
@ -1,6 +1,6 @@
|
|||
<header>
|
||||
<div>
|
||||
<h1><a style="color: white;" href="/">BlueAnimates</a></h1>
|
||||
<h1><a style="color: white;" href="/">Vacy Template</a></h1>
|
||||
<div class="menu">
|
||||
<a id="Home" href="/">Home</a>
|
||||
<a id="FAQ" href="/faq/">FAQ</a>
|
||||
|
@ -10,11 +10,11 @@
|
|||
</div>
|
||||
<div style="text-align: right;">
|
||||
<div class="socials">
|
||||
<a href="https://discord.gg/fW3GPdqQ6k" target="_blank"><i class="fa-brands fa-discord"></i></a>
|
||||
<a href="https://www.instagram.com/blueanimates_/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
|
||||
<a href="https://twitter.com/blueanimates_" target="_blank"><i class="fa-brands fa-twitter"></i></a>
|
||||
<a href="https://www.twitch.tv/blueanimates" target="_blank"><i class="fa-brands fa-twitch"></i></a>
|
||||
<a href="https://www.youtube.com/c/blueanimates" target="_blank"><i class="fa-brands fa-youtube"></i></a>
|
||||
<a href="#" target="_blank"><i class="fa-brands fa-discord"></i></a>
|
||||
<a href="#" target="_blank"><i class="fa-brands fa-instagram"></i></a>
|
||||
<a href="#" target="_blank"><i class="fa-brands fa-twitter"></i></a>
|
||||
<a href="#" target="_blank"><i class="fa-brands fa-twitch"></i></a>
|
||||
<a href="#" target="_blank"><i class="fa-brands fa-youtube"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
|
Reference in a new issue