add profiles
BIN
assets/profiles/aurelien.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
assets/profiles/camille.jpg
Normal file
After Width: | Height: | Size: 260 KiB |
BIN
assets/profiles/damien.jpg
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
assets/profiles/elina.jpg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
assets/profiles/franck.jpg
Normal file
After Width: | Height: | Size: 178 KiB |
BIN
assets/profiles/francois.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
1
assets/profiles/getImage.sh
Normal file
|
@ -0,0 +1 @@
|
|||
curl $1 -o "$2.jpg"
|
BIN
assets/profiles/hadrien.jpg
Normal file
After Width: | Height: | Size: 236 KiB |
BIN
assets/profiles/houda.jpg
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
assets/profiles/katia.jpg
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
assets/profiles/louise.jpg
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
assets/profiles/lucy.jpg
Normal file
After Width: | Height: | Size: 128 KiB |
BIN
assets/profiles/mathieu.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
assets/profiles/mathis.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
assets/profiles/matthieu.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
assets/profiles/mohamed.jpg
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
assets/profiles/nadege.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
assets/profiles/pierrick.jpg
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
assets/profiles/quentin.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/profiles/timothe.jpg
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
assets/profiles/unknown.png
Normal file
After Width: | Height: | Size: 46 KiB |
|
@ -22,7 +22,15 @@
|
|||
overflow: hidden;
|
||||
img {
|
||||
width: auto;
|
||||
width:100%!important;
|
||||
object-fit: cover;
|
||||
height: 10em;
|
||||
border-radius:10px;
|
||||
&#noncover{
|
||||
background:#e1e1e1;
|
||||
width:auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
.team-item-description {
|
||||
|
|
|
@ -29,3 +29,31 @@ $responsive-large: 1500px;
|
|||
@import "layouts/transitions";
|
||||
@import "layouts/contact-card";
|
||||
@import "layouts/map";
|
||||
|
||||
/* ===== Scrollbar CSS ===== */
|
||||
/* Firefox */
|
||||
// * {
|
||||
// scrollbar-width: thin;
|
||||
// scrollbar-color: #2980b9 #c7c7c7;
|
||||
// }
|
||||
|
||||
/* Chrome, Edge, and Safari */
|
||||
*::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
z-index: 10;
|
||||
right:0;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-track {
|
||||
display: none;
|
||||
}
|
||||
*::-webkit-scrollbar-track-piece{
|
||||
display: none;
|
||||
}
|
||||
*::-webkit-scrollbar-thumb {
|
||||
background: #3498db;
|
||||
border-radius: 5px;
|
||||
}
|
||||
*::-webkit-scrollbar-thumb:hover{
|
||||
background: #2980b9;
|
||||
}
|
|
@ -12,7 +12,7 @@ After three months spent building, training and communicating, we finally met th
|
|||
### 2017-2018 season
|
||||
|
||||
<div class="d-flex justify-center">
|
||||
<img alt="Our old logo" data-src="/proxyPhotos?code=/old_logo.png" title="Our old logo" width="100" />
|
||||
<img alt="Our old logo" src="/proxyPhotos?code=/old_logo.png" title="Our old logo" width="100" />
|
||||
</div>
|
||||
|
||||
We participated in two competitions :
|
||||
|
@ -51,137 +51,14 @@ This year, the workshop at the community center only occurred sporadically as it
|
|||
|
||||
## Our team
|
||||
|
||||
<div class="team-mosaic">
|
||||
<div class="team-item">
|
||||
<div class="team-item-image">
|
||||
<img data-src="/proxyPhotos?code=/profiles/franck.jpg" alt="avatar">
|
||||
</div>
|
||||
<p class="team-item-title">Franck</p>
|
||||
<p class="team-item-description">President, Coach</p>
|
||||
</div>
|
||||
|
||||
<div class="team-item">
|
||||
<div class="team-item-image">
|
||||
<img data-src="/proxyPhotos?code=/profiles/francois.jpg" alt="avatar">
|
||||
</div>
|
||||
<p class="team-item-title">François</p>
|
||||
<p class="team-item-description">Treasurer, Coach</p>
|
||||
</div>
|
||||
|
||||
<div class="team-item">
|
||||
<div class="team-item-image">
|
||||
<img data-src="/proxyPhotos?code=/profiles/katia.jpg" alt="avatar">
|
||||
</div>
|
||||
<p class="team-item-title">Katia</p>
|
||||
<p class="team-item-description">Secretary</p>
|
||||
</div>
|
||||
|
||||
<div class="team-item">
|
||||
<div class="team-item-image">
|
||||
<img data-src="/proxyPhotos?code=/profiles/matthieu.jpg" alt="avatar">
|
||||
</div>
|
||||
<p class="team-item-title">Matthieu</p>
|
||||
<p class="team-item-description">Alumni, Coach</p>
|
||||
</div>
|
||||
|
||||
<div class="team-item">
|
||||
<div class="team-item-image">
|
||||
<img data-src="/proxyPhotos?code=/profiles/mohamed.jpg" alt="avatar">
|
||||
</div>
|
||||
<p class="team-item-title">Mohamed</p>
|
||||
<p class="team-item-description">Alumni, Coach</p>
|
||||
</div>
|
||||
{{<members>}}
|
||||
|
||||
|
||||
<div id="partners"></div>
|
||||
|
||||
## They support us
|
||||
## [They support us](/partners)
|
||||
|
||||
<div class="partners">
|
||||
<div class="partner flex flex-wrap">
|
||||
<div class="w-full md:w-1/3 partner-image">
|
||||
<img data-src="/proxyPhotos?code=/logoGIGAreduit.png">
|
||||
</div>
|
||||
<div class="w-full md:w-2/3">
|
||||
Since October 2017, the GIGA supports us. We presented them our organization in their general assembly and have had a great financial support from them for our travels ans purchase of equipment.
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="partner flex flex-wrap">
|
||||
</div>
|
||||
<div class="partner flex flex-wrap">
|
||||
<a class="w-full md:w-1/3 partner-image" href="https://uimm.lafabriquedelavenir.fr/">
|
||||
<img data-src="/proxyPhotos?code=/UIMMfabriqueMetiers.jpg">
|
||||
</a>
|
||||
<div class="w-full md:w-2/3">
|
||||
<div>
|
||||
Since december 2018, the <a href="https://uimm.lafabriquedelavenir.fr/">UIMM</a> of the state of the Eure help us to buy hardware and support us in our communication process
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="partner flex flex-wrap">
|
||||
<a class="w-full md:w-1/3 partner-image" href="https://www.papavoine-menuiserie.com/">
|
||||
<img data-src="/proxyPhotos?code=/papavoine.jpg">
|
||||
</a>
|
||||
<div class="w-full md:w-2/3">
|
||||
<div>
|
||||
During the 2018-2019 season , la <a href="https://www.papavoine-menuiserie.com/">Papavoine carpentry</a> helped us build most of the game elements for our table.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="partner flex flex-wrap">
|
||||
<a class="w-full md:w-1/3 partner-image" href="https://www.girv.com/">
|
||||
<img data-src="/proxyPhotos?code=/girv.png">
|
||||
</a>
|
||||
<div class="w-full md:w-2/3">
|
||||
<div>
|
||||
Since november 2018, the <a href="https://www.girv.com/">Groupement Interprofessionnel de la Région de Vernon</a> trusts us and allowed us to meet new partners. We were able to present our non-profit during both their trade show and their general assembly in december. They also helped to buy us a 3D printer in february 2019.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="partner flex flex-wrap">
|
||||
<a class="w-full md:w-1/3 partner-image" href="https://www.ariane.group">
|
||||
<img data-src="/proxyPhotos?code=/arianegroup_lg.png">
|
||||
</a>
|
||||
<div class="w-full md:w-2/3">
|
||||
Ariane Group Vernon helped to buy us a 3D printer in february 2019.
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="partner flex flex-wrap">
|
||||
<a class="w-full md:w-1/3 partner-image" href="https://marianneurope.fr/">
|
||||
<img data-src="/proxyPhotos?code=/marianneEurope.png">
|
||||
</a>
|
||||
<div class="w-full md:w-2/3">
|
||||
<div>
|
||||
Depuis novembre 2018, l'<a href="https://marianneurope.fr/">agence de conseil Marianne Europe</a> nous a inscrit à ses deux newsletters professionnelles afin que nous puissions nous tenir informer des initiatives et des innovations locales et nous mettre en relation avec les entreprises innovantes de notre secteur.
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="partner flex flex-wrap">
|
||||
<a class="w-full md:w-1/3 partner-image" href="http://www.ville-gaillon.fr/">
|
||||
<img data-src="/proxyPhotos?code=/logoVilleGaillon.jpg">
|
||||
</a>
|
||||
<div class="w-full md:w-2/3">
|
||||
At the beginning of the 2017-2018 season, the city hall of Gaillon granted us a small subsidy.
|
||||
Since april 2019, it lends us a wide venue to host our activities.
|
||||
</div>
|
||||
</div>
|
||||
<div class="partner flex flex-wrap">
|
||||
<a class="w-full md:w-1/3 partner-image" href="https://www.skf.com/fr">
|
||||
<img data-src="/proxyPhotos?code=/skf.png">
|
||||
</a>
|
||||
<div class="w-full md:w-2/3">
|
||||
SKF Vernon helped to buy us a 3D printer in february 2019.
|
||||
</div>
|
||||
</div>
|
||||
<div class="partner flex flex-wrap">
|
||||
<a class="w-full md:w-1/3 partner-image" href="https://www.atiscomputer.com">
|
||||
<img data-src="/proxyPhotos?code=/atisComputer.jpg">
|
||||
</a>
|
||||
<div class="w-full md:w-2/3">
|
||||
Helps us since april 2019. They already gave us 2 <a href="https://www.raspberrypi.org/">Raspberry Pi</a> 3B+ and some computers.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{<partners>}}
|
||||
|
||||
<div id="place-anchor" style="position: relative; opacity: 0; top: -550px;"></div>
|
||||
<div class="pt-3"></div>
|
||||
|
@ -194,5 +71,7 @@ We have premises offered by the city of Gaillon to host our activities. There ar
|
|||
<div
|
||||
id="place-map"
|
||||
class="about-place-map">
|
||||
{{<slippy-map lng=1.3305366 lat=49.1586146 zoom=5 >}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ Après trois mois de préparation et de communication, nous rencontrons les 156
|
|||
### Saison 2017-2018
|
||||
|
||||
<div class="d-flex justify-center pb-2">
|
||||
<img alt="Notre ancien logo" data-src="/proxyPhotos?code=/old_logo.png" title="Notre ancien logo" width="100" />
|
||||
<img alt="Notre ancien logo" src="/proxyPhotos?code=/old_logo.png" title="Notre ancien logo" width="100" />
|
||||
</div>
|
||||
|
||||
Nous avons participé à deux compétitions cette année :
|
||||
|
|
5
content/partners.en.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "They support us"
|
||||
---
|
||||
{{<partners>}}
|
||||
{{<compet_supporters>}}
|
|
@ -2,3 +2,4 @@
|
|||
title: "Ils nous soutiennent"
|
||||
---
|
||||
{{<partners>}}
|
||||
{{<compet_supporters>}}
|
|
@ -1,19 +1,64 @@
|
|||
members:
|
||||
- img: "/proxyPhotos?code=profiles/franck.jpg"
|
||||
- img: "franck"
|
||||
name: "Franck"
|
||||
post: "Président de l'association, Coach"
|
||||
- img: "/proxyPhotos?code=profiles/francois.jpg"
|
||||
post: "Président de l'association, Mentor"
|
||||
posten: "President, Mentor"
|
||||
- img: "francois"
|
||||
name: "François"
|
||||
post: "Trésorier de l'association, Coach"
|
||||
- img: "/proxyPhotos?code=profiles/katia.jpg"
|
||||
name: "Katia"
|
||||
post: "Secrétaire"
|
||||
- img: "/proxyPhotos?code=profiles/mathis.jpg"
|
||||
name: "Mathis"
|
||||
post: "Trophées, Astro-Pi, atelier de robotique"
|
||||
- img: "/proxyPhotos?code=profiles/matthieu.jpg"
|
||||
post: "Trésorier de l'association, Mentor"
|
||||
posten: "Treasurer, Mentor"
|
||||
# - img: "katia"
|
||||
# name: "Katia"
|
||||
# post: "Secrétaire"
|
||||
# imgnoncover: true
|
||||
- img: "matthieu"
|
||||
name: "Matthieu"
|
||||
post: "Trophées, Astro-Pi, Communication"
|
||||
- img: "/proxyPhotos?code=profiles/mohamed.jpg"
|
||||
post: "Alumni, Mentor"
|
||||
- img: "mohamed"
|
||||
name: "Mohamed"
|
||||
post: "Trophées, Astro-Pi, Communication"
|
||||
post: "Alumni, Mentor"
|
||||
- img: "damien"
|
||||
name: "Damien"
|
||||
post: "Parent, Mentor"
|
||||
- img: "nadege"
|
||||
name: "Nadège"
|
||||
post: "Parent, Mentor"
|
||||
- img: "aurelien"
|
||||
name: "Aurélien"
|
||||
post: "Programmation"
|
||||
- img: "elina"
|
||||
name: "Elina"
|
||||
post: "Programmation"
|
||||
- img: "lucy"
|
||||
name: "Lucy"
|
||||
post: "Communication"
|
||||
- img: "timothe"
|
||||
name: "Timothe"
|
||||
post: "Communication"
|
||||
- img: "louise"
|
||||
name: "Louise"
|
||||
post: "Communication"
|
||||
- img: "unknown"
|
||||
imgpng: true
|
||||
name: "Léane"
|
||||
post: "Communication"
|
||||
- img: "quentin"
|
||||
name: "Quentin"
|
||||
post: "Robotique"
|
||||
posten: "Robotic"
|
||||
- img: "pierrick"
|
||||
name: "Pierrick"
|
||||
post: "Robotique"
|
||||
posten: "Robotic"
|
||||
- img: "hadrien"
|
||||
name: "Hadrien"
|
||||
post: "Robotique"
|
||||
posten: "Robotic"
|
||||
- img: "houda"
|
||||
name: "Houda"
|
||||
post: "Robotique"
|
||||
posten: "Robotic"
|
||||
- img: "camille"
|
||||
name: "Camille"
|
||||
post: "Robotique"
|
||||
posten: "Robotic"
|
|
@ -1,9 +1,9 @@
|
|||
<div class="team-mosaic">
|
||||
{{ range .Site.Data.members.members }}
|
||||
<div class="team-item">
|
||||
<div class="team-item-image"><img src="{{ .img|safeURL }}" alt="avatar"></div>
|
||||
<div class="team-item-image"><img {{if .imgnoncover }}id="noncover"{{end}} src="/profiles/{{ .img }}{{ if .imgpng }}.png{{ else }}.jpg{{ end }}" alt="avatar"></div>
|
||||
<p class="team-item-title">{{ .name }}</p>
|
||||
<p class="team-item-description">{{ .post }}</p>
|
||||
<p class="team-item-description">{{ if (and .descriptionen (eq .Lang "en")) }}{{ .posten }}{{ else }}{{ .post }}{{ end }}</p>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<img src="{{ if .realimg }}{{ .realimg }}{{ else }}/proxyPhotos?code=/{{ .img }}{{ end }}">
|
||||
</a>
|
||||
<div class="w-full md:w-2/3">
|
||||
{{ .description | safeHTML }}
|
||||
{{ if (and .descriptionen (eq .Lang "en")) }}{{ .descriptionen | safeHTML }}{{ else }}{{ .description | safeHTML}}{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<div class="maplibre-map" id="short-code-slippy-map"></div>
|
||||
|
||||
<div class="maplibre-map" id="short-code-slippy-map" style="height:100%;"></div>
|
||||
<script src="https://unpkg.com/maplibre-gl@2.4.0/dist/maplibre-gl.js"></script>
|
||||
<link href="https://unpkg.com/maplibre-gl@2.4.0/dist/maplibre-gl.css" rel="stylesheet" />
|
||||
<script>
|
||||
|
|
BIN
static/profiles/aurelien.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
static/profiles/camille.jpg
Normal file
After Width: | Height: | Size: 260 KiB |
BIN
static/profiles/damien.jpg
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
static/profiles/elina.jpg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
static/profiles/franck.jpg
Normal file
After Width: | Height: | Size: 178 KiB |
BIN
static/profiles/francois.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
1
static/profiles/getImage.sh
Normal file
|
@ -0,0 +1 @@
|
|||
curl $1 -o "$2.jpg"
|
BIN
static/profiles/hadrien.jpg
Normal file
After Width: | Height: | Size: 236 KiB |
BIN
static/profiles/houda.jpg
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
static/profiles/katia.jpg
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
static/profiles/louise.jpg
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
static/profiles/lucy.jpg
Normal file
After Width: | Height: | Size: 128 KiB |
BIN
static/profiles/mathieu.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
static/profiles/mathis.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
static/profiles/matthieu.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
static/profiles/mohamed.jpg
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
static/profiles/nadege.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
static/profiles/pierrick.jpg
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
static/profiles/quentin.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
static/profiles/timothe.jpg
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
static/profiles/unknown.png
Normal file
After Width: | Height: | Size: 46 KiB |