Skip to content

Commit

Permalink
Merge branch 'Manuel-Nogales' of https://github.com/olga3emes/IIernaS…
Browse files Browse the repository at this point in the history
  • Loading branch information
M-nogales committed Feb 9, 2024
2 parents 57ab414 + c72b16b commit 2f57d4c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
20 changes: 15 additions & 5 deletions css/integration.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,30 @@
.cursor {
cursor: pointer;
}
.critina-select:hover{

.critina-select:hover {
background-color: #05b80b;
}
.maria-select:hover{

.maria-select:hover {
background-color: #800080;
color: var(--main-White);
}
.lourdes-select:hover{
background-color:#ece112;

.lourdes-select:hover {
background-color: #ece112;
}
.noemi-select:hover{

.noemi-select:hover {
background-color: #80cdde;
}

.card-shadow-integration {

box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.6);

}

#rotated-svg {
transform: rotate(180deg) scaleX(-1);
width: 500px;
Expand Down
16 changes: 8 additions & 8 deletions integracionsocial.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,15 @@ <h1 class="mb-3">Integración Social</h1>
<!-- CARDS -->
<div class="container p-5 mt-2">
<!-- Cristina -->
<div class="card mb-5 mt-5 card-shadow">
<div class="card mb-5 mt-5 card-shadow-integration">
<div class="row no-gutters">
<div class="col-md-4 d-flex justify-content-center justify-content-lg-center justify-content-xl-start">
<img src="Resources/img/img_Personal-4-3/cristina_DxO.jpg" class="img-fluid rounded-start">
</div>
<div class="col-md-8">
<div class="card-body d-flex flex-column">
<h3 class="card-title d-flex justify-content-center">Cristina Nieto Carmona</h3>
<div class="list-group cursor">
<div class="list-group cursor mt-4">
<div class="list-group-item border-end-0 border-start-0 rounded-0 critina-select" aria-current="true">
<div class="d-flex w-100 justify-content-between">
<h5 class="h35 mb-1">Formación</h5>
Expand Down Expand Up @@ -244,15 +244,15 @@ <h5 class="h35 mb-1">Algo sobre ti</h5>
</div>
</div>
<!-- Maria -->
<div class="card card-shadow mb-5">
<div class="card card-shadow-integration mb-5">
<div class="row no-gutters">
<div class="col-md-4 d-flex justify-content-center justify-content-lg-center justify-content-xl-start">
<img src="Resources/img/img_Personal-4-3/mariat_DxO.jpg" class="img-fluid rounded-start">
</div>
<div class="col-md-8">
<div class="card-body d-flex flex-column">
<h3 class="card-title d-flex justify-content-center">Maria Tenorio Rodriguez</h3>
<div class="list-group cursor">
<div class="list-group cursor mt-4">
<div class="list-group-item border-end-0 border-start-0 rounded-0 maria-select" aria-current="true">
<div class="d-flex w-100 justify-content-between">
<h5 class="h35 mb-1">Formación</h5>
Expand Down Expand Up @@ -285,15 +285,15 @@ <h5 class="h35 mb-1">Algo sobre ti</h5>
</div>
</div>
<!-- Lourdes -->
<div class="card mb-5 mt-3 card-shadow">
<div class="card mb-5 mt-3 card-shadow-integration">
<div class="row no-gutters">
<div class="col-md-4 d-flex justify-content-center justify-content-lg-center justify-content-xl-start">
<img src="Resources/img/img_Personal-4-3/lourdes_DxO.jpg" class="img-fluid rounded-start">
</div>
<div class="col-md-8">
<div class="card-body d-flex flex-column">
<h3 class="card-title d-flex justify-content-center">Lourdes Pallarés Gonzalez</h3>
<div class="list-group cursor">
<div class="list-group cursor mt-4">
<div class="list-group-item border-end-0 border-start-0 rounded-0 lourdes-select" aria-current="true">
<div class="d-flex w-100 justify-content-between">
<h5 class="h35 mb-1">Formación</h5>
Expand Down Expand Up @@ -324,15 +324,15 @@ <h5 class="h35 mb-1">Algo sobre ti</h5>
</div>
</div>
<!-- Noemi -->
<div class="card mb-5 mt-3 card-shadow">
<div class="card mb-5 mt-3 card-shadow-integration">
<div class="row no-gutters">
<div class="col-md-4 d-flex justify-content-center justify-content-lg-center justify-content-xl-start">
<img src="Resources/img/img_Personal-4-3/noemi_DxO.jpg" class="img-fluid rounded-start">
</div>
<div class="col-md-8">
<div class="card-body d-flex flex-column">
<h3 class="card-title d-flex justify-content-center">Noemi País Bozo</h3>
<div class="list-group cursor">
<div class="list-group cursor mt-4">
<div class="list-group-item border-end-0 border-start-0 rounded-0 noemi-select" aria-current="true">
<div class="d-flex w-100 justify-content-between">
<h5 class="h35 mb-1">Formación</h5>
Expand Down

0 comments on commit 2f57d4c

Please sign in to comment.