Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Matbobe/Crepe-Riz
Browse files Browse the repository at this point in the history
  • Loading branch information
Matbobe committed Dec 19, 2023
2 parents 7061a05 + 9dce3a4 commit c5d7eff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
17 changes: 12 additions & 5 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,19 @@
</p>
</div>
</div>

<div class="px-6 py-8 flex flex-col gap-8 bg-[#f8f1e9]">
<h2 style="
margin: 0 auto;
text-align: center;
color: #4e342e;
font-size: 36px;
font-weight: 800;
line-height: 40px;
">
Récompenses
</h2>
</div>
<!-- Presentation du personnels -->

<!-- Livre d'or -->
<div class="px-6 py-8 flex flex-col gap-8 bg-[#f8f1e9]">
<h2 style="
Expand Down Expand Up @@ -296,8 +306,6 @@
</form>
</div>
</div>


<div class="actualites-container" style="background: #f8f1e9; padding: 50px;">
<h2 style=" margin: 0 auto;
text-align: center;
Expand All @@ -322,7 +330,6 @@
</article>
</div>
</div>

<!-- Newsletter -->
<div class="w-full bg-[#eee7df] py-12 px-10 flex flex-col gap-12 items-center">
<div style="width: 100%; align-items: center; display: inline-flex">
Expand Down
12 changes: 3 additions & 9 deletions menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,6 @@ <h1 style="color: #4e342e; font-size: 32px; font-weight: 800">
<div
style="
align-self: stretch;
padding-top: 64px;
padding-bottom: 64px;
padding-left: 80px;
padding-right: 64px;
background: #EEE7DF;
justify-content: space-between;
align-items: center;
Expand All @@ -244,11 +240,9 @@ <h1 style="color: #4e342e; font-size: 32px; font-weight: 800">
<div
style="
flex: 1 1 0;
padding-right: 80px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
display: inline-flex;
"
>
Expand All @@ -263,10 +257,10 @@ <h1 style="color: #4e342e; font-size: 32px; font-weight: 800">
"
>
</div>
<div class="menu">
<img style="width: 1090px; height: 1425px; border-radius: 20px;" src="./images/Entrée.png"/>
<div class="menu" style="display: grid; height: 100%; margin-top: 5%;">
<img style="max-width: 100%; max-height: 150vh; margin:auto; border-radius: 20px;" src="./images/Entrée.png"/>
</div>
<div style="padding: 8px 16px; background: #ffb74d; border-radius: 12px">
<div style="margin:2%;padding: 8px 16px; background: #ffb74d; border-radius: 12px">
<a href="./images/Entree.pdf" download="Menu_Crêperie.pdf">Télécharger le PDF</a>
</div>
</div>
Expand Down

0 comments on commit c5d7eff

Please sign in to comment.