Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
Latest commit
37 lines (36 loc) · 1.28 KB
/
Copy pathsearch.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
---
<sectionclass="section-border text-center text-md-left">
<divclass="container">
{% include breadcrumb.html class='pull-md-right' %}
<h5class="rd-navbar-search-stats text-uppercase letter-spacing-1 pull-md-left inset-4"></h5>
</div>
</section>
<sectionclass="well well-sm">
<divclass="container">
<divclass="row">
<divclass="col-md-8">
<divclass="row">
<divstyle="padding-bottom: 40px;" class="col-xs-12 section-border">
<h2>New Search</h2>
<pclass="lead">Not what you're looking for? Try your search again.</p>
<formclass="offset-1" method="get" action="{{ site.baseurl }}/search/">
<divclass="form-group">
<labelfor="search" class="text-uppercase font-secondary"></label>
<inputtype="text" placeholder="Search" id="search" name="q" class="rd-navbar-search-box width-1 form-control" />
<buttontype="submit" class="btn btn-primary btn-xs round-xl">Search</button>
</div>
</form>
</div>
</div>
<divclass="rd-navbar-search-results"></div>
</div>
</div>
</div>
</section>