Commit b8e67a43 authored by Vadim Makeev's avatar Vadim Makeev

Updates

parent 6841741a
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
<section class="slide" id="cover"> <section class="slide" id="cover">
<h2>Shower Presentation Engine</h2> <h2>Shower Presentation Engine</h2>
<p>Brought to you by <a href="http://pepelsbey.net">Vadim Makeev</a></p> <p>Brought to you by <a href="https://pepelsbey.net">Vadim Makeev</a></p>
<figure> <figure>
<img class="cover" src="pictures/cover.jpg" alt="Hands on the orange typewriter in a park"> <img class="cover" src="pictures/cover.jpg" alt="Hands on the orange typewriter in a park">
<figcaption class="copyright right white"> <figcaption class="copyright right white">
<a href="http://fiftyfootshadows.net/">© John Carey</a> <a href="https://fiftyfootshadows.net">© John Carey</a>
</figcaption> </figcaption>
</figure> </figure>
<style> <style>
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
<figure> <figure>
<img class="cover" src="pictures/picture.jpg" alt="Orange typewriter on a wooden table close-up"> <img class="cover" src="pictures/picture.jpg" alt="Orange typewriter on a wooden table close-up">
<figcaption class="copyright right white"> <figcaption class="copyright right white">
<a href="http://fiftyfootshadows.net/">© John Carey</a> <a href="https://fiftyfootshadows.net">© John Carey</a>
</figcaption> </figcaption>
</figure> </figure>
<style> <style>
......
No preview for this file type
This diff is collapsed.
...@@ -8,7 +8,7 @@ Default theme for the [Shower](https://github.com/shower/shower/) presentation e ...@@ -8,7 +8,7 @@ Default theme for the [Shower](https://github.com/shower/shower/) presentation e
Get the Shower template where Material is already included. Download the [template archive](https://shwr.me/shower.zip) or install the package: Get the Shower template where Material is already included. Download the [template archive](https://shwr.me/shower.zip) or install the package:
npm install shower npm install @shower/shower
If you want to install Material separately you can install the package: If you want to install Material separately you can install the package:
......
...@@ -10,4 +10,5 @@ ...@@ -10,4 +10,5 @@
width: var(--slide-width); width: var(--slide-width);
height: var(--slide-height); height: var(--slide-height);
background-color: black; background-color: black;
transform: scale(var(--shower-full-scale));
} }
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.columns { .columns {
display: grid; display: grid;
width: 100%; width: 100%;
grid-column-gap: 75px; grid-column-gap: 48px;
} }
.columns.two { .columns.two {
......
...@@ -8,7 +8,7 @@ Default theme for the [Shower](https://github.com/shower/shower/) presentation e ...@@ -8,7 +8,7 @@ Default theme for the [Shower](https://github.com/shower/shower/) presentation e
Get the Shower template where Ribbon is already included. Download the [template archive](https://shwr.me/shower.zip) or install the package: Get the Shower template where Ribbon is already included. Download the [template archive](https://shwr.me/shower.zip) or install the package:
npm install shower npm install @shower/shower
If you want to install Ribbon separately you can install the package: If you want to install Ribbon separately you can install the package:
......
...@@ -14,4 +14,5 @@ ...@@ -14,4 +14,5 @@
width: var(--slide-width); width: var(--slide-width);
height: var(--slide-height); height: var(--slide-height);
background-color: black; background-color: black;
transform: scale(var(--shower-full-scale));
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment