Browse Source

loading thingy

master
wes 9 years ago
parent
commit
cd86679662
  1. 2
      src/styles/search.css
  2. 26
      src/templates/search.html

2
src/styles/search.css

@ -129,6 +129,6 @@ a {
margin-left: 30px;
}
.title-div {
.page-top {
font-size: 25px;
}

26
src/templates/search.html

@ -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>

Loading…
Cancel
Save