Skip to content

Commit

Permalink
copiando repositorio de junho
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizmilz committed Oct 25, 2023
1 parent daa74de commit 11ddc95
Show file tree
Hide file tree
Showing 109 changed files with 65,443 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 2023-10-introducao-R
16 changes: 16 additions & 0 deletions _extensions/beatrizmilz/rladies/_extension.yml
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
Binary file added _extensions/beatrizmilz/rladies/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions _extensions/beatrizmilz/rladies/rladies.scss
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;
}
14 changes: 14 additions & 0 deletions _freeze/alimentacao/execute-results/html.json
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
}
}
7 changes: 7 additions & 0 deletions _freeze/site_libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions _freeze/site_libs/kePrint-0.0.1/kePrint.js
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();
}
});
Loading

0 comments on commit 11ddc95

Please sign in to comment.