+
© 2022 - Les Grosses Mitaines à Ginette et Monique, inc.
diff --git a/GrossesMitaines/grosses-mitaines-ui/src/components/partenaires/quebec.jpg b/GrossesMitaines/grosses-mitaines-ui/src/components/partenaires/quebec.jpg
new file mode 100644
index 0000000..5b17287
Binary files /dev/null and b/GrossesMitaines/grosses-mitaines-ui/src/components/partenaires/quebec.jpg differ
diff --git a/GrossesMitaines/grosses-mitaines-ui/public/images/partenaires/sqdc1.jpg b/GrossesMitaines/grosses-mitaines-ui/src/components/partenaires/sqdc.jpg
similarity index 100%
rename from GrossesMitaines/grosses-mitaines-ui/public/images/partenaires/sqdc1.jpg
rename to GrossesMitaines/grosses-mitaines-ui/src/components/partenaires/sqdc.jpg
diff --git a/GrossesMitaines/grosses-mitaines-ui/public/images/partenaires/logo-guidelines-fy21-GTlogo-colour.jpg b/GrossesMitaines/grosses-mitaines-ui/src/components/partenaires/tg.jpg
similarity index 100%
rename from GrossesMitaines/grosses-mitaines-ui/public/images/partenaires/logo-guidelines-fy21-GTlogo-colour.jpg
rename to GrossesMitaines/grosses-mitaines-ui/src/components/partenaires/tg.jpg
diff --git a/GrossesMitaines/grosses-mitaines-ui/src/stylesheets/site.css b/GrossesMitaines/grosses-mitaines-ui/src/stylesheets/site.css
index f5ffa83..2901d45 100644
--- a/GrossesMitaines/grosses-mitaines-ui/src/stylesheets/site.css
+++ b/GrossesMitaines/grosses-mitaines-ui/src/stylesheets/site.css
@@ -4,6 +4,11 @@ body {
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
+ min-height: 100%;
+}
+
+html{
+ height:100%;
}
.home-text{
@@ -106,9 +111,36 @@ body {
background-color: plum;
}
+
+
.footer-container{
+ color: black;
margin-top: 5%;
- background-color: black;
+ padding: 2% 3% 2% 3%;
+ background-color: white;
+}
+
+.footer-links{
+ display: flex;
+}
+
+.footer-link{
+ color:purple;
+ text-shadow: 5px 5px 10px rgba(0, 0, 0, .75);
+ margin:auto;
+}
+
+.footer-link:hover{
+ color: plum;
+}
+
+.footer-partners{
+ display:flex;
+}
+.partner-img{
+ margin:auto;
+ height:50px;
+
}
/* specification pour les écrans plus petits / cells */