aboutsummaryrefslogtreecommitdiff
path: root/tutorial.html
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-07 22:40:32 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-07 22:40:32 +0430
commit1103ad9e37748f97b229d22ff715238dfe75c770 (patch)
tree44415331c65f83799059541abfab22b7f122eb1b /tutorial.html
parente03ae32b59b5a6050912dfec173a584b84f946f2 (diff)
Change `burger` menu behavior, minor fixes
* Add more comments in CSS * Fill the entire top with nav bar in smaller screens * Rotate the `burger` menu 180degrees and change color on click * Replace the `burger` unicode with pipe `|` in other pages too * Add the licensing info in other pages too * Increase the page width for more space
Diffstat (limited to 'tutorial.html')
-rw-r--r--tutorial.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tutorial.html b/tutorial.html
index 0432507..6dce9c8 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -2,6 +2,7 @@
<!--
Webpage of Maneage: a framework for managing data lineage
+ Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me>
Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org>
This file is part of Maneage. Maneage is free software: you can
@@ -50,8 +51,8 @@
<header role="banner">
<!-- global navigation -->
<nav role="navigation" id="nav-hamburger-wrapper">
- <label for="nav-hamburger-input">&#9776;</label>
<input type="checkbox" id="nav-hamburger-input"/>
+ <label for="nav-hamburger-input">|||</label>
<div id="nav-hamburger-items" class="button">
<a href="index.html">Home</a>
<a href="about.html">About</a>