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 @@ - + - - - - + \ No newline at end of file diff --git a/PortfolioPage/Shared/NavMenu_v2.razor.css b/PortfolioPage/Shared/NavMenu_v2.razor.css index f4a580f..59ce82f 100644 --- a/PortfolioPage/Shared/NavMenu_v2.razor.css +++ b/PortfolioPage/Shared/NavMenu_v2.razor.css @@ -4,46 +4,34 @@ } -.brand-name { - color: red; - padding: 0; - margin: 0; -} - .inline { display: inline-block; -} - - -a.nav-link:link { - color: white; - text-decoration: none; -} - -a.nav-link:visited { - color: white; - text-decoration: none; -} - -NavLink.nav-link:hover { - color: #fb3f00; - text-decoration: none; - font-size: 18px; -} - -a.nav-link:active { - color: #fb3f00; - text-decoration: none; + padding-right: 0px; } a.override-brand { color: white; - font-size: 36px; + font-size: 3em; + font-family: "Megrim", sans-serif; } -.nav-items { + +.nav-item ::deep a { color: white; + font-size: 1em; text-decoration: none; - background-color: white; + margin-left: 10px; + margin-bottom: 10px; + width: 110px; + text-align: center; + border-radius: 30px; } +.nav-item ::deep a:hover { + background-color: #aacb73; + color: #ffd4d4; + font-size: 1.2em; + border-radius: 30px; +} + + diff --git a/PortfolioPage/Shared/PhotoBanner.razor.css b/PortfolioPage/Shared/PhotoBanner.razor.css index 566c811..b91e859 100644 --- a/PortfolioPage/Shared/PhotoBanner.razor.css +++ b/PortfolioPage/Shared/PhotoBanner.razor.css @@ -20,7 +20,4 @@ transform: translate(-50%, -50%); font-size: 100px; color: white; -} - - - +} \ No newline at end of file