diff --git a/github-profiles/valitogt-1328/README.md b/github-profiles/valitogt-1328/README.md new file mode 100644 index 000000000..a61653ffa --- /dev/null +++ b/github-profiles/valitogt-1328/README.md @@ -0,0 +1,46 @@ +![Logo personal](logo.jpeg) + + + +# Hola, Soy **Oswaldo Alonzo** 👋 +Me encuentro estudiando el Bootcamp de Desarrollo Frontend en [Undefined Academy](https://undefined.academy/). + +Mi objetivo es poder aprender, entender y desarrollar mis habilidades para entregar, crear y modificar código de alta calidad que sea legible, mantenible y escalable. + +## Habilidades 🛠️ +- HTML/CSS +- Git +- Javascript +- React ( Actualmente en aprendizaje) + +> + +**Comandos de Terminal** 💥 + +| **Comando** | **Descripción** | +|-------------|----------------| +| ls | Lista los archivos en el directorio actual | +| cd | Permite navegar entre carpetas | +| rm | Permite eliminar una carpeta dado un camino | +| mkdir | Crea una nueva carpeta dado un nombre para esa carpeta | +| touch | Crea un nuevo archivo dado un camino y/o nombre | + +> + +**Comandos Alias** 👽️ + +| Alias | Descripción | +|-------|----------------| +| cl | clear | +| npmd | npm run dev | +| npms | npm start | + +> + +## Contáctame 📫 + +[Github](https://github.com/Valitogt79) 🖥️ + +[LinkedIn](https://www.linkedin.com/in/oswaldoalonzo/) 💼 + +¡Gracias por visitar mi perfil de [GitHub](https://github.com/Valitogt79)! 😊 \ No newline at end of file diff --git a/github-profiles/valitogt-1328/index.html b/github-profiles/valitogt-1328/index.html new file mode 100644 index 000000000..94619d33b --- /dev/null +++ b/github-profiles/valitogt-1328/index.html @@ -0,0 +1,108 @@ + + + + + + + Github Perfil + + + + +
+ Banner personal +

Hola, Soy Oswaldo Alonzo 👋

+
+

Me encuentro estudiando el Bootcamp de Desarrollo Frontend en Undefined + Academy.

+

Mi objetivo es poder aprender, entender y desarrollar mis habilidades para entregar, crear y modificar código de + alta calidad que sea legible, mantenible y escalable.

+ +

Habilidades 🛠️

+ +
+ +

Comandos de Terminal 💥

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComandoDescripción
lsLista los archivos en el directorio actual
cdPermite navegar entre carpetas
rmCrea una nueva carpeta dado un nombre para esa carpeta
mkdirCrea una nueva carpeta dado un nombre para esa carpeta
touchCrea un nuevo archivo dado un camino y/o nombre
+
+ +

Alias en terminal 👽️

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Alias Descripción
alias actualizar="sudo apt update && sudo apt dist-upgrade -yactualizar el sistema operativo simplemente usando el comando actualizar
alias rm="rm -i"Para borrar archivos con más seguridad desde la terminal.
alias cp="cp -i"Antes de sobreescribir un fichero nos pedirá confirmación.
alias mkdircd='function _mkdircd(){ mkdir -p "$1"; cd "$1"; };_mkdircd'Crear un directorio y acceder directamente al directorio creado.
alias gh="history | grep"Encontrar un comando en el historial de la terminal mediante el comando gh
+ +
+ +

Contáctame 📫

+

Github 🖥️

+

LinkedIn 💼

+ +

¡Gracias por visitar mi perfil de GitHub! y darme tu feedback 😊

+ + + + \ No newline at end of file diff --git a/github-profiles/valitogt-1328/logo.jpeg b/github-profiles/valitogt-1328/logo.jpeg new file mode 100644 index 000000000..ab7937f7c Binary files /dev/null and b/github-profiles/valitogt-1328/logo.jpeg differ diff --git a/github-profiles/valitogt-1328/styles.css b/github-profiles/valitogt-1328/styles.css new file mode 100644 index 000000000..68cd0f816 --- /dev/null +++ b/github-profiles/valitogt-1328/styles.css @@ -0,0 +1,75 @@ +@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500'; + + +body { + margin: 0 auto; + max-width: 50em; + font-family: "Roboto", "Helvetica", "Arial", sans-serif; + line-height: 1.5; + padding: 4em 1em; + color: #566b78; +} + +header h1 { + font-size: 2.5em; + font-weight: 300; + } + + header a { + border: 1px solid #e81c4f; + border-radius: 290486px; + color: white; + font-size: 0.6em; + letter-spacing: 0.2em; + padding: 1em 2em; + text-transform: uppercase; + text-decoration: none; + transition: none 200ms ease-out; + transition-property: color, background; + } + + header a:hover { + background: #e81c4f; + color: white; + } + + +h2 { + margin-top: 1em; + padding-top: 1em; + } + + h1, h2, strong { + color: #333; +} + +a { + color: #e81c4f; + } + + table { + width: 100%; + } + } + table, th, tr, td { + border: 1px solid rgb(184, 184, 255); + border-collapse: collapse; +} + +th { + font-weight: 600; + background: rgb(184, 184, 255); + color: rgb(43, 110, 101); +} + +th, td { + padding: 4px 8px; +} + +td:first-child { + width:18em; +} + +td:last-child { + width: 22em; +}