rewrite intro
This commit is contained in:
parent
69766a0ae6
commit
8be81f72ee
1 changed files with 3 additions and 7 deletions
|
@ -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()}
|
||||
</h1>
|
||||
<p>
|
||||
my name's lio. i'm a 21y/o software dev student and ui designer from germany.
|
||||
welcome to my corner of the internet.
|
||||
<br />
|
||||
i'm lio, 21 y/o, from Germany. <i><strong>they/them</strong></i> pronouns. <br />software dev and ui designer
|
||||
</p>
|
||||
{/* <p>
|
||||
you might know me from Projects like <Link />
|
||||
</p> */}
|
||||
</section>
|
||||
<Lanyard />
|
||||
{/* <Copyright /> */}
|
||||
</main>
|
||||
</RenderWithoutJS>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue