Skip to content
Snippets Groups Projects
Commit e4606002 authored by Nicooo67's avatar Nicooo67
Browse files

Modification du DOM

parent fa50c311
Branches home_nicolas
No related merge requests found
public/images/vinile.png

33.1 KiB

......@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
{% block stylesheets %}
......
......@@ -2,22 +2,29 @@
{% block body %}
<header>
<nav></nav>
<div>
<h2>Trouvez un concert
<div class="bg-[#5C9EAD]">
<h2 class="text-white">Trouvez un concert
facilement
avec notre carte !</h2>
<img src="" alt="">
<img src="{{ asset('images/vinile.png') }}" alt="">
</div>
</header>
<main>
<div>
<h3>Cliquez sur la ville de votre choix</h3>
<div class='cadre' id="carte">Carte</div>
</div>
<div>
<h2>Toutes les villes</h2>
<div>
{% for ville in villes %}
<h4>{{ ville.nom }}</h4>
<img src="" alt="">
{% endfor %}
</div>
</div>
</main>
<footer></footer>
<script src="{{ asset('js/home.js') }}"></script>
{% endblock %}
\ No newline at end of file
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