Add Sponsors Section
2
public/css/main.min.css
vendored
BIN
public/img/partenaires/AEETS-color.png
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
public/img/partenaires/EA-black.png
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
public/img/partenaires/ETS-color.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/img/partenaires/EidosMontreal-black.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/img/partenaires/LanETS-black.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/img/partenaires/Ludia-color.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/img/partenaires/SquareEnixMontreal-black.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
public/img/partenaires/Ubisoft-black.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/img/partenaires/bEhaviour-black.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
@ -180,6 +180,23 @@ section#activites {
|
||||
}
|
||||
}
|
||||
|
||||
section#partenaires {
|
||||
padding-bottom: 4.5rem;
|
||||
|
||||
h2 {
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.border-seperator {
|
||||
margin: 10px auto 50px auto;
|
||||
border-top: 5px solid #848484;
|
||||
max-width: 200px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 15px 0;
|
||||
|
||||
|
||||
@ -13,4 +13,5 @@ $widescreen-enabled: false;
|
||||
$fullhd-enabled: false;
|
||||
|
||||
@import "./_partials/general";
|
||||
@import "./_partials/navigation";
|
||||
@import "./_partials/navigation";
|
||||
@import "./_partials/media";
|
||||
@ -118,7 +118,25 @@
|
||||
</div>
|
||||
</section>
|
||||
<section class="section" id="competitions"></section>
|
||||
<section class="section" id="partenaires"></section>
|
||||
<section class="section" id="partenaires">
|
||||
<h2>Partenaires</h2>
|
||||
<div class="border-seperator"></div>
|
||||
<div class="columns is-full full-width sub-section is-centered">
|
||||
<div class="imq-section column is-three-fifths-desktop is-8-tablet is-full-mobile">
|
||||
<div class="grid columns is-multiline">
|
||||
<img class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile" src="../../public/img/partenaires/ETS-color.png" alt="Logo École de technologie supérieure">
|
||||
<img class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile" src="../../public/img/partenaires/AEETS-color.png" alt="Logo Association étudiante de l'ÉTS">
|
||||
<img class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile" src="../../public/img/partenaires/LanETS-black.png" alt="Logo LanETS">
|
||||
<img class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile" src="../../public/img/partenaires/bEhaviour-black.png" alt="Logo bEhaviour Interactive">
|
||||
<img class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile" src="../../public/img/partenaires/EA-black.png" alt="Logo Electronic Arts">
|
||||
<img class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile" src="../../public/img/partenaires/EidosMontreal-black.png" alt="Logo Eidos Montreal">
|
||||
<img class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile" src="../../public/img/partenaires/Ludia-color.png" alt="Logo Ludia">
|
||||
<img class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile" src="../../public/img/partenaires/SquareEnixMontreal-black.png" alt="Logo Square Enix Montreal">
|
||||
<img class="column is-one-fifth-widescreen is-one-quarter-desktop is-one-third-tablet is-half-mobile" src="../../public/img/partenaires/Ubisoft-black.png" alt="Logo Ubisoft">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="full-width">
|
||||
|
||||