Skip to content

Commit

Permalink
cambios estilos
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniela committed Nov 17, 2023
1 parent ee96f4f commit e75c8d9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
<div class="contenedor">
<div class="presentacion">
<div class="alineacion">
<h2 style="font-size: 5rem; margin-bottom: 4px">
<h2 style="font-size: 5rem; margin-bottom: 2rem">
<b>HOLA, SOY</b>
</h2>
<p class="nombre">
<b>Daniela Gangotena</b>
</p>
<h2 class="white" style="font-size: 2rem; margin-top: 1px">
<h2 class="white" style="font-size: 2rem; margin-top: 0.5rem">
<b>Estudiante de gestión de tecnología de la información</b>
</h2>
</div>
Expand All @@ -64,7 +64,7 @@ <h2 class="white" style="font-size: 2rem; margin-top: 1px">
<img class="foto_cv" style="margin-bottom: 0" src="img/fotocv.png" />
<p class="nombre" style="font-size: 2rem"><b>Daniela Gangotena</b></p>

<p style="margin-top: 1px" class="texto-centrado">
<p style="margin-top: 0.5rem;" class="texto-centrado">
Estudiante de gestión de tecnología de la información
</p>
<div class="texto-centrado">
Expand Down
4 changes: 2 additions & 2 deletions pages/aptitudes.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="columna columna-2">
<div class="formacion">
<h1
style="justify-content: center; font-size: 4em; margin-top: 1rem"
style="justify-content: center; font-size: 3em; margin-top: 1rem"
>
<b></b>Idiomas
</h1>
Expand All @@ -71,7 +71,7 @@ <h3>Francés nivel B2</h3>
<div class="columna columna-2">
<div class="formacion">
<h1
style="justify-content: center; font-size: 4em; margin-top: 1rem"
style="justify-content: center; font-size: 3em; margin-top: 1rem"
>
<b></b>Habilidades
</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/contacto.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div class="columna3">
<div class="fcf-body">
<div id="fcf-form">
<h1 class="fcf-h1">
<h1 class="fcf-h1" style="font-size: 2rem;">
Si estas interesado en mi cv no dudes en contactarme:
</h1>

Expand Down
4 changes: 2 additions & 2 deletions pages/formacion.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<h1
style="
justify-content: center;
font-size: 4em;
font-size: 3em;
margin-top: 1rem;
margin-bottom: 0;
"
Expand Down Expand Up @@ -79,7 +79,7 @@ <h3>2017-2018:</h3>
<div class="columna columna-2">
<div class="formacion">
<h1
style="justify-content: center; font-size: 4em; margin-top: 1rem"
style="justify-content: center; font-size: 3em; margin-top: 1rem"
>
<b></b>Experiencia
</h1>
Expand Down
4 changes: 2 additions & 2 deletions pages/sobremi.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Sobre mí</title>
</head>
<body onload="cargarModo()">
<!--el browser ejecuta esta función cuando ell body esta cargado-->
<!--el browser ejecuta esta función cuando el body esta cargado-->
<header class="header">
<nav>
<input id="burger" type="checkbox" />
Expand Down Expand Up @@ -47,7 +47,7 @@
<main>
<div class="contenedor">
<div class="columna">
<h1 style="justify-content: center; font-size: 4em; margin-top: 0">
<h1 style="justify-content: center; font-size: 3em; margin-top: 0">
<b>Sobre mí</b>
</h1>
<h2 class="amarillo">MI PERFIL</h2>
Expand Down
9 changes: 6 additions & 3 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ svg {
}

.dark-mode .amarillo h2{
color:#cba667;
color:white;
}

.seccion-bienvenida-fondo-azul {
Expand Down Expand Up @@ -397,7 +397,8 @@ div.center {
}

.fcf-body {
margin: 0;

margin-left:0;
font-family: -apple-system, Arial, sans-serif;
font-size: 1rem;
font-weight: 400;
Expand All @@ -407,7 +408,7 @@ div.center {
background-color: #F2E7D4;
padding: 30px;
padding-bottom: 10px;
border: 1px solid #F2E7D4;
border: 3px solid #d7ac61;
border-radius: 0.25rem;
max-width: 100%;
size: x-small;
Expand Down Expand Up @@ -465,6 +466,7 @@ label.fcf-label {
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
text-align: justify;
color:#c78e2a;
font-size: 1.5rem;
}

.dark-mode label.fcf-label {
Expand All @@ -473,6 +475,7 @@ label.fcf-label {
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
text-align: justify;
color:white;
font-size: 1.5rem;
}

.fcf-credit {
Expand Down

0 comments on commit e75c8d9

Please sign in to comment.