Compare commits
3 commits
a6511eb3b4
...
eda9f3a11d
Author | SHA1 | Date | |
---|---|---|---|
eda9f3a11d | |||
e7a13f92cd | |||
ee5b5cef29 |
|
@ -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)
|
![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/)
|
[![Website up/down badge](https://img.shields.io/website-up-down-green-red/https/reveal-hugo.dzello.com.svg)](https://reveal-hugo.dzello.com/)
|
||||||
|
|
|
@ -4,6 +4,10 @@ title = "Bienvenue au Fablab Coh@bit"
|
||||||
disableKinds = ["sitemap", "RSS"]
|
disableKinds = ["sitemap", "RSS"]
|
||||||
theme = "reveal-hugo"
|
theme = "reveal-hugo"
|
||||||
|
|
||||||
|
# css
|
||||||
|
|
||||||
|
custom_css = "css/custom.css"
|
||||||
|
|
||||||
# uncomment for browsing at file:///
|
# uncomment for browsing at file:///
|
||||||
relativeURLs = true
|
relativeURLs = true
|
||||||
uglyURLs = true
|
uglyURLs = true
|
||||||
|
|
Binary file not shown.
|
@ -14,11 +14,11 @@ transition_speed = "slow"
|
||||||
{{< slide class="hello" background-image="images/musee.png">}}
|
{{< slide class="hello" background-image="images/musee.png">}}
|
||||||
|
|
||||||
## Coh@bit
|
## Coh@bit
|
||||||
### un fablab de l'université de Bordeaux ouvert à TOUS
|
## un fablab de l'université de Bordeaux ouvert à TOUS
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<div class="custom-hello-liens">///PRÉSENTATION///</div><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>
|
///MACHINES-RÉSERVATIONS///<br>
|
||||||
///PROJETS EN COURS///<br>
|
///PROJETS EN COURS///<br>
|
||||||
|
|
6
layouts/partials/head.html
Normal file
6
layouts/partials/head.html
Normal 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 }}
|
||||||
|
|
|
@ -45,7 +45,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30px; }
|
height: 0px; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.top {
|
.line.top {
|
||||||
height: 15px; } }
|
height: 15px; } }
|
||||||
|
@ -54,14 +54,14 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30px; }
|
height: 0px; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.bottom {
|
.line.bottom {
|
||||||
height: 15px; } }
|
height: 15px; } }
|
||||||
.line.left {
|
.line.left {
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 30px;
|
width: 0px;
|
||||||
height: 200%; }
|
height: 200%; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.left {
|
.line.left {
|
||||||
|
@ -70,7 +70,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 30px;
|
width: 0px;
|
||||||
height: 200%; }
|
height: 200%; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.right {
|
.line.right {
|
||||||
|
|
Binary file not shown.
|
@ -45,7 +45,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30px; }
|
height: 0px; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.top {
|
.line.top {
|
||||||
height: 15px; } }
|
height: 15px; } }
|
||||||
|
@ -54,14 +54,14 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30px; }
|
height: 0px; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.bottom {
|
.line.bottom {
|
||||||
height: 15px; } }
|
height: 15px; } }
|
||||||
.line.left {
|
.line.left {
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 30px;
|
width: 0px;
|
||||||
height: 200%; }
|
height: 200%; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.left {
|
.line.left {
|
||||||
|
@ -70,7 +70,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 30px;
|
width: 0px;
|
||||||
height: 200%; }
|
height: 200%; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.right {
|
.line.right {
|
||||||
|
|
|
@ -45,7 +45,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30px; }
|
height: 0px; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.top {
|
.line.top {
|
||||||
height: 15px; } }
|
height: 15px; } }
|
||||||
|
@ -54,14 +54,14 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30px; }
|
height: 0px; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.bottom {
|
.line.bottom {
|
||||||
height: 15px; } }
|
height: 15px; } }
|
||||||
.line.left {
|
.line.left {
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 30px;
|
width: 0px;
|
||||||
height: 200%; }
|
height: 200%; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.left {
|
.line.left {
|
||||||
|
@ -70,11 +70,11 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 30px;
|
width: 0px;
|
||||||
height: 200%; }
|
height: 200%; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.right {
|
.line.right {
|
||||||
width: 15px; } }
|
width: 0px; } }
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* GLOBAL STYLES
|
* GLOBAL STYLES
|
||||||
|
|
|
@ -1 +1,6 @@
|
||||||
<!-- override this partial to add content before the head tag closes -->
|
<!-- override this partial to add content before the head tag closes -->
|
||||||
|
// css
|
||||||
|
{{ range .Site.Params.custom_css -}}
|
||||||
|
<link rel="stylesheet" href="{{ . | absURL }}">
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -45,7 +45,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30px; }
|
height: 0px; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.top {
|
.line.top {
|
||||||
height: 15px; } }
|
height: 15px; } }
|
||||||
|
@ -54,14 +54,14 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30px; }
|
height: 0px; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.bottom {
|
.line.bottom {
|
||||||
height: 30px; } }
|
height: 30px; } }
|
||||||
.line.left {
|
.line.left {
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 30px;
|
width: 0px;
|
||||||
height: 200%; }
|
height: 200%; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.left {
|
.line.left {
|
||||||
|
@ -70,11 +70,11 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 30px;
|
width: 0px;
|
||||||
height: 200%; }
|
height: 200%; }
|
||||||
@media (max-width: 840px) {
|
@media (max-width: 840px) {
|
||||||
.line.right {
|
.line.right {
|
||||||
width: 15px; } }
|
width: 0px; } }
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* GLOBAL STYLES
|
* GLOBAL STYLES
|
||||||
|
|
Reference in a new issue