|
|
@ -3,22 +3,20 @@ |
|
|
|
{{super()}} |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
<header class="text-center nav navbar"> |
|
|
|
<div class="title-div"> |
|
|
|
<section class="navbar-section"> |
|
|
|
<div class="container"> |
|
|
|
<div class="columns"> |
|
|
|
<div class="title column col-9"><h1>TextBook Commons</h1></div> |
|
|
|
<div class="logo column col-3"> |
|
|
|
<figure class="avatar avatar-xl"> |
|
|
|
<img src="https://mgoal.ca/goal_small.png" /> |
|
|
|
</figure> |
|
|
|
</div> |
|
|
|
<section class="page-top navbar-section"> |
|
|
|
<div class="container"> |
|
|
|
<div class="columns"> |
|
|
|
<div class="title column col-9"><h1>TextBook Commons</h1></div> |
|
|
|
<div class="logo column col-3"> |
|
|
|
<figure class="avatar avatar-xl"> |
|
|
|
<img src="https://mgoal.ca/goal_small.png" /> |
|
|
|
</figure> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<h5>Search for your course and start saving money on your books</h5> |
|
|
|
<search></search> |
|
|
|
</section> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<h5>Search for your course and start saving money on your books</h5> |
|
|
|
<search></search> |
|
|
|
</section> |
|
|
|
</header> |
|
|
|
{% endblock %} |
|
|
|
<html> |
|
|
|