Added favicon
This commit is contained in:
BIN
app/assets/images/favicon.png
Normal file
BIN
app/assets/images/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
@@ -8,20 +8,21 @@
|
||||
<%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %>
|
||||
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
|
||||
<%= javascript_importmap_tags %>
|
||||
<%= favicon_link_tag asset_path("favicon.png") %>
|
||||
</head>
|
||||
<body>
|
||||
<%= render "layouts/flash" %>
|
||||
<header class="container mx-auto px-4 py-6 flex items-center justify-between border-b-2 border-gray-300">
|
||||
<a href="/" class="font-bold text-black text-4xl">Plottservice Fachbereich AB</a>
|
||||
<header class="container flex items-center justify-between px-4 py-6 mx-auto border-b-2 border-gray-300">
|
||||
<a href="/" class="text-4xl font-bold text-black">Plottservice Fachbereich AB</a>
|
||||
<nav>
|
||||
<ul class="flex items-color justify-center font-semibold">
|
||||
<ul class="flex justify-center font-semibold items-color">
|
||||
<li class="relative">
|
||||
<button class="px-4 py-2 hover:text-hsrm-red cursor-default">
|
||||
<button class="px-4 py-2 cursor-default hover:text-hsrm-red">
|
||||
Admin
|
||||
</button>
|
||||
</li>
|
||||
<li class="relative">
|
||||
<button class="px-4 py-2 hover:text-hsrm-red cursor-default">
|
||||
<button class="px-4 py-2 cursor-default hover:text-hsrm-red">
|
||||
<%= link_to 'Operator', operator_jobs_path %>
|
||||
</button>
|
||||
</li>
|
||||
@@ -30,17 +31,17 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" class="px-3 py-2 font-semibold bg-hsrm-red hover:bg-hsrm-red-light shadow-lg transition-colors duration-100 bg-opacity-100 flex items-center group text-white">
|
||||
<a href="#" class="flex items-center px-3 py-2 font-semibold text-white transition-colors duration-100 bg-opacity-100 shadow-lg bg-hsrm-red hover:bg-hsrm-red-light group">
|
||||
<span>Anmelden</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<main class="container mx-auto mt-4 px-4">
|
||||
<main class="container px-4 mx-auto mt-4">
|
||||
<%= yield %>
|
||||
</main>
|
||||
<footer class="container mx-auto px-4 mt-4">
|
||||
<footer class="container px-4 mx-auto mt-4">
|
||||
<p></p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user