Skip to content
Snippets Groups Projects
Commit 6299b06b authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Search bar

parent d21ca275
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -13,6 +13,7 @@
<li><a {% if page.section == 'Events' %} class="active" {% endif %} href="{{ site.baseurl }}/events">Events</a></li>
<li><a {% if page.section == 'News' %} class="active" {% endif %} href="{{ site.baseurl }}/news">News</a></li>
<li><a {% if page.section == 'Contact' %} class="active" {% endif-%} href="{{ site.baseurl }}/contact">Contact</a></li>
<li><a {% if page.section == 'Search' %} class="active" {% endif-%} href="{{ site.baseurl }}/search">Search</a></li>
</ul>
</div>
</div>
......
---
layout: default
---
<article>
<div id="left-column"></div>
<div>
<header>
<h1>
{{ page.title | escape }}
</h1>
</header>
<input class="search" placeholder="Search " />
<button type="submit" value="Search with Google">Search with Google</button>
</div>
</article>
......@@ -442,3 +442,19 @@ div.post {
}
}
}
input.search {
width: 400px;
height: 35px;
font-size: 20px;
padding: 5px;
padding-left: 10px;
border-radius: 5px;
border: solid 3px #f47d21;
}
button.search {
margin-left: 8px;
height: 50px;
font-size: 20px;
}
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "elixir-theme"
spec.version = "0.2.10"
spec.version = "0.2.11"
spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment