diff --git a/buildquest.html b/buildquest.html index e50992af1846ad6ebeada0710aeb78112cc18138..6a6ddc7576f5e21069e66720150fbac0700712f3 100644 --- a/buildquest.html +++ b/buildquest.html @@ -139,6 +139,46 @@ </div> </section> + <section class="section-paire"> + <div class="container-fluid text-center"> + <h3 class="section-heading">Commanditaires</h3> + <div class="row justify-content-center"> + <div class="boite col-lg-3 col-md-6"> + <div class="commanditaire"> + <a href="https://www.aep.polymtl.ca/"> + <img src="ressources/commanditaires/logo-aep.png" alt="Logo AEP"><br> + </a> + </div> + </div> + <div class="boite col-lg-3 col-md-6"> + <div class="commanditaire"> + <a href="https://www.aep.polymtl.ca/faie/"> + <img src="ressources/commanditaires/logo-faie.png" alt="Logo FAIE"><br> + </a> + </div> + </div> + <div class="boite col-lg-6 col-md-6"> + <div class="commanditaire"> + <a href="https://www.polymtl.ca/"> + <img src="ressources/commanditaires/logo-poly.png" alt="Logo Polytechnique"><br> + </a> + </div> + </div> + </div> + </div> + </section> + + <section class="section-impaire"> + <div class="container-fluid text-center"> + <h3 class="section-heading">Partenaire audiovisuel: <a class="lien-cliquable" href="https://www.facebook.com/PolyTVpolymtl/">PolyTV</a></h3> + <div class="row justify-content-center"> + <div class="image-page"> + <a href="https://www.facebook.com/PolyTVpolymtl/"><img style="max-height: 200px;" src="ressources/logo-polytv.png" alt="Logo PolyTV"></a> + </div> + </div> + </div> + </section> + <section class="section-paire"> <div class="container-fluid text-center"> <div class="row justify-content-center"> diff --git a/css/comic.css b/css/comic.css index cb26260855411c41912e82a5ab09aa76a1f14273..13e84e8536762f4b5675da4abe7fbef39d8f899a 100644 --- a/css/comic.css +++ b/css/comic.css @@ -276,6 +276,23 @@ a.lien-cliquable { max-width: 450px; } +/* Spécifique à buildquest.html */ +.commanditaire { + padding-top: 5%; + padding-bottom: 5%; + padding-left: 5%; + padding-right: 5%; + height: 100%; + align-content: center; +} + +.commanditaire img { + max-height: 200px; + max-width: 500px; + width: 100%; + object-fit: contain; +} + /* Spécifique à réparons-poly.html */ .btn a { color: white; diff --git a/ressources/commanditaires/logo-aep.png b/ressources/commanditaires/logo-aep.png new file mode 100644 index 0000000000000000000000000000000000000000..c419de8422c2d5846e7a04588c9d98ce74abcdd3 Binary files /dev/null and b/ressources/commanditaires/logo-aep.png differ diff --git a/ressources/commanditaires/logo-faie.png b/ressources/commanditaires/logo-faie.png new file mode 100644 index 0000000000000000000000000000000000000000..d241bc4b01a7f0110d07f4025cd1dd83e9a6f385 Binary files /dev/null and b/ressources/commanditaires/logo-faie.png differ diff --git a/ressources/commanditaires/logo-poly.png b/ressources/commanditaires/logo-poly.png new file mode 100644 index 0000000000000000000000000000000000000000..0d12db02a8c46bfd5d3eba15e7a7a788374739f6 Binary files /dev/null and b/ressources/commanditaires/logo-poly.png differ diff --git a/ressources/logo-polytv.png b/ressources/logo-polytv.png new file mode 100644 index 0000000000000000000000000000000000000000..cbdb6f2cd1e5bde1fecedc527aaacb71ff7ad7ee Binary files /dev/null and b/ressources/logo-polytv.png differ