74 lines
976 B
Markdown
74 lines
976 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: none
|
|
|
|
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?
|