-
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.
update resume and contact page. Improve appearance in both light/dark…
… modes
- Loading branch information
Showing
11 changed files
with
228 additions
and
266 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 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 |
---|---|---|
|
@@ -10,6 +10,7 @@ import { | |
import { LetterText, Mail, MapPin, Phone } from 'lucide-react'; | ||
|
||
import { Button } from '@/components/ui/button'; | ||
import { EmailLink } from '@/components/email/email-link'; | ||
import { Input } from '@/components/ui/input'; | ||
import { Label } from '@/components/ui/label'; | ||
import Link from 'next/link'; | ||
|
@@ -133,7 +134,9 @@ export default function ContactPage() { | |
<div className='space-y-4'> | ||
<div className='flex items-center space-x-2'> | ||
<Mail className='h-5 w-5 text-muted-foreground' /> | ||
<span>[email protected]</span> | ||
<span> | ||
<EmailLink subject='Your portfolio' /> | ||
</span> | ||
</div> | ||
<div className='flex items-center space-x-2'> | ||
<Phone className='h-5 w-5 text-muted-foreground' /> | ||
|
Oops, something went wrong.