feature/reveal-js-stub (#1)

Co-authored-by: azzaroff <a@b.c>
Co-authored-by: Robert Manigk <robert.manigk@codecentric.de>
Co-authored-by: axiomer <>
Co-authored-by: azzaroff <amigaman1@gmx.net>
Reviewed-on: #1
Co-authored-by: Robert Manigk <p1ng0ut@mailbox.org>
Co-committed-by: Robert Manigk <p1ng0ut@mailbox.org>
This commit is contained in:
p1ng0ut 2024-04-29 19:52:24 +02:00 committed by p1ng0ut
parent 9820c706a5
commit 8297089155
35 changed files with 2739 additions and 0 deletions

11
.eslintrc.js Normal file
View File

@ -0,0 +1,11 @@
module.exports = {
//...
plugins: ["@html-eslint"],
overrides: [
{
files: ["*.html"],
parser: "@html-eslint/parser",
extends: ["plugin:@html-eslint/recommended"]
}
]
};

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
_template/node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

3
.prettierignore Normal file
View File

@ -0,0 +1,3 @@
# Ignore artifacts:
dist
node_modules

1
.prettierrc Normal file
View File

@ -0,0 +1 @@
{}

View File

@ -34,3 +34,9 @@ Das Repository hat die folgende Struktur:
Der Name des Ordners sollte das Thema des Foliensatzes in 1-3 Worten beschreiben. Der Name sollte klein geschrieben
und Worte durch Minuszeichen getrennt werden, z.&thinsp;B. "verschluesselung-mit-gpg".
### Entwicklungs Webserver
- NodeJS installieren (https://nodejs.org)
- `npm i`
- `npm run dev`

8
_assets/dist/reveal.css vendored Normal file

File diff suppressed because one or more lines are too long

9
_assets/dist/reveal.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,45 @@
SIL Open Font License
Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name Source. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
—————————————————————————————-
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
—————————————————————————————-
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
DEFINITIONS
“Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
“Reserved Font Name” refers to any names specified as such after the copyright statement(s).
“Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s).
“Modified Version” refers to any derivative made by adding to, deleting, or substituting—in part or in whole—any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
“Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,39 @@
@font-face {
font-family: 'Source Sans Pro';
src: url('./source-sans-pro-regular.eot');
src: url('./source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
url('./source-sans-pro-regular.woff') format('woff'),
url('./source-sans-pro-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('./source-sans-pro-italic.eot');
src: url('./source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
url('./source-sans-pro-italic.woff') format('woff'),
url('./source-sans-pro-italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('./source-sans-pro-semibold.eot');
src: url('./source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'),
url('./source-sans-pro-semibold.woff') format('woff'),
url('./source-sans-pro-semibold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('./source-sans-pro-semibolditalic.eot');
src: url('./source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'),
url('./source-sans-pro-semibolditalic.woff') format('woff'),
url('./source-sans-pro-semibolditalic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
}

359
_assets/dist/theme/white.css vendored Normal file
View File

@ -0,0 +1,359 @@
/**
* White theme for reveal.js. This is the opposite of the 'black' theme.
*
* By Hakim El Hattab, http://hakim.se
*/
@import url(./fonts/source-sans-pro/source-sans-pro.css);
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
color: #fff;
}
/*********************************************
* GLOBAL STYLES
*********************************************/
:root {
--r-background-color: #fff;
--r-main-font: Source Sans Pro, Helvetica, sans-serif;
--r-main-font-size: 42px;
--r-main-color: #222;
--r-block-margin: 20px;
--r-heading-margin: 0 0 20px 0;
--r-heading-font: Source Sans Pro, Helvetica, sans-serif;
--r-heading-color: #222;
--r-heading-line-height: 1.2;
--r-heading-letter-spacing: normal;
--r-heading-text-transform: uppercase;
--r-heading-text-shadow: none;
--r-heading-font-weight: 600;
--r-heading1-text-shadow: none;
--r-heading1-size: 2.5em;
--r-heading2-size: 1.6em;
--r-heading3-size: 1.3em;
--r-heading4-size: 1em;
--r-code-font: monospace;
--r-link-color: #2a76dd;
--r-link-color-dark: #1a53a1;
--r-link-color-hover: #6ca0e8;
--r-selection-background-color: #98bdef;
--r-selection-color: #fff;
--r-overlay-element-bg-color: 0, 0, 0;
--r-overlay-element-fg-color: 240, 240, 240;
}
.reveal-viewport {
background: #fff;
background-color: var(--r-background-color);
}
.reveal {
font-family: var(--r-main-font);
font-size: var(--r-main-font-size);
font-weight: normal;
color: var(--r-main-color);
}
.reveal ::selection {
color: var(--r-selection-color);
background: var(--r-selection-background-color);
text-shadow: none;
}
.reveal ::-moz-selection {
color: var(--r-selection-color);
background: var(--r-selection-background-color);
text-shadow: none;
}
.reveal .slides section,
.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit;
}
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: var(--r-heading-margin);
color: var(--r-heading-color);
font-family: var(--r-heading-font);
font-weight: var(--r-heading-font-weight);
line-height: var(--r-heading-line-height);
letter-spacing: var(--r-heading-letter-spacing);
text-transform: var(--r-heading-text-transform);
text-shadow: var(--r-heading-text-shadow);
word-wrap: break-word;
}
.reveal h1 {
font-size: var(--r-heading1-size);
}
.reveal h2 {
font-size: var(--r-heading2-size);
}
.reveal h3 {
font-size: var(--r-heading3-size);
}
.reveal h4 {
font-size: var(--r-heading4-size);
}
.reveal h1 {
text-shadow: var(--r-heading1-text-shadow);
}
/*********************************************
* OTHER
*********************************************/
.reveal p {
margin: var(--r-block-margin) 0;
line-height: 1.3;
}
/* Remove trailing margins after titles */
.reveal h1:last-child,
.reveal h2:last-child,
.reveal h3:last-child,
.reveal h4:last-child,
.reveal h5:last-child,
.reveal h6:last-child {
margin-bottom: 0;
}
/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
}
.reveal strong,
.reveal b {
font-weight: bold;
}
.reveal em {
font-style: italic;
}
.reveal ol,
.reveal dl,
.reveal ul {
display: inline-block;
text-align: left;
margin: 0 0 0 1em;
}
.reveal ol {
list-style-type: decimal;
}
.reveal ul {
list-style-type: disc;
}
.reveal ul ul {
list-style-type: square;
}
.reveal ul ul ul {
list-style-type: circle;
}
.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
display: block;
margin-left: 40px;
}
.reveal dt {
font-weight: bold;
}
.reveal dd {
margin-left: 40px;
}
.reveal blockquote {
display: block;
position: relative;
width: 70%;
margin: var(--r-block-margin) auto;
padding: 5px;
font-style: italic;
background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
display: inline-block;
}
.reveal q {
font-style: italic;
}
.reveal pre {
display: block;
position: relative;
width: 90%;
margin: var(--r-block-margin) auto;
text-align: left;
font-size: 0.55em;
font-family: var(--r-code-font);
line-height: 1.2em;
word-wrap: break-word;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.reveal code {
font-family: var(--r-code-font);
text-transform: none;
tab-size: 2;
}
.reveal pre code {
display: block;
padding: 5px;
overflow: auto;
max-height: 400px;
word-wrap: normal;
}
.reveal .code-wrapper {
white-space: normal;
}
.reveal .code-wrapper code {
white-space: pre;
}
.reveal table {
margin: auto;
border-collapse: collapse;
border-spacing: 0;
}
.reveal table th {
font-weight: bold;
}
.reveal table th,
.reveal table td {
text-align: left;
padding: 0.2em 0.5em 0.2em 0.5em;
border-bottom: 1px solid;
}
.reveal table th[align=center],
.reveal table td[align=center] {
text-align: center;
}
.reveal table th[align=right],
.reveal table td[align=right] {
text-align: right;
}
.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
border-bottom: none;
}
.reveal sup {
vertical-align: super;
font-size: smaller;
}
.reveal sub {
vertical-align: sub;
font-size: smaller;
}
.reveal small {
display: inline-block;
font-size: 0.6em;
line-height: 1.2em;
vertical-align: top;
}
.reveal small * {
vertical-align: top;
}
.reveal img {
margin: var(--r-block-margin) 0;
}
/*********************************************
* LINKS
*********************************************/
.reveal a {
color: var(--r-link-color);
text-decoration: none;
transition: color 0.15s ease;
}
.reveal a:hover {
color: var(--r-link-color-hover);
text-shadow: none;
border: none;
}
.reveal .roll span:after {
color: #fff;
background: var(--r-link-color-dark);
}
/*********************************************
* Frame helper
*********************************************/
.reveal .r-frame {
border: 4px solid var(--r-main-color);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.reveal a .r-frame {
transition: all 0.15s linear;
}
.reveal a:hover .r-frame {
border-color: var(--r-link-color);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls {
color: var(--r-link-color);
}
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2);
color: var(--r-link-color);
}
/*********************************************
* PRINT BACKGROUND
*********************************************/
@media print {
.backgrounds {
background-color: var(--r-background-color);
}
}

2
_assets/main.css Normal file
View File

@ -0,0 +1,2 @@
@import url("dist/reveal.css");
@import url("dist/theme/white.css");

11
_assets/main.js Normal file
View File

@ -0,0 +1,11 @@
import './dist/reveal.js';
import './plugin/markdown/markdown.js';
import './plugin/notes/notes.js';
let deck = new Reveal({
plugins: [RevealMarkdown, RevealNotes],
hash: true,
hashOneBasedIndex: true,
history: true
});
deck.initialize();

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2706 1232.036" enable-background="new 0 0 2706 1232.036" xml:space="preserve">
<g>
<g>
<path d="M1326.874,711.731c-0.375-2.341-4.108-4.587-5.133,0.732c-2.567,13.311-5.144,26.748-4.798,40.3 c0.971,38.042,28.209,44.337,5.205,41.747c-8.112-0.914-15.658-3.244-23.724-4.043c-1.189-0.118-2.568,0.129-3.181-1.53 c-2.168-5.873,9.481-7.024,6.718-12.134c-2.125-3.91-33.555,12.076-35.898,15.744c-4.534,7.096-11.458,9.256-19.411,10.169 c-103.541,11.9-102.304-69.461-117.642-135.844c-12.005-51.95-14.613-57.367-12.464-75.472c0.105-0.885,0.305-1.866,0.048-2.67 c-3.154-9.832,0.06-19.533,0.584-29.274c1.098-20.403,10.917-36.85,23.958-51.755c6.822-7.797,2.641-10.588,25.591-23.598 c11.384-6.454,28.331-15.439,41.833-13.934c5.636,0.629,11.363-0.635,17.155,0.259c13.313,2.054,9.632,11.405,53.381-11.007 c25.092-12.853,30.766-2.097,42.289-0.371c16.149,2.419,37.473,11.726,42.333,15.59c1.632,1.297,3.945-0.714,2.601-2.906 c-2.598-4.237-8.135-10.708-1.473-11.253c6.819-0.557,13.452,0.196,19.828,2.952c11.264,4.869,22.982,8.558,32.595,16.528 c21.949,18.198,24.636,59.427-22.169,81.251c-1.252,0.584-2.888,0.563-4.393-0.392c-10.93-6.933-79.146-13.155-137.802,5.513 c-23.037,7.331-23.926,3.318-31.222,3.832c-30.612,2.16-50.751,13.305-62.457,10.92c-2.828-0.576-5.781,1.076-8.401,2.26 c-6.356,2.875-3.842,14.165,10.403,14.122c2.508-0.008,26.67,3.232,49.066-5.677c11.939-4.752-43.255,6.091-44.265-1.853 c-0.419-3.294,35.254-17.186,65.635-15.38c1.006,0.06,91.667-21.096,132.524-14.333c3.066,0.508,6.285-0.289,9.232,1.434 c3.552,2.077,3.882,3.981,0.488,6.183c-15.401,9.992-50.195,25.133-70.024,24.448c-4.837-0.167-49.876,3.84-49.645,6.148 c0.183,1.834,14.379-1.232,17.103,0.936c8.876,7.068-29.604,12.165-52.605,6.133c-0.686-0.18-1.617-0.879-2.011,0.045 c-0.352,0.828,0.705,1.146,1.314,1.568c6.191,4.286,13.497,3.719,20.359,4.011c32.019,1.363,45.35-11.662,57.143-10.161 c8.47,1.078-11.948,12.405-35.179,36.718c-3.882,4.063-18.99,25.575-15.713,26.855c1.127,0.44,1.723-1.295,2.107-2.258 c2.121-5.318,5.584-9.571,9.626-13.579c12.225-12.124,30.391-36.026,51.383-38.98c18.318-2.578,14.815-10.198,21.751-8.939 c26.285,4.772,47.207,0.48,73.588,20.823c1.245,0.96,2.519,1.212,3.922,0.512c2.416-1.205,0.145-5.021-1.99-4.805 c-1.114,0.113-1.815-0.47-2.28-1.111c-4.754-6.542-12.606-7.619-19.279-10.431c-15.142-6.381-30.069-2.848-40.876-7.004 c-3.348-1.288-6.717-3.056-3.566-4.818c8.237-4.604,16.024-10.027,24.675-13.864c10.678-4.735,4.37,12.388,17.324,7.615 c12.591-4.639,18.754-0.867,35.03-4.169c50.479-10.237,62.359,19.407,53.646,33.401c-6.574,10.558-1.188,11.755-3.481,22.589 c-1.365,6.451,5.975,9.467,16.328,23.281c11.265,15.029,3.406,47.451-6.436,65.37c-0.55,1-28.235,49.851-41.641,63.924 c-26.05,27.347-85.69,25.284-107.535-19.904C1311.458,740.135,1327.548,715.931,1326.874,711.731z M1355.454,507.996 c-0.794,0.075-0.904,0.733-1.182,1.304c-7.334,15.057-9.499,21.226-16.194,26.189c-0.778,0.577-2.117,1.413-1.699,2.284 c0.553,1.152,1.795,0.193,2.714-0.114c7.332-2.448,8.102-6.933,10.914-11.054c1.016-1.489,3.89-2.714,4.165,0.789 c0.656,8.385,5.981,13.638,12.157,18.328c2.065,1.568,4.833,4.435,6.794,2.407c3.186-3.294-3.208-8.812-3.883-9.074 c-3.192-1.236-5.44-3.727-7.857-5.922c-5.573-5.06-5.023-11.227-6.054-25.191c0.036-0.334,0.073-0.668,0.109-1.003 c-0.113,0.019-0.226,0.038-0.339,0.057C1355.216,507.331,1355.335,507.663,1355.454,507.996z M1276.168,548.446 c3.07,2.956,7.967,1.477,6.472-3.64c-4.824-16.505-6.789-7.814-10.27-21.392C1268.43,508.052,1260.625,533.479,1276.168,548.446z M1210.685,548.479c2.288,4.409,11.185,6.398,8.061-2.927c-1.73-5.159-7.409-10.272-7.809-22.38 C1210.797,518.919,1199.492,526.922,1210.685,548.479z"/>
<path d="M1294.325,385.673c1.056-22.239,17.498-23.012,20.632-24.239c2.43-0.951,1.816-3.734-0.739-3.428 c-3.451,0.413-4.537,1.861-5.366,0.333c-1.415-2.609,4.157-2.194,2.64-4.99c-0.563-1.036-1.477-1.258-2.618-1.031 c-24.062,4.78-20.829,13.57-20.598-60.304c0.018-5.561,1.726-10.834,3.84-15.939c0.493-1.189,1.266-2.291,0.89-3.629 c-2.621-9.315-1.039-18.803-1.256-28.221c-0.578-25.09-3.925-58.105,5.734-80.805c10.241-24.068,41.441-31.405,54.473-13.305 c12.971,18.015,0.475,77.993,6.839,106.122c0.934,4.127-0.785,6.933-4.929,7.319c-22.232,2.072-9.38-3.385-31.089,3.848 c-2.214,0.738-4.217,2.152-5.307,4.663c-1.372,3.162-9.777,1.996-8.83,6.99c1.208,6.369,9.831-0.838,44.139,3.478 c2.552,0.321,3.487,2.065,3.625,4.605c1.984,36.713,4.685,38.674-2.671,65.317c-1.097,3.975-5.772,12.303-11.308,9.939 c-10.54-4.502-11.816,2.555-5.425,2.781c2.674,0.095,4.896,1.277,7.25,2.273c8.852,3.743,8.212,13.35,3.202,39.002 c-2.998,15.348-21.37,40.765-36.813,24.469C1300.073,419.776,1293.666,399.566,1294.325,385.673z"/>
<path d="M1187.769,405.448c-3.359-6.092-3.229-13.238-4.059-20.195c-1.137-9.516,11.957-21.776,4.671-19.32 c-7.964,2.685-11.992-10.127-14.24-18.235c-20.487-73.886-22.786-65.849-10.952-81.397c0.535-0.703,1.827-1.307,1.79-1.894 c-0.481-7.503,8.505-12.498,6.199-15.308c-1.469-1.789-15.894,6.553-18.193-2.292c-2.362-9.088-21.352-66.894-11.352-82.95 c16.972-27.249,65.684-24.097,66.505,67.319c0.044,4.905-1.634,9.566-2.43,14.355c-0.912,5.48-8.925-3.037-25.651,5.727 c-1.263,0.662-2.746,1.459-1.963,3.165c0.817,1.778,2.238,0.479,3.291,0.111c4.409-1.541,9.051-1.54,13.596-2.138 c1.14-0.15,2.973-0.323,3.157,1.314c0.325,2.892-15.088,4.334-21.155,7.605c-1.701,0.917-10.712,5.431-8.831,8.258 c1.808,2.718,4.554-1.911,23.07-9.584c42.534-17.633,33.886,68.182,35.522,74.165c0.948,3.468-0.652,5.518-3.627,6.557 c-17.339,6.057-14.628,1.616-23.87,13.403c-3.888,4.955,10.74-2.288,25.906-8.132c3.495-1.347,7.635,0.803,7.399,2.594 c-0.194,1.465-1.588,1.985-2.571,1.818c-8.723-1.472-14.333,4.836-20.927,8.441c-4.004,2.189-15.337,10.711-12.164,13.992 c3.507,3.626,31.526-24.264,38.005-5.362c7.173,20.925,9.277,40.566-0.345,60.268c-5.363,10.976-24.841,14.475-33.333,5.871 C1198.756,431.112,1189.771,414.632,1187.769,405.448z"/>
<path d="M1411.447,457.001c-5.139,1.284-9.974,3.307-15.143,1.114c-21.414-9.086-9.157-37.99-5.703-54.771 c2.844-13.81,9.551-13.278,7.194-18.93c-1.688-4.047,13.74-2.719,12.733-7.592c-0.348-1.685-1.557-1.689-2.888-1.822 c-6.224-0.62-6.403-0.743-5.194-7.034c4.328-22.512,16.172-59.401,16.431-60.403c1.284-4.963,12.148,0.956,19.808-0.303 c1.364-0.224,3.546,0.066,3.833-1.797c0.473-3.077-8.512-4.324-8.37-7.453c0.156-3.476,14.737,1.106,15.437-2.813 c0.347-1.936-2.96-1.547-4.587-2.014c-13.656-3.925-21.681,3.438-22.218-3.456c-0.536-6.886,2.355-8.341,3.437-22.867 c1.215-16.345,3.444-32.51,8.396-48.225c2.509-7.962,5.768-34.229,26.158-42.613c3.051-1.255,5.356-3.493,9.224-3.746 c13.644-0.892,24.642,8.005,27.073,20.094c3.483,17.319,0.197,24.245-2.032,38.987c-2.663,17.614-10.26,10.328-10.858,22.357 c-0.39,7.849-3.971,35.645-3.767,42.521c0.717,24.23-11.196,13.883-22.387,12.522c-2.434-0.296-2.751,1.378-0.878,2.432 c7.351,4.14,10.777,5.179,12.334,9.193c0.509,1.311,0.757,2.46-0.445,3.468c-2.581,2.165-9.865-7.741-11.76-4.946 c-2.836,4.18,12.44,7.262,11.203,15.978c-6.584,46.417-11.298,41.672-16.964,53.394c-0.711,1.472-2.292,2.006-3.917,0.984 c-7.782-4.896-17.308-3.97-25.479-7.637c-2.132-0.957-4.314,0.36-6.166,1.38c-2.645,1.457,1.771,3.561,7.327,6.176 c6.638,3.125,0.428,3.986,12.415,12.989c5.789,4.347,8.3,14.009,3.368,19.682c-2.41,2.772-1.943,6.102-5.308,9.497 C1428.655,436.495,1424.414,453.277,1411.447,457.001z"/>
<path d="M1659.41,631.565c-10.793,8.247-62.103,19.028-69.093,24.033c-2.089,1.495-2.521,4.534-5.42,4.592 c-4.664,0.092-6.349-23.097-7.768-23.395c-1.042-0.218-0.726,1.395-1.288,1.813c-1.88,1.397-1.958,3.502-2.294,5.438 c-3.124,18.014-27.761,18.146-52.283,40.66c-26.852,24.654-43.444-52.645,0.443-58.045c24.277-2.986,41.445-26.152,59.489-40.207 c3.027-2.358,7.812-4.351,10.114-7.386c2.206-2.908,2.575-7.078,4.861-10.07c26.672-34.896,86.829-26.381,97.448,4.302 C1704.594,605.062,1667.203,625.61,1659.41,631.565z"/>
<path d="M1045.218,367.521c-2.418-11.453-10.953-26.8-1.174-35.253c1.066-0.922,1.916-2.051,0.597-3.189 c-3.035-2.618-5.8,8.952-10.511,5.618c-2.257-1.598-3.997-3.822-3.939-6.652c0.038-1.849,2.122-1.509,3.425-1.625 c5.033-0.448,15.644-5.386,13.401-8.885c-2.696-4.205-21.514,13.36-27.802-3.339c-6.547-17.393-10.011-28.209-8.477-42.954 c1.813-17.43,29.779-26.757,42.334-1.122c12.79,26.111,12.003,39.584,28.752,57.121c32.118,33.631,22.353,44.668,36.527,60.149 c25.823,28.209,47.237,91.022,8.962,87.465c-12.583-1.169-33.73-43.633-39.151-54.932c-2.768-5.769-1.318-9.917,4.614-12.749 c2.514-1.201,7.083-6.131,6.177-7.634c-1.247-2.066-6.37,0.744-8.507,2.565c-7.416,6.321-11.754,5.216-18.118,1.191 C1059.926,395.454,1050.722,384.588,1045.218,367.521z"/>
<path d="M1382.231,573.281c13.817,3.209,9.272-9.816,32.918-9.369c10.288,0.194,12.273-9.332,18.176-5.683 c4.468,2.762,6.277,12.325-0.437,14.746c-16.714,6.026-20.745,8.239-26.466,6.42c-2.657-0.845-17.879,3.488-21.045,4.612 c-3.717,1.32-7.698-0.286-10.647-2.719C1368.056,575.783,1378.057,572.311,1382.231,573.281z"/>
</g>
<path d="M1829.452,84.236c223.445,367.767-40.357,845.956-476.452,845.956c-436.355,0-699.731-478.463-476.452-845.956 C405.582,242.602,73,575,73,575s573.076,572.8,1280,572.8S2633,575,2633,575S2300.418,242.602,1829.452,84.236z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.2 KiB

20
_template/index.html Normal file
View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Reveal.js Test</title>
<link rel="stylesheet" href="../_assets/main.css" />
<script type="module" src="../_assets/main.js"></script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-markdown="slides.md"
data-separator-vertical="^\r?\n--\r?\n$"
data-charset="utf-8">
</section>
</div>
</div>
</body>
</html>

51
_template/slides.md Normal file
View File

@ -0,0 +1,51 @@
## Slide 1
todo:
- [x] fix hot reload for md files
- [x] add examples for images etc.
- [x] add example for markdown background image
--
### Insert images from svg
![Free privacy icon from wikimedia](img/Privacy_icon.svg "This is a vector graphic.")
--
### ... and from a pixel graphic
![Free privacy icon from wikimedia](img/512px-Privacy_icon.svg.png "This is a pixel graphic made from the svg.")
--
### Hintergrundfarbe
<!-- .slide: data-background="#ff0000" -->
Ich seh Rot
--
### Hintergrundbild <!-- .element: style="color:cadetblue;" -->
<!-- .slide: data-background-image="img/Privacy_icon.svg" style="color:green;" -->
Do you see it?
--
## Eine simple Tabelle
| links | mittig | rechts |
|:----------------|:---------------:|-----------:|
| Dieser Text ist | Dieser Text ist | 1.999,99 € |
| linksbündig | zentriert | 1,00 € |
---
## First horizontal

8
eslint.config.js Normal file
View File

@ -0,0 +1,8 @@
import globals from "globals";
import pluginJs from "@eslint/js";
export default [
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
];

18
index.html Normal file
View File

@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Übersicht</title>
<link rel="stylesheet" href="_assets/main.css" />
</head>
<body>
<h1>Folien Übersicht</h1>
<ul>
<li>
<a href="_template/index.html">Template</a>
</li>
</ul>
</body>
</html>

2073
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "reveal-js-example",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "node_modules/.bin/vite",
"build": "node_modules/.bin/vite build",
"preview": "node_modules/.bin/vite preview"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@html-eslint/eslint-plugin": "^0.24.1",
"@html-eslint/parser": "^0.24.1",
"eslint": "^9.1.0",
"globals": "^15.0.0",
"prettier": "^3.2.5",
"reveal.js": "^5.1.0",
"vite": "^5.2.0",
"vite-plugin-live-reload": "^3.0.3"
}
}

6
vite.config.js Normal file
View File

@ -0,0 +1,6 @@
// vite.config.js
import liveReload from "vite-plugin-live-reload";
export default {
plugins: [liveReload("**/slides.md")],
};