From 2089c144e9c80354c2881ce68101b853358f50a3 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Mon, 14 Nov 2022 21:40:44 +0100 Subject: [PATCH] Git link update --- pages/index.tsx | 4 ++-- pages/projects.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 1614a63..e673f88 100755 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -101,7 +101,7 @@ const Page: NextPageWithLayout = () => {

$ whoami

> I am a {secondsToYears(getAge())} year old Computer Science & Engineering student with a passion for programming, physics, mathematics and anything *NIX (Linux, UNIX etc) related.

{/*TODO: Add GitHub code frequency/contrib here*/} -

Most of my projects are open-source, and if you are interested, you can find all of my projects on my git-server or GitHub. You can also check out /projects to view all of my projects (including hardware projects and so on).

+

Most of my projects are open-source, and if you are interested, you can find all of my projects on my git-server or GitHub. You can also check out /projects to view all of my projects (including hardware projects and so on).

{/*
@@ -113,7 +113,7 @@ const Page: NextPageWithLayout = () => { - + diff --git a/pages/projects.tsx b/pages/projects.tsx index feb0bcc..d86f03e 100644 --- a/pages/projects.tsx +++ b/pages/projects.tsx @@ -9,7 +9,7 @@ const Page: NextPageWithLayout = () => { <>

Page under development...

-

While you wait, why not check out my GitHub? Or perhaps my very own git-server?

+

While you wait, why not check out my GitHub? Or perhaps my very own git-server?

Or you could also go back to the home page.