maybe this is better navbar

This commit is contained in:
drusepth 2022-03-20 20:08:30 -07:00
parent a1557b324f
commit 6478de749d

View File

@ -1,8 +1,13 @@
<div class="shadow-lg bg-notebook-blue text-white w-full flex justify-between sticky top-0 z-50 py-1 px-1">
<div class="block pt-1 pl-1 text-xl font-bold">
<%= image_tag 'logos/book-small.webp', class: 'h-8 w-8 px-1 float-left mr-3 bg-white rounded-full' %>
<%= link_to 'Notebook.ai', root_path, class: 'hover:text-blue-100' %>
</div>
<%= link_to root_path, class: 'hover:text-blue-100' do %>
<%# image_tag 'logos/book-small.webp', class: 'h-8 px-1 float-left mr-3 bg-white rounded-full' %>
<i class="material-icons pt-2 ml-4">dashboard</i>
<span class="pl-1 text-3xl font-bold">
Notebook.ai
</span>
<% end %>
<div class="text-notebook-blue">
<input class="border-2 border-gray-300 bg-white h-10 px-5 pr-16 rounded-lg text-sm focus:outline-none"