8000 Ya no se que hacer · ok4mi33/ok4mi33.github.io@c879fd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c879fd3

Browse files
committed
Ya no se que hacer
1 parent d55534d commit c879fd3

File tree

4 files changed

+49
-0
lines changed

4 files changed

+49
-0
lines changed

Cursos.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
---
4+
5+
##Cursos
6+
Aquí comentaré mis experiencias y proyectos generados en base a cursos tomados
7+
a lo largo de mi carrera
8+
9+
```python
10+
#!/usr/bin/python3
11+
12+
print("Hola Mundo")
13+
```
14+
15+
[back](./)

Proyectos-Propios.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: default
3+
---
4+
5+
##Proyectos propios
6+
Aquí plantearé proyectos en los que estaré trabajando o desarrollando(sale mal).
7+
8+
```python
9+
bruh
10+
```
11+
12+
[back](./)

Vida-Universitaria.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
---
4+
5+
## Vida Universitaria
6+
7+
Aquí estaré comentado acerca de cada uno de los proyectos a lo largo de mi
8+
vida en la univesidad para tener mas constancia sobre cada una de mis
9+
experiencias vividas.
10+
11+
```python
12+
Esta es una prueba para visualizar como se ve
13+
```
14+
15+
[back](./)

index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Text can be **bold**, _italic_, ~~strikethrough~~ or `keyword`.
1010

1111
[Segunda Publicación](./segunda-prueba.html)
1212

13+
[Cursos](./Cursos.html)
14+
15+
[Vida Universitaria](./Vida-Universitaria.html)
16+
17+
[Proyectos Propios](./Proyectos-Propios.html)
18+
19+
1320
There should be whitespace between paragraphs.
1421

1522
There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.

0 commit comments

Comments
 (0)
0