Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CORRECCIONES Y EJERCICIO 4 #854

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions github-profiles/Prisci-7945/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
> http://localhost:8080/Priscisanchez/index.html
# 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
1. Opus
2. AutoCad
3. Microsoft Office

# Comandos mas usados en la terminal
| comando | descripcion |
|---------|-------------|
| ls | lista el contenido de un directorio |
| cd | cambiar entre directorios |
| yarn | instalar dependencias |
| gst | alias de git status |
| clear | limpiar la terminal |
| alias | listar los alias |

# 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 |
12 changes: 12 additions & 0 deletions github-profiles/Prisci-7945/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>About Prisci Sanchez</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Esta es la información de Prisci Sanchez</h1>
<a href="index.html">Volver al home</a><br />
<a href="/introduccion-a-html/achievements/mentoring.html">Ir a mentoring</a>
</body>
</html>
25 changes: 25 additions & 0 deletions github-profiles/Prisci-7945/achievements/mentoring.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>Mentoring</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Certificaciones</h1>
<ul>
<li>
Habilidades y conocimientos en análisis de precios unitarios, Folio:
<strong>APU-LV/2024-054</strong> por el Instituto Mexicano de Ingeniería
de Costos
</li>
<li>
Habilidades y conocimientos en la elaboración de presupuestos de obras
de construcción públicas y privadas a través de software en la nube
prisma máster. Folio: <strong>SPU-LV/2024-045</strong> por el Instituto
Mexicano de Ingeniería de Costos
</li>
</ul>
<a href="/introduccion-a-html/index.html">Volver al home</a><br />
<a href="/introduccion-a-html/about.html">Ir a about</a>
</body>
</html>
Binary file added github-profiles/Prisci-7945/header.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions github-profiles/Prisci-7945/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html> <!-- HTML5 -->
<html>
<head>
<!-- Aquí va la meta-información -->
<title>Esto es una página web</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="header.jpg">
</header>
<h1>Hola, soy <a href="about.html">Prisci Alejandro Sanchez Paez</a></h1>
<h2>Especialista en ingenieria de costos</h2>
<p>Soy ingeniero civil enfocado en la disciplina de ingenieria de costos, actualmente laboro en la empresa <strong>Coppel, S.A. de C.V.</strong> y cuento con certificacion en <strong>Analisis de Precios Unitarios</strong>.</p>

<h2>Conocimientos de Software</h2>
<ol>
<li>Opus</li>
<li>AutoCad</li>
<li>Microsoft Office</li>
</ol>
<a href="/introduccion-a-html/achievements/mentoring.html">Mentoring</a>
</head>
</html>
82 changes: 82 additions & 0 deletions github-profiles/Prisci-7945/style.css
Original file line number Diff line number Diff line change
@@ -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;
}
Loading