-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74791b9
commit 04de695
Showing
2 changed files
with
197 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,8 +82,8 @@ <h2>Pour passer commande...</h2> | |
<br><br><div> | ||
<a href="https://www.instagram.com/lamadeleinemasquee" target="_blank"><i class="fa-brands fa-instagram"></i></a> | ||
<a href="https://www.facebook.com/lamadeleinemasquee" target="_blank"><i class="fa-brands fa-facebook"></i></a> | ||
<a href="+33 6 43 67 16 67"> <i class="fa-brands fa-whatsapp"></i></a> | ||
<a href="mailto:[email protected]"> <i class="fa-brands fa-enveloppe"></i></a> | ||
<a href="tel:+33643671667"> <i class="fa-brands fa-whatsapp"></i></a> | ||
<a href="mailto:[email protected]"> <i class="fa-regular fa-envelope"></i></a> | ||
<br></div> | ||
|
||
</div> | ||
|
@@ -92,6 +92,61 @@ <h2>Pour passer commande...</h2> | |
<br><br> Livraison gratuite dans le 1,6,7eme <br> 5e dans les autres arrondissements <br>10e dans les villes adjointes. | ||
<br><br> Click&Collect disponible sur rdv à l'abbaye Saint Victor</div> | ||
|
||
|
||
<div class="profile-container"> | ||
<!-- Profile Header --> | ||
<div class="profile-header"> | ||
<div class="profile-pic"> | ||
<img src="/assets/images/logo.png" alt="Profile Picture"> | ||
</div> | ||
<div class="profile-info"> | ||
<div class="profile-name">lamadeleinemasquee</div> | ||
<button class="follow-btn"> <a class="follow-btn" style="font-size:15px;" target="_blank" href='https:www.instagram.com/lamadeleinemasquee/'> Follow</a></button> | ||
</div> | ||
</div> | ||
|
||
<!-- Grid of Posts --> | ||
<div class="posts-grid"> | ||
<!-- Post 1 --> | ||
<div class="insta-post"> | ||
<a href="https:www.instagram.com/lamadeleinemasquee" target="_blank"> | ||
<img src="/assets/images/1.png" alt="Post Image"> | ||
</a> | ||
<div class="insta-actions"> | ||
<div> | ||
Le coffret GEMINI. | ||
Les 2 cotés de la madeleine sont... | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Post 2 --> | ||
<div class="insta-post"> | ||
<a href="https:www.instagram.com/lamadeleinemasquee" target="_blank"> | ||
<img src="/assets/images/2.png" alt="Post Image" href='https:www.instagram.com/lamadeleinemasquee'></a> | ||
<div class="insta-actions"> | ||
<div> | ||
C’est bon, c’est aujourd’hui… complet... | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
<!-- Post 3 --> | ||
<div class="insta-post"> | ||
<a href="https:www.instagram.com/lamadeleinemasquee" target="_blank"> | ||
<img src="/assets/images/3.png" alt="Post Image" href='https:www.instagram.com/lamadeleinemasquee'></a> | ||
<div class="insta-actions"> | ||
<div> | ||
Le printemps arrive ! | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
</div> | ||
|