Skip to content

Commit a0080c6

Browse files
committed
Final slides for 20241107
1 parent 92013c5 commit a0080c6

File tree

6 files changed

+37
-15
lines changed

6 files changed

+37
-15
lines changed

150_gitlab/001_quickstart/slides.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ done
4040

4141
<i class="fa-duotone fa-medal fa-3x fa-duotone-colors" style="float: right;"></i>
4242

43-
Go to http://gitlab.seatN.inmylab.de
43+
Go to `http://gitlab.seatN.inmylab.de`
4444

4545
Enter user `root`
4646

@@ -54,4 +54,4 @@ docker exec -it gitlab cat /etc/gitlab/initial_root_password \
5454

5555
Open browser and go to `http://seatN.inmylab.de` (substitute N with your number)
5656

57-
**Do not worry about the banner! New users require admin approval**
57+
<i class="fa-duotone fa-triangle-exclamation"></i> **Do not worry about the banner! New users require admin approval** <i class="fa-duotone fa-triangle-exclamation"></i>

150_gitlab/demo_environment.md

-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ Test VM:
1717

1818
```bash
1919
docker version
20-
git clone https://github.com/nicholasdille/container-slides
2120
```

150_gitlab/goals.md

-7
This file was deleted.

2024-11-07_heise-GitLab-Ops.html

+17-2
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,32 @@
2626

2727
<h1 style="font-size: 1.5em; color: white;">GitLab Ops</h1>
2828

29+
<p><img src="images/logos/heise-academy.svg" style="float: left; height: 1em;" /></p>
30+
2931
<h2 style="font-size: 1.2em; text-transform: none; color: white;">Workshop</h2>
3032

3133
<p><i>Nicholas Dille, Haufe Group</i></p>
3234

33-
<p><img src="images/logos/heise-academy.svg" style="height: 1em;" /> <a href="https://heise-academy.de"> </a></p>
35+
<p><a href="https://heise-academy.de"> </a></p>
3436
</section>
3537

3638
<section data-markdown="000_introduction/02_bio.md" data-separator="^---$" data-separator-vertical="^--$"></section>
39+
<section id="agenda" data-separator="^---$" data-separator-vertical="^--$">
40+
<h2>Agenda</h2>
41+
42+
<i class="fa-duotone fa-4x fa-list-check" style="float: right;"></i>
43+
44+
<ul id="bullets" class="fa-ul" style="line-height: 1.5em; font-size: larger; margin-top: 0.5em;">
45+
<li><span class="fa-li"><i class="fa-duotone fa-rocket"></i></span> Quickstart using Docker</li>
46+
<li><span class="fa-li"><i class="fa-duotone fa-globe"></i></span> Configure through the web UI</li>
47+
<li><span class="fa-li"><i class="fa-duotone fa-stars"></i></span> Proper deployment</li>
48+
<li><span class="fa-li"><i class="fa-duotone fa-file-code"></i></span> Configure through the config file</li>
49+
<li><span class="fa-li"><i class="fa-duotone fa-hand-sparkles"></i></span> Operational tasks</li>
50+
</ul>
51+
</section>
52+
3753
<section data-markdown="000_introduction/heise_academy_housekeeping.md" data-separator="^---$" data-separator-vertical="^--$"></section>
3854
<section data-markdown="000_introduction/who_are_you.md" data-separator="^---$" data-separator-vertical="^--$"></section>
39-
<section data-markdown="150_gitlab/goals.md" data-separator="^---$" data-separator-vertical="^--$"></section>
4055
<section data-markdown="150_gitlab/agenda.md" data-separator="^---$" data-separator-vertical="^--$"></section>
4156
<section data-markdown="150_gitlab/demo_environment.md" data-separator="^---$" data-separator-vertical="^--$"></section>
4257
<section data-markdown="150_gitlab/000_intro/product.md" data-separator="^---$" data-separator-vertical="^--$"></section>

2024-11-07_heise-GitLab-Ops.yaml

+17-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,24 @@ event:
1313
logo: images/logos/heise-academy.svg
1414
link: https://heise-academy.de
1515

16-
slides:
16+
pre_slides:
1717
- 000_introduction/02_bio.md
18+
19+
agenda:
20+
- icon: rocket
21+
text: Quickstart using Docker
22+
- icon: globe
23+
text: Configure through the web UI
24+
- icon: stars
25+
text: Proper deployment
26+
- icon: file-code
27+
text: Configure through the config file
28+
- icon: hand-sparkles
29+
text: Operational tasks
30+
31+
slides:
1832
- 000_introduction/heise_academy_housekeeping.md
1933
- 000_introduction/who_are_you.md
20-
- 150_gitlab/goals.md
2134
- 150_gitlab/agenda.md
2235
- 150_gitlab/demo_environment.md
2336
- 150_gitlab/000_intro/product.md
@@ -88,3 +101,5 @@ events:
88101
type: Workshop
89102
title: GitLab CI
90103
link: https://heise-academy.de/Workshops/cicd-gitlab
104+
105+
post_slides: []

themes/theme2022.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
.reveal pre {
42-
font-size: 1em;
42+
font-size: 0.8em;
4343
}
4444

4545
.reveal pre code {

0 commit comments

Comments
 (0)