+
diff --git a/src/images/bennu.gif b/src/images/bennu.gif
new file mode 100644
index 0000000..3f7374d
Binary files /dev/null and b/src/images/bennu.gif differ
diff --git a/src/images/bennu.jpg b/src/images/bennu.jpg
new file mode 100644
index 0000000..e5d6575
Binary files /dev/null and b/src/images/bennu.jpg differ
diff --git a/src/images/kat-site.jpg b/src/images/kat-site.jpg
new file mode 100644
index 0000000..1edfd78
Binary files /dev/null and b/src/images/kat-site.jpg differ
diff --git a/src/images/kat-site.png b/src/images/kat-site.png
new file mode 100644
index 0000000..f329be5
Binary files /dev/null and b/src/images/kat-site.png differ
diff --git a/src/vars.scss b/src/vars.scss
index 0cccbd0..7c8750f 100644
--- a/src/vars.scss
+++ b/src/vars.scss
@@ -1,16 +1,16 @@
:root {
--text: black;
- --background: #3767a8;
+ --background: #FDFFFC;
--header: #84B7DB;
--footer: var(--header);
- --about-me: #F1F1F1;
- --grid-background: #FECEA8;
- --grid-header-background: #1C1C1c;
- --grid-header-text: #F1F1F1;
- --grid-element-background: #F1F1F1;
+ --about-me: #FDFFFC;
+ --grid-background: #E4F5DC;
+ --grid-header-background: #A4ABA1;
+ --grid-header-text: #black;
+ --grid-element-background: #FDFFFC;
--chainlink-icon-background: rgba(224, 255, 255, 0.7);
- --link-color: #1890ff;
- --grid-element-subheader: darkgrey;
+ --link-color: #9D18DB;
+ --grid-element-subheader: #CAABD9;
}
//:root {
@@ -24,60 +24,6 @@
// --grid-header-text: black;
// --grid-element-background: #FFFFFF;
// --chainlink-icon-background: rgba(224, 255, 255, 0.7);
-// --link-color: white;
+// --link-color: grey;
// --grid-element-subheader: #F7A8B8;
//}
-
-// SASS style sheet */
-// Palette color codes */
-// Palette URL: http://paletton.com/#uid=5320u0k7JRF0n+X3HY4c4I2gzvX */
-
-// Feel free to copy&paste color codes to your application */
-
-
-// As hex codes */
-
-$color-primary-0: #B0E8CF; // Main Primary color */
-$color-primary-1: #FCFFFE;
-$color-primary-2: #DBF8EB;
-$color-primary-3: #82D0AD;
-$color-primary-4: #55B086;
-
-$color-secondary-1-0: #B1CFE4; // Main Secondary color (1) */
-$color-secondary-1-1: #FCFEFF;
-$color-secondary-1-2: #DCECF7;
-$color-secondary-1-3: #82ABC9;
-$color-secondary-1-4: #5482A3;
-
-$color-secondary-2-0: #D8F7BB; // Main Secondary color (2) */
-$color-secondary-2-1: #FDFFFC;
-$color-secondary-2-2: #EDFDDF;
-$color-secondary-2-3: #BFEF95;
-$color-secondary-2-4: #A5E46E;
-
-
-
-// As RGBa codes */
-
-$rgba-primary-0: rgba(176,232,207,1); // Main Primary color */
-$rgba-primary-1: rgba(252,255,254,1);
-$rgba-primary-2: rgba(219,248,235,1);
-$rgba-primary-3: rgba(130,208,173,1);
-$rgba-primary-4: rgba( 85,176,134,1);
-
-$rgba-secondary-1-0: rgba(177,207,228,1); // Main Secondary color (1) */
-$rgba-secondary-1-1: rgba(252,254,255,1);
-$rgba-secondary-1-2: rgba(220,236,247,1);
-$rgba-secondary-1-3: rgba(130,171,201,1);
-$rgba-secondary-1-4: rgba( 84,130,163,1);
-
-$rgba-secondary-2-0: rgba(216,247,187,1); // Main Secondary color (2) */
-$rgba-secondary-2-1: rgba(253,255,252,1);
-$rgba-secondary-2-2: rgba(237,253,223,1);
-$rgba-secondary-2-3: rgba(191,239,149,1);
-$rgba-secondary-2-4: rgba(165,228,110,1);
-
-
-
-// Generated by Paletton.com © 2002-2014 */
-// http://paletton.com */