diff --git a/pages/index.jsx b/pages/index.jsx index b114721..755b6f9 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -141,6 +141,7 @@ export default function Home({ ); } + function ProjectCard({ json, basePath }) { return ( - -
+

Recent Projects

-
); } diff --git a/styles/globals.css b/styles/globals.css index b80c65b..ad15874 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -48,6 +48,9 @@ } } +.project-card-home { + background: linear-gradient(90deg, #c0abfe, #90f7df); +} .markdown h1 { @apply text-4xl; @apply mb-4; @@ -250,6 +253,11 @@ html { scroll-behavior: smooth; } +footer { + border-top: 0.5px solid; + border-top-color: #cabbf6; + background-color: rgb(21, 21, 21); +} /* Scroll to top when button is clicked */ .scroll-up-button:target { scroll-behavior: auto;