pgp #1
Binary file not shown.
|
@ -12,11 +12,12 @@ transition_speed = "slow"
|
|||
|
||||
|
||||
{{< 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>
|
||||
<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;">///PROJETS EN COURS///</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 -->
|
||||
<!-- A common use would be to add CSS to the page to customize the theme -->
|
||||
<style>
|
||||
|
@ -31,7 +32,7 @@
|
|||
.reveal section[data-background-image] a,
|
||||
.reveal section[data-background-image] p,
|
||||
.reveal section[data-background-image] h2 {
|
||||
color: white;
|
||||
color: f2f2f2;
|
||||
}
|
||||
.reveal section[data-background-image] a {
|
||||
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.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
@ -38,7 +38,7 @@
|
|||
font-style: bold;
|
||||
}
|
||||
|
||||
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
|
||||
section.has-light-background, section.has-light-background h1, section.has-light-background h2 , section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
|
||||
color: #141414; }
|
||||
|
||||
.reveal .controls {
|
||||
|
@ -103,8 +103,10 @@ body {
|
|||
.reveal {
|
||||
font-family: "Alte";
|
||||
font-size: 32px;
|
||||
font-weight: normal;
|
||||
color: #363636; }
|
||||
font-weight: bold;
|
||||
color: #f2f2f2; }
|
||||
|
||||
.cohabit {}
|
||||
|
||||
::selection {
|
||||
color: #fff;
|
||||
|
@ -126,18 +128,20 @@ body {
|
|||
*********************************************/
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h3 {
|
||||
color: #cccccc;
|
||||
text-shadow: 2px 2px rgba(0,0,00.4);}
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: 0 0 20px 0;
|
||||
color: #ffffff;
|
||||
color: #cccccc;
|
||||
font-family: ;
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
letter-spacing: normal;
|
||||
text-transform: uppercase;
|
||||
text-shadow: none;
|
||||
text-shadow: 2px 2px rgba(0,0,0,0.4);
|
||||
word-wrap: break-word; }
|
||||
|
||||
.reveal h1 {
|
||||
|
@ -146,7 +150,7 @@ body {
|
|||
.reveal h2 {
|
||||
font-size: 1.8em; }
|
||||
|
||||
.reveal h3 {
|
||||
.reveal h3 {
|
||||
font-size: 1.4em; }
|
||||
|
||||
.reveal h4 {
|
||||
|
@ -293,7 +297,8 @@ body {
|
|||
* LINKS
|
||||
*********************************************/
|
||||
.reveal a {
|
||||
color: #4E9F3D;
|
||||
color: rgb(72,210,0);
|
||||
text-shadow: 2px 2px rgba(0,0,00.4);
|
||||
text-decoration: none;
|
||||
-webkit-transition: color .15s ease;
|
||||
-moz-transition: color .15s ease;
|
||||
|
|
Reference in a new issue