Skip to content

Commit

Permalink
Merge pull request #52 from IPL-UV/changes
Browse files Browse the repository at this point in the history
Changes
  • Loading branch information
csaybar authored Jun 19, 2024
2 parents 8b8360b + f8d90bf commit c0db64f
Show file tree
Hide file tree
Showing 9 changed files with 417 additions and 168 deletions.
1 change: 1 addition & 0 deletions content/people/senior_research_scientists/alvaro_moreno.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
date: '2024-05-10T05:29:29+02:00'
draft: false
weight: 2
title: 'Álvaro Moreno Martínez'
role: "senior research scientists"
params:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
date: '2024-05-10T05:29:29+02:00'
draft: false
weight: 1
title: 'Veronica Nieves - Distinguished Researcher'
role: "senior research scientists"
params:
Expand Down
165 changes: 137 additions & 28 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,21 @@ body {
width: 80%;
}

.card-title {
height: 16.98px;
}

.card-links {
height: 25.34px;
}

.card-text {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
height: 45.59px;
}
}

Expand All @@ -142,7 +151,7 @@ body {
background: #f9f9f9;
padding: 15px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.img-fluid {
Expand All @@ -154,7 +163,7 @@ body {

.d-flex {
display: flex;
align-items: center;
align-items: center;
}

.facility-title {
Expand All @@ -166,6 +175,11 @@ body {
font-size: 14px;
}

@media (max-width: 767px) {
.facility-title {
margin-top: 20px;
}
}

/**** estilos de los archivo list.html que se encuentran en layouts/code y layouts/data *****/
.grid-container {
Expand Down Expand Up @@ -205,7 +219,7 @@ body {
}

.grid-item .text {
padding: 10px;
padding: 10px;
}


Expand Down Expand Up @@ -261,7 +275,7 @@ h3 {
/*******estilos del archivo courses/list.html********/

.facility-title {
white-space: normal;
white-space: normal;
}


Expand Down Expand Up @@ -331,10 +345,68 @@ h3 {
}


#seminars_container {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 20px;
}

.image-container {
flex: 0 0 auto;
max-width: 260px;
}

.image-container img {
max-width: 100%;
height: auto;
}

.text-container {
flex: 1;
margin-left: 20px;
}

/* Estilos para dispositivos pequeños */
@media (max-width: 768px) {
#seminars_container {
flex-direction: column;
align-items: center;
}

.image-container {
margin: 0 auto;
}

.text-container {
margin-left: 0;
margin-top: 10px;
}
}




/* Estilos para el mapa en pantallas pequeñas */
@media (max-width: 767.98px) {
#map-container {
height: 250px;
}
}

/* Estilos para el mapa en tabletas */
@media (min-width: 768px) and (max-width: 991.98px) {
#map-container {
height: 350px;
}
}

/* Estilos para el mapa en pantallas grandes */
@media (min-width: 992px) {
#map-container {
height: 450px;
}
}



Expand All @@ -346,19 +418,52 @@ h3 {



.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
background-color: #d9edf7;
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
background-color: #f2dede;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
padding: 5px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
Expand All @@ -370,13 +475,17 @@ h3 {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
a.list-group-item, button.list-group-item {

a.list-group-item,
button.list-group-item {
color: #555;
}

.list-group-item {
position: relative;
display: block;
Expand All @@ -388,23 +497,23 @@ a.list-group-item, button.list-group-item {


div.bibtexout {
background: #f4f4f4;
border: 1px solid #ddd;
border-left: 3px solid #268BD2;
color: #666;
page-break-inside: avoid;
font-family: monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1em 1.5em;
display: block;
word-wrap: break-word;
background: #f4f4f4;
border: 1px solid #ddd;
border-left: 3px solid #268BD2;
color: #666;
page-break-inside: avoid;
font-family: monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1em 1.5em;
display: block;
word-wrap: break-word;
}

div.bibtexout.closed {
display: none;
display: none;
}


Expand Down Expand Up @@ -452,8 +561,8 @@ div.bibtexout.closed {

/* Resaltar el enlace activo en la barra de navegación */
.navbar-nav .nav-link.active {
color: #fff !important;
background-color: #007bff !important;
color: #fff !important;
background-color: #007bff !important;
}

/* Asumimos que Hugo agrega una clase a <body> como la sección actual */
Expand All @@ -468,6 +577,6 @@ body.section-data .navbar-nav .nav-link[href="/data/"],
body.section-seminars .navbar-nav .nav-link[href="/seminars/"],
body.section-news .navbar-nav .nav-link[href="/news/"],
body.section-contact .navbar-nav .nav-link[href="/contact/"] {
color: #fff !important;
background-color: #007bff !important;
}
color: #fff !important;
background-color: #007bff !important;
}
39 changes: 31 additions & 8 deletions themes/isp_uv/layouts/contact/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,29 @@
<h1>Contact</h1>
<br>
<div class="row">
<div class="col-md-8">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1062.8242221223143!2d-0.4231586165974696!3d39.51581954413611!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd6045eca58b7db3%3A0x64edac557ef761b6!2sImage%20Processing%20Laboratory%20(IPL)!5e1!3m2!1sca!2ses!4v1630677043435!5m2!1sca!2ses"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
<div class="col-md-8 col-12">
<!-- Small devices (mobiles) -->
<div class="embed-responsive embed-responsive-4by3 d-block d-md-none" id="mobile-map-container">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1062.8242221223143!2d-0.4231586165974696!3d39.51581954413611!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd6045eca58b7db3%3A0x64edac557ef761b6!2sImage%20Processing%20Laboratory%20(IPL)!5e1!3m2!1sca!2ses!4v1630677043435!5m2!1sca!2ses"
class="embed-responsive-item" allowfullscreen="" loading="lazy" style="width: 100%; height: 100%;"></iframe>
</div>
<!-- Medium devices (tablets) -->
<div class="embed-responsive embed-responsive-16by9 d-none d-md-block d-lg-none" id="tablet-map-container">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1062.8242221223143!2d-0.4231586165974696!3d39.51581954413611!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd6045eca58b7db3%3A0x64edac557ef761b6!2sImage%20Processing%20Laboratory%20(IPL)!5e1!3m2!1sca!2ses!4v1630677043435!5m2!1sca!2ses"
class="embed-responsive-item" style="height: 450px; width: 100%;" allowfullscreen="" loading="lazy"></iframe>
</div>
<!-- Large devices (laptops/desktops) -->
<div class="d-none d-lg-block">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1062.8242221223143!2d-0.4231586165974696!3d39.51581954413611!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd6045eca58b7db3%3A0x64edac557ef761b6!2sImage%20Processing%20Laboratory%20(IPL)!5e1!3m2!1sca!2ses!4v1630677043435!5m2!1sca!2ses"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<br>
</div>

<div class="col-md-4">
<div class="col-md-4 col-12">
<div>
<a
href="https://maps.google.com/maps/dir//Image+Processing+Laboratory+(IPL)+C%2F+Catedr%C3%A0tic+Agust%C3%ADn+Escardino+Benlloch,+9+E4+building+-+4th+floor+46980+Paterna+Valencia/@39.5168236,-0.4232013,18z/data=!4m5!4m4!1m0!1m2!1m1!1s0xd6045eca58b7db3:0x64edac557ef761b6">
Expand All @@ -26,10 +41,18 @@ <h1>Contact</h1>
gcamps@uv.es</a>
</div>
<div>
<img src="/images/IPL_logo_blanco.webp" height="45" width="150">
<img src="/images/uv.webp" height="105" width="80">
<img src="/images/IPL_logo_blanco.webp" class="img-fluid" alt="IPL Logo" height="45" width="150">
<img src="/images/uv.webp" class="img-fluid" alt="UV Logo" height="105" width="80">
</div>
</div>
</div> <!-- row -->
</div>
</div>
<style>
/* Estilos para el mapa en dispositivos móviles */
@media (max-width: 767.98px) {
#mobile-map-container {
height: 200px;
}
}
</style>
{{ end }}
4 changes: 2 additions & 2 deletions themes/isp_uv/layouts/facilities/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1><span class="label label-info">Facilities</span></h1>
<div class="col-md-4">
<img src="{{ .Params.image }}" alt="{{ .Title }}" class="img-fluid" style="width: 100%">
</div>
<div class="col-md-8 d-flex align-items-center">
<div class="col-md-8 align-items-center">
<div>
<h3 class="facility-title">{{ .Title }}</h3>
<p class="facility-description">{{ .Content | safeHTML }}</p>
Expand All @@ -15,4 +15,4 @@ <h3 class="facility-title">{{ .Title }}</h3>
</div>
{{ end }}
</div>
{{ end }}
{{ end }}
Loading

0 comments on commit c0db64f

Please sign in to comment.