Skip to content
Open
4 changes: 3 additions & 1 deletion landing-page-1/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ body {

.navbar {
display: flex;
justify-content: end;
}

.menu {
Expand Down Expand Up @@ -138,6 +139,7 @@ body {
.footer {
display: flex;
align-items: center;
justify-content: center;
}

.footer__section-social {
Expand All @@ -153,5 +155,5 @@ body {
}

.footer__section-social__item path{
fill: #000000;
fill: var(--bg-primary);
}
5 changes: 4 additions & 1 deletion landing-page-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<li class="menu__option">
<span class="menu__option__text">Contacto</span>
</li>
<li class="menu__option">
<span class="menu__option__text">Proyectos</span>
</li>
</ul>
</div>
<div class="content">
Expand All @@ -35,7 +38,7 @@
Mauricio
</span>
</div>
<p class="content__section-presentation__text --light --small">
<p class="content__section-presentation__text --light --small --mayus">
Software Developer
</p>
</div>
Expand Down
6 changes: 4 additions & 2 deletions landing-page-2/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ body {

.navbar {
display: flex;
justify-content: end;
}

.navbar__section-social {
Expand All @@ -100,7 +101,7 @@ body {
}

.navbar__section-social__item path{
fill: #000000;
fill: var(--bg-primary);
}

.content {
Expand Down Expand Up @@ -137,7 +138,7 @@ body {
.menu__option:nth-child(even) {
align-self: flex-end;
margin: 6rem 0;
text-align: center;
/* text-align: center; */
}

.menu__option__text {
Expand All @@ -159,6 +160,7 @@ body {
display: flex;
flex-direction: column;
justify-content: center;
text-align: end;
}

.content__section-gallery {
Expand Down
2 changes: 1 addition & 1 deletion landing-page-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
Mauricio
</span>
</div>
<p class="content__section-presentation__text --light --small">
<p class="content__section-presentation__text --light --small --mayus">
Software Developer
</p>
<div class="content__section content__section-gallery">
Expand Down
8 changes: 8 additions & 0 deletions landing-page-3/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,12 @@ body {
margin: 0 0.5rem;
cursor: pointer;
font-weight: var(--text-w-bold);
padding:0.75rem 1rem;
}

.content__section-presentation {
width: 100%;
text-align: center;
}

.content__section-presentation__mixed {
Expand All @@ -128,11 +130,17 @@ body {

.content__section-gallery__profile {
width: 25%;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
}

.footer {
display: flex;
align-items: center;
justify-content: center;
}

.footer__section-social {
Expand Down
2 changes: 1 addition & 1 deletion landing-page-3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
Mauricio
</span>
</div>
<p class="content__section-presentation__text --light --small">
<p class="content__section-presentation__text --light --small --mayus">
Software Developer
</p>
<div class="content__section content__section-gallery">
Expand Down
12 changes: 9 additions & 3 deletions landing-page-4/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ body {
padding: 1rem 1.5rem;
margin-top: 3rem;
font-size: var(--text-size-sm);
background-color: var(--bg-secondary);
color: var(--text-color-primary);
cursor: pointer;
}
Expand All @@ -160,7 +161,7 @@ body {
}

.content__section-gallery__card:nth-child(even) {
margin-top: 1rem;
margin-top: 6rem;
}

.section-gallery__card__text {
Expand All @@ -180,8 +181,13 @@ body {

.section-gallery__card__profile {
width: 70%;
border: 5px solid var(--bg-primary);
border: 14px solid var(--bg-primary);
order: 2;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
}

.content__section-gallery__card.--right >
Expand Down Expand Up @@ -209,5 +215,5 @@ body {
}

.footer__section-social__item path{
fill: #000000;
fill: var(--bg-secondary);
}
3 changes: 3 additions & 0 deletions landing-page-5/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ body {

.navbar {
display: flex;
justify-content: end;
}

.menu {
Expand Down Expand Up @@ -134,6 +135,7 @@ body {

.content__section-skills__skill {
border: 1px solid var(--bg-primary);
background-color: var(--bg-secondary);
border-radius: 10px;
padding: 1.2rem 1rem;
color: var(--text-color-primary);
Expand All @@ -146,6 +148,7 @@ body {
.footer {
display: flex;
align-items: center;
justify-content: center;
}

.footer__section-social {
Expand Down
5 changes: 4 additions & 1 deletion landing-page-5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<li class="menu__option">
<span class="menu__option__text">Contacto</span>
</li>
<li class="menu__option">
<span class="menu__option__text">Proyectos</span>
</li>
</ul>
</div>
<div class="content">
Expand All @@ -28,7 +31,7 @@
<span class="content__section-presentation__text --light --big">
Mauricio
</span>
<span class="content__section-presentation__text --bold">
<span class="content__section-presentation__text --bold --big">
Martínez
</span>
</div>
Expand Down