From c527eebd2b50bb2f634a710a42cb5b9a29a5add0 Mon Sep 17 00:00:00 2001 From: Stan Runge Date: Mon, 3 Jun 2024 17:56:26 +0200 Subject: [PATCH] update deps and add blank pages --- app/certificates/page.tsx | 19 +++++++++++++++++++ app/page.tsx | 12 ------------ app/projects/page.tsx | 27 ++++++--------------------- app/publications/page.tsx | 20 ++------------------ package-lock.json | 2 +- package.json | 14 +++++++------- 6 files changed, 35 insertions(+), 59 deletions(-) diff --git a/app/certificates/page.tsx b/app/certificates/page.tsx index e69de29..65fcb5e 100644 --- a/app/certificates/page.tsx +++ b/app/certificates/page.tsx @@ -0,0 +1,19 @@ +export default async function Page() { + return ( +
+

Certificates (1)

+ +
+

Certificates

+ Mathematics for Machine Learning: Linear Algebra +

Imperial College London

+ + Link to Certificate + +
+
+ ); +} diff --git a/app/page.tsx b/app/page.tsx index 19d3344..df69158 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -51,18 +51,6 @@ export default async function Index() { -
-

Certificates

- Mathematics for Machine Learning: Linear Algebra -

Imperial College London

- - Link to Certificate - -
-

Links