style(search): 'Powered by' instead of 'Search using'

This commit is contained in:
curben 2019-06-23 17:10:15 +09:30
parent 7a7a610d8e
commit e9c907e480
1 changed files with 5 additions and 5 deletions

View File

@ -7,13 +7,13 @@
<div class="searchContainer"> <div class="searchContainer">
<form id="searchForm" method="post" action="https://duckduckgo.com/" target="_blank"> <form id="searchForm" method="post" action="https://duckduckgo.com/" target="_blank">
<input type="text" name="q" class="searchBox" id="searchTxt" placeholder="Search..." title="Search with DuckDuckGo"> <input type="text" name="q" class="searchBox" id="searchTxt" placeholder="Search..." title="Powered by DuckDuckGo">
<input type="hidden" name="kd" value="-1"> <input type="hidden" name="kd" value="-1">
<input type="hidden" name="kg" value="p"> <input type="hidden" name="kg" value="p">
<input type="hidden" name="kae" value="#000"> <input type="hidden" name="kae" value="#000">
<a class="searchBtn no-underline" id="searchClick"> <a class="searchBtn no-underline" id="searchClick">
<svg viewBox="0 0 512 512"> <svg viewBox="0 0 512 512">
<title>Search using DuckDuckGo</title> <title>Powered by DuckDuckGo</title>
<desc>Search icon</desc> <desc>Search icon</desc>
<use href="/svg/search.svg#search"/> <use href="/svg/search.svg#search"/>
</svg> </svg>
@ -30,20 +30,20 @@
<ul class="mobile-nav-link"> <ul class="mobile-nav-link">
<div class="searchContainer"> <div class="searchContainer">
<form id="searchFormMob" method="post" action="https://duckduckgo.com/" target="_blank"> <form id="searchFormMob" method="post" action="https://duckduckgo.com/" target="_blank">
<input type="text" name="q" class="searchBox" id="searchTxtMob" placeholder="Search..." title="Search with DuckDuckGo"> <input type="text" name="q" class="searchBox" id="searchTxtMob" placeholder="Search..." title="Powered by DuckDuckGo">
<input type="hidden" name="kd" value="-1"> <input type="hidden" name="kd" value="-1">
<input type="hidden" name="kg" value="p"> <input type="hidden" name="kg" value="p">
<input type="hidden" name="kae" value="#000"> <input type="hidden" name="kae" value="#000">
<a class="searchBtn no-underline" id="searchClickMob"> <a class="searchBtn no-underline" id="searchClickMob">
<svg viewBox="0 0 512 512"> <svg viewBox="0 0 512 512">
<title>Search using DuckDuckGo</title> <title>Powered by DuckDuckGo</title>
<desc>Search icon</desc> <desc>Search icon</desc>
<use href="/svg/search.svg#search"/> <use href="/svg/search.svg#search"/>
</svg> </svg>
</a> </a>
</form> </form>
</div> </div>
<p><br></p> <i>Powered by DuckDuckGo</i>
<% for (let i in theme.menu) { %> <% for (let i in theme.menu) { %>
<a class="mobile-nav-link-a" href="<%- url_for(theme.menu[i]) %>"><%= i %></a> <a class="mobile-nav-link-a" href="<%- url_for(theme.menu[i]) %>"><%= i %></a>
<% } %> <% } %>