diff --git a/content/._index.md.swp b/content/._index.md.swp
index 4733a89..b46955a 100644
Binary files a/content/._index.md.swp and b/content/._index.md.swp differ
diff --git a/content/_index.md b/content/_index.md
index 8d39af4..fc88d60 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -17,11 +17,11 @@ transition_speed = "slow"
## UN FABLAB DE L'UNIVERSITÉ DE BORDEAUX OUVERT À TOUS
-///PRÉSENTATION///
-///MACHINES-RÉSERVATIONS///
-///PROJETS EN COURS///
-///PORTFOLIOS///
-///CONTACT-INSCRIPTIONS///
+/// PRÉSENTATION ///
+/// MACHINES-RÉSERVATIONS ///
+/// PROJETS EN COURS ///
+/// PORTFOLIOS ///
+/// CONTACT-INSCRIPTIONS ///
@@ -29,16 +29,17 @@ transition_speed = "slow"
{{% section %}}
-{{< slide class="hello" background-color="#D8E9A8">}}
-
-# MACHINES
-&
-# RÉSERVATIONS
-
-
-
+{{< slide class="hello" background-color="#f2f2f2">}}
+# MACHINES & RÉSERVATIONS
+
+
+
+
+
+
+
---
diff --git a/layouts/partials/home/reveal-hugo/head.html b/layouts/partials/home/reveal-hugo/head.html
index e64a958..e329239 100644
--- a/layouts/partials/home/reveal-hugo/head.html
+++ b/layouts/partials/home/reveal-hugo/head.html
@@ -32,7 +32,7 @@
.reveal section[data-background-image] a,
.reveal section[data-background-image] p,
.reveal section[data-background-image] h2 {
- color: f2f2f2;
+ color: #f2f2f2;
}
.reveal section[data-background-image] a {
text-decoration: underline;
diff --git a/static/images/logo-3D-print-fd-blc.png b/static/images/logo-3D-print-fd-blc.png
new file mode 100644
index 0000000..6ea0e69
Binary files /dev/null and b/static/images/logo-3D-print-fd-blc.png differ
diff --git a/static/images/logo-autres-outils-fd-blc.png b/static/images/logo-autres-outils-fd-blc.png
new file mode 100644
index 0000000..f6a4359
Binary files /dev/null and b/static/images/logo-autres-outils-fd-blc.png differ
diff --git a/static/images/logo-brodeuse-fd-blc.png b/static/images/logo-brodeuse-fd-blc.png
new file mode 100644
index 0000000..4a8b2d8
Binary files /dev/null and b/static/images/logo-brodeuse-fd-blc.png differ
diff --git a/static/images/logo-découpe-laser-fd-blc.png b/static/images/logo-découpe-laser-fd-blc.png
new file mode 100644
index 0000000..a081e9d
Binary files /dev/null and b/static/images/logo-découpe-laser-fd-blc.png differ
diff --git a/static/images/logo-fraiseuse-fd-blc.png b/static/images/logo-fraiseuse-fd-blc.png
new file mode 100644
index 0000000..ed390ec
Binary files /dev/null and b/static/images/logo-fraiseuse-fd-blc.png differ
diff --git a/static/images/logo-plotter-fd-blc.png b/static/images/logo-plotter-fd-blc.png
new file mode 100644
index 0000000..2f3f380
Binary files /dev/null and b/static/images/logo-plotter-fd-blc.png differ
diff --git a/static/reveal-hugo/themes/.sunblind.css.swp b/static/reveal-hugo/themes/.sunblind.css.swp
index 50ea222..3fc267a 100644
Binary files a/static/reveal-hugo/themes/.sunblind.css.swp and b/static/reveal-hugo/themes/.sunblind.css.swp differ
diff --git a/static/reveal-hugo/themes/sunblind.css b/static/reveal-hugo/themes/sunblind.css
index 3e3fb2d..37ba498 100644
--- a/static/reveal-hugo/themes/sunblind.css
+++ b/static/reveal-hugo/themes/sunblind.css
@@ -130,7 +130,7 @@ body {
.reveal h2,
.reveal h3 {
color: #cccccc;
- text-shadow: 2px 2px rgba(0,0,00.4);}
+ text-shadow: 2px 2px rgba(0,0,0,0.8);}
.reveal h4,
.reveal h5,
.reveal h6 {
@@ -298,7 +298,7 @@ body {
*********************************************/
.reveal a {
color: rgb(72,210,0);
- text-shadow: 2px 2px rgba(0,0,00.4);
+ text-shadow: 2px 2px rgba(0,0,0,0.7);
text-decoration: none;
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
@@ -317,14 +317,14 @@ body {
* IMAGES
*********************************************/
.reveal section img {
- margin: 15px 0px;
+ margin: 0 0;
background: rgba(255, 255, 255, 0.12);
- border: 4px solid #363636;
+ border: 0px solid #363636;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.reveal section img.plain {
border: 0;
- box-shadow: none; }
+ box-shadow: 10px 10px 2px 1px rgba(0,0,0,1; }
.reveal a img {
-webkit-transition: all .15s linear;