diff --git a/PortfolioPage/Pages/Index.razor b/PortfolioPage/Pages/Index.razor
index 6200024..ff9cbdd 100644
--- a/PortfolioPage/Pages/Index.razor
+++ b/PortfolioPage/Pages/Index.razor
@@ -5,9 +5,9 @@
-
Hello, World!
- Welcome to my corner of the Internet!
- My name is Kira Jiroux. I am a graduate of OSU - Oregon State University - with a Bachelor of Science in Computer Science, with an emphasis on VR/AR and Computer Graphics.
+ Hello, World!
+ Welcome to my corner of the Internet!
+ My name is Kira Jiroux. I am a graduate of OSU - Oregon State University - with a Bachelor of Science in Computer Science, with an emphasis on VR/AR and Computer Graphics.
diff --git a/PortfolioPage/Pages/Index.razor.css b/PortfolioPage/Pages/Index.razor.css
index 0541037..f8c949f 100644
--- a/PortfolioPage/Pages/Index.razor.css
+++ b/PortfolioPage/Pages/Index.razor.css
@@ -1,4 +1,12 @@
-body {
+/*
+ New Pallete
+ #ffd4d4 - pinkish
+ #ffffe8 - pale yellow
+ #cde990 - light green
+ #aacb73 - green
+*/
+
+body {
}
.page-layout {
@@ -12,8 +20,20 @@
.blurb {
width: 60%;
- background-color: #eef2e6;
+ background-color: #cde990;
padding: 15px;
border-radius: 25px;
border: 2px solid #3b5249;
-}
\ No newline at end of file
+}
+
+.title {
+ color: #aacb73;
+}
+
+.subtitle {
+ font-weight: 100;
+}
+
+.text {
+ color: white;
+}
diff --git a/PortfolioPage/Shared/MainLayout.razor.css b/PortfolioPage/Shared/MainLayout.razor.css
index b7abaae..4524895 100644
--- a/PortfolioPage/Shared/MainLayout.razor.css
+++ b/PortfolioPage/Shared/MainLayout.razor.css
@@ -1,19 +1,3 @@
-.page {
- position: relative;
- display: flex;
- flex-direction: column;
-}
-/*
- #eef2e6 --- Lightest
- #d6cd14
- #a4b494
- #519872
- #3d8361
- #1c6758
- #3b5249
- #382933 --- Darkest
-*/
-
/*
New Pallete
#ffd4d4 - pinkish
@@ -21,9 +5,15 @@
#cde990 - light green
#aacb73 - green
*/
+.page {
+ position: relative;
+ display: flex;
+ flex-direction: column;
+}
+
+
main {
flex: 1;
- /*background-image: linear-gradient(#382933, #3b5249, #1c6758, #3d8361, #519872, #a4b494,#eef2e6);*/
background-color: #ffffe8;
}
diff --git a/PortfolioPage/Shared/NavMenu_v2.razor b/PortfolioPage/Shared/NavMenu_v2.razor
index 7b8fdd1..e8cdfda 100644
--- a/PortfolioPage/Shared/NavMenu_v2.razor
+++ b/PortfolioPage/Shared/NavMenu_v2.razor
@@ -1,14 +1,14 @@
-
+