Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions landing-page-1/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ body {

.navbar {
display: flex;
justify-content: flex-end;
margin-right: 2%;
}

.menu {
Expand All @@ -109,15 +111,22 @@ body {
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 1%;
margin-top: 4%;
}

.content__section-presentation__mixed {
position: relative;
}



.content__section-presentation__mixed::after {
content: "";
position: absolute;
display: flex;
justify-content: flex-start;
margin-top: -6%;
margin-bottom: 2%;
height: 1rem;
background: var(--bg-primary);
width: 100%;
Expand All @@ -128,16 +137,19 @@ body {
.content__section-gallery {
display: flex;
justify-content: flex-end;
margin-right: 2%;
}

.content__section-gallery__profile {
border-radius: 100%;
width: 85%;
border-radius: 150%;
width: 60%;
}

.footer {
display: flex;
justify-content: center;
align-items: center;
margin-top: 6%;
}

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

.footer__section-social__item path{
fill: #000000;
fill: #6D6AE0;
}
2 changes: 1 addition & 1 deletion landing-page-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<span class="menu__option__text">Sobre mí</span>
</li>
<li class="menu__option">
<span class="menu__option__text">Contacto</span>
<span class="menu__option__text">Contactos</span>
</li>
</ul>
</div>
Expand Down
14 changes: 12 additions & 2 deletions landing-page-2/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ body {

.navbar {
display: flex;
justify-content: flex-end;
margin-bottom: 2%;
margin-right: 2%;
}

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

.navbar__section-social__item path{
fill: #000000;
fill: #3ED182;
}

.content {
Expand All @@ -111,6 +114,7 @@ body {
.content__section-menu {
flex: 1;
height: 100%;
margin-left: 2%;
}

.menu {
Expand All @@ -132,12 +136,13 @@ body {
cursor: pointer;
border: 1px solid var(--bg-primary);
width: 90%;
box-shadow: 2px 2px 2px #3ED182;
}

.menu__option:nth-child(even) {
align-self: flex-end;
margin: 6rem 0;
text-align: center;
text-align: left;
}

.menu__option__text {
Expand All @@ -159,10 +164,15 @@ body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
margin-right: 1%;
}

.content__section-gallery {
margin-top: 3rem;
display: flex;
justify-content: flex-end;
margin-right: 2%;
}

.content__section-gallery__profile {
Expand Down
4 changes: 2 additions & 2 deletions landing-page-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<div class="content__section content__section-menu">
<ul class="menu">
<li class="menu__option">
<span class="menu__option__text">Inicio</span>
<span class="menu__option__text">Sobre mí</span>
</li>
<li class="menu__option">
<span class="menu__option__text">Sobre mí</span>
<span class="menu__option__text">Proyectos</span>
</li>
<li class="menu__option">
<span class="menu__option__text">Contacto</span>
Expand Down
14 changes: 14 additions & 0 deletions landing-page-3/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
/* Utils */
.--light {
font-weight: var(--text-w-light);
display: flex;
align-items: center;
justify-content: center;
}

.--bold {
Expand Down Expand Up @@ -110,6 +113,11 @@ body {
margin: 0 0.5rem;
cursor: pointer;
font-weight: var(--text-w-bold);
text-decoration: underline;
}

.menu__option__text1 {
color: #3ED182;
}

.content__section-presentation {
Expand All @@ -118,6 +126,9 @@ body {

.content__section-presentation__mixed {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.content__section-gallery {
Expand All @@ -128,11 +139,14 @@ body {

.content__section-gallery__profile {
width: 25%;
height:25%;
border-radius:150px;
}

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

.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 @@ -13,7 +13,7 @@
<div class="content__section-menu">
<ul class="menu">
<li class="menu__option">
<span class="menu__option__text">Inicio</span>
<span class="menu__option__text1">Inicio</span>
</li>
<li class="menu__option">
<span class="menu__option__text">Sobre mí</span>
Expand Down
35 changes: 22 additions & 13 deletions landing-page-4/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,22 @@ body {
.content__section-presentation{
background: var(--bg-primary);
color: var(--text-color-secondary);
margin-left: -7%;
}

.content__section-presentation__mixed {
position: relative;
}

.content__section-presentation__mixed::after {
/* .content__section-presentation__mixed::after {
content: "";
position: absolute;
height: 1rem;
background: var(--bg-primary);
width: 100%;
bottom: 1rem;
z-index: -1;
}
} */

.content__section-presentation__button {
border: none;
Expand All @@ -136,6 +137,7 @@ body {
font-size: var(--text-size-sm);
color: var(--text-color-primary);
cursor: pointer;
background-color: var(--bg-secondary);
}

.content__section-presentation__button svg {
Expand Down Expand Up @@ -164,42 +166,49 @@ body {
}

.section-gallery__card__text {
order: 1;
margin-right: 2.5rem;
text-align: left;
order: 2;
margin-left: 7rem;
text-align: right;
color: var(--text-color-primary);
}

.content__section-gallery__card.--right >
.section-gallery__card__text {
text-align: right;
margin-right: 0;
margin-left: 2.5rem;
text-align: left;
margin-top: 10rem;
margin-right: 7rem;
margin-left: 0.5rem;
order: 2;
}

.section-gallery__card__profile {
width: 70%;
border: 5px solid var(--bg-primary);
order: 2;
width: 40%;
height: 40%;
border-radius: 300px;
border: 15px solid var(--bg-primary);
order: 1;
}

.content__section-gallery__card.--right >
.section-gallery__card__profile {
order: 1;
order: 2;
transform: scaleX(-1);
margin-top: 10rem;
}

.footer {
display: flex;
justify-content: start;
align-items: center;
margin-top: -5%;
}

.footer__section-social {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 2.25rem;
margin-left: -7%;
}

.footer__section-social__item {
Expand All @@ -209,5 +218,5 @@ body {
}

.footer__section-social__item path{
fill: #000000;
fill: #ECC3CE;
}
4 changes: 4 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: flex-end;
}

.menu {
Expand All @@ -102,6 +103,7 @@ body {
margin: 0 0.5rem;
cursor: pointer;
font-weight: var(--text-w-bold);

}

.content {
Expand Down Expand Up @@ -137,6 +139,7 @@ body {
border-radius: 10px;
padding: 1.2rem 1rem;
color: var(--text-color-primary);
background-color: var(--bg-secondary);
}

.section-skills__skill__title {
Expand All @@ -145,6 +148,7 @@ body {

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

Expand Down
8 changes: 4 additions & 4 deletions landing-page-5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 All @@ -37,23 +37,23 @@
<div class="content__section content__section-skills">
<div class="section-skills__skill__container">
<div class="content__section-skills__skill">
<p class="section-skills__skill__title --bold">Title</p>
<p class="section-skills__skill__title --bold">Title card</p>
<span class="section-skills__skill__description --light">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</span>
</div>
</div>
<div class="section-skills__skill__container">
<div class="content__section-skills__skill">
<p class="section-skills__skill__title --bold">Title</p>
<p class="section-skills__skill__title --bold">Title card</p>
<span class="section-skills__skill__description --light">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</span>
</div>
</div>
<div class="section-skills__skill__container">
<div class="content__section-skills__skill">
<p class="section-skills__skill__title --bold">Title</p>
<p class="section-skills__skill__title --bold">Title card</p>
<span class="section-skills__skill__description --light">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</span>
Expand Down