From 58ca59f8f0468b213be693f312b6e50610c47b7b Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Mon, 10 Apr 2023 13:13:38 +0200
Subject: Added quick start link to the top menu

Until now, we didn't have a clear link to guide new visitors on how to
start using Maneage! The link to the customization checklist was
deeply burried within the text of the top page and was hard to find
for someone who wants to just get started fast.

With this commit, a "Quick start" link has been added to the top menu
of the Maneage webpage. It will directly go to the customization
checklist within 'README-hacking.md' on Gitlab (which will be up to
date; as we don't yet have a complete and independent documentation,
this is the best current reference). Later, when the documentation is
complete, this link will be changed.

This was suggested by Sepideh Eskandarlou.
---
 about-introduction.html | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

(limited to 'about-introduction.html')

diff --git a/about-introduction.html b/about-introduction.html
index a3ba606..bfe669b 100644
--- a/about-introduction.html
+++ b/about-introduction.html
@@ -53,10 +53,11 @@
                         <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>
-                            <a href="http://git.maneage.org/project.git/">Git</a>
-                            <a href="tutorial.html">Tutorial</a>
+                          <a href="index.html">Home</a>
+                          <a href="https://gitlab.com/maneage/project/-/blob/maneage/README-hacking.md#customization-checklist">Quick start</a>
+                          <a href="about.html">About</a>
+                          <a href="http://git.maneage.org/project.git/">Git</a>
+                          <a href="tutorial.html">Tutorial</a>
                         </div>
                     </nav>
                 </header>
-- 
cgit v1.2.1