Compare commits
No commits in common. "eda9f3a11d443bbc5eccb1ec70fba05480c57bd7" and "a6511eb3b477aade447fd9a8d6da3f8dd3ceceec" have entirely different histories.
eda9f3a11d
...
a6511eb3b4
|
@ -1,7 +1,4 @@
|
|||
# cohabit Custom css : ./static/reveal-hugo/themes/sunblind.css
|
||||
|
||||
|
||||
# thème : reveal-hugo
|
||||
# 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/)
|
||||
|
|
|
@ -4,10 +4,6 @@ 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.
|
@ -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" ><p style="font-size:25px;">///PRESENTATION///</p></a>
|
||||
<a href="/#/2" target="_blank"><p style="font-size:25px;">///PRESENTATION///</p></a>
|
||||
|
||||
///MACHINES-RÉSERVATIONS///<br>
|
||||
///PROJETS EN COURS///<br>
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
<!-- 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;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 0px; }
|
||||
height: 30px; }
|
||||
@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: 0px; }
|
||||
height: 30px; }
|
||||
@media (max-width: 840px) {
|
||||
.line.bottom {
|
||||
height: 15px; } }
|
||||
.line.left {
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 0px;
|
||||
width: 30px;
|
||||
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: 0px;
|
||||
width: 30px;
|
||||
height: 200%; }
|
||||
@media (max-width: 840px) {
|
||||
.line.right {
|
||||
|
|
BIN
static/css/.custom.css.swp
Normal file
BIN
static/css/.custom.css.swp
Normal file
Binary file not shown.
|
@ -45,7 +45,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 0px; }
|
||||
height: 30px; }
|
||||
@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: 0px; }
|
||||
height: 30px; }
|
||||
@media (max-width: 840px) {
|
||||
.line.bottom {
|
||||
height: 15px; } }
|
||||
.line.left {
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 0px;
|
||||
width: 30px;
|
||||
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: 0px;
|
||||
width: 30px;
|
||||
height: 200%; }
|
||||
@media (max-width: 840px) {
|
||||
.line.right {
|
||||
|
|
|
@ -45,7 +45,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 0px; }
|
||||
height: 30px; }
|
||||
@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: 0px; }
|
||||
height: 30px; }
|
||||
@media (max-width: 840px) {
|
||||
.line.bottom {
|
||||
height: 15px; } }
|
||||
.line.left {
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 0px;
|
||||
width: 30px;
|
||||
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: 0px;
|
||||
width: 30px;
|
||||
height: 200%; }
|
||||
@media (max-width: 840px) {
|
||||
.line.right {
|
||||
width: 0px; } }
|
||||
width: 15px; } }
|
||||
|
||||
/*********************************************
|
||||
* GLOBAL STYLES
|
||||
|
|
|
@ -1,6 +1 @@
|
|||
<!-- override this partial to add content before the head tag closes -->
|
||||
// css
|
||||
{{ range .Site.Params.custom_css -}}
|
||||
<link rel="stylesheet" href="{{ . | absURL }}">
|
||||
{{- end }}
|
||||
|
||||
|
|
BIN
themes/reveal-hugo/static/reveal-hugo/themes/.sunblind.css.swp
Normal file
BIN
themes/reveal-hugo/static/reveal-hugo/themes/.sunblind.css.swp
Normal file
Binary file not shown.
|
@ -45,7 +45,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 0px; }
|
||||
height: 30px; }
|
||||
@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: 0px; }
|
||||
height: 30px; }
|
||||
@media (max-width: 840px) {
|
||||
.line.bottom {
|
||||
height: 30px; } }
|
||||
.line.left {
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 0px;
|
||||
width: 30px;
|
||||
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: 0px;
|
||||
width: 30px;
|
||||
height: 200%; }
|
||||
@media (max-width: 840px) {
|
||||
.line.right {
|
||||
width: 0px; } }
|
||||
width: 15px; } }
|
||||
|
||||
/*********************************************
|
||||
* GLOBAL STYLES
|
||||
|
|
Reference in a new issue