Skip to content

Commit

Permalink
subir a la nube
Browse files Browse the repository at this point in the history
  • Loading branch information
soyandreag committed Aug 16, 2024
0 parents commit e8faa9a
Show file tree
Hide file tree
Showing 9 changed files with 194 additions and 0 deletions.
Binary file added aseets/img/fondo1.webp
Binary file not shown.
Binary file added aseets/img/foto-cv.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aseets/img/proyecto1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aseets/img/proyecto2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aseets/img/proyecto3-iguana.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aseets/img/proyecto4-cuppon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aseets/img/proyecto5-github.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions aseets/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
body{
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#Header-Section{
background-image: url(../aseets/img/fondo1.webp);
background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
}

.fotoperfil{
max-width: 100%;
}

aside{
width: 30%;
padding-left: 15px;
margin-top: 25px;
margin-left: 15px;
float: right;
}

#Portafolio .image-top{
height: 400px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
justify-content: center;
}
164 changes: 164 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV Andrea Allende Godoy</title>
<!--Bootstrap css-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!--Style css-->
<link rel="stylesheet" href="./aseets/style.css">
</head>

<body>
<!-- Barra de navegación-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#">
<h6>Currículum Vitae</h6>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 fs-5">
<li class="nav-item">
<a class="nav-link" href="https://github.com/soyandreag"
>GitHub</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:[email protected]"
>Gmail</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="https://www.linkedin.com/in/andrea-allende-godoy/"
>Linkedin</a>
</li>
</ul>
</div>
</div>
</nav>

<!--Header-->
<header id="Header-Section" class="text-light text-end py-5">
<div class="container px-4 px-lg-5 h-100">
<div class="row gx-4 gx-lg-5 h-100 align-items-center justify-content-center text-center">
<div class="col-lg-8 align-self-end">
<aside><img src="./aseets/img/foto-cv.jpeg" class="fotoperfil" alt=""></aside>

<h1 class="text-dark font-weight-bold"><br> <br>Hola! <br>soy Andrea</h1>
<hr class="divider" />

</div>
<div class="col-lg-8 align-self-baseline">
<p class="text-white-75 mb-5">Siempre buscando aprender nuevas habilidades y crecer
profesionalmente, <br />me entusiasma compartir conocimientos y
aprender de los demás. Una de las muchas razones por la que decidí estudiar e innovar en
el área de programación.</p>
</div>
</div>
</div>
<!--Estudios-->
<header class="estudios">
<div class="container px-4 px-lg-5 h-100">
<div class="row gx-4 gx-lg-5 h-100 align-items-center justify-content-center text-center">
<div class="col-lg-8 align-self-end">
<h1 class="text-white font-weight-bold">Estudios</h1>
<hr class="divider" />
</div>
<div class="col-lg-8 align-self-baseline">
<p class="text-white-75 mb-5"> Egresada de Técnico en Educación Especial del C.F.T Santo Tomás. <br>Actualmente me encuentro cursando el
bootcamp de Desarrollo Full Stack JavaScript en Desafío Latam.</p>
<a class="btn btn-secondary btn-sm" href="https://desafiolatam.com/">Desafío Latam</a>
</div>
</div>
</div>

<!--Portafolio-->
<section id="Portafolio" class="m-0 p-5 bg">
<h2 class="display-4 fw-bold text-center text-dark mb-3">Proyectos</h2>

<div class="row justify-content-evenly">
<div class="col-12 col-sm-4 py-1">
<div class="card">
<div class="image-top" style="background-image: url(./aseets/img/proyecto1.png)"></div>
<div class="card-body">
<h5 class="card-title fw-bold text-center">CV en HTML</h5>
<p class="card-text">
Requerimientos: realizar CV en formato HTML, con titulos, párrafos, listas, imágenes, enlaces y tabla.
</p>
<button type="button" class="btn btn-outline-info"><a>Ver más</a>
</button>
</div>
</div>
</div>
<div class="col-12 col-sm-4 py-1">
<div class="card">
<div class="image-top" style="background-image: url(./aseets/img/proyecto2.jpeg)"></div>
<div class="card-body">
<h5 class="card-title fw-bold text-center">Construyendo un landing page</h5>
<p class="card-text">
Requerimientos: realizar una página con sección de principal, productos, footer, integración del CSS.
</p>
<button type="button" class="btn btn-outline-info"> <a>Ver más</a>
</button>
</div>
</div>
</div>
<div class="col-12 col-sm-4 py-1">
<div class="card">
<div class="image-top" style="background-image: url(./aseets/img/proyecto3-iguana.jpeg)"></div>
<div class="card-body">
<h5 class="card-title fw-bold text-center">Iguana Page</h5>
<p class="card-text">
Requerimientos: realizar maquetado, sección de párrafos e imágenes, implementación de contenido flex e iconos Font Awesome.
</p>
<button type="button" class="btn btn-outline-info"> <a>Ver más</a>
</button>
</div>
</div>
</div>
</div>
<div class="row justify-content-evenly">
<div class="col-12 col-sm-4 py-1">
<div class="card">
<div class="image-top" style="background-image: url(./aseets/img/proyecto4-cuppon.jpeg)"></div>
<div class="card-body">
<h5 class="card-title fw-bold text-center">Cuppon</h5>
<p class="card-text">
Requerimientos: utilización de grillas, clases de colores, margin y padding, componente card, estructura e identación.
</p>
<button type="button" class="btn btn-outline-info"> <a">Ver más</a>
</button>
</div>
</div>
</div>
<div class="col-12 col-sm-4 py-1">
<div class="card">
<div class="image-top" style="background-image: url(./aseets/img/proyecto5-github.jpeg)"></div>
<div class="card-body">
<h5 class="card-title fw-bold text-center">GitHub</h5>
<p class="card-text">
Requerimientos: realizar fork y commits de proyecto, modificar plantilla y link del repositorio.
</p>
<button type="button" class="btn btn-outline-info"> <a>Ver más</a>
</button>
</div>
</div>
</div>

</div>


</section>




<!--Footer-->
<footer class="p-3 mb-2 bg-black text-white text-center">
<h6>© Andrea Allende Godoy</h6>
</footer>
</body>
</html>

0 comments on commit e8faa9a

Please sign in to comment.