Skip to content

Commit

Permalink
feat: add news
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdeleze committed Aug 5, 2024
1 parent 6c26803 commit c6f4539
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added assets/images/news/preparation-bieres.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions templates/default/news.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

{% block content %}
<div class="grid grid-cols-1 md:grid-cols-2 gap-12">
<div class="flex flex-col gap-2">
<h2 class="text-3xl font-heading">Préparation des commandes</h2>
<p>05/08/2024</p>
<img src="{{ asset('images/news/preparation-bieres.jpg') }}" alt="">
<p class="">
Les commandes de bières vont bon train! Préparation minutieuse des paquets!
</p>
</div>
<div class="flex flex-col gap-2">
<h2 class="text-3xl font-heading">Les bières sont là!</h2>
<p>27/07/2024</p>
Expand Down

0 comments on commit c6f4539

Please sign in to comment.