Bring in newest version of robot-lung theme
This commit is contained in:
parent
9b47e50246
commit
727286994b
5 changed files with 19 additions and 6 deletions
|
@ -62,7 +62,7 @@ Add the shortcode above the slide's content, below the `---`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< slide background-image="/images/alex-litvin-790876-unsplash.jpg" >}}
|
{{< slide background-image="/images/alex-litvin-790876-unsplash.jpg" background-color="#000000" >}}
|
||||||
|
|
||||||
## Custom slide 3
|
## Custom slide 3
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
<div class="line top"></div>
|
|
||||||
<div class="line bottom"></div>
|
|
||||||
<div class="line left"></div>
|
|
||||||
<div class="line right"></div>
|
|
||||||
|
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-24132749-1"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-24132749-1"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
|
4
exampleSite/layouts/partials/reveal-hugo/end.html
Normal file
4
exampleSite/layouts/partials/reveal-hugo/end.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<div class="line top"></div>
|
||||||
|
<div class="line bottom"></div>
|
||||||
|
<div class="line left"></div>
|
||||||
|
<div class="line right"></div>
|
|
@ -76,6 +76,9 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
.line.right {
|
.line.right {
|
||||||
width: 15px; } }
|
width: 15px; } }
|
||||||
|
|
||||||
|
.reveal.has-dark-background .line {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* GLOBAL STYLES
|
* GLOBAL STYLES
|
||||||
*********************************************/
|
*********************************************/
|
||||||
|
@ -331,3 +334,7 @@ body {
|
||||||
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
||||||
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
||||||
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
||||||
|
|
||||||
|
.reveal .progress {
|
||||||
|
z-index: 1000;
|
||||||
|
color: #FF80A1; }
|
||||||
|
|
|
@ -76,6 +76,9 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||||
.line.right {
|
.line.right {
|
||||||
width: 15px; } }
|
width: 15px; } }
|
||||||
|
|
||||||
|
.reveal.has-dark-background .line {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* GLOBAL STYLES
|
* GLOBAL STYLES
|
||||||
*********************************************/
|
*********************************************/
|
||||||
|
@ -331,3 +334,7 @@ body {
|
||||||
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
||||||
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
||||||
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
||||||
|
|
||||||
|
.reveal .progress {
|
||||||
|
z-index: 1000;
|
||||||
|
color: #FF80A1; }
|
||||||
|
|
Loading…
Reference in a new issue