update partenaires 2024
8
src/app.d.ts
vendored
@ -14,6 +14,14 @@ declare global {
|
|||||||
const out: string;
|
const out: string;
|
||||||
export default out;
|
export default out;
|
||||||
}
|
}
|
||||||
|
declare module '*.jpeg?height=600&width=600&fit=contain&background=transparent&webp' {
|
||||||
|
const out: string;
|
||||||
|
export default out;
|
||||||
|
}
|
||||||
|
declare module '*.jpg?height=600&width=600&fit=contain&background=transparent&webp' {
|
||||||
|
const out: string;
|
||||||
|
export default out;
|
||||||
|
}
|
||||||
declare module '*.png?width=1100&fit=contain&background=transparent&webp' {
|
declare module '*.png?width=1100&fit=contain&background=transparent&webp' {
|
||||||
const out: string;
|
const out: string;
|
||||||
export default out;
|
export default out;
|
||||||
|
BIN
src/lib/assets/partenaires/amex.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/lib/assets/partenaires/assnat.png
Normal file
After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 38 KiB |
BIN
src/lib/assets/partenaires/belleripe.jpeg
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
src/lib/assets/partenaires/fermeforestiere.jpeg
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
src/lib/assets/partenaires/festo.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
src/lib/assets/partenaires/fruitdor.jpeg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
src/lib/assets/partenaires/fusee.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 7.9 KiB |
BIN
src/lib/assets/partenaires/lumicom.png
Normal file
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 11 KiB |
BIN
src/lib/assets/partenaires/mcwane.jpeg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
src/lib/assets/partenaires/metalpless.jpg
Normal file
After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 76 KiB |
BIN
src/lib/assets/partenaires/rtaschereau.jpg
Normal file
After Width: | Height: | Size: 142 KiB |
@ -1,77 +1,90 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import primewood from '$lib/assets/partenaires/primewood.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import amex from '$lib/assets/partenaires/amex.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
import machinex from '$lib/assets/partenaires/machinex.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import assnat from '$lib/assets/partenaires/assnat.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
import atocas from '$lib/assets/partenaires/atocas.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import atocas from '$lib/assets/partenaires/atocas.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
import usnr from '$lib/assets/partenaires/usnr.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import belleripe from '$lib/assets/partenaires/belleripe.jpeg?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
import boisdaction from '$lib/assets/partenaires/boisdaction.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import boisdaction from '$lib/assets/partenaires/boisdaction.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
import jit from '$lib/assets/partenaires/jit.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import bombardier from '$lib/assets/partenaires/bombardier.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
import batteriesexpert from '$lib/assets/partenaires/batteriesexpert.png?height=600&width=600&fit=contain&background=transparent&webp';
|
|
||||||
import carbotech from '$lib/assets/partenaires/carbotech.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import carbotech from '$lib/assets/partenaires/carbotech.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
|
import fermeforestiere from '$lib/assets/partenaires/fermeforestiere.jpeg?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
import festivalduboeuf from '$lib/assets/partenaires/festivalduboeuf.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import festivalduboeuf from '$lib/assets/partenaires/festivalduboeuf.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
|
import festo from '$lib/assets/partenaires/festo.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
|
import fruitdor from '$lib/assets/partenaires/fruitdor.jpeg?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
|
import fusee from '$lib/assets/partenaires/fusee.jpg?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
|
import homedepot from '$lib/assets/partenaires/homedepot.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
|
import hydroquebec from '$lib/assets/partenaires/hydroquebec.png?width=1100&fit=contain&background=transparent&webp';
|
||||||
|
import lumicom from '$lib/assets/partenaires/lumicom.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
|
import machinex from '$lib/assets/partenaires/machinex.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
|
import mcwane from '$lib/assets/partenaires/mcwane.jpeg?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
|
import metalpless from '$lib/assets/partenaires/metalpless.jpg?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
import mrc from '$lib/assets/partenaires/mrc.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import mrc from '$lib/assets/partenaires/mrc.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
import robovic from '$lib/assets/partenaires/robovic.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import robovic from '$lib/assets/partenaires/robovic.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
import ville from '$lib/assets/partenaires/ville.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import rtaschereau from '$lib/assets/partenaires/rtaschereau.jpg?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
import homedepot from '$lib/assets/partenaires/homedepot.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import usnr from '$lib/assets/partenaires/usnr.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
import manoir from '$lib/assets/partenaires/manoir.png?height=600&width=600&fit=contain&background=transparent&webp';
|
|
||||||
import bombardier from '$lib/assets/partenaires/bombardier.png?width=1100&fit=contain&background=transparent&webp';
|
|
||||||
import hydroquebec from '$lib/assets/partenaires/hydroquebec.png?height=600&width=600&fit=contain&background=transparent&webp';
|
|
||||||
import vexco from '$lib/assets/partenaires/vexco.png?height=600&width=600&fit=contain&background=transparent&webp';
|
import vexco from '$lib/assets/partenaires/vexco.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
|
import ville from '$lib/assets/partenaires/ville.png?height=600&width=600&fit=contain&background=transparent&webp';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<article>
|
<article>
|
||||||
<header>Platine</header>
|
<header>Platine</header>
|
||||||
<div class="partenaires" id="platine">
|
<div class="partenaires" id="platine">
|
||||||
<img src={bombardier} alt="Fondation J Armand Bombardier" />
|
<img src={hydroquebec} alt="Hydro Québec" />
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<header>Or</header>
|
<header>Or</header>
|
||||||
<div class="partenaires" id="or">
|
<div class="partenaires" id="or">
|
||||||
|
<img src={amex} alt="Amex" />
|
||||||
|
<img src={assnat} alt="Assemblée Nationale" />
|
||||||
<img src={atocas} alt="Atocas de l'érable" />
|
<img src={atocas} alt="Atocas de l'érable" />
|
||||||
<img src={hydroquebec} alt="Hydro Québec" />
|
<img src={belleripe} alt="Belle-Ripe" />
|
||||||
<img src={jit} alt="Jit Laser" />
|
<img src={boisdaction} alt="Boisdaction" />
|
||||||
<img src={machinex} alt="Machinex" />
|
<img src={bombardier} alt="Fondation J Armand Bombardier" />
|
||||||
|
<img src={festo} alt="Festo" />
|
||||||
|
<img src={mcwane} alt="McWane Canada" />
|
||||||
|
<img src={metalpless} alt="Metal Pless" />
|
||||||
<img src={usnr} alt="USNR" />
|
<img src={usnr} alt="USNR" />
|
||||||
|
<img src={ville} alt="Ville de Plessisville" />
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<header>Argent</header>
|
<header>Argent</header>
|
||||||
<div class="partenaires" id="argent">
|
<div class="partenaires" id="argent">
|
||||||
<img src={primewood} alt="Primewood" />
|
|
||||||
<img src={batteriesexpert} alt="Batteries Expert" />
|
|
||||||
<img src={boisdaction} alt="Boisdaction" />
|
|
||||||
<img src={carbotech} alt="Carbotech" />
|
<img src={carbotech} alt="Carbotech" />
|
||||||
|
<img src={fermeforestiere} alt="Ferme Forestière R Marcoux" />
|
||||||
<img src={festivalduboeuf} alt="Festival du boeuf" />
|
<img src={festivalduboeuf} alt="Festival du boeuf" />
|
||||||
|
<img src={fruitdor} alt="Fruit d'or" />
|
||||||
|
<img src={lumicom} alt="Lumicom" />
|
||||||
|
<img src={machinex} alt="Machinex" />
|
||||||
<img src={mrc} alt="MRC de l'érable" />
|
<img src={mrc} alt="MRC de l'érable" />
|
||||||
|
<img src={rtaschereau} alt="Richard Taschereau" />
|
||||||
<img src={robovic} alt="Robovic" />
|
<img src={robovic} alt="Robovic" />
|
||||||
<img src={ville} alt="Ville de Plessisville" />
|
<img src={fusee} alt="Rotisserie Fusée" />
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<header>Bronze</header>
|
<header>Bronze</header>
|
||||||
<div class="partenaires" id="bronze">
|
<div class="partenaires" id="bronze">
|
||||||
<img src={homedepot} alt="Home Dépot" />
|
<img src={homedepot} alt="Home Dépot" />
|
||||||
<img src={manoir} alt="Manoir du Lac William" />
|
|
||||||
<img src={vexco} alt="Vexco" />
|
<img src={vexco} alt="Vexco" />
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
article {
|
||||||
|
background-color: white;
|
||||||
|
border-radius: calc(var(--border-radius) + 3px) calc(var(--border-radius) + 3px)
|
||||||
|
var(--border-radius) var(--border-radius);
|
||||||
|
}
|
||||||
|
|
||||||
.partenaires {
|
.partenaires {
|
||||||
display: grid;
|
display: grid;
|
||||||
column-gap: 20px;
|
gap: 1.5rem;
|
||||||
row-gap: 20px;
|
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-items: stretch;
|
justify-items: stretch;
|
||||||
|
|
||||||
img {
|
|
||||||
object-fit: contain;
|
|
||||||
filter: drop-shadow(1px 1px 1px white) drop-shadow(-1px 1px 1px white)
|
|
||||||
drop-shadow(1px -1px 1px white) drop-shadow(-1px -1px 1px white);
|
|
||||||
}
|
|
||||||
|
|
||||||
&#platine {
|
&#platine {
|
||||||
grid-template-columns: repeat(1, 1fr);
|
grid-template-columns: repeat(1, 1fr);
|
||||||
}
|
}
|
||||||
|