Skip to content
Snippets Groups Projects
Commit 1bd0eb6b authored by WAGNER ERIC's avatar WAGNER ERIC
Browse files

modifications de quelques bugs header + footer

parent 7b811091
Branches
No related merge requests found
public/images/image.png

83.8 KiB

......@@ -18,10 +18,10 @@
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body>
<body class="min-h-screen">
<header class="flex justify-between items-center bg-[#5C9EAD] text-[#EEEEEE] px-5">
<div class="flex flex-row p-5 items-center gap-5">
<img src="image.png" alt="logo" class="w-[100px] h-[100px]">
<img src="{{ asset('images/image.png') }}" alt="logo" class="w-[100px] h-[100px]">
<h1><a href="{{ path('home') }}" class="text-6xl font-title">ConcertFinder</a></h1>
</div>
<nav>
......@@ -31,18 +31,14 @@
</ul>
</nav>
</header>
<a href="{{ path('home') }}">Accueil</a> <br>
<a href="{{ path('legal_notice') }}">Mentions légales</a> <br>
<a href="{{ path('app_salles_index') }}">Toutes les salles (+ page pour clara(une salle en particulier) et melih(new))</a> <br>
<a href="{{ path('contact') }}">Page Contact</a> <br>
<a href="{{ path('app_villes_index') }}">Toutes les villes (+ page pour nico )</a> <br>
<a href="{{ path('app_concerts_index') }}">Tous les concerts (+page pour melih(ajout concert))</a> <br>
<a href="{{ path('app_login') }}">Connection</a>
{% block body %}{% endblock %}
<footer class="bg-[#5C9EAD] pt-8 fixed bottom-0 w-screen text-[#EEEEEE]">
<footer class="bg-[#5C9EAD] pt-8 relative bottom-0 text-[#EEEEEE]">
<div class="mx-5 py-8 flex flex-row justify-between border-b-4 border-[#EEEEEE]">
<div class="flex flex-row gap-3">
<img src="image.png" alt="logo" class="w-[80px] h-[80px]">
<img src="{{ asset('images/image.png') }}" alt="logo" class="w-[80px] h-[80px]">
<a href="">ConcertFinder</a>
</div>
<h1 class="text-6xl font-slogan font-bold">spice up your life</h1>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment