From 0b5f306cd757493a76ddc3b17382b48635f66a8a Mon Sep 17 00:00:00 2001
From: Cedric Willekens <c.s.willekens@student.tudelft.nl>
Date: Thu, 24 Oct 2019 14:38:37 +0200
Subject: [PATCH] Start filling about page

---
 src/main/resources/templates/about.html | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/src/main/resources/templates/about.html b/src/main/resources/templates/about.html
index 539e1898d..321201f40 100644
--- a/src/main/resources/templates/about.html
+++ b/src/main/resources/templates/about.html
@@ -25,6 +25,26 @@
 <section layout:fragment="container">
     <div class="page-header">
         <h1>About</h1>
+
+        <h3>What is Queue?</h3>
+        The Queue is a tool which helps with handeling questions of students during question hours/labs.
+        In the Queue the student is able to enroll himself for a specific lab, after enrolling he/she will be put
+        in the queue. A student assistant and or teacher is then able to, one-by-one, get the student out of the queue
+        and handle his question/submission.
+
+        <h3>How to report bugs?</h3>
+        something something
+
+        <h3>How to contribute</h3>
+        Since this software system is open source, we would like to invite people to help us make it better.
+        We are currently hosting the project on the <a href="http://gitlab.ewi.tudelft.nl">TU Delft Gitlab</a>.
+        In order to be able to contribute, request access to our repository and then we will setup you
+        up with a repository.
+
+        <h3>Funding</h3>
+        Otto heeft een mooi goudpotje
+
+        <h3>Authors</h3>
     </div>
 </section>
 
-- 
GitLab