-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
daa74de
commit 11ddc95
Showing
109 changed files
with
65,443 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# 2023-10-introducao-R |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
title: R-Ladies Presentation Template | ||
author: Beatriz Milz | ||
version: 0.0.3 | ||
contributes: | ||
formats: | ||
revealjs: | ||
logo: logo.png | ||
footer: | | ||
[R-Ladies](https://rladies.org/) theme for [Quarto Presentations](https://quarto.org/docs/presentations/revealjs/index.html). | ||
Code available on [GitHub](https://github.com/beatrizmilz/quarto-rladies-theme). | ||
theme: rladies.scss | ||
slide-number: c/t | ||
show-slide-number: all | ||
title-slide-attributes: | ||
data-background-color: "#562457" | ||
preview-links: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
/*-- scss:defaults --*/ | ||
// importing fonts | ||
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&family=Lato&family=Yanone+Kaffeesatz&display=swap'); | ||
|
||
// fonts | ||
$font-family-sans-serif: 'Lato', Tahoma, sans-serif !default; | ||
|
||
// headings | ||
$presentation-heading-font: 'Yanone Kaffeesatz', Tahoma, sans-serif !default; | ||
$presentation-heading-color: #562457 !default; | ||
$h1-font-size: 1.6em !default; | ||
$h2-font-size: 1.3em !default; | ||
$h3-font-size: 1.15em !default; | ||
|
||
//code | ||
$code-color: #88398A !default; | ||
$font-family-monospace: 'Inconsolata', monospace !default; | ||
|
||
// general | ||
$body-bg: #fff; | ||
$body-color: #000000; | ||
$link-color: #88398a; | ||
$presentation-font-size-root: 35px; | ||
|
||
/*-- scss:rules --*/ | ||
.reveal pre code { | ||
background-color: #f8f8f8; | ||
font-size: 1.5em; | ||
padding: 0.5em; | ||
line-height: 1.2em; | ||
} | ||
|
||
|
||
.subtitle { | ||
color: $body-bg; | ||
font-size: $h2-font-size; | ||
font-family: $presentation-heading-font; | ||
} | ||
|
||
.author { | ||
color: $body-bg; | ||
font-size: $h2-font-size; | ||
font-family: $presentation-heading-font; | ||
} | ||
|
||
.footer { | ||
font-family: $presentation-heading-font; | ||
} | ||
|
||
.reveal .slide-number { | ||
font-family: $presentation-heading-font; | ||
} | ||
|
||
.reveal .panel-tabset [role=tab] { | ||
font-size: 0.8em; | ||
} | ||
|
||
.reveal .footer { | ||
color: #9d709e; | ||
} | ||
|
||
|
||
.center-x{ | ||
text-align: center; | ||
} | ||
|
||
section.has-dark-background a, section.has-dark-background a:hover { | ||
color: #fee4ff; | ||
} | ||
|
||
|
||
.slide-logo { | ||
display: block !important; | ||
position: fixed !important; | ||
top: 0 !important; | ||
right: 10px !important; | ||
max-height: 15% !important; | ||
height: 100% !important; | ||
width: auto !important; | ||
color: $body-color !important; | ||
} | ||
|
||
.slide-number, .reveal.has-logo .slide-number { | ||
bottom: 10px !important; | ||
right: 10px !important; | ||
top: unset !important; | ||
color: $body-color !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"hash": "37d14fe5bd08d47b9a4a026ae43bfc97", | ||
"result": { | ||
"markdown": "---\ntitle: \"Alimentação\"\nauthor: \"R-Ladies São Paulo\"\nformat: html\neditor: visual\n---\n\n\n## Café colaborativo\n\n### Neste evento, teremos um café colaborativo!\n\n- As pessoas participantes podem levar comes e bebes para compartilhar com o grupo, mas **não** é obrigatório!\n\n## Alimentação no Insper\n\nO Insper tem duas unidades na mesma rua:\n\n- No prédio 1 (Rua Quatá 300), no 5º andar existe um restaurante por kilo, e também um refeitório com microondas.\n\n- No prédio 2 (Quatá 200), no 6º andar existe uma lanchonete, um refeitório com mesas e microondas, além de um terraço com mesas.\n\nMais informações no [site do Insper](https://www.insper.edu.br/campus/mapa-dos-andares/).\n\n## Lista de restaurantes na proximidade\n\n\n::: {.cell}\n::: {.cell-output-display}\n|Restaurante | Distância em metros|\n|:-------------------------------------------------------|-------------------:|\n|[Charme da Vila](https://g.page/charmedavilaa?share) | 100|\n|[Dona deôla (restaurante por kilo no Prédio 1 do Insper)](https://goo.gl/maps/JG8Y5bT1TyoNYBiv9)| 140|\n|[Sukiya](https://goo.gl/maps/ov38tade8bqvhuQLA) | 350|\n|[Burguer King](https://goo.gl/maps/r2EwSRHVGgrWKwLZ6) | 400|\n:::\n:::\n", | ||
"supporting": [], | ||
"filters": [ | ||
"rmarkdown/pagebreak.lua" | ||
], | ||
"includes": {}, | ||
"engineDependencies": {}, | ||
"preserve": {}, | ||
"postProcess": true | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
$(document).ready(function(){ | ||
if (typeof $('[data-toggle="tooltip"]').tooltip === 'function') { | ||
$('[data-toggle="tooltip"]').tooltip(); | ||
} | ||
if ($('[data-toggle="popover"]').popover === 'function') { | ||
$('[data-toggle="popover"]').popover(); | ||
} | ||
}); |
Oops, something went wrong.