Skip to content

Commit

Permalink
Actualización imagenes y agregar comentarios de las secciones
Browse files Browse the repository at this point in the history
  • Loading branch information
angelaaguilan committed Apr 20, 2024
1 parent 7c730f7 commit 522f1f0
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 16 deletions.
17 changes: 8 additions & 9 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,18 @@
height: 40px;
}

.img_cv01 {
width: 20rem; /* ancho */
height: 23rem;
.card_cv01 {
width: 22rem;
/*ancho */
height: 30rem;
/* alto */
}

.img_cv02 {
width: 18rem; /* ancho */
height: 23rem;
}
width: 15rem; /*ancho */
height: 22rem; /* alto */}


.card_cv01 {
width: 22rem; /*ancho */
}

.texto_main {
font-size: 15px;
Expand Down
Binary file modified assets/imgs/Portafolio.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 modified assets/imgs/ProyectoCV.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</head>

<body>
<!-- Barra de navegación -->
<nav class="navbar navbar-expand-lg navbar-light bg_barra">
<div class="container-fluid">
<a class="navbar-brand" href="./index.html">CV Angela Aguila</a>
Expand All @@ -36,7 +37,7 @@


<div class="container my-2"> <!-- Total -->

<!-- Sección Header - Datos generales -->
<header class="row bg_header">
<div class="col-12 col-md-6 col-xl-6 text-center">
<img src="./assets/imgs/AngelaAguila.jpg" class="circulo py-3" alt="Curriculum Vitae Angela Aguila">
Expand All @@ -49,7 +50,7 @@
</header>

<main class="row">
<!-- Resumen -->
<!-- Sección Acerca de -->
<div class="col-sm-6">
<div class="card border-light mb-3">
<div class="card-header">Acerca de:</div>
Expand All @@ -58,7 +59,7 @@
</div>
</div>
</div>
<!-- Conocimientos -->
<!-- Sección Conocimientos -->
<div class="col-sm-6">
<div class="card border-light mb-3">
<div class="card-header">Conocimientos:</div>
Expand Down Expand Up @@ -133,7 +134,7 @@
</main>

<section>
<!-- Experiencia Laboral -->
<!-- Sección Experiencia Laboral -->
<div class="row">
<div class="col-sm-12">
<div class="card border-light mb-3">
Expand All @@ -148,7 +149,7 @@
</div>
</div>

<!-- Formación -->
<!-- Sección Formación -->
<div class="row">
<div class="col-sm-12">
<div class="card border-light mb-3">
Expand All @@ -168,6 +169,7 @@
</div>
</section>

<!-- Sección Footer -->
<footer class="d-flex justify-content-around bg_header p-3">
<a href="https://www.linkedin.com/in/angelaaguila/" target="_blank" data-bs-toggle="tooltip" data-bs-placement="right" title="Linkedin"><i class="fa-brands fa-linkedin fa-2x text-white"></i></a>
<a href="https://github.com/angelaaguilan/" target="_blank" data-bs-toggle="tooltip" data-bs-placement="right" title="Linkedin"><i class="fa-brands fa-github fa-2x text-white"></i></a>
Expand Down
8 changes: 6 additions & 2 deletions proy_CV1.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<!-- Barra de navegación -->
<nav class="navbar navbar-expand-lg navbar-light bg_barra">
<div class="container-fluid">
<a class="navbar-brand" href="./index.html">CV Angela Aguila</a>
Expand All @@ -34,12 +35,13 @@
</div>
</nav>

<!-- Sección Principal del proyecto CV -->
<div class="container pt-2">
<h2 class="bg_header text-white text-center">Proyecto Curriculum Vitae</h2>
<div class="row">
<div class="col d-inline-flex justify-content-around">
<div class="card card_cv01 pt-3">
<img src="./assets/imgs/ProyectoCV.jpg" class="card-img-top ps-3 img_cv01 text-center" alt="Proyecto Currículum Vitae - Angela Aguila">
<img src="./assets/imgs/ProyectoCV.jpg" class="card-img-top ps-3 text-center" alt="Proyecto Currículum Vitae - Angela Aguila">
<div class="card-body pt-1">
<ul class="list-group list-group-flush">
<li class="list-group-item"></li>
Expand All @@ -48,11 +50,13 @@ <h2 class="bg_header text-white text-center">Proyecto Curriculum Vitae</h2>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Sección Portafolio del proyecto CV -->
<div class="col">
<div class="card card_cv01 pt-3">
<img src="./assets/imgs/Portafolio.png" class="card-img-top ps-3 img_cv02 text-center" alt="Proyecto Currículum Vitae - Portafolio">
<!-- -->
<div class="card-body pt-1">
<ul class="list-group list-group-flush">
<li class="list-group-item"></li>
Expand Down
2 changes: 2 additions & 0 deletions proy_cuppon.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</head>

<body>
<!-- Barra de navegación -->
<nav class="navbar navbar-expand-lg navbar-light bg_barra">
<div class="container-fluid">
<a class="navbar-brand" href="./index.html">CV Angela Aguila</a>
Expand All @@ -35,6 +36,7 @@
</div>
</nav>

<!-- Sección Página Proyecto Cuppon -->
<div class="container pt-2">
<h2 class="bg_header text-white text-center">Proyecto Cuppon</h2>
<div class="row">
Expand Down
2 changes: 2 additions & 0 deletions proy_iguana.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<!-- Barra de navegación -->
<nav class="navbar navbar-expand-lg navbar-light bg_barra">
<div class="container-fluid">
<a class="navbar-brand" href="./index.html">CV Angela Aguila</a>
Expand All @@ -34,6 +35,7 @@
</div>
</nav>

<!-- Sección Página Proyecto Iguana -->
<div class="container pt-2">
<h2 class="bg_header text-white text-center">Proyecto Iguana</h2>
<div class="row">
Expand Down

0 comments on commit 522f1f0

Please sign in to comment.