diff --git a/github-profiles/kjimenezr89-3718/README.md b/github-profiles/kjimenezr89-3718/README.md new file mode 100644 index 000000000..b373fc765 --- /dev/null +++ b/github-profiles/kjimenezr89-3718/README.md @@ -0,0 +1,18 @@ +# I'm Kevin Jimenez + +## Systems Engineer from Perú +I work as a **Coordinator** in a Digital Factory on my country. I like to program in my free times, my favorite techonologies are Containers, Javascript, Java, MongoDB and MariaDB, but I would like to learn about Go, Python, Kubernets, Devops, DevSecops and IA. + +I am currently pursuing a master's degree in Direction of Technologies Information in ESAN University, it's difficult but fun and very interesting. + +## The 5 commands that I use the most +| Command | Description | +|---------|---------------------------| +| ls | List current directory | +| cd | Change directory | +| clear | Clean terminal | +| mkdir | Create a directory | +| sudo | Run the command as admin. | + +## GitHub Profile +https://github.com/kjimenezr89 diff --git a/github-profiles/kjimenezr89-3718/index.css b/github-profiles/kjimenezr89-3718/index.css new file mode 100644 index 000000000..6a50aefcc --- /dev/null +++ b/github-profiles/kjimenezr89-3718/index.css @@ -0,0 +1,69 @@ + +@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; +} + +main { + width: 600px; +} + +h2 { + margin-top: 1em; + padding-top: 1em; +} + +h1, +h2, +strong { + color: #333; +} + +div { + padding: 20px; + border: 1px solid tomato; +} + +.column { + display: inline-block; + width: calc(33.33% - 40px - 2px); +} + +code, +pre { + background: #f5f7f9; + border-bottom: 1px solid #d8dee9; + color: #a7adba; +} + +pre { + border-left: 2px solid #69c; +} + +a { + color: #e81c4f; +} + +header { + background-color: #263d36; + background-image: url("cat.jpg"); + background-position: center top; + background-repeat: no-repeat; + background-size: cover; + line-height: 1.2; + padding: 10vw 2em; + text-align: center; +} + +header img { + display: inline-block; + height: 120px; + vertical-align: top; + width: 120px; +} \ No newline at end of file diff --git a/github-profiles/kjimenezr89-3718/index.html b/github-profiles/kjimenezr89-3718/index.html new file mode 100644 index 000000000..22f838640 --- /dev/null +++ b/github-profiles/kjimenezr89-3718/index.html @@ -0,0 +1,42 @@ + + + + + + Esto es una página web + + + + + + +

I'm Kevin Jimenez

+

Systems Engineer from Perú

+
+

I work as a Coordinator in a Digital Factory on my country. + I like to program in my free times, my favorite techonologies are + Containers, Javascript, Java, MongoDB and MariaDB, but I would like to learn about + Go, Python, Kubernets, Devops, DevSecops and IA.

+

I am currently pursuing a master's degree in Direction of Technologies Information + in ESAN University, it's difficult but fun and very interesting.

+ +

El Bootcamp que estoy cursando

+

Semana 1

+

Configuración del ambiente de desarrollo (Prework)

+
    +
  1. Instalando Ubuntu en Windows
  2. +
  3. Instalación de Git
  4. +
  5. Configuración de llaves SSH
  6. +
  7. Creando una cuenta de GitHub
  8. +
  9. Instalación de Node.js y Yarn
  10. +
  11. Primeros pasos con VS Code
  12. +
+ +
+ Perfil de GitHub +
+ Acerca de Esta página + + + + \ No newline at end of file