From 1904de750f421cce9bec21ab89c50ea7a38a37d4 Mon Sep 17 00:00:00 2001 From: HumairAK Date: Mon, 25 Jul 2016 01:57:14 -0400 Subject: Added user search feature, fixed styilng, added some scripting --- views/exams.hbs | 29 ++++++++++++++++------------- views/index.hbs | 16 ++++++++++------ views/partials/header.hbs | 17 +++++++++++++---- 3 files changed, 39 insertions(+), 23 deletions(-) (limited to 'views') diff --git a/views/exams.hbs b/views/exams.hbs index b5e5092..8b179f3 100644 --- a/views/exams.hbs +++ b/views/exams.hbs @@ -1,18 +1,21 @@
diff --git a/views/index.hbs b/views/index.hbs index 59c589f..c3cbeab 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -1,7 +1,7 @@
-
+

The solutions to all your problems


@@ -14,13 +14,17 @@ class="btn btn-default dropdown-toggle search-button" data-toggle="dropdown" aria-haspopup="true" - aria-expanded="false"> - Courses + aria-expanded="false" id="search-drop-down"> + Courses -
diff --git a/views/partials/header.hbs b/views/partials/header.hbs index 901b249..08dc92f 100644 --- a/views/partials/header.hbs +++ b/views/partials/header.hbs @@ -30,10 +30,14 @@
  • Exams Pages
  • -->