-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 changed file
with
8 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import Link from "next/link"; | ||
import type { NextPage } from "next"; | ||
import { | ||
AcademicCapIcon, | ||
|
@@ -40,19 +39,19 @@ const HoangVu: NextPage = () => { | |
<AcademicCapIcon className="h-8 w-8 fill-secondary" /> | ||
<p> | ||
Explore my projects on{" "} | ||
<Link href="https://github.com/JeFlame" passHref className="link" target="_blank"> | ||
<a href="https://github.com/JeFlame" className="link" target="_blank"> | ||
GitHub | ||
</Link> | ||
</a> | ||
</p> | ||
</div> | ||
|
||
<div className="flex flex-col bg-base-100 px-6 py-6 text-center items-center max-w-xs rounded-3xl"> | ||
<EnvelopeIcon className="h-8 w-8 fill-secondary" /> | ||
<p> | ||
Contact me via this{" "} | ||
<Link href="mailto:[email protected]" passHref className="link" target="_blank"> | ||
<a href="mailto:[email protected]" className="link" target="_blank"> | ||
</Link> | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
|
@@ -62,24 +61,19 @@ const HoangVu: NextPage = () => { | |
<IdentificationIcon className="h-8 w-8 fill-secondary" /> | ||
<p> | ||
View my profile on{" "} | ||
<Link | ||
href="https://www.linkedin.com/in/hoang-vu-847288202/" | ||
passHref | ||
className="link" | ||
target="_blank" | ||
> | ||
<a href="https://www.linkedin.com/in/hoang-vu-847288202/" className="link" target="_blank"> | ||
</Link> | ||
</a> | ||
</p> | ||
</div> | ||
|
||
<div className="flex flex-col bg-base-100 px-6 py-6 text-center items-center max-w-xs rounded-3xl"> | ||
<ChatBubbleBottomCenterTextIcon className="h-8 w-8 fill-secondary" /> | ||
<p> | ||
Follow me on{" "} | ||
<Link href="https://twitter.com/iaawyalytcl" passHref className="link" target="_blank"> | ||
<a href="https://twitter.com/iaawyalytcl" className="link" target="_blank"> | ||
</Link> | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
|