Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bfdf0220f6 |
@@ -19,10 +19,20 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-8 grid grid-cols-1 md:grid-cols-2 gap-6">
|
<div class="mt-8 grid grid-cols-1 md:grid-cols-2 gap-6">
|
||||||
|
<!-- Fonctionnalité 1 -->
|
||||||
<div class="bg-green-100 p-4 rounded-lg">
|
<div class="bg-green-100 p-4 rounded-lg">
|
||||||
<h3 class="text-xl font-semibold text-green-800 mb-2">Fonctionnalité 1</h3>
|
<h3 class="text-xl font-semibold text-green-800 mb-2">Fonctionnalité 1</h3>
|
||||||
<p class="text-green-600">Description de la première fonctionnalité.</p>
|
<p class="text-green-600 mb-4">Gérer les menus.</p>
|
||||||
|
<div class="flex space-x-4">
|
||||||
|
<a href="{{ path('app_menu_new') }}" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
|
||||||
|
Créer un menu
|
||||||
|
</a>
|
||||||
|
<a href="{{ path('app_menu_index') }}" class="bg-yellow-500 hover:bg-yellow-700 text-white font-bold py-2 px-4 rounded">
|
||||||
|
Modifier un menu
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- Fonctionnalité 2 -->
|
||||||
<div class="bg-yellow-100 p-4 rounded-lg">
|
<div class="bg-yellow-100 p-4 rounded-lg">
|
||||||
<h3 class="text-xl font-semibold text-yellow-800 mb-2">Fonctionnalité 2</h3>
|
<h3 class="text-xl font-semibold text-yellow-800 mb-2">Fonctionnalité 2</h3>
|
||||||
<p class="text-yellow-600">Description de la deuxième fonctionnalité.</p>
|
<p class="text-yellow-600">Description de la deuxième fonctionnalité.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user