diff --git a/package-lock.json b/package-lock.json index 00127bf93..5583533c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1606,9 +1606,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001441", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001441.tgz", - "integrity": "sha512-OyxRR4Vof59I3yGWXws6i908EtGbMzVUi3ganaZQHmydk1iwDhRnvaPG2WaR0KcqrDFKrxVZHULT396LEPhXfg==", + "version": "1.0.30001517", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001517.tgz", + "integrity": "sha512-Vdhm5S11DaFVLlyiKu4hiUTkpZu+y1KA/rZZqVQfOD5YdDT/eQKlkt7NaE0WGOFgX32diqt9MiP9CAiFeRklaA==", "dev": true, "funding": [ { @@ -1618,6 +1618,10 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ] }, @@ -3930,9 +3934,9 @@ "dev": true }, "caniuse-lite": { - "version": "1.0.30001441", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001441.tgz", - "integrity": "sha512-OyxRR4Vof59I3yGWXws6i908EtGbMzVUi3ganaZQHmydk1iwDhRnvaPG2WaR0KcqrDFKrxVZHULT396LEPhXfg==", + "version": "1.0.30001517", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001517.tgz", + "integrity": "sha512-Vdhm5S11DaFVLlyiKu4hiUTkpZu+y1KA/rZZqVQfOD5YdDT/eQKlkt7NaE0WGOFgX32diqt9MiP9CAiFeRklaA==", "dev": true }, "chalk": { diff --git a/src/assets/profile.jpg b/src/assets/profile.jpg index b3425b1fe..928a408d8 100755 Binary files a/src/assets/profile.jpg and b/src/assets/profile.jpg differ diff --git a/src/assets/project.jpg b/src/assets/project.jpg deleted file mode 100755 index a4b8119ff..000000000 Binary files a/src/assets/project.jpg and /dev/null differ diff --git a/src/assets/project.png b/src/assets/project.png new file mode 100644 index 000000000..919daf3df Binary files /dev/null and b/src/assets/project.png differ diff --git a/src/assets/project1.png b/src/assets/project1.png new file mode 100644 index 000000000..45df9475e Binary files /dev/null and b/src/assets/project1.png differ diff --git a/src/assets/project2.png b/src/assets/project2.png new file mode 100644 index 000000000..37268568b Binary files /dev/null and b/src/assets/project2.png differ diff --git a/src/assets/resume.pdf b/src/assets/resume.pdf index dbf091df9..bb441eb9c 100755 Binary files a/src/assets/resume.pdf and b/src/assets/resume.pdf differ diff --git a/src/index.html b/src/index.html index 9d1ed5a94..ea0cb6502 100755 --- a/src/index.html +++ b/src/index.html @@ -18,7 +18,7 @@ -
Know moreHire Me
- This is where you can describe about yourself. The more you - describe about yourself, the more chances you have! + I'm a Frontend Engineer, looking for more growth opportunities.
- Extra Information about you! like hobbies and your goals. + Explore!
Projects- Describe the project being very specific, you can use the Twitter standard: no more than 280 characters: - complement the information: the skills learned or reinforced in its realization and how you faced it, - prove to be proactive in the search for solutions. + This is a music player I built using HTML, CSS and Javascript. +
- Demonstrate in this description the skills of a programmer: such as having commitment, - having perseverance and accepting alternative solutions. Remember that being a portfolio you are not selling the project, - you are selling yourself, it reflects the resources used: Frameworks, libraries, platforms, etc. + This is a countdown timer I built, which has a simple stopwatch feature. Plus, you can control the length of the countdown to your preferred time and also name the event of the countdown.
- If the project was collaborative, reflect it in this description, that will demonstrate communication and/or leadership skills. - Additionally, if you made use of the mastery of a second language, it will reflect on you professionalism. + This is a project I built, which can switch from light mode to dark mode when the switch by the top right of webpage is toggled.