Skip to content

Latest commit

 

History

History
115 lines (82 loc) · 1.49 KB

LinuxLabESGI-template.md

File metadata and controls

115 lines (82 loc) · 1.49 KB
marp paginate color backgroundColor header footer author
true
true
![width:100px height:100px](./img/logo.png)
**01/01/1970 - Author**
AnthonyF
<style> section { font-family: 'Century Gothic', serif !important; } </style>

LinuxLab ESGI Marp Template

Slide examples using MARP (Markdown Presentation Ecosystem).


bg auto bg contain bg 50%


bg 30% vertical bg 20% vertical bg 10% vertical


bg auto left:40%

Left image

Lorem ipsum ...


bg fit right bg 70%

Multiple images

Lorem ipsum ...


Some main commands

  • ls
  • cd

Bash script

#!/usr/bin/env bash
main() {
  echo "Hello, World!"
}
main

Some main distros

  1. Debian
  2. Arch
  3. Fedora

C programming

int main(){
  printf("hello,world\n");
}

Begin with MARP

---> MARP


bg

White background


bg

Green background


bg

Red background