Skip to content

Commit

Permalink
switch to dark as default
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Mar 31, 2024
1 parent 6b4b4b0 commit be28938
Show file tree
Hide file tree
Showing 5 changed files with 361 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
marp: true
theme: default
class: invert
author: {{ cookiecutter.demo_author }}
# size 16:9 1280px 720px
size: 16:9
paginate: true
math: mathjax
style: |
:root {
background: linear-gradient(to left, #abbaab, #ffffff);
background: linear-gradient(to bottom, #000000, #434343);
}
img[alt~="custom"] {
float: right;
Expand All @@ -28,7 +29,7 @@ style: |
background-color: transparent;
}
pre {
background: linear-gradient(to top, #abbaab, #ffffff);
background: linear-gradient(to top, #000000, #434343);
background-color: transparent;
}
---
Expand All @@ -46,15 +47,15 @@ _paginate: false
{% now 'local', '%d/%m/%Y' %}
```

![bg right fit](img/github-mark-white.webp)
![bg right](img/leonardo-yip-unsplash.jpg)

---

# Agenda

<style scoped>section {font-size: 22px;}</style>

![bg right ](img/pexels-suzy-hazelwood-1226398.jpg)
![bg right opacity:75%](img/pexels-suzy-hazelwood-1226398.jpg)

- item1
- item2
Expand All @@ -64,7 +65,7 @@ _paginate: false

<style scoped>section {font-size: 45px;}</style>

![bg left opacity:80%](img/pexels-ann-h-7186206.jpg)
![bg left opacity:75%](img/pexels-ann-h-7186206.jpg)

# Q&A

Expand Down
20 changes: 19 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,23 @@
"**.txt.jinja": "jinja",
"**Makefile.jinja": "jinja",
"**.cfg.jinja": "jinja"
}
},
"markdown.marp.themes": [
"./slides/themes/dracula.css"
],
"markdownlint.config": {
"default": true,
// allow multiple H1s for Marp
"MD025": false,
"MD033": {
"allowed_elements": [
"div",
"span",
"style",
"br",
"sup"
]
}
},
"markdown.marp.enableHtml": true
}
11 changes: 6 additions & 5 deletions slides/avd-cvaas-evpn-aa.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
marp: true
theme: default
class: invert
author: Petr Ankudinov
# size 16:9 1280px 720px
size: 16:9
paginate: true
math: mathjax
style: |
:root {
background: linear-gradient(to left, #abbaab, #ffffff);
background: linear-gradient(to bottom, #000000, #434343);
}
img[alt~="custom"] {
float: right;
Expand All @@ -28,7 +29,7 @@ style: |
background-color: transparent;
}
pre {
background: linear-gradient(to top, #abbaab, #ffffff);
background: linear-gradient(to top, #000000, #434343);
background-color: transparent;
}
---
Expand All @@ -46,15 +47,15 @@ Petr Ankudinov
31/03/2024
```

![bg right fit](img/github-mark-white.webp)
![bg right](img/leonardo-yip-unsplash.jpg)

---

# Agenda

<style scoped>section {font-size: 22px;}</style>

![bg right ](img/pexels-suzy-hazelwood-1226398.jpg)
![bg right opacity:75%](img/pexels-suzy-hazelwood-1226398.jpg)

- item1
- item2
Expand All @@ -64,7 +65,7 @@ Petr Ankudinov

<style scoped>section {font-size: 45px;}</style>

![bg left opacity:80%](img/pexels-ann-h-7186206.jpg)
![bg left opacity:75%](img/pexels-ann-h-7186206.jpg)

# Q&A

Expand Down
Binary file added slides/img/leonardo-yip-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit be28938

Please sign in to comment.