logo svg
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
<a href="/">
|
||||
<div class="flex items-center space-x-3 pl-4">
|
||||
<h3 class="text-2xl font-bold">Sortie</h3>
|
||||
<img src="{{ asset('img/logo.png') }}" alt="Logo" class="h-10">
|
||||
<img src="{{ asset('img/logo.svg') }}" alt="Logo" class="h-10">
|
||||
</div>
|
||||
</a>
|
||||
<!-- Liens de navigation -->
|
||||
<div class="relative">
|
||||
<button id="menu-button" class="p-2 pr-4 text-gray-700 font-bold hover:text-blue-500 focus:outline-none">
|
||||
<img alt="burger-menu" src="{{ asset('img/burger-bar.png') }}">
|
||||
<button style="height:64px; width: 64px;" id="menu-button" class="p-2 pr-4 text-gray-700 font-bold hover:text-blue-500 focus:outline-none">
|
||||
<img alt="burger-menu" src="{{ asset('img/burger-menu.svg') }}">
|
||||
</button>
|
||||
<ul id="navbar" class="hidden absolute top-12 right-0 w-48 bg-white shadow-md p-4 flex-col space-y-4">
|
||||
<li><a href="/" class="text-gray-700 font-bold hover:text-blue-500">Accueil</a></li>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
{%block content %}
|
||||
<div class="flex justify-center items-center py-52">
|
||||
<div class="bg-white shadow-lg rounded-lg p-8 max-w-md text-center">
|
||||
<img src="{{ asset('img/logo-512.png') }}" alt="Logo" class="h-28 mx-auto mb-4">
|
||||
<img src="{{ asset('img/logo.svg') }}" alt="Logo" class="h-28 mx-auto mb-4">
|
||||
<h3 class="text-2xl font-bold text-center pb-3">Créer une nouvelle sortie</h3>
|
||||
<p class="text-gray-700 text-justify mb-4">Vous pouvez créer une liste de voeux facilement depuis mon application web ! Cliquer sur le bouton juste en dessous pour continuer</p>
|
||||
<div class="flex flex-row justify-between">
|
||||
|
||||
Reference in New Issue
Block a user