diff --git a/GrossesMitaines/GrossesMitaines/GrossesMitaines.csproj b/GrossesMitaines/GrossesMitaines/GrossesMitaines.csproj index b3122cf..8c293f5 100644 --- a/GrossesMitaines/GrossesMitaines/GrossesMitaines.csproj +++ b/GrossesMitaines/GrossesMitaines/GrossesMitaines.csproj @@ -23,6 +23,7 @@ + diff --git a/GrossesMitaines/GrossesMitaines/Views/Home/Index.cshtml b/GrossesMitaines/GrossesMitaines/Views/Home/Index.cshtml index 91c9b35..561d25b 100644 --- a/GrossesMitaines/GrossesMitaines/Views/Home/Index.cshtml +++ b/GrossesMitaines/GrossesMitaines/Views/Home/Index.cshtml @@ -11,7 +11,7 @@

-
+

Des produits bien commodes faits par des aînées d'expérience.


diff --git a/GrossesMitaines/GrossesMitaines/Views/Shared/Components/EnVedette/Default.cshtml b/GrossesMitaines/GrossesMitaines/Views/Shared/Components/EnVedette/Default.cshtml index ca5df72..ef3d0a1 100644 --- a/GrossesMitaines/GrossesMitaines/Views/Shared/Components/EnVedette/Default.cshtml +++ b/GrossesMitaines/GrossesMitaines/Views/Shared/Components/EnVedette/Default.cshtml @@ -16,7 +16,7 @@

Ceinture flèchée

Pour faire votre propre bonhomme de 1837, comme dans le bon vieux temps.

Seulement
-

85,86$+tx

+

85,86$+tx

@@ -29,7 +29,7 @@

Pantoufles du Canadien en Phentex

Parce que ça sent la coupe!

Seulement
-

15,64$+tx

+

15,64$+tx

@@ -42,7 +42,7 @@

Jean-Luc Mongrain

On ne lui ferait pas mal, en tout cas!!

Seulement
-

1453,12$+tx

+

1453,12$+tx

diff --git a/GrossesMitaines/GrossesMitaines/Views/Shared/_Layout.cshtml b/GrossesMitaines/GrossesMitaines/Views/Shared/_Layout.cshtml index 2e29aa1..7ffa566 100644 --- a/GrossesMitaines/GrossesMitaines/Views/Shared/_Layout.cshtml +++ b/GrossesMitaines/GrossesMitaines/Views/Shared/_Layout.cshtml @@ -4,7 +4,7 @@ @ViewData["Title"] - GrossesMitaines - + @@ -42,24 +42,38 @@ -
+ +
diff --git a/GrossesMitaines/GrossesMitaines/wwwroot/css/site.css b/GrossesMitaines/GrossesMitaines/wwwroot/css/site.css index be3db59..1fc0eba 100644 --- a/GrossesMitaines/GrossesMitaines/wwwroot/css/site.css +++ b/GrossesMitaines/GrossesMitaines/wwwroot/css/site.css @@ -31,6 +31,15 @@ html { font-size: 14px; } +footer{ + margin-top:50px; + padding-left:25px; +} + +footer > div{ + margin-top:10px; +} + @media (min-width: 768px) { html { font-size: 16px; @@ -61,11 +70,6 @@ html { min-height: 100%; } -body { - /* Margin bottom by footer height */ - margin-bottom: 60px; -} - .bg-image { background-image: url(../img/blured_wool_carpet.png); @@ -83,14 +87,33 @@ body { margin:auto; } -.footer { - position: absolute; - bottom: 0; - width: 100%; - white-space: nowrap; - line-height: 60px; /* Vertically center the text there */ -} - .vedette-title{ background-color:rgba(0, 0, 0,.75); +} + +.logo-tg { + background-image: url(/img/partenaires/logo-guidelines-fy21-GTlogo-colour.jpg); + background-repeat: no-repeat; + background-position: center; + background-size: contain; + height: 30px; + width: auto; +} + +.logo-sqdc { + background-image: url(/img/partenaires/sqdc1.jpg); + background-repeat: no-repeat; + background-position: center; + background-size: contain; + height:30px; + width:auto; +} + +.logo-gouv { + background-image: url(/img/partenaires/Logo_du_le_gouvernement_du_Québec.svg); + background-repeat: no-repeat; + background-position: center; + background-size: contain; + height: 30px; + width: auto; } \ No newline at end of file diff --git a/GrossesMitaines/GrossesMitaines/wwwroot/img/partenaires/Logo_du_le_gouvernement_du_Québec.svg b/GrossesMitaines/GrossesMitaines/wwwroot/img/partenaires/Logo_du_le_gouvernement_du_Québec.svg new file mode 100644 index 0000000..b10613d --- /dev/null +++ b/GrossesMitaines/GrossesMitaines/wwwroot/img/partenaires/Logo_du_le_gouvernement_du_Québec.svg @@ -0,0 +1,410 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/GrossesMitaines/GrossesMitaines/wwwroot/img/partenaires/logo-guidelines-fy21-GTlogo-colour.jpg b/GrossesMitaines/GrossesMitaines/wwwroot/img/partenaires/logo-guidelines-fy21-GTlogo-colour.jpg new file mode 100644 index 0000000..927e279 Binary files /dev/null and b/GrossesMitaines/GrossesMitaines/wwwroot/img/partenaires/logo-guidelines-fy21-GTlogo-colour.jpg differ diff --git a/GrossesMitaines/GrossesMitaines/wwwroot/img/partenaires/sqdc1.jpg b/GrossesMitaines/GrossesMitaines/wwwroot/img/partenaires/sqdc1.jpg new file mode 100644 index 0000000..8d45567 Binary files /dev/null and b/GrossesMitaines/GrossesMitaines/wwwroot/img/partenaires/sqdc1.jpg differ