summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorNina Siessegger <n.siessegger@zeromail.org>2020-01-08 14:07:18 +0100
committerNina Siessegger <n.siessegger@zeromail.org>2020-01-13 14:14:04 +0100
commit2493a6fd3aa4e2c05c5a54bb7af70479452eb6c1 (patch)
treeb18b79c7c504662ef8ea3ce65c5758927b5316ba /assets
parent3f61849e6b02dea89c979c00f466acbd898c3f20 (diff)
Add navbar
The navbar is displayed on all pages, for smaller screensizes the menu items are displayed in a burger menu.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/styles.scss6
-rw-r--r--assets/images/schleuder.pngbin0 -> 33103 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index 1f52cbf..817a197 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -1,8 +1,14 @@
---
---
+// ↑↑ These dashes are neccessary to enable Jeklyll's sass support
+// https://jekyllrb.com/docs/assets/
+
+@import 'navbar';
+
// Override bulma variables
$family-sans-serif: "DejaVuSans", sans-serif;
$family-monospace: "DejaVuSansMono", monospace;
+
@import "bulma";
@font-face{
diff --git a/assets/images/schleuder.png b/assets/images/schleuder.png
new file mode 100644
index 0000000..1c7ec55
--- /dev/null
+++ b/assets/images/schleuder.png
Binary files differ