Ajout des informations de contact dans À Propos

This commit is contained in:
Victor Turgeon 2022-09-11 16:54:01 -07:00
parent 37b05901d7
commit 6b9e63fdd4

View File

@ -15,7 +15,7 @@
<div class="col col-12 col-md-6 col-lg-8 text-light">
<br />
<h4>
Ginette
Ginette - Co-Fondatrice
</h4>
<br />
<p>
@ -31,7 +31,7 @@
<div class="row">
<div class="col col-12 col-md-6 col-lg-8 text-light">
<h4>
Monique
Monique - Co-Fondatrice
</h4>
<br />
<p>
@ -45,3 +45,45 @@
<img src="~/img/moman.jpg" />
</div>
</div>
<br />
<br />
<br />
<div class="row bg-dark text-light pt-3">
<ul style="list-style-type: none;">
<li>
<h5 style="font-family:Comic Sans MS;">
<span class="fa fa-location-dot"></span> Adresse:
</h5>
<a href="https://goo.gl/maps/B76oSoXg9FXuTmCD6" target="_blank">
<span class="fa fa-arrow-up-right-from-square"></span> 3005 Bd Laframboise, Saint-Hyacinthe, QC J2S 4Z6
</a>
</li>
<br />
<li>
<h5 style="font-family:Comic Sans MS;">
<span class="fa fa-envelope"></span> Courriel:
</h5>
<a href="mailto:grossesmitaines@example.com" >
<span class="fa fa-feather"></span> grossesmitaines@example.com
</a>
</li>
<br />
<li>
<h5 style="font-family:Comic Sans MS;">
<span class="fa fa-phone"></span> Appellez-nous:
</h5>
<a href="tel:666-666-6666">
<span class="fa fa-phone-volume"></span> 666-666-666
</a>
</li>
<br />
<li>
<h5 style="font-family:Comic Sans MS;">
Question?
</h5>
<a asp-area="" asp-controller="Home" asp-action="ContactUs">
Nous Contacter
</a>
</li>
</ul>
</div>