diff --git a/student-cvs/kjimenezr89-3718/contact.css b/student-cvs/kjimenezr89-3718/contact.css new file mode 100644 index 00000000..0b8b9ad5 --- /dev/null +++ b/student-cvs/kjimenezr89-3718/contact.css @@ -0,0 +1,95 @@ +html { + box-sizing: border-box; +} + +* { + box-sizing: inherit; +} + +body { + color: #333; + background-color: #fefefe; +} + +.page { + max-width: 800px; + margin: 100px auto; + padding: 0 40px; + font-family: Arial, Helvetica, sans-serif; +} + +.form-group { + /* border: 1px solid tomato; */ + margin: 20px 0; +} + +label, +input { + vertical-align: middle; +} + +label, +input:not([type="radio"], [type="checkbox"]) { + width: 100%; +} + +label, +legend { + font-weight: bold; + text-transform: uppercase; + font-size: 14px; + color: #444; + vertical-align: middle; +} + +textarea { + display: block; + width: 100%; + resize: vertical; +} + +input[type="text"], +input[type="email"], +textarea { + background: white; + border: 1px solid lightgray; + padding: 8px 4px; + color: #333; +} + +.help { + font-size: 12px; + margin-top: 10px; + color: gray; +} + +button { + padding: 16px 60px; + text-transform: uppercase; + font-weight: bold; + border: 1px solid #713f12; + background: #eab308; + color: #333; + text-shadow: -1px -1px 0 rgb(255,255,255,0.5); + border-radius: 8px; + box-shadow: 1px 1px 3 px rgba(0, 0, 0, 0.5); + cursor: pointer; +} + +button:hover { + background: #facc15; +} + +button:active{ + background: #ca8a04; + box-shadow: -1px -1px 0 rgba(0,0,0,0.5); +} + +form { + accent-color: #eab308; +} + +input:focus-visible, textarea:focus-visible { + border: 1px solid #eab308; + outline: 1px solid #facc15; +} \ No newline at end of file diff --git a/student-cvs/kjimenezr89-3718/contact.html b/student-cvs/kjimenezr89-3718/contact.html new file mode 100644 index 00000000..ed431163 --- /dev/null +++ b/student-cvs/kjimenezr89-3718/contact.html @@ -0,0 +1,35 @@ + + + + + + + Document + + + + +
+

Contacto

+
+
+ + +
+
+ + +
+
+ + +
Escribe tu pregunta o comentario.
+
+ +
+ Página inicial +
+ + + + \ No newline at end of file diff --git a/student-cvs/kjimenezr89-3718/index.css b/student-cvs/kjimenezr89-3718/index.css new file mode 100644 index 00000000..99bfcdf9 --- /dev/null +++ b/student-cvs/kjimenezr89-3718/index.css @@ -0,0 +1,9 @@ + +.page { + max-width: 800px; + margin: 0 auto; +} + +img { + width: 100%; +} \ No newline at end of file diff --git a/student-cvs/kjimenezr89-3718/index.html b/student-cvs/kjimenezr89-3718/index.html new file mode 100644 index 00000000..39f2aa4c --- /dev/null +++ b/student-cvs/kjimenezr89-3718/index.html @@ -0,0 +1,50 @@ + + + + + + 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. +
+
+
+
+ +
+ + + \ No newline at end of file