aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-02 02:37:30 +0300
committerCem Keylan <cem@ckyln.com>2021-02-02 02:42:34 +0300
commitdc3edbc26c28205b5ccf697ff3ef2acd001e1a5d (patch)
tree9f1ed915fbfc9762e72939a17dfecf38e8db9408 /html
downloadcarbslinux-style-dc3edbc26c28205b5ccf697ff3ef2acd001e1a5d.tar.gz
initial commit
Diffstat (limited to 'html')
-rw-r--r--html/navbar.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/html/navbar.html b/html/navbar.html
new file mode 100644
index 0000000..a822f1a
--- /dev/null
+++ b/html/navbar.html
@@ -0,0 +1,14 @@
+<nav id="navbar">
+ <a href="/" class=navbartitle>Carbs Linux</a>
+
+ <label for="hamburger">&#9776;</label>
+ <input type="checkbox" id="hamburger" />
+ <ul id=navbarlist>
+ <li><a href="https://carbslinux.org" title="Home Page">Home</a></li>
+ <li><a href="https://git.carbslinux.org" title="Git Repository">Git</a></li>
+ <li><a href="https://carbslinux.org/download.html" title="Download Carbs Linux">Download</a></li>
+ <li><a href="https://carbslinux.org/blog" title="Blog Posts">Blog</a></li>
+ <li><a href="https://carbslinux.org/install.html" title="Installation Instructions">Installation</a></li>
+ <li><a href="https://carbsliinux.org/docs.html" title="Documentation">Docs</a></li>
+ </ul>
+</nav>