diff --git a/src/assets/DigitalBook.png b/src/assets/DigitalBook.png new file mode 100644 index 000000000..cdbb1490a Binary files /dev/null and b/src/assets/DigitalBook.png differ diff --git a/src/assets/ProfileCell.png b/src/assets/ProfileCell.png new file mode 100644 index 000000000..4afe77ee8 Binary files /dev/null and b/src/assets/ProfileCell.png differ diff --git a/src/assets/SMM.png b/src/assets/SMM.png new file mode 100644 index 000000000..83e67b137 Binary files /dev/null and b/src/assets/SMM.png differ diff --git a/src/assets/SMMP.png b/src/assets/SMMP.png new file mode 100644 index 000000000..443cc24c5 Binary files /dev/null and b/src/assets/SMMP.png differ diff --git a/src/assets/favicon2.png b/src/assets/favicon2.png new file mode 100644 index 000000000..1e7a70852 Binary files /dev/null and b/src/assets/favicon2.png differ diff --git a/src/assets/pbook.png b/src/assets/pbook.png new file mode 100644 index 000000000..4d3e68afa Binary files /dev/null and b/src/assets/pbook.png differ diff --git a/src/assets/resume.pdf b/src/assets/resume.pdf old mode 100755 new mode 100644 index dbf091df9..5f40fbc78 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..281f25f05 100755 --- a/src/index.html +++ b/src/index.html @@ -15,10 +15,10 @@ - + - [Your name here] | Developer + Kris | Developer @@ -46,9 +46,9 @@

- Hi, my name is Your Name + Hi, my name is Kristi Greenwald
- I'm the Unknown Developer. + I'm a Design Thinking Developer.

About me class="img-fluid rounded shadow-lg" height="auto" width="300px" - src="assets/profile.jpg" + src="assets/ProfileCell.png" alt="Profile Image" />

@@ -112,7 +112,7 @@

Projects

@@ -216,7 +216,7 @@

Project Title 1

-

Project Title 2

+

Creative Design

If the project was collaborative, reflect it in this description, that will demonstrate communication and/or leadership skills. @@ -254,7 +254,7 @@

Project Title 2

Project Image
@@ -306,15 +306,15 @@

Contact


-

+

diff --git a/src/sass/abstracts/_variables.scss b/src/sass/abstracts/_variables.scss index 6cbe5c3f1..d0522e82c 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: #ffc0cb; +$secondary-color: #800080; $white-color: #fff;