-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (53 loc) · 5.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Delphi Summit 2024 - Linux Delphi Services</title>
<link rel="stylesheet" href="reveal.js/dist/reset.css">
<link rel="stylesheet" href="reveal.js/dist/reveal.css">
<link rel="stylesheet" href="gdk_light.css">
<link rel="stylesheet" href="reveal.js/plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section class="hello-page" data-markdown="hello.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="about-me-page" data-markdown="about-me.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="about-ce-page" data-markdown="about-ce.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="why-this-talk-page" data-markdown="why-this-talk.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="scenario-app-to-winsvc-page" data-markdown="scenario-app-to-winsvc.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<!-- <section class="tldr-xdata-page" data-markdown="tldr-xdata.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section> -->
<!-- <section class="refactoring-page" data-markdown="refactoring.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section> -->
<section class="linux-whats-possible-page" data-markdown="linux-whats-possible.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="cloud-choices-page" data-markdown="cloud-choices.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="linux-choices-page" data-markdown="linux-choices.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="linux-delphi-page" data-markdown="linux-delphi.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<!-- <section class="linux-sparkle-xdata-page" data-markdown="linux-sparkle-xdata.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section> -->
<section class="linux-mssql-page" data-markdown="linux-mssql.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="ci-cd-page" data-markdown="ci-cd.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="deploying-page" data-markdown="deploying.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="api-testing-page" data-markdown="api-testing.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="health-page" data-markdown="health.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="logging-page" data-markdown="logging.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="statistics-page" data-markdown="statistics.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="think-about-page" data-markdown="think-about.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
<section class="finalization-page" data-markdown="finalization.md" data-separator-vertical="^\n---\n$" data-separator="---disabled---" data-background-image="backgrounds/SlideRightBackground.png"></section>
</div>
</div>
<span class="small-logo-summit"></span>
<script src="reveal.js/dist/reveal.js"></script>
<script src="reveal.js/plugin/notes/notes.js"></script>
<script src="reveal.js/plugin/markdown/markdown.js"></script>
<script src="reveal.js/plugin/highlight/highlight.js"></script>
<script>
Reveal.initialize({
width: 1280,
height: 720,
hash: true,
slideNumber: true,
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
});
</script>
</body>
</html>