From af265b0c1656484b80be529b7adaba1ca3cbb69a Mon Sep 17 00:00:00 2001 From: Kevin Jimenez Date: Fri, 15 Mar 2024 01:05:48 -0500 Subject: [PATCH 1/4] Added kjimenezr89 readme profile. --- github-profiles/kjimenezr89-3718.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 github-profiles/kjimenezr89-3718.md diff --git a/github-profiles/kjimenezr89-3718.md b/github-profiles/kjimenezr89-3718.md new file mode 100644 index 000000000..c893d2762 --- /dev/null +++ b/github-profiles/kjimenezr89-3718.md @@ -0,0 +1,18 @@ +# I'm Kevin Jimenez + +## A 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 From 511da11c216bd0bd45f96f2a7d456757bbaaa670 Mon Sep 17 00:00:00 2001 From: Kevin Jimenez Date: Sat, 16 Mar 2024 16:10:52 -0500 Subject: [PATCH 2/4] Added My Profile forlder and a index page. --- github-profiles/kjimenezr89-3718/README.md | 18 +++++++++ github-profiles/kjimenezr89-3718/index.html | 41 +++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 github-profiles/kjimenezr89-3718/README.md create mode 100644 github-profiles/kjimenezr89-3718/index.html diff --git a/github-profiles/kjimenezr89-3718/README.md b/github-profiles/kjimenezr89-3718/README.md new file mode 100644 index 000000000..c893d2762 --- /dev/null +++ b/github-profiles/kjimenezr89-3718/README.md @@ -0,0 +1,18 @@ +# I'm Kevin Jimenez + +## A 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.html b/github-profiles/kjimenezr89-3718/index.html new file mode 100644 index 000000000..e7bd45d6c --- /dev/null +++ b/github-profiles/kjimenezr89-3718/index.html @@ -0,0 +1,41 @@ + + + + + + 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. +
+ +

The 5 commands that I use the most

+
+ Perfil de GitHub +
+ Acerca de Esta página + + + + \ No newline at end of file From 5729902a084d05222527fc59ff5238a62cc0d609 Mon Sep 17 00:00:00 2001 From: Kevin Jimenez Date: Sat, 16 Mar 2024 16:14:45 -0500 Subject: [PATCH 3/4] Deleted extra file. --- github-profiles/kjimenezr89-3718.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 github-profiles/kjimenezr89-3718.md diff --git a/github-profiles/kjimenezr89-3718.md b/github-profiles/kjimenezr89-3718.md deleted file mode 100644 index c893d2762..000000000 --- a/github-profiles/kjimenezr89-3718.md +++ /dev/null @@ -1,18 +0,0 @@ -# I'm Kevin Jimenez - -## A 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 From b76962f3bc6fbdaeb9396be05e9423c5772cce60 Mon Sep 17 00:00:00 2001 From: Kevin Jimenez Date: Sun, 24 Mar 2024 17:53:42 -0500 Subject: [PATCH 4/4] Added CSS styles. --- github-profiles/kjimenezr89-3718/README.md | 16 ++--- github-profiles/kjimenezr89-3718/index.css | 69 +++++++++++++++++++++ github-profiles/kjimenezr89-3718/index.html | 3 +- 3 files changed, 79 insertions(+), 9 deletions(-) create mode 100644 github-profiles/kjimenezr89-3718/index.css diff --git a/github-profiles/kjimenezr89-3718/README.md b/github-profiles/kjimenezr89-3718/README.md index c893d2762..b373fc765 100644 --- a/github-profiles/kjimenezr89-3718/README.md +++ b/github-profiles/kjimenezr89-3718/README.md @@ -1,18 +1,18 @@ # I'm Kevin Jimenez -## A Systems Engineer from Perú +## 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. | +| 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 index e7bd45d6c..22f838640 100644 --- a/github-profiles/kjimenezr89-3718/index.html +++ b/github-profiles/kjimenezr89-3718/index.html @@ -4,6 +4,8 @@ Esto es una página web + + @@ -30,7 +32,6 @@

Semana 1

  • Primeros pasos con VS Code
  • -

    The 5 commands that I use the most


    Perfil de GitHub