entête de machines et réservations
This commit is contained in:
parent
1f6ec46375
commit
60df03a126
Binary file not shown.
|
@ -29,16 +29,17 @@ transition_speed = "slow"
|
||||||
|
|
||||||
{{% section %}}
|
{{% section %}}
|
||||||
|
|
||||||
{{< slide class="hello" background-color="#D8E9A8">}}
|
{{< slide class="hello" background-color="#f2f2f2">}}
|
||||||
|
|
||||||
# MACHINES
|
|
||||||
&
|
|
||||||
# RÉSERVATIONS
|
|
||||||
|
|
||||||
<a href="/#/1/1"><img src="images/icone-decoupe-laser.png" href="/#/1/1" alt="découpe-laser" width="30%" height="auto" margin="10px" align="left"/></a>
|
|
||||||
<a href="/#/1/2" ><img src="images/impression3d.jpg" alt="impression 3D" width="30%" height="auto" margin="10px" align="left"/></a>
|
|
||||||
|
|
||||||
|
# MACHINES & RÉSERVATIONS
|
||||||
|
|
||||||
|
<a href="/#/1/1"><img src="images/logo-3D-print-fd-blc.png" href="/#/1/1" alt="impression 3D" width="30%" height="auto" margin="10px" align="left"/></a>
|
||||||
|
<a href="/#/1/2" ><img src="images/logo-découpe-laser-fd-blc.png" alt="découpe laser" width="30%" height="auto" margin="10px" align="center"/></a>
|
||||||
|
<a href="/#/1/1"><img src="images/logo-fraiseuse-fd-blc.png" href="/#/1/1" alt="impression 3D" width="30%" height="auto" margin="10px" align="right"/></a>
|
||||||
|
<br>
|
||||||
|
<a href="/#/1/2" ><img src="images/logo-plotter-fd-blc.png" alt="découpe laser" width="30%" height="auto" margin="10px" align="left"/></a>
|
||||||
|
<a href="/#/1/2" ><img src="images/logo-brodeuse-fd-blc.png" alt="découpe laser" width="30%" height="auto" margin="10px" align="center"/></a>
|
||||||
|
<a href="/#/1/1"><img src="images/logo-autres-outils-fd-blc.png" href="/#/1/1" alt="impression 3D" width="30%" height="auto" margin="10px" align="right"/></a>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
.reveal section[data-background-image] a,
|
.reveal section[data-background-image] a,
|
||||||
.reveal section[data-background-image] p,
|
.reveal section[data-background-image] p,
|
||||||
.reveal section[data-background-image] h2 {
|
.reveal section[data-background-image] h2 {
|
||||||
color: f2f2f2;
|
color: #f2f2f2;
|
||||||
}
|
}
|
||||||
.reveal section[data-background-image] a {
|
.reveal section[data-background-image] a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
BIN
static/images/logo-3D-print-fd-blc.png
Normal file
BIN
static/images/logo-3D-print-fd-blc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
static/images/logo-autres-outils-fd-blc.png
Normal file
BIN
static/images/logo-autres-outils-fd-blc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
static/images/logo-brodeuse-fd-blc.png
Normal file
BIN
static/images/logo-brodeuse-fd-blc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
static/images/logo-découpe-laser-fd-blc.png
Normal file
BIN
static/images/logo-découpe-laser-fd-blc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
static/images/logo-fraiseuse-fd-blc.png
Normal file
BIN
static/images/logo-fraiseuse-fd-blc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
static/images/logo-plotter-fd-blc.png
Normal file
BIN
static/images/logo-plotter-fd-blc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
@ -130,7 +130,7 @@ body {
|
||||||
.reveal h2,
|
.reveal h2,
|
||||||
.reveal h3 {
|
.reveal h3 {
|
||||||
color: #cccccc;
|
color: #cccccc;
|
||||||
text-shadow: 2px 2px rgba(0,0,00.4);}
|
text-shadow: 2px 2px rgba(0,0,0,0.8);}
|
||||||
.reveal h4,
|
.reveal h4,
|
||||||
.reveal h5,
|
.reveal h5,
|
||||||
.reveal h6 {
|
.reveal h6 {
|
||||||
|
@ -298,7 +298,7 @@ body {
|
||||||
*********************************************/
|
*********************************************/
|
||||||
.reveal a {
|
.reveal a {
|
||||||
color: rgb(72,210,0);
|
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;
|
text-decoration: none;
|
||||||
-webkit-transition: color .15s ease;
|
-webkit-transition: color .15s ease;
|
||||||
-moz-transition: color .15s ease;
|
-moz-transition: color .15s ease;
|
||||||
|
@ -317,14 +317,14 @@ body {
|
||||||
* IMAGES
|
* IMAGES
|
||||||
*********************************************/
|
*********************************************/
|
||||||
.reveal section img {
|
.reveal section img {
|
||||||
margin: 15px 0px;
|
margin: 0 0;
|
||||||
background: rgba(255, 255, 255, 0.12);
|
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); }
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
|
||||||
|
|
||||||
.reveal section img.plain {
|
.reveal section img.plain {
|
||||||
border: 0;
|
border: 0;
|
||||||
box-shadow: none; }
|
box-shadow: 10px 10px 2px 1px rgba(0,0,0,1; }
|
||||||
|
|
||||||
.reveal a img {
|
.reveal a img {
|
||||||
-webkit-transition: all .15s linear;
|
-webkit-transition: all .15s linear;
|
||||||
|
|
Reference in a new issue