aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-13 08:55:02 +0000
committerHumairAK <humair88@hotmail.com>2016-07-13 08:55:02 +0000
commit952f7cefcd35550bb0930418e56c524f09eca92d (patch)
tree9a681c15203eeb66f1a120ca65709e59ea63db68 /index.html
parent8e52b58efedda826184280abbd9cf2c477fecde2 (diff)
Minor code clean up in html files
Diffstat (limited to 'index.html')
-rw-r--r--index.html32
1 files changed, 9 insertions, 23 deletions
diff --git a/index.html b/index.html
index 59db517..cd70c56 100644
--- a/index.html
+++ b/index.html
@@ -86,47 +86,34 @@
<header>
<div class="header-content">
-
- <div class="header-content-inner">
-
- <p>
- <strong>The solutions to all your problems</strong>
- </p>
- <hr>
-
+ <section class="header-content-inner">
+ <p><strong>The solutions to all your problems</strong></p>
+ <hr> <!-- Divider -->
<div class="search col-md-8 col-lg-8 col-md-offset-2">
+ <!-- Search-bar, Drop-down and Prompt -->
<div class="input-group">
+ <!-- Search Category Drop-Down -->
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle search-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Courses <span class="caret"></span></button>
-
<ul class="dropdown-menu">
<li><a href="#">Courses</a></li>
<li><a href="#">Users</a> </li>
</ul>
</div>
-
+ <!-- Search bar -->
<input type="text" class="form-control" aria-label="..." name="search" placeholder="Enter course name">
+ <!-- Prompt Search -->
<span class="input-group-btn">
<button onclick="window.location='exams.html';"class="btn btn-default search-button go-button" type="button">Go!</button>
</span>
</div>
-
</div>
+ <!-- Site Desciprtion -->
<h5 class="home-intro">
Solutions.repo is a community driven service that provides visitors
with solutions to past UofT Exams.
</h5>
-
- <!--<div class="search">
- <div class="search-select">
- <select>
- <option value="courses">Courses</option>
- <option value="users">Users</option>
- </select>
- </div>
- <input type="text" name="search" placeholder="Enter course name">
- </div> -->
- </div>
+ </section>
</div>
</header>
@@ -148,7 +135,6 @@
<span class="icon-bar"></span>
</button>
</div>
-
</div>
</nav>
</footer>