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 @@ - [Your name here] | Developer + Erica. | Developer @@ -46,13 +46,13 @@

- Hi, my name is Your Name + Hi, my name is Erica Ugboya
- I'm the Unknown Developer. + I'm a Frontend Engineer.

Know moreHire Me

@@ -79,11 +79,10 @@

About 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
- +
Project Title 0 Project Image
@@ -164,19 +162,17 @@

Project Title 0

-

Project Title 1

+

Custom Countdown Timer

- 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.

See Live @@ -184,7 +180,7 @@

Project Title 1

rel="noreferrer" target="_blank" class="cta-btn text-color-main" - href="#!" + href="https://github.com/Ugboya-Erica/custom-countdown" > Source Code @@ -192,7 +188,7 @@

Project Title 1

- +
Project Title 1 Project Image
@@ -216,18 +212,17 @@

Project Title 1

-

Project Title 2

+

Light and Dark Mode

- 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.

See Live @@ -235,7 +230,7 @@

Project Title 2

rel="noreferrer" target="_blank" class="cta-btn text-color-main" - href="#!" + href="https://github.com/Ugboya-Erica/light-dark-mode" > Source Code @@ -243,7 +238,7 @@

Project Title 2

- +
Project Title 2 Project Image
@@ -272,12 +267,12 @@

Project Title 2

Contact

-

[Put your call to action here]

+

Let's Never Split! Ok, Let's do this! 👍

Call to Action
@@ -292,13 +287,13 @@

Contact

@@ -307,35 +302,12 @@

Contact

- -

- Fork - Star -

diff --git a/src/sass/abstracts/_variables.scss b/src/sass/abstracts/_variables.scss index 6cbe5c3f1..74daac9cb 100755 --- a/src/sass/abstracts/_variables.scss +++ b/src/sass/abstracts/_variables.scss @@ -1,6 +1,6 @@ // COLORS -$primary-color: #02aab0; -$secondary-color: #00cdac; +$primary-color: #e989c3; +$secondary-color: #083a32; $white-color: #fff;