diff --git a/public/index.html b/public/index.html
index b4282fb..a0a993d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -25,6 +25,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
Jake Cover
+
You need to enable JavaScript to run this app.
diff --git a/src/components/AboutMe/AboutMe.tsx b/src/components/AboutMe/AboutMe.tsx
index e1b37d9..bba0d0b 100644
--- a/src/components/AboutMe/AboutMe.tsx
+++ b/src/components/AboutMe/AboutMe.tsx
@@ -21,9 +21,9 @@ export function AboutMe() {
A bit about me:
-
- Name : Jake Cover
-
+ {/**/}
+ {/* Pronouns : He/Him*/}
+ {/* */}
Occupation: Student
diff --git a/src/components/AboutMe/Age.tsx b/src/components/AboutMe/Age.tsx
index 56d3387..9b1a3fa 100644
--- a/src/components/AboutMe/Age.tsx
+++ b/src/components/AboutMe/Age.tsx
@@ -65,7 +65,7 @@ export function Age() {
1,
1
);
- return `${ageYearsComponent} and ${target_n}/${target_d}`;
+ return `${ageYearsComponent} ${target_n}/${target_d}`;
}
const millisecondsYear = milliseconds_year();
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index f950a35..c469feb 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -34,7 +34,7 @@ export function Footer() {
- Copyright © 2020 All Rights Reserved by Jake Cover
+ Copyright © 2021 All Rights Reserved by Jake Cover
);
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index 3f6c3ec..a87bb4b 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -35,9 +35,6 @@ export function Header() {
Home
- {/* */}
- {/* Contact */}
- {/**/}
Resume
diff --git a/src/index.scss b/src/index.scss
index e8e7301..1295b19 100644
--- a/src/index.scss
+++ b/src/index.scss
@@ -13,9 +13,6 @@ body {
background-color: var(--background) !important;
}
-#root {
-}
-
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
diff --git a/src/vars.scss b/src/vars.scss
index 5311be5..0cccbd0 100644
--- a/src/vars.scss
+++ b/src/vars.scss
@@ -12,6 +12,7 @@
--link-color: #1890ff;
--grid-element-subheader: darkgrey;
}
+
//:root {
// --text: black;
// --background: #FFFFFF;
@@ -26,3 +27,57 @@
// --link-color: white;
// --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 */