diff --git a/images/profile7.png b/images/profile7.png new file mode 100644 index 0000000..b2e98d3 Binary files /dev/null and b/images/profile7.png differ diff --git a/index.html b/index.html index f282add..02a4f10 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@
- An image of Rosia Evans, Me + An image of Rosia Evans, Me
diff --git a/pages/AllProjects.css b/pages/AllProjects.css index f6dce60..b9fa474 100644 --- a/pages/AllProjects.css +++ b/pages/AllProjects.css @@ -1,13 +1,18 @@ +#Title{ + max-width: 15vw; + margin-bottom: 10vh; + transition: background-color 0.5s +} +#Title:hover{ + background-color: var(--highlight); + color: var(--base); +} h1{ font-size: 2rem; } -h2{ - margin-bottom: 10vh; -} - .item{ display: flex; margin-top: 4vh; @@ -68,3 +73,28 @@ h2{ a.galleryLink{ text-decoration: none; } + +@media (orientation:portrait){ + body{ + padding: 5vw; + } + + .galleryLink{ + font-size: 2rem; + } + + .galleryImage{ + visibility: visible; + max-height: 10vh; + margin-top:5px; + } + + #Title{ + max-width: 80vw; + font-size: 3rem; + } + + h1{ + font-size: 5rem; + } +} diff --git a/pages/AllProjects.html b/pages/AllProjects.html index 5fb14e6..f9ad084 100644 --- a/pages/AllProjects.html +++ b/pages/AllProjects.html @@ -13,9 +13,11 @@ -

All Projects

-

click to find out more

- +
+

All Projects

+

click to find out more

+
+