Browse Source

loading thingy

master
wes 9 years ago
parent
commit
6a2e43ec6a
  1. 26
      src/templates/search.html

26
src/templates/search.html

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

Loading…
Cancel
Save