aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-13 08:57:36 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-13 08:57:36 +0000
commit47093c298d4cf60375311200d3ae85a57d787262 (patch)
tree26721195b7ff21d695107fd7bbfb1885df762be2 /index.html
parenta53bdbe2af0c9a9e9bc76be9d8f5e8f9ddcb2892 (diff)
parent952f7cefcd35550bb0930418e56c524f09eca92d (diff)
Added a popup window for login
Diffstat (limited to 'index.html')
-rw-r--r--index.html34
1 files changed, 11 insertions, 23 deletions
diff --git a/index.html b/index.html
index 8cce20b..0f12814 100644
--- a/index.html
+++ b/index.html
@@ -86,47 +86,36 @@
</nav>
<header>
- <div class="header-content">
-
- <div class="header-content-inner">
- <p>
- <strong>The solutions to all your problems</strong>
- </p>
- <hr>
-
+ <div class="header-content"
+ <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>
- <input type="search" class="form-control" aria-label="..." name="search" placeholder="Enter course name">
+ <!-- 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 +137,6 @@
<span class="icon-bar"></span>
</button>
</div>
-
</div>
</nav>
</footer>