Files
testrepo/presentation/presentation.md
T
Romane 0ec185eb59
Build marp presentation / build marp presentation (push) Successful in 55s
transition test
2026-05-06 15:23:18 +02:00

72 lines
977 B
Markdown

---
title: Sample title goes here
author: romane
description: testing marpx
keywords: []
header: Header goes here
footer: "2026-XX-XX"
marp: true
theme: gödel
paginate: true
transition: cover
size: 16:9
lang: en
math: mathjax
---
<!-- _class: "title-academic" -->
<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>
---
# Contents
- First content
- Second content
- Third content
---
# A bit of code as well
```go
package main
import "fmt"
func main() {
fmt.Println("hello world!!!")
}
```
---
# Columns
<div class="multicolumn">
<div>col 1</div>
<div>col 2</div>
<div>col 3</div>
</div>
---
# Boxes
<center>
<box>Build environment</box> $\rightarrow$ <box>Compile</box> $\rightarrow$ <box>Deploy</box>
</center>
---
# Done!
- Thanks for your attention!
- Any questions?