Skip to content

Commit 5a50f90

Browse files
committed
Agrego información del curso
1 parent 29e690e commit 5a50f90

6 files changed

Lines changed: 35 additions & 27 deletions

File tree

_brand.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
color:
22
palette:
3+
yellow: "#ffc600"
34
white: "#ffffff"
4-
blue: "#699cc5"
5-
blue-light: "#cddeec"
6-
blue-dark: "#233a4c"
75
red: "#bf3830"
86
red-light: "#cc6059"
97
red-dark: "#992d26"
@@ -45,13 +43,13 @@ defaults:
4543

4644
# Navbar styles
4745
navbar-font-family: Roboto Slab
48-
navbar-background-color: $brand-blue
49-
navbar-font-color: $brand-white
50-
navbar-font-color-hover: $brand-blue-light
51-
navbar-font-color-active: $brand-blue-dark
46+
navbar-background-color: $brand-yellow
47+
navbar-font-color: $brand-gray-800
48+
navbar-font-color-hover: $brand-gray-800
49+
navbar-font-color-active: $brand-gray-800
5250

53-
navbar-decoration-color-hover: $brand-blue # "Invisible"
54-
navbar-decoration-color-active: $brand-blue # "Invisible"
51+
navbar-decoration-color-hover: $brand-gray-800
52+
navbar-decoration-color-active: $brand-gray-800
5553

5654
# Footer styles
5755
footer-background-color: $brand-gray-600

_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ project:
33
output-dir: _site
44

55
website:
6-
title: "Curso"
6+
title: "Programación en Python"
77
description: "Una descripción breve del curso."
88
favicon: "imgs/favicon.png"
99
page-navigation: true
1010
navbar:
11-
title: "Curso"
11+
title: "Programación en Python"
1212
pinned: true
1313
right:
1414
- text: Información

index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ listing:
2020
::: {style="display:none"}
2121
{{< fa graduation-cap >}}
2222
:::
23+

styles.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,20 @@ div.sidebar-item-container {
154154
}
155155
}
156156

157+
.sidebar nav[role=doc-toc] {
158+
ul > li > a,
159+
ul > li > ul > li > a {
160+
&:hover {
161+
color: $sidebar-link-font-color-hover !important;
162+
}
163+
164+
&.active {
165+
border-left: 1px solid $sidebar-link-font-color-active;
166+
color: $sidebar-link-font-color-active !important;
167+
}
168+
}
169+
}
170+
157171
// --------------------------------------------------------------------------------------------- //
158172
// Custom classes //
159173
// --------------------------------------------------------------------------------------------- //

templates/front.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: "Curso"
2-
term: "Semestre y año académico"
3-
program: "Programas / carreras"
4-
institution: "Universidad / Facultad"
5-
times: "Horario de clases"
1+
name: "Programación en Python"
2+
term: "1° Cuatrimestre 2026"
3+
program: "Licenciatura en Estadística"
4+
institution: "Facultad de Ciencias Económicas y Estadística (UNR)"
5+
times: "Miércoles - 11:00 a 15:00 | Jueves - 8:00 a 10:00"
66
hero_image: "imgs/hero.png"

templates/instructors.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
- header: Docentes
22
entries:
3-
- name: "Pierre-Simon Laplace"
4-
role: "Titular"
5-
email: "laplace@university.edu"
6-
office_hours: "Consultas: Martes 13 hs"
7-
- name: "Carl Friedrich Gauss"
8-
role: "Jefe de Trabajos Prácticos"
9-
email: "cfg@university.edu"
10-
office_hours: "Consultas: Jueves 10 hs"
11-
- name: "Ronald A. Fisher"
12-
role: "Ayudante"
13-
email: "fisher@example.com"
3+
- name: "Tomás Capretto"
4+
email: "tomas.capretto@fcecon.unr.edu.ar"
5+
office_hours: "TBD"
6+
- name: "Dolores Sollberger"
7+
email: "dolores.sollberger@fcecon.unr.edu.ar"
8+
office_hours: "TBD"

0 commit comments

Comments
 (0)