Skip to content

Commit

Permalink
Message while waiting for the continuation of the development
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluzzi committed Jul 8, 2022
1 parent 3d55226 commit 5693e9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/components/layouts/navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function Navbar() : ReactElement {
</nav>

<div className="mr-16 lg:m-0">
<Button href="/#contact">Contact</Button>
{/* <Button href="/#contact">Contact</Button> */}
<Button href="mailto://[email protected]">Contact</Button>
</div>
</div>
</div>
Expand Down
5 changes: 3 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function Home() : ReactElement {
</header>

<section id="about" className="h-screen bg-about flex items-center justify-center flex-col">
<Text size="3xl" type="h2">Who I am ?</Text>
<Text size="2xl">My portfolio is in development...</Text>
{/* <Text size="3xl" type="h2">Who I am ?</Text>
<div className="w-3/4 flex">
<div>
Expand All @@ -43,7 +44,7 @@ export default function Home() : ReactElement {
</div>
<Image src="/images/profile-picture.jpg" alt="profile picture" height={400} width={400} className="rounded-full" />
</div>
</div> */}
</section>

{/* <CircleMenu/> */}
Expand Down

0 comments on commit 5693e9b

Please sign in to comment.