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 index from "@/styles/Index.module.sass"
|
||||||
import Lanyard from "@/components/Lanyard"
|
import Lanyard from "@/components/Lanyard"
|
||||||
import Head from "next/head"
|
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!"];
|
const Hello = ["Ahoy!", "Ahoy there!", "Hey there!", "Howdy howdy!", "Howdy, friend!", "Howdy!", "Hey!", "Hey there!", "Hi!", "Hello!", "Hello there!", "Hi there!"];
|
||||||
function randomHello() {
|
function randomHello() {
|
||||||
return Hello[Math.floor(Math.random() * Hello.length)];
|
return Hello[Math.floor(Math.random() * Hello.length)];
|
||||||
|
@ -27,14 +25,12 @@ const IndexPage = () => {
|
||||||
{randomHello()}
|
{randomHello()}
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<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>
|
||||||
{/* <p>
|
|
||||||
you might know me from Projects like <Link />
|
|
||||||
</p> */}
|
|
||||||
</section>
|
</section>
|
||||||
<Lanyard />
|
<Lanyard />
|
||||||
{/* <Copyright /> */}
|
|
||||||
</main>
|
</main>
|
||||||
</RenderWithoutJS>
|
</RenderWithoutJS>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue