Skip to content

Commit 5a9a086

Browse files
committed
Merge branch 'main' into sesion/11
2 parents 48c7c62 + b3dd05c commit 5a9a086

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+16351
-202
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Todos los recursos que encontrarás han sido desarrollados con mucho cariño por
1111
## Equipo 👩‍💻👨‍💻
1212

1313
* **[Jonathan](https://github.com/jevillanueva):** Creador del contenido 📝👨‍💻
14-
14+
* **[Tatiana](https://github.com/taicoding):** Curador de contenido 📌🔍
15+
16+
## Contributors
17+
18+
<a href="https://github.com/python-la-paz/python-study-group-oop/graphs/contributors">
19+
<img src="https://contrib.rocks/image?repo=python-la-paz/python-study-group-oop" />
20+
</a>
21+
1522
### Con mucho ❤️ Python La Paz 🐍
1623
[![Pagina Web](https://img.shields.io/badge/Web-Python%20La%20Paz-blue.svg)](https://pylapaz.org/)

content/custom.css

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,38 @@
1-
.custom-btn-home{
2-
position: absolute;
3-
top: 1%;
4-
left: 1%;
1+
:root {
2+
--green: #057985; /* Verde */
3+
--burgundy: #9e0059; /* Bordo */
4+
--yellow: #ffec9b; /* Amarillo */
5+
--light-blue: #c0d6e1; /* Celeste */
6+
--cream: #ecece2; /* Crema */
7+
8+
--turquoise-green: #2ec4b6; /* Verde Turquesa */
9+
--pastel-orange: #f8d682; /* Naranja Pastel */
10+
--creamy-orange: #f6d7c5; /* Naranja Cremoso */
11+
--creamy-magenta: #f1dbe7; /* Magenta Cremoso */
512
}
6-
.custom-btn-home img{
7-
width: 3vh;
13+
14+
.custom-btn-home {
15+
position: absolute;
16+
top: 1%;
17+
left: 1%;
18+
}
19+
.custom-btn-home img {
20+
width: 3vh;
21+
}
22+
23+
strong {
24+
color: var(--yellow);
25+
}
26+
27+
.slides p code, .slides li code, .slides td code {
28+
color: var(--turquoise-green);
29+
}
30+
31+
.center-mermaid > code {
32+
display: flex !important;
33+
justify-content: center !important;
34+
}
35+
36+
em {
37+
color: var(--burgundy);
838
}

content/psg-bg-dark.png

100755100644
119 KB
Loading

0 commit comments

Comments
 (0)