-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
987 additions
and
1,527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,19 @@ | ||
import type { Metadata } from "next"; | ||
import * as React from 'react'; | ||
import Typography from '@mui/material/Typography'; | ||
import Box from '@mui/material/Box'; | ||
|
||
export const metadata: Metadata = { | ||
title: "About Me", | ||
}; | ||
|
||
export default function About() { | ||
const About = () => { | ||
return ( | ||
<section> | ||
<h1>About Me</h1> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat quae | ||
optio quos dolor, corporis tenetur? Alias fugit doloribus nesciunt eum | ||
perferendis mollitia similique cupiditate ea quaerat. Magnam fugit | ||
cupiditate non! | ||
</p> | ||
<p> | ||
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quidem | ||
assumenda laudantium in rem nisi architecto mollitia consequuntur quas | ||
nobis cupiditate, natus laborum, excepturi reprehenderit aspernatur | ||
commodi, explicabo amet aperiam. Pariatur. | ||
</p> | ||
</section> | ||
<Box> | ||
<Typography variant='h1'>About</Typography> | ||
<Typography> | ||
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ipsum tempore | ||
a praesentium perferendis doloremque, veniam minus quis laborum, numquam | ||
blanditiis sunt ex consectetur asperiores assumenda nisi laboriosam et | ||
tempora quos. | ||
</Typography> | ||
</Box> | ||
); | ||
} | ||
}; | ||
|
||
export default About; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.