Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
my-cucumbers-ru-github-io
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Лотуга Данила Сергеевич
my-cucumbers-ru-github-io
Commits
b8e67a43
Commit
b8e67a43
authored
Mar 01, 2021
by
Vadim Makeev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates
parent
6841741a
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
252 additions
and
216 deletions
+252
-216
index.html
index.html
+3
-3
presentation.zip
presentation.zip
+0
-0
shower.js
shower/shower.js
+244
-210
README.md
shower/themes/material/README.md
+1
-1
shower-full.css
shower/themes/material/styles/shower/shower-full.css
+1
-0
columns.css
shower/themes/material/styles/slide/elements/columns.css
+1
-1
README.md
shower/themes/ribbon/README.md
+1
-1
shower-full.css
shower/themes/ribbon/styles/shower/shower-full.css
+1
-0
No files found.
index.html
View file @
b8e67a43
...
...
@@ -20,11 +20,11 @@
<section
class=
"slide"
id=
"cover"
>
<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=
"http
s
://pepelsbey.net"
>
Vadim Makeev
</a></p>
<figure>
<img
class=
"cover"
src=
"pictures/cover.jpg"
alt=
"Hands on the orange typewriter in a park"
>
<figcaption
class=
"copyright right white"
>
<a
href=
"http
://fiftyfootshadows.net/
"
>
© John Carey
</a>
<a
href=
"http
s://fiftyfootshadows.net
"
>
© John Carey
</a>
</figcaption>
</figure>
<style>
...
...
@@ -155,7 +155,7 @@
<figure>
<img
class=
"cover"
src=
"pictures/picture.jpg"
alt=
"Orange typewriter on a wooden table close-up"
>
<figcaption
class=
"copyright right white"
>
<a
href=
"http
://fiftyfootshadows.net/
"
>
© John Carey
</a>
<a
href=
"http
s://fiftyfootshadows.net
"
>
© John Carey
</a>
</figcaption>
</figure>
<style>
...
...
presentation.zip
View file @
b8e67a43
No preview for this file type
shower/shower.js
View file @
b8e67a43
This diff is collapsed.
Click to expand it.
shower/themes/material/README.md
View file @
b8e67a43
...
...
@@ -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:
npm install shower
npm install
@shower/
shower
If you want to install Material separately you can install the package:
...
...
shower/themes/material/styles/shower/shower-full.css
View file @
b8e67a43
...
...
@@ -10,4 +10,5 @@
width
:
var
(
--slide-width
);
height
:
var
(
--slide-height
);
background-color
:
black
;
transform
:
scale
(
var
(
--shower-full-scale
));
}
shower/themes/material/styles/slide/elements/columns.css
View file @
b8e67a43
...
...
@@ -3,7 +3,7 @@
.columns
{
display
:
grid
;
width
:
100%
;
grid-column-gap
:
75
px
;
grid-column-gap
:
48
px
;
}
.columns.two
{
...
...
shower/themes/ribbon/README.md
View file @
b8e67a43
...
...
@@ -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:
npm install shower
npm install
@shower/
shower
If you want to install Ribbon separately you can install the package:
...
...
shower/themes/ribbon/styles/shower/shower-full.css
View file @
b8e67a43
...
...
@@ -14,4 +14,5 @@
width
:
var
(
--slide-width
);
height
:
var
(
--slide-height
);
background-color
:
black
;
transform
:
scale
(
var
(
--shower-full-scale
));
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment