Update Ready
This commit is contained in:
parent
dc2a9c44b2
commit
4045f07671
56 changed files with 778 additions and 0 deletions
4
_includes/master/footer.html
Normal file
4
_includes/master/footer.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<section id="footer">
|
||||
<p><i class="fa-light fa-copyright"></i> 2021 - 2022 BlueAnimates</p>
|
||||
<p style="text-align: right;"><i class="fa-light fa-user-helmet-safety"></i> Website built and hosted by <a style="color: white; text-decoration: underline;" href="https://korbsstudio.com/" target="_blank">Korbs Studio</a></p>
|
||||
</section>
|
9
_includes/master/head.html
Normal file
9
_includes/master/head.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<head>
|
||||
<title>{{page.title}} | {{site.title}}</title>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/master.css">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
|
||||
|
||||
<script src="https://kit.fontawesome.com/fc093d7fbf.js" crossorigin="anonymous"></script>
|
||||
</head>
|
19
_includes/master/header.html
Normal file
19
_includes/master/header.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<header>
|
||||
<div>
|
||||
<h1><a style="color: white;" href="/">BlueAnimates</a></h1>
|
||||
<div class="menu">
|
||||
<a id="Home" href="/">Home</a>
|
||||
<a id="FAQ" href="/faq/">FAQ</a>
|
||||
<a id="Portfolio" href="/portfolio/">Portfolio</a>
|
||||
<a id="Downloads" href="/downloads/">Downloads</a>
|
||||
</div>
|
||||
</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://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>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
Reference in a new issue