From c01a98148f6746de1831c747020dd02227ad375a Mon Sep 17 00:00:00 2001 From: christopher-besch Date: Sun, 23 Jul 2023 19:20:02 +0200 Subject: [PATCH] better photography links, thanks Jonas! --- README.md | 9 +++------ src/pages/photography/index.tsx | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 48fabc25..346b391b 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,9 @@ - [Production Deployment](https://chris-besch.com) - [Debug Build](https://dev.chris-besch.com) -This is the homepage of a backend dev, who doesn't particularly care about looks. -Why does the author not mind some barebone styling? -Read [this](https://motherfuckingwebsite.com). - -This homepage is not under any open-source license! -If you intend to use any of the code or content from it, you have to ask the copyright holder, Christopher Besch, for permission. +This homepage is under Christopher Besch's copyright! +Even though it is on GitHub it is not under an open-source license! +If you intend to use any of the code or content from it, you have to ask the copyright holder for permission. ## How to Build? Install dependencies: diff --git a/src/pages/photography/index.tsx b/src/pages/photography/index.tsx index 13df5a42..ebecc6f8 100644 --- a/src/pages/photography/index.tsx +++ b/src/pages/photography/index.tsx @@ -11,13 +11,13 @@ const Photography = ({ data }: PageProps) => { return ( - To Vanish + ⇢ To Vanish - Leaving Home + ⇢ Leaving Home - Transient + ⇢ Transient ); };