diff --git a/app.js b/app.js index c27cee9..ba108c0 100644 --- a/app.js +++ b/app.js @@ -174,7 +174,7 @@ function setPageStyle(selectedPage) { // // // Toggle mobile navbar menu -const attatchMobileMenuToggleFunction = () => { +const attachMobileMenuToggleFunction = () => { try { const menuIcon = document.getElementById("navbar-menu-icon-1"); const linkListContainer = document.getElementById( @@ -232,5 +232,5 @@ const attatchMobileMenuToggleFunction = () => { }; document.addEventListener("DOMContentLoaded", function () { - attatchMobileMenuToggleFunction(); + attachMobileMenuToggleFunction(); }); diff --git a/cardDetails.json b/cardDetails.json index ebe91d8..c0cd748 100644 --- a/cardDetails.json +++ b/cardDetails.json @@ -1,15 +1,11 @@ { "cardDetails": [ { - "name": "Your Name", - "profession": "Your Profession", - "quote": "\"Your favourite quote\"
- Said By Me", - "twitter": "https://twitter.com", - "dribbble": "https://dribbble.com", - "behance": "https://behance.com", - "github": "https://github.com", - "linkedin": "https://linkedin.com", - "email": "mailto:youremail@gmail.com" + "name": "Leonardo Castro", + "profession": "Student", + "quote": "\"Fortune Favors the Bold\"
- Said By Me", + "github": "https://github.com/leo-cas", + "linkedin": "https://linkedin.com/leonardo-castro" }, { "name": "carlos saenz", diff --git a/index.html b/index.html index e3501f8..ef1addc 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@