diff --git a/github-profiles/Prisci-7945/README.md b/github-profiles/Prisci-7945/README.md index 704642399..4e65f4174 100644 --- a/github-profiles/Prisci-7945/README.md +++ b/github-profiles/Prisci-7945/README.md @@ -1,12 +1,12 @@ - +> http://localhost:8080/Priscisanchez/index.html # Hola, soy Prisci Alejandro Sanchez Paez ## Especialista en ingenieria de costos -Soy ingeniero civil enfocado en la diciplina de ingenieria de costos, actualmente laboro en la empresa **Coppel, S.A. de C.V.** y cuento con certificacion en **analisis de precios unitarios**. +Soy ingeniero civil enfocado en la disciplina de ingenieria de costos, actualmente laboro en la empresa **Coppel, S.A. de C.V.** y cuento con certificacion en **analisis de precios unitarios**. ## Conocimientos de Software 1. Opus 2. AutoCad -3. Microsoft +3. Microsoft Office # Comandos mas usados en la terminal | comando | descripcion | @@ -17,7 +17,13 @@ Soy ingeniero civil enfocado en la diciplina de ingenieria de costos, actualment | gst | alias de git status | | clear | limpiar la terminal | | alias | listar los alias | -| takoyakis | sashii | -> http://localhost:8080/Priscisanchez/index.html -> Comentarios \ No newline at end of file +# Estos son mis alias mas usados +| allias | descripcion | +|---------|-------------| +| git s | alias de git status | +| git c | alias de git commit -m | +| git a | alias de git add | +| git p | alias de git push origin | +| git po | alias de git pull origin | +| cl | alias de clear | \ No newline at end of file diff --git a/github-profiles/Prisci-7945/about.html b/github-profiles/Prisci-7945/about.html new file mode 100644 index 000000000..3726a7dfc --- /dev/null +++ b/github-profiles/Prisci-7945/about.html @@ -0,0 +1,12 @@ + + + + About Prisci Sanchez + + + +

Esta es la información de Prisci Sanchez

+ Volver al home
+ Ir a mentoring + + diff --git a/github-profiles/Prisci-7945/achievements/mentoring.html b/github-profiles/Prisci-7945/achievements/mentoring.html new file mode 100644 index 000000000..35a2d4c81 --- /dev/null +++ b/github-profiles/Prisci-7945/achievements/mentoring.html @@ -0,0 +1,25 @@ + + + + Mentoring + + + +

Certificaciones

+ + Volver al home
+ Ir a about + + diff --git a/github-profiles/Prisci-7945/header.jpg b/github-profiles/Prisci-7945/header.jpg new file mode 100644 index 000000000..9b6128b51 Binary files /dev/null and b/github-profiles/Prisci-7945/header.jpg differ diff --git a/github-profiles/Prisci-7945/index.html b/github-profiles/Prisci-7945/index.html index ab8c7b9a1..34b642bc2 100644 --- a/github-profiles/Prisci-7945/index.html +++ b/github-profiles/Prisci-7945/index.html @@ -3,17 +3,19 @@ Esto es una página web + -

Hola, soy Prisci Alejandro Sanchez Paez

+

Hola, soy Prisci Alejandro Sanchez Paez

Especialista en ingenieria de costos

Soy ingeniero civil enfocado en la disciplina de ingenieria de costos, actualmente laboro en la empresa Coppel, S.A. de C.V. y cuento con certificacion en Analisis de Precios Unitarios.

-

Conocimientos de Software

+

Conocimientos de Software

  1. Opus
  2. AutoCad
  3. Microsoft Office
+ Mentoring \ No newline at end of file diff --git a/github-profiles/Prisci-7945/style.css b/github-profiles/Prisci-7945/style.css new file mode 100644 index 000000000..4615198d8 --- /dev/null +++ b/github-profiles/Prisci-7945/style.css @@ -0,0 +1,82 @@ +@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; +} + +h2 { + margin-top: 1em; + padding-top: 1em; +} + +h1, h2, strong { + color: #333; +} + +code, pre { + background: #eee; +} + +code { + padding: 2px 4px; + vertical-align: text-bottom; + background: #f5f7f9; + border-bottom: 1px solid #d8dee9; + color: #a7adba; +} + +pre { + padding: 1em; + border-left: 2px solid #69c; +} + +a { + color: #e81c4f; +} + +header { + background-color: #263d36; + background-image: url("/introduccion-a-html/header.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; +} + +header h1 { + color: white; + 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; +} \ No newline at end of file