Skip to content

Commit

Permalink
update slides
Browse files Browse the repository at this point in the history
  • Loading branch information
Chleba committed Jul 9, 2024
1 parent e422a12 commit 5c009a7
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions talk_example/slides.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
},

"slides" : [

{
"title": "Block",
"content": [
{"type": "CodeHighlight", "content": "Block::new()\n.borders(Borders::ALL)\n.title(\"Block title\")", "rect": {"x": 10, "y": 10, "width": 40, "height": 10}}
]
},

{
"title": "RATATUI",
"content": [
Expand Down Expand Up @@ -67,27 +59,29 @@
{
"title": "new love",
"content": [
{ "type": "Image", "content": "./images/zig.png", "rect": { "x": 28, "y": 10, "width": 34, "height": 18 } }
{ "type": "Image", "content": "./images/rust.jpg", "rect": { "x": 27, "y": 10, "width": 34, "height": 19 } },
{ "type": "Line", "content": "💚println!(\"Hello World!\")💚", "rect": { "x": 30, "y": 29, "width": 28, "height": 1 }, "color": "#FFFF00"}
]
},

{
"title": "new love",
"title": "learn",
"content": [
{ "type": "Image", "content": "./images/rust.jpg", "rect": { "x": 27, "y": 10, "width": 34, "height": 19 } }
{ "type": "Paragraph", "content": "", "rect": { "x": 30, "y": 29, "width": 28, "height": 1 }, "color": "#FFFF00"}
]
},

{
"title": "learning",
"title": "SPARKLINE",
"content": [
{ "type": "Line", "content": "rustlings" }
{"type": "Sparkline", "data": [0, 1, 2, 3, 4, 5, 10, 5, 5, 4, 1, 3, 2, 6, 7, 3, 9, 7], "max": 10, "direction": "RightToLeft", "rect": {"x": 10, "y": 10, "width": 50, "height": 20}}
]
},

{
"title": "SPARKLINE",
"title": "Block",
"content": [
{"type": "Sparkline", "data": [0, 1, 2, 3, 4, 5, 10, 5, 5, 4, 1, 3, 2, 6, 7, 3, 9, 7], "max": 10, "direction": "RightToLeft", "rect": {"x": 10, "y": 10, "width": 50, "height": 20}}
{"type": "CodeHighlight", "content": "Block::new()\n.borders(Borders::ALL)\n.title(\"Block title\")", "rect": {"x": 10, "y": 10, "width": 40, "height": 10}}
]
}
]
Expand Down

0 comments on commit 5c009a7

Please sign in to comment.