-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
37 lines (36 loc) · 1.28 KB
/
search.html
File metadata and controls
37 lines (36 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
layout: minimal
title: Search Results
headline: Search
subheadline: Powered by Google
noindex: true
breadcrumb: false
---
<section class="section-border text-center text-md-left">
<div class="container">
{% include breadcrumb.html class='pull-md-right' %}
<h5 class="rd-navbar-search-stats text-uppercase letter-spacing-1 pull-md-left inset-4"></h5>
</div>
</section>
<section class="well well-sm">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="row">
<div style="padding-bottom: 40px;" class="col-xs-12 section-border">
<h2>New Search</h2>
<p class="lead">Not what you're looking for? Try your search again.</p>
<form class="offset-1" method="get" action="{{ site.baseurl }}/search/">
<div class="form-group">
<label for="search" class="text-uppercase font-secondary"></label>
<input type="text" placeholder="Search" id="search" name="q" class="rd-navbar-search-box width-1 form-control" />
<button type="submit" class="btn btn-primary btn-xs round-xl">Search</button>
</div>
</form>
</div>
</div>
<div class="rd-navbar-search-results"></div>
</div>
</div>
</div>
</section>