diff --git a/assets/profiles/aurelien.jpg b/assets/profiles/aurelien.jpg new file mode 100644 index 0000000..41f591e Binary files /dev/null and b/assets/profiles/aurelien.jpg differ diff --git a/assets/profiles/camille.jpg b/assets/profiles/camille.jpg new file mode 100644 index 0000000..519694a Binary files /dev/null and b/assets/profiles/camille.jpg differ diff --git a/assets/profiles/damien.jpg b/assets/profiles/damien.jpg new file mode 100644 index 0000000..9100f05 Binary files /dev/null and b/assets/profiles/damien.jpg differ diff --git a/assets/profiles/elina.jpg b/assets/profiles/elina.jpg new file mode 100644 index 0000000..0678e99 Binary files /dev/null and b/assets/profiles/elina.jpg differ diff --git a/assets/profiles/franck.jpg b/assets/profiles/franck.jpg new file mode 100644 index 0000000..d8a109f Binary files /dev/null and b/assets/profiles/franck.jpg differ diff --git a/assets/profiles/francois.jpg b/assets/profiles/francois.jpg new file mode 100644 index 0000000..a92920c Binary files /dev/null and b/assets/profiles/francois.jpg differ diff --git a/assets/profiles/getImage.sh b/assets/profiles/getImage.sh new file mode 100644 index 0000000..5141bdd --- /dev/null +++ b/assets/profiles/getImage.sh @@ -0,0 +1 @@ +curl $1 -o "$2.jpg" diff --git a/assets/profiles/hadrien.jpg b/assets/profiles/hadrien.jpg new file mode 100644 index 0000000..d5b4525 Binary files /dev/null and b/assets/profiles/hadrien.jpg differ diff --git a/assets/profiles/houda.jpg b/assets/profiles/houda.jpg new file mode 100644 index 0000000..fa175a9 Binary files /dev/null and b/assets/profiles/houda.jpg differ diff --git a/assets/profiles/katia.jpg b/assets/profiles/katia.jpg new file mode 100644 index 0000000..3a548d5 Binary files /dev/null and b/assets/profiles/katia.jpg differ diff --git a/assets/profiles/louise.jpg b/assets/profiles/louise.jpg new file mode 100644 index 0000000..c73fb4a Binary files /dev/null and b/assets/profiles/louise.jpg differ diff --git a/assets/profiles/lucy.jpg b/assets/profiles/lucy.jpg new file mode 100644 index 0000000..184b38a Binary files /dev/null and b/assets/profiles/lucy.jpg differ diff --git a/assets/profiles/mathieu.jpg b/assets/profiles/mathieu.jpg new file mode 100644 index 0000000..74b0a2d Binary files /dev/null and b/assets/profiles/mathieu.jpg differ diff --git a/assets/profiles/mathis.jpg b/assets/profiles/mathis.jpg new file mode 100644 index 0000000..27a4096 Binary files /dev/null and b/assets/profiles/mathis.jpg differ diff --git a/assets/profiles/matthieu.jpg b/assets/profiles/matthieu.jpg new file mode 100644 index 0000000..e104df4 Binary files /dev/null and b/assets/profiles/matthieu.jpg differ diff --git a/assets/profiles/mohamed.jpg b/assets/profiles/mohamed.jpg new file mode 100644 index 0000000..505b2a4 Binary files /dev/null and b/assets/profiles/mohamed.jpg differ diff --git a/assets/profiles/nadege.jpg b/assets/profiles/nadege.jpg new file mode 100644 index 0000000..181d911 Binary files /dev/null and b/assets/profiles/nadege.jpg differ diff --git a/assets/profiles/pierrick.jpg b/assets/profiles/pierrick.jpg new file mode 100644 index 0000000..a0f13e7 Binary files /dev/null and b/assets/profiles/pierrick.jpg differ diff --git a/assets/profiles/quentin.jpg b/assets/profiles/quentin.jpg new file mode 100644 index 0000000..8455821 Binary files /dev/null and b/assets/profiles/quentin.jpg differ diff --git a/assets/profiles/timothe.jpg b/assets/profiles/timothe.jpg new file mode 100644 index 0000000..19611fc Binary files /dev/null and b/assets/profiles/timothe.jpg differ diff --git a/assets/profiles/unknown.png b/assets/profiles/unknown.png new file mode 100644 index 0000000..8488e03 Binary files /dev/null and b/assets/profiles/unknown.png differ diff --git a/assets/scss/layouts/team.scss b/assets/scss/layouts/team.scss index 08f1653..c9bc7f8 100644 --- a/assets/scss/layouts/team.scss +++ b/assets/scss/layouts/team.scss @@ -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 { diff --git a/assets/scss/main.scss b/assets/scss/main.scss index dd2f702..0cc1ef7 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -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; + } \ No newline at end of file diff --git a/content/about.en.md b/content/about.en.md index d069848..c7fa41b 100644 --- a/content/about.en.md +++ b/content/about.en.md @@ -12,7 +12,7 @@ After three months spent building, training and communicating, we finally met th ### 2017-2018 season
Franck
-President, Coach
-François
-Treasurer, Coach
-Katia
-Secretary
-Matthieu
-Alumni, Coach
-Mohamed
-Alumni, Coach
-{{ .name }}
-{{ .post }}
+{{ if (and .descriptionen (eq .Lang "en")) }}{{ .posten }}{{ else }}{{ .post }}{{ end }}