From ab1b3c4db3e90491c1f42910e85b1b830599a929 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 6 Feb 2021 11:36:45 +0100 Subject: WIP account page --- pages/account.tsx | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/pages/account.tsx b/pages/account.tsx index c596f11..c1197cd 100644 --- a/pages/account.tsx +++ b/pages/account.tsx @@ -1,6 +1,7 @@ import { NavBar } from '../components/navbar'; import { CenteredPage, PageTitle } from '../components/page'; import { Vierkant } from '../components/ui'; +import { AccountAvatar } from '../components/account'; export default function AccountPage() { return ( @@ -9,7 +10,31 @@ export default function AccountPage() { Profiel - Gert + +
+

Gebruikersnaam

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et +

+
+
+
+
-- cgit v1.2.3