From 149f0ed5d3ad8274505787a8ec6ac4ef1524b279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herman=20=C3=95unapuu?= Date: Sun, 5 Aug 2018 14:39:44 +0300 Subject: [PATCH] Added very basic student and mentors views for now --- _includes/footer.html | 11 +---- _sass/header.scss | 2 +- _sass/helpdesk.scss | 2 +- _sass/student.scss | 25 ++++++++++ aboutus.html | 5 ++ assets/main.scss | 1 + mentors.html | 112 ++++++++++++++++++++++++++++++++++++++++++ student.html | 24 +++++++++ student.md | 8 --- 9 files changed, 171 insertions(+), 19 deletions(-) create mode 100644 _sass/student.scss create mode 100644 aboutus.html create mode 100644 mentors.html create mode 100644 student.html delete mode 100644 student.md diff --git a/_includes/footer.html b/_includes/footer.html index 9f555fd..17d7c4e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,17 +1,10 @@