aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-04-24 18:27:58 -0400
committerAlee <Alee14498@gmail.com>2019-04-24 18:27:58 -0400
commit8c7c26d968c1158d22c5d26d417fad1031f6fb42 (patch)
tree566f1f818dd9d4406818e8e198ec4ad65745369f /_includes
parent63397b0342db3b7a2edf923682d46273d108f071 (diff)
downloadaleecorp-website-8c7c26d968c1158d22c5d26d417fad1031f6fb42.tar.gz
aleecorp-website-8c7c26d968c1158d22c5d26d417fad1031f6fb42.tar.bz2
aleecorp-website-8c7c26d968c1158d22c5d26d417fad1031f6fb42.zip
Website rewrite
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html17
-rw-r--r--_includes/footing.html1
-rw-r--r--_includes/heading.html10
-rw-r--r--_includes/navigator.html9
4 files changed, 37 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..76b65d7
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,17 @@
+
+<footer class="page-footer">
+ <div class="container">
+ <div class="row">
+ <div class="col l6 s12">
+ <h5 class="white-text">Links</h5>
+ <ul>
+ <li><a class="grey-text text-lighten-3" href="https://github.com/AleeCorp"><i class="fab fa-github"></i> GitHub</a></li>
+ <li><a class="grey-text text-lighten-3" href="https://discord.gg/EFhRDqG"><i class="fab fa-discord"></i> Discord</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="container">
+ &copy; Copyright 2012-2019, AleeCorp. Powered by <a href="https://pages.github.com/" class="white-text">GitHub Pages</a> and using <a href="https://materializecss.com" class="white-text">Materialize</a>
+ </div>
+ </footer> \ No newline at end of file
diff --git a/_includes/footing.html b/_includes/footing.html
new file mode 100644
index 0000000..f7eeab5
--- /dev/null
+++ b/_includes/footing.html
@@ -0,0 +1 @@
+<script type="text/javascript" src="/assets/js/materialize.min.js"></script> \ No newline at end of file
diff --git a/_includes/heading.html b/_includes/heading.html
new file mode 100644
index 0000000..701a3c5
--- /dev/null
+++ b/_includes/heading.html
@@ -0,0 +1,10 @@
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+<meta http-equiv="X-UA-Compatible" content="IE=8"/>
+<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
+<link type="text/css" rel="stylesheet" href="/assets/css/materialize.min.css" media="screen,projection"/>
+<link href="https://fonts.googleapis.com/css?family=Play" rel="stylesheet">
+<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
+<link rel="stylesheet" href="/assets/css/index.css">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width", initial-scale=1>
+<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> \ No newline at end of file
diff --git a/_includes/navigator.html b/_includes/navigator.html
new file mode 100644
index 0000000..61918d5
--- /dev/null
+++ b/_includes/navigator.html
@@ -0,0 +1,9 @@
+<nav class="black">
+ <ul class="navbar">
+ <li class="nav logo"><a class="nav" href="/">AleeCorp</a></li>
+ <li class="nav" {% if page.url == "/" %}style="background-color: #537828;"{% endif %}><a class="nav" href="/">Home</a></li>
+ <!--<li class="nav" {% if page.url == "/history.html" %}style="background-color: #537828;"{% endif %}><a class="nav" href="/history">History</a></li>-->
+ <li class="nav" {% if page.url == "/blog.html" %}style="background-color: #537828;"{% endif %}><a class="nav" href="/blog">Blog</a></li>
+ <li class="nav" {% if page.url == "/about.html" %}style="background-color: #537828;"{% endif %}><a class="nav" href="/about">About</a></li>
+ </ul>
+</nav> \ No newline at end of file