aboutsummaryrefslogtreecommitdiff
path: root/_includes/heading.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/heading.html')
-rw-r--r--_includes/heading.html20
1 files changed, 17 insertions, 3 deletions
diff --git a/_includes/heading.html b/_includes/heading.html
index 479b9ab..deb22fe 100644
--- a/_includes/heading.html
+++ b/_includes/heading.html
@@ -1,11 +1,25 @@
-<link href="/style.css" type="text/css" rel="stylesheet">
<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">
-<script src="/jquery-3.3.1.min.js"></script>
-<script src="/scripts.js"></script>
+<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">
<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">
+<style>
+
+body {
+ font-family: 'Play', sans-serif, Helvetica;
+ background: #1a1b1f;
+ color: white
+}
+
+.page-footer {
+ color: #fff;
+ background-color: #306e32;
+}
+a.footer-copyright {
+ color: #ffff;
+}
+</style> \ No newline at end of file