-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tom Billington
authored and
Tom Billington
committed
Jun 26, 2021
1 parent
e2c3e80
commit be456fd
Showing
9 changed files
with
144 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div class="container grid-xl"> | ||
<form action="/search.html"> | ||
<label for="search_box" class="text-light mb-2">Search:</label> | ||
<input type="text" id="search_box" name="query" style="margin: 0 15px"> | ||
<input type="submit" class="btn" value="Search"> | ||
</form> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: default | ||
--- | ||
{% include header.html %} | ||
|
||
<div class="container-full"> | ||
<div class="container grid-xl"> | ||
<div class="mt-12 show-md"></div> | ||
<div class="mt-8"></div> | ||
<div class="columns negative-m-xl"> | ||
<div class="column col-12"> | ||
<ul class="breadcrumb"> | ||
<li class="breadcrumb-item"> | ||
<a href="{{ site.url }}{{ site.baseurl }}">Help Center Home</a> | ||
</li> | ||
<li class="breadcrumb-item"> | ||
<a href="#">Search Results</a> | ||
</li> | ||
</ul> | ||
<h2 class="text-light text-bold">Search Results</h2> | ||
</div> | ||
{{ content }} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.