Compare commits

...

3 commits

12 changed files with 40 additions and 22 deletions

View file

@ -1,4 +1,7 @@
# reveal-hugo
# cohabit Custom css : ./static/reveal-hugo/themes/sunblind.css
# thème : reveal-hugo
![License badge](https://img.shields.io/github/license/dzello/reveal-hugo.svg)
[![Website up/down badge](https://img.shields.io/website-up-down-green-red/https/reveal-hugo.dzello.com.svg)](https://reveal-hugo.dzello.com/)

View file

@ -4,6 +4,10 @@ title = "Bienvenue au Fablab Coh@bit"
disableKinds = ["sitemap", "RSS"]
theme = "reveal-hugo"
# css
custom_css = "css/custom.css"
# uncomment for browsing at file:///
relativeURLs = true
uglyURLs = true

Binary file not shown.

View file

@ -14,11 +14,11 @@ transition_speed = "slow"
{{< slide class="hello" background-image="images/musee.png">}}
## Coh@bit
### un fablab de l'université de Bordeaux ouvert à TOUS
## un fablab de l'université de Bordeaux ouvert à TOUS
<br>
<div class="custom-hello-liens">///PRÉSENTATION///</div><br>
<a href="/#/2" target="_blank"><p style="font-size:25px;">///PRESENTATION///</p></a>
<a href="/#/2" ><p style="font-size:25px;">///PRESENTATION///</p></a>
///MACHINES-RÉSERVATIONS///<br>
///PROJETS EN COURS///<br>

View file

@ -0,0 +1,6 @@
<!-- override this partial to add content before the head tag closes -->
// css
{{ range .Site.Params.custom.css -}}
<link rel="stylesheet" href="{{ . | absURL }}>
{{- end }}

View file

@ -45,7 +45,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
left: 0;
top: 0;
width: 100%;
height: 30px; }
height: 0px; }
@media (max-width: 840px) {
.line.top {
height: 15px; } }
@ -54,14 +54,14 @@ section.has-light-background, section.has-light-background h1, section.has-light
top: auto;
bottom: 0;
width: 100%;
height: 30px; }
height: 0px; }
@media (max-width: 840px) {
.line.bottom {
height: 15px; } }
.line.left {
left: 0;
top: 0;
width: 30px;
width: 0px;
height: 200%; }
@media (max-width: 840px) {
.line.left {
@ -70,7 +70,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
left: auto;
right: 0;
top: 0;
width: 30px;
width: 0px;
height: 200%; }
@media (max-width: 840px) {
.line.right {

Binary file not shown.

View file

@ -45,7 +45,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
left: 0;
top: 0;
width: 100%;
height: 30px; }
height: 0px; }
@media (max-width: 840px) {
.line.top {
height: 15px; } }
@ -54,14 +54,14 @@ section.has-light-background, section.has-light-background h1, section.has-light
top: auto;
bottom: 0;
width: 100%;
height: 30px; }
height: 0px; }
@media (max-width: 840px) {
.line.bottom {
height: 15px; } }
.line.left {
left: 0;
top: 0;
width: 30px;
width: 0px;
height: 200%; }
@media (max-width: 840px) {
.line.left {
@ -70,7 +70,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
left: auto;
right: 0;
top: 0;
width: 30px;
width: 0px;
height: 200%; }
@media (max-width: 840px) {
.line.right {

View file

@ -45,7 +45,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
left: 0;
top: 0;
width: 100%;
height: 30px; }
height: 0px; }
@media (max-width: 840px) {
.line.top {
height: 15px; } }
@ -54,14 +54,14 @@ section.has-light-background, section.has-light-background h1, section.has-light
top: auto;
bottom: 0;
width: 100%;
height: 30px; }
height: 0px; }
@media (max-width: 840px) {
.line.bottom {
height: 15px; } }
.line.left {
left: 0;
top: 0;
width: 30px;
width: 0px;
height: 200%; }
@media (max-width: 840px) {
.line.left {
@ -70,11 +70,11 @@ section.has-light-background, section.has-light-background h1, section.has-light
left: auto;
right: 0;
top: 0;
width: 30px;
width: 0px;
height: 200%; }
@media (max-width: 840px) {
.line.right {
width: 15px; } }
width: 0px; } }
/*********************************************
* GLOBAL STYLES

View file

@ -1 +1,6 @@
<!-- override this partial to add content before the head tag closes -->
// css
{{ range .Site.Params.custom_css -}}
<link rel="stylesheet" href="{{ . | absURL }}">
{{- end }}

View file

@ -45,7 +45,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
left: 0;
top: 0;
width: 100%;
height: 30px; }
height: 0px; }
@media (max-width: 840px) {
.line.top {
height: 15px; } }
@ -54,14 +54,14 @@ section.has-light-background, section.has-light-background h1, section.has-light
top: auto;
bottom: 0;
width: 100%;
height: 30px; }
height: 0px; }
@media (max-width: 840px) {
.line.bottom {
height: 30px; } }
.line.left {
left: 0;
top: 0;
width: 30px;
width: 0px;
height: 200%; }
@media (max-width: 840px) {
.line.left {
@ -70,11 +70,11 @@ section.has-light-background, section.has-light-background h1, section.has-light
left: auto;
right: 0;
top: 0;
width: 30px;
width: 0px;
height: 200%; }
@media (max-width: 840px) {
.line.right {
width: 15px; } }
width: 0px; } }
/*********************************************
* GLOBAL STYLES