Skip to content

Commit

Permalink
update color
Browse files Browse the repository at this point in the history
  • Loading branch information
josschavezf committed Oct 30, 2024
1 parent 9457011 commit 67da377
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 1 deletion.
33 changes: 33 additions & 0 deletions 03_sesion2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ José Antonio Ovando Ricárdez

30 de octubre de 2024

<style>

div.color {
border-radius: 5px;
padding: 20px;
margin: 30px 0px 30px;}

div.red { background-color:#f67155; }

div.orange{ background-color:#f0BB51;}

div.pair {
display: flex;
flex-direction: row;
justify-content: center;
text-align:center;
padding:0px}

div.inside { width: 49%; padding: 0px}

div.scroll {
max-height: 400px;
overflow-y: auto;
background: #111111;
border-radius:5px;
padding: 10px;
margin: 30px 0px 30px;
color: #999999;}

div.alert{color:#bd475d; background-color:transparent}
</style>


## ¿Qué es una viñeta/vignette? 📝✨

Es una guía extendida sobre cómo funciona el paquete. Es recomendable que muestre cómo utilizar las funciones del paquete, aplicado en un flujo de trabajo; por ejemplo: el análisis estadístico de una encuesta 📊 o el análisis de expresión diferencial de genes.
Expand Down
Binary file modified _main_files/figure-html/unnamed-chunk-61-1.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 modified docs/_main_files/figure-html/unnamed-chunk-61-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions docs/creación-de-viñetas.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,37 @@ <h1>
<h1><span class="header-section-number">8</span> Creación de viñetas<a href="creación-de-viñetas.html#creación-de-viñetas" class="anchor-section" aria-label="Anchor link to header"></a></h1>
<p>José Antonio Ovando Ricárdez</p>
<p>30 de octubre de 2024</p>
<style>

div.color {
border-radius: 5px;
padding: 20px;
margin: 30px 0px 30px;}

div.red { background-color:#f67155; }

div.orange{ background-color:#f0BB51;}

div.pair {
display: flex;
flex-direction: row;
justify-content: center;
text-align:center;
padding:0px}

div.inside { width: 49%; padding: 0px}

div.scroll {
max-height: 400px;
overflow-y: auto;
background: #111111;
border-radius:5px;
padding: 10px;
margin: 30px 0px 30px;
color: #999999;}

div.alert{color:#bd475d; background-color:transparent}
</style>
<div id="qué-es-una-viñetavignette" class="section level2 hasAnchor" number="8.1">
<h2><span class="header-section-number">8.1</span> ¿Qué es una viñeta/vignette? 📝✨<a href="creación-de-viñetas.html#qué-es-una-viñetavignette" class="anchor-section" aria-label="Anchor link to header"></a></h2>
<p>Es una guía extendida sobre cómo funciona el paquete. Es recomendable que muestre cómo utilizar las funciones del paquete, aplicado en un flujo de trabajo; por ejemplo: el análisis estadístico de una encuesta 📊 o el análisis de expresión diferencial de genes.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/search_index.json

Large diffs are not rendered by default.

0 comments on commit 67da377

Please sign in to comment.