Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
oechenique authored Nov 1, 2024
1 parent 4748bcc commit c0814f6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@
}

.social-icon {
margin: 0 5px; /* Elimina el espacio entre los iconos */
width: 40px; /* Ajusta el ancho según tus necesidades */
height: 40px; /* Ajusta la altura según tus necesidades */
margin: 0 10px; /* Elimina el espacio entre los iconos */
width: 50px; /* Ajusta el ancho según tus necesidades */
height: 50px; /* Ajusta la altura según tus necesidades */
}

.text-container {
Expand Down Expand Up @@ -152,7 +152,9 @@
background-color: rgba(54, 69, 79, 0.8); /* Blanco con 90% de opacidad */
color: #00FFFF; /* Cyan fluor - puedes ajustar el código de color según tus preferencias */
}

.title {
color: #00FFFF; /* Color igual al de los botones */
}
body {
font-family: 'Roboto', sans-serif;
}
Expand Down Expand Up @@ -214,7 +216,7 @@
<img src="img\contour_down.webp" alt="personal_info">
<div class="text-container">
<div class="name">Gastón Echenique</div>
<div class="email">GIS Data Scientist | AI & ML Instructor</div>
<div class="email title">GIS Data Scientist | AI & ML Instructor</div>
</div>
</div>
</div>
Expand Down

0 comments on commit c0814f6

Please sign in to comment.