-
Notifications
You must be signed in to change notification settings - Fork 0
/
corporatif.html.php
27 lines (27 loc) · 1.57 KB
/
corporatif.html.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<h1><span>Événements Corporatifs</span></h1>
<article id="prod2">
<h2>Product name</h2>
<div class="product-info">
<p class="product-text">
Le Prétentieux est un mélange parfait de framboises rafraîchissantes,<br>
d’onctueuse pâte d’amandes et de chocolat noir raffiné. Son parfum, <br>ainsi que sa saveur sont tout simplement irréprochables! <br><br>
Disponible en grand et petit format.
</p>
<img class="product-image" src="img/pretentieux1.jpg" alt="pretentieux1" width="890" height="490" />
<img class="product-image" src="img/pretentieux2.jpg" alt="pretentieux2" width="890" height="490" />
</div>
</article>
<article id="prod3">
<h2>Product name</h2>
<div class="product-info">
<p class="product-text">
L’Intrigant est un mélange osé de pistaches croquantes et de pâte de goyave. <br>
Ce dessert aux couleurs vibrantes allie des saveurs et parfums qui charmeront tous les fins palais. <br>
Gageons qu’il saura piquer votre curiosité!<br>
<br>Disponible en grand et petit format.
</p>
<img class="product-image" src="img/intrigant1.jpg" alt="intrigant1" width="890" height="490" />
<img class="product-image" src="img/intrigant2.jpg" alt="intrigant2" width="890" height="490" />
<img class="product-image" src="img/intrigant3.jpg" alt="intrigant3" width="890" height="490" />
</div>
</article>