From 8be81f72eef2c6acb8e39b50bb7da2d6efcb9241 Mon Sep 17 00:00:00 2001 From: Joshua Date: Mon, 3 Jul 2023 19:00:08 +0200 Subject: [PATCH] rewrite intro --- src/pages/index.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index f90ad10..f7c5a1a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -4,8 +4,6 @@ import Sidebar from "@/components/Sidebar"; import index from "@/styles/Index.module.sass" import Lanyard from "@/components/Lanyard" import Head from "next/head" -import Link from "@/components/Link"; - const Hello = ["Ahoy!", "Ahoy there!", "Hey there!", "Howdy howdy!", "Howdy, friend!", "Howdy!", "Hey!", "Hey there!", "Hi!", "Hello!", "Hello there!", "Hi there!"]; function randomHello() { return Hello[Math.floor(Math.random() * Hello.length)]; @@ -27,14 +25,12 @@ const IndexPage = () => { {randomHello()}

- my name's lio. i'm a 21y/o software dev student and ui designer from germany. + welcome to my corner of the internet. +
+ i'm lio, 21 y/o, from Germany. they/them pronouns.
software dev and ui designer

- {/*

- you might know me from Projects like -

*/} - {/* */} );