|
|
@ -2,15 +2,12 @@ |
|
|
|
{% block head %} |
|
|
|
{{super()}} |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
<header class="nav navbar"> |
|
|
|
<header class="text-center nav navbar"> |
|
|
|
<section class="navbar-section"> |
|
|
|
<div class="title-div"> |
|
|
|
<strong>Search For Books - by the |
|
|
|
<a href="https://mgoal.ca/blog" target="_blank">Guerilla Open Access League</a> |
|
|
|
</strong> |
|
|
|
<h1>TextBook Commons</h1> |
|
|
|
<h5>Type in the name of your course and start saving money on your books</h5> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
<section class="navbar-section"> |
|
|
|
<search class="search-form"></search> |
|
|
|
</section> |
|
|
|
</header> |
|
|
|