Basic structure of talk
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Development
|
||||
|
||||
Start a development server
|
||||
```shell
|
||||
npm run dev
|
||||
```
|
||||
|
||||
# Final version
|
||||
|
||||
Building the static assets:
|
||||
```shell
|
||||
npm run build
|
||||
```
|
||||
|
||||
You can use Vite to run a server showing the built assets:
|
||||
```shell
|
||||
npm run preview
|
||||
```
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
@@ -1,8 +1,7 @@
|
||||
import Reveal from 'reveal.js';
|
||||
|
||||
let deck = new Reveal({
|
||||
transition: 'fade',
|
||||
margin: 0.0
|
||||
transition: 'fade'
|
||||
});
|
||||
deck.initialize();
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<section class="sc-left-and-right" data-background-image="/backgrounds/title.svg">
|
||||
<div class="sc-right">
|
||||
<img src="/logo_scandio.svg" style="width: 50%;">
|
||||
<h2>Scandio und Reveal.js</h2>
|
||||
<div class="sc-gray">02.01.2024</div>
|
||||
<h4>Millionen langlebiger TCP-Verbindungen – Herausforderungen und Lösungen bei Update-Prozessen</h4>
|
||||
<div class="sc-gray">31.01.2024</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -12,21 +12,53 @@
|
||||
</div>
|
||||
<div class="sc-right sc-white">
|
||||
<ul>
|
||||
<li>Über Scandio</li>
|
||||
<li>Mehr Inhalt</li>
|
||||
<li>Danke</li>
|
||||
<li>Projektsetup</li>
|
||||
<li>Problemstellung</li>
|
||||
<li>Lösungen</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-background-color="black">
|
||||
Über Scandio
|
||||
Projektsetup
|
||||
</section>
|
||||
|
||||
<section data-background-image="/backgrounds/normal.svg" data-background-position="top right">
|
||||
<h2>Motivation</h2>
|
||||
<ul>
|
||||
<li class="fragment"></li>
|
||||
<li class="fragment"></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section data-background-image="/backgrounds/normal.svg" data-background-position="top right">
|
||||
<h2>Fachlicher Kontext</h2>
|
||||
<ul>
|
||||
<li class="fragment"></li>
|
||||
<li class="fragment"></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section data-background-image="/backgrounds/normal.svg" data-background-position="top right">
|
||||
<h2>Qualitätsanforderungen</h2>
|
||||
<ul>
|
||||
<li class="fragment"></li>
|
||||
<li class="fragment"></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section data-background-color="black">
|
||||
Problemstellung
|
||||
</section>
|
||||
|
||||
<section data-background-image="/backgrounds/normal.svg" data-background-position="top right">
|
||||
</section>
|
||||
|
||||
<section data-background-color="black">
|
||||
Lösungen
|
||||
</section>
|
||||
|
||||
<section data-background-image="/backgrounds/normal.svg" data-background-position="top right">
|
||||
<h3>Wir digitalisieren Produkte, Prozesse und Organisationen</h3>
|
||||
<div>Durch agile Teams, zugeschnitten auf die Ansprüche ihres Projekts, verhelfen wir kleinen und großen Unternehmen zu mehr
|
||||
Kompetenz in der digitalen Welt.</div>
|
||||
</section>
|
||||
|
||||
<section class="sc-left-and-right" data-background-color="black">
|
||||
@@ -34,7 +66,9 @@
|
||||
<img src="/thankyou.png" style="height: 70%">
|
||||
</div>
|
||||
<div class="sc-right">
|
||||
<div>Thank you</div>
|
||||
<img src="/logo_scandio.svg" style="width: 50%; margin-bottom: 36px;">
|
||||
<div>Benedikt Hunger</div>
|
||||
<small class="sc-gray">benedikt.hunger@scandio.de</small>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user