Skip to content

Commit

Permalink
Incorporate custom google search
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Jan 31, 2016
1 parent 06132ac commit 3c0cd7b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion layouts/partials/headerbanner1.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@
</div>
<div class="clearfix sm-hide"></div>
<div class="overflow-hidden px2 py1" role="search">
<input type="text" class="right fit field white sans light bg-darken-2" placeholder="Search">
<form id="cse-search-box" action="http://google.com/cse">
<input type="hidden" name="cx" value="018195656038046585595:v0aqyxd648a" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="fit field white sans light bg-darken-2" placeholder="Google Custom Search" />
<input type="submit" name="sa" class="right white sans light btn btn-primary bg-lighten-2" value="Search" />
</form>
</div>

<span class="r-Tooltip r-Tooltip--bottom r-Tooltip--nowrap" data-r-tooltip="RCC Home">
<a href="{{ .Site.BaseURL }}"><img src="/img/rcc-logo-1.svg" width="40" class="m0 p1 bg-lighten-4 rounded"></a>
</span>
Expand Down

0 comments on commit 3c0cd7b

Please sign in to comment.