modifs exthétiques de la page d'accueil

This commit is contained in:
pgp 2022-03-08 10:54:36 +01:00
parent 337bd1db50
commit 1f6ec46375
8 changed files with 18 additions and 11 deletions

Binary file not shown.

View file

@ -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>

View file

@ -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;

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

View file

@ -38,7 +38,7 @@
font-style: bold; 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; } color: #141414; }
.reveal .controls { .reveal .controls {
@ -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 {
@ -146,7 +150,7 @@ body {
.reveal h2 { .reveal h2 {
font-size: 1.8em; } font-size: 1.8em; }
.reveal h3 { .reveal h3 {
font-size: 1.4em; } font-size: 1.4em; }
.reveal h4 { .reveal h4 {
@ -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;