modifs exthétiques de la page d'accueil
This commit is contained in:
parent
337bd1db50
commit
1f6ec46375
Binary file not shown.
|
@ -12,11 +12,12 @@ transition_speed = "slow"
|
||||||
|
|
||||||
|
|
||||||
{{< slide class="hello" background-image="images/musee.png">}}
|
{{< slide class="hello" background-image="images/musee.png">}}
|
||||||
<img src="images/logo-cohabit-seul.png" alt="" width="70%" height="auto" margin="10px" style="border:0; box-shadow:none; background:0" lign="center"/>
|
<img src="images/logo-cohabit-seul-clair.png" alt="" width="70%" height="auto" margin="10px" style="border:0; box-shadow:none; background:0" lign="center"/>
|
||||||
|
|
||||||
### un fablab de l'université de Bordeaux ouvert à TOUS
|
## UN FABLAB DE L'UNIVERSITÉ DE BORDEAUX OUVERT À TOUS
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
<a href="/#/2" ><p style="font-size:25px;">///PRÉSENTATION///<p></a>
|
||||||
<a href="/#/2" ><p style="font-size:25px;">///MACHINES-RÉSERVATIONS///<p></a>
|
<a href="/#/2" ><p style="font-size:25px;">///MACHINES-RÉSERVATIONS///<p></a>
|
||||||
<a href="/#/2" ><p style="font-size:25px;">///PROJETS EN COURS///</p></a>
|
<a href="/#/2" ><p style="font-size:25px;">///PROJETS EN COURS///</p></a>
|
||||||
<a href="/#/2" ><p style="font-size:25px;">///PORTFOLIOS///</p></a>
|
<a href="/#/2" ><p style="font-size:25px;">///PORTFOLIOS///</p></a>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<!-- Fichier css modifié pour le site cohabit -->
|
||||||
<!-- This partial is included before the end of the head tag for only the 'example' presentation -->
|
<!-- This partial is included before the end of the head tag for only the 'example' presentation -->
|
||||||
<!-- A common use would be to add CSS to the page to customize the theme -->
|
<!-- A common use would be to add CSS to the page to customize the theme -->
|
||||||
<style>
|
<style>
|
||||||
|
@ -31,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: white;
|
color: f2f2f2;
|
||||||
}
|
}
|
||||||
.reveal section[data-background-image] a {
|
.reveal section[data-background-image] a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
BIN
static/images/logo-cohabit-seul-clair.png
Normal file
BIN
static/images/logo-cohabit-seul-clair.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 19 KiB |
Binary file not shown.
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
@ -103,8 +103,10 @@ body {
|
||||||
.reveal {
|
.reveal {
|
||||||
font-family: "Alte";
|
font-family: "Alte";
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
font-weight: normal;
|
font-weight: bold;
|
||||||
color: #363636; }
|
color: #f2f2f2; }
|
||||||
|
|
||||||
|
.cohabit {}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -126,18 +128,20 @@ body {
|
||||||
*********************************************/
|
*********************************************/
|
||||||
.reveal h1,
|
.reveal h1,
|
||||||
.reveal h2,
|
.reveal h2,
|
||||||
.reveal h3,
|
.reveal h3 {
|
||||||
|
color: #cccccc;
|
||||||
|
text-shadow: 2px 2px rgba(0,0,00.4);}
|
||||||
.reveal h4,
|
.reveal h4,
|
||||||
.reveal h5,
|
.reveal h5,
|
||||||
.reveal h6 {
|
.reveal h6 {
|
||||||
margin: 0 0 20px 0;
|
margin: 0 0 20px 0;
|
||||||
color: #ffffff;
|
color: #cccccc;
|
||||||
font-family: ;
|
font-family: ;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
text-shadow: none;
|
text-shadow: 2px 2px rgba(0,0,0,0.4);
|
||||||
word-wrap: break-word; }
|
word-wrap: break-word; }
|
||||||
|
|
||||||
.reveal h1 {
|
.reveal h1 {
|
||||||
|
@ -293,7 +297,8 @@ body {
|
||||||
* LINKS
|
* LINKS
|
||||||
*********************************************/
|
*********************************************/
|
||||||
.reveal a {
|
.reveal a {
|
||||||
color: #4E9F3D;
|
color: rgb(72,210,0);
|
||||||
|
text-shadow: 2px 2px rgba(0,0,00.4);
|
||||||
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;
|
||||||
|
|
Reference in a new issue