Skip to content

Commit

Permalink
Desarrollo portafolio personal
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosguz committed Apr 16, 2024
1 parent ac3abb0 commit 1f5820d
Show file tree
Hide file tree
Showing 23 changed files with 367 additions and 31 deletions.
27 changes: 23 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@ img {
text-align: center;
}

.space {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

/* ======================= LAYOUT ======================= */
.container {
max-width: 768px;
Expand Down Expand Up @@ -573,23 +580,35 @@ img {
}

.skills__css {
width: 55%;
width: 90%;
}

.skills__javascript {
width: 60%;
width: 80%;
}

.skills__angular {
width: 80%;
}

.skills__react {
width: 60%;
width: 50%;
}

.skills__sass {
width: 75%;
}

.skills__java {
width: 80%;
}

.skills__spring {
width: 80%;
}

.skills__node {
width: 55%;
width: 50%;
}

.skills__python {
Expand Down
Binary file added assets/img/airbnb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/appcomida.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/arquitectura_bosque.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/carolinaspa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/ecommerce.png
Binary file not shown.
Binary file added assets/img/escuelacocina.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/guitar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/lacafeteria.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/meeti.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/nucleus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/oye.jpeg
Binary file not shown.
Binary file added assets/img/passwordgenerate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/podcast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/pokedex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/profile.ico
Binary file not shown.
Binary file added assets/img/realstate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/rickandmorty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/techpro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/tvshow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,10 @@ themeButton.addEventListener('click', () => {
// We save the theme and the current icon that the user chose
localStorage.setItem('selected-theme', getCurrentTheme())
localStorage.setItem('selected-icon', getCurrentIcon())
})
})


/*==================== YEAR ====================*/
var today = new Date();
var year = today.getFullYear();
document.getElementById("footer-year").textContent = year
Binary file modified assets/pdf/Hojadevida.pdf
Binary file not shown.
363 changes: 337 additions & 26 deletions index.html

Large diffs are not rendered by default.

0 comments on commit 1f5820d

Please sign in to comment.