Revamped the home page a bit

This commit is contained in:
2022-12-11 21:29:18 -05:00
parent f3e970ab1b
commit 4c9d46f875
5 changed files with 101 additions and 16 deletions

9
views/layout/actions.erb Normal file
View File

@ -0,0 +1,9 @@
<div id="main-actions" class="container fluid card">
<div class="row">
<div class="six columns">
<form action="/search" class="u-full-width">
<input id="search-field" class="u-full-width" type="text" placeholder="Search your inventory..." name="Search field">
</form>
</div>
</div>
</div>