it's fuckin minuit
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import React from "react";
|
||||
import { useEffect } from "react";
|
||||
import ContactInfo from "../components/ContactInfo";
|
||||
|
||||
const AbtouUs = () => {
|
||||
|
||||
@@ -8,7 +9,7 @@ const AbtouUs = () => {
|
||||
});
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="about-us-container">
|
||||
<div className="row">
|
||||
<div className="col-12 text-light">
|
||||
<h1>À propos de nous:</h1>
|
||||
@@ -19,7 +20,7 @@ const AbtouUs = () => {
|
||||
<div className="col col-12 col-md-6 col-lg-4 ">
|
||||
<img className="border-quetaine" src="/images/madamebrossard.jpg"/>
|
||||
</div>
|
||||
<div className="col col-12 col-md-6 col-lg-8 text-light">
|
||||
<div className="col col-12 col-md-6 col-lg-8 employee-text">
|
||||
<br />
|
||||
<h4>
|
||||
Ginette - Co-Fondatrice
|
||||
@@ -36,7 +37,7 @@ const AbtouUs = () => {
|
||||
<br />
|
||||
<br />
|
||||
<div className="row">
|
||||
<div className="col col-12 col-md-6 col-lg-8 text-light">
|
||||
<div className="col col-12 col-md-6 col-lg-8 employee-text">
|
||||
<h4>
|
||||
Monique - Autre Co-Fondatrice
|
||||
</h4>
|
||||
@@ -55,57 +56,8 @@ const AbtouUs = () => {
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<div className="row bg-dark text-light pt-3">
|
||||
<ul>
|
||||
<li>
|
||||
<h5>
|
||||
<span className="fa fa-location-dot"></span> Adresse:
|
||||
</h5>
|
||||
<a href="https://goo.gl/maps/B76oSoXg9FXuTmCD6" target="_blank">
|
||||
<span className="fa fa-arrow-up-right-from-square"></span> 3005 Bd Laframboise, Saint-Hyacinthe, QC J2S 4Z6
|
||||
</a>
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<h5 >
|
||||
<span className="fa fa-envelope"></span> Courriel:
|
||||
</h5>
|
||||
<a href="mailto:grossesmitaines@example.com" >
|
||||
<span className="fa fa-feather"></span> grossesmitaines@example.com
|
||||
</a>
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<h5 >
|
||||
<span className="fa fa-phone"></span> Appellez-nous:
|
||||
</h5>
|
||||
<a href="tel:666-666-6666">
|
||||
<span className="fa fa-phone-volume"></span> 666-666-666
|
||||
</a>
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<h5 >
|
||||
Réseaux Sociaux:
|
||||
</h5>
|
||||
<div className="row">
|
||||
<span className="col-4 fa fa-facebook"></span>
|
||||
<span className="col-4 fa fa-etsy"></span>
|
||||
<span className="col-4 fa fa-pinterest"></span>
|
||||
</div>
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<h5 >
|
||||
Question?
|
||||
</h5>
|
||||
<a>
|
||||
Nous Contacter
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</>
|
||||
<ContactInfo/>
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user