diff --git a/README.md b/README.md index c8a45cb1..36b8761d 100644 --- a/README.md +++ b/README.md @@ -74,5 +74,5 @@ This project is a fork and modification of the excellent work by **Dillion Verma ### Licensing -- **Original Work (Dillion Verma):** Licensed under the [MIT license](https://github.com/dillionverma/portfolio/blob/main/LICENSE.md). +- **Original Work [(Dillion Verma)](https://dillion.io/):** Licensed under the [MIT license](https://github.com/dillionverma/portfolio/blob/main/LICENSE.md). - **Current Repository (steffen/website):** Also [MIT License](https://gitea.steffenillium.de/steffen/website/src/branch/main/LICENSE). diff --git a/app/page.tsx b/app/page.tsx index 13d0516a..6f695ce6 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -67,59 +67,18 @@ export default function Page() { {DATA.summary} -
-
- -
-
-
- Recent Posts -
-

- Check out my latest work -

-

- I've worked on a variety of projects, from scientific - research to managing projects. Here are a few of my latest. -

-
-
-
-
- {posts - .filter((post) => post.title) - .map((post, id) => ( - - - - ))} -
-
-
-
-
+
+

Skills

-
+
{Object.entries(DATA.skills).map(([category, skills], id) => (

{category}

-
+
{skills.map((skill, id) => (
+
+
+ +
+
+
+ Recent Posts +
+

+ Check out my latest work +

+

+ I've worked on a variety of projects, from scientific + research to managing projects. Here are a few of my latest. +

+
+
+
+
+ {posts + .filter((post) => post.title) + .map((post, id) => ( + + + + ))} +
+
+