Skip to content

Commit

Permalink
capas
Browse files Browse the repository at this point in the history
  • Loading branch information
williamorim committed Apr 4, 2024
1 parent 5b6af4c commit d7d388b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 3 deletions.
Binary file added curso_gravado/capas/21-shinyapps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added curso_gravado/capas/22-dados.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added curso_gravado/capas/23-html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added curso_gravado/capas/24-css.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added curso_gravado/capas/25-bootstrap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions curso_gravado/capas/libs/header-attrs-2.26/header-attrs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
2 changes: 1 addition & 1 deletion curso_gravado/capas/molde.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Dashboards em Shiny"
subtitle: "Vídeo 20 | A função eventReactive"
subtitle: "Vídeo 25 | Bootstrap"
author: "<img src = 'https://d33wubrfki0l68.cloudfront.net/9b0699f18268059bdd2e5c21538a29eade7cbd2b/67e5c/img/logo/cursor1-5.png' width = '30%'>"
output:
xaringan::moon_reader:
Expand Down
4 changes: 2 additions & 2 deletions curso_gravado/capas/molde.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Dashboards em Shiny</title>
<meta charset="utf-8" />
<meta name="author" content="" />
<script src="libs/header-attrs-2.25/header-attrs.js"></script>
<script src="libs/header-attrs-2.26/header-attrs.js"></script>
<link href="libs/remark-css-0.0.1/default.css" rel="stylesheet" />
<link href="libs/remark-css-0.0.1/default-fonts.css" rel="stylesheet" />
<link rel="stylesheet" href="https://curso-r.github.io/assets/css/padrao-curso-r.css" type="text/css" />
Expand All @@ -17,7 +17,7 @@
# Dashboards em Shiny
]
.subtitle[
## Vídeo 19 | Fluxo de reatividade
## Vídeo 25 | Bootstrap
]
.author[
### <img src = 'https://d33wubrfki0l68.cloudfront.net/9b0699f18268059bdd2e5c21538a29eade7cbd2b/67e5c/img/logo/cursor1-5.png' width = '30%'>
Expand Down

0 comments on commit d7d388b

Please sign in to comment.