Files
testrepo/presentation/presentation.md
T

72 lines
977 B
Markdown
Raw Normal View History

2026-05-05 14:31:16 +02:00
---
2026-05-06 14:19:42 +02:00
title: Sample title goes here
author: romane
description: testing marpx
2026-05-06 14:52:07 +02:00
keywords: []
2026-05-06 14:19:42 +02:00
header: Header goes here
footer: "2026-XX-XX"
2026-05-05 14:31:16 +02:00
marp: true
2026-05-06 14:52:07 +02:00
theme: gödel
2026-05-05 14:31:16 +02:00
paginate: true
2026-05-06 15:23:18 +02:00
transition: cover
2026-05-06 14:19:42 +02:00
size: 16:9
lang: en
2026-05-05 14:31:16 +02:00
math: mathjax
---
2026-05-06 14:19:42 +02:00
<!-- _class: "title-academic" -->
2026-05-05 14:31:16 +02:00
2026-05-06 15:05:31 +02:00
<div class="title">Our Main Title Goes Here</div>
<div class="subtitle">From Theory to Practical Experience</div>
<div class="author">Dell Conagher</div>
<div class="date">2026-05-06</div>
<div class="organization">RED Industries</div>
2026-05-05 14:31:16 +02:00
---
# Contents
- First content
- Second content
- Third content
---
# A bit of code as well
```go
package main
import "fmt"
func main() {
fmt.Println("hello world!!!")
}
```
2026-05-06 14:19:42 +02:00
---
2026-05-06 15:05:31 +02:00
# Columns
2026-05-06 14:19:42 +02:00
<div class="multicolumn">
<div>col 1</div>
<div>col 2</div>
<div>col 3</div>
</div>
2026-05-06 15:05:31 +02:00
---
# Boxes
2026-05-06 15:11:52 +02:00
<center>
2026-05-06 15:13:38 +02:00
<box>Build environment</box> $\rightarrow$ <box>Compile</box> $\rightarrow$ <box>Deploy</box>
2026-05-06 15:05:31 +02:00
2026-05-06 15:11:52 +02:00
</center>
2026-05-05 14:31:16 +02:00
---
# Done!
- Thanks for your attention!
- Any questions?