-
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
1 parent
6108319
commit 5808a91
Showing
8 changed files
with
171 additions
and
29 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 |
---|---|---|
|
@@ -29,6 +29,11 @@ const Header = () => { | |
label: "Phone", | ||
href: "tel:+919985094687", | ||
}, | ||
{ | ||
icon: Mail, | ||
label: "Email", | ||
href: "mailto:[email protected]", | ||
}, | ||
{ | ||
icon: Github, | ||
label: "GitHub", | ||
|
@@ -39,11 +44,6 @@ const Header = () => { | |
label: "LinkedIn", | ||
href: "https://www.linkedin.com/in/santosh898", | ||
}, | ||
{ | ||
icon: Mail, | ||
label: "Email", | ||
href: "mailto:[email protected]", | ||
}, | ||
].map(({ icon: Icon, label, href }) => ( | ||
<Tooltip key={label}> | ||
<TooltipTrigger asChild> | ||
|
@@ -67,7 +67,7 @@ const Header = () => { | |
</nav> | ||
</header> | ||
|
||
<section className="mb-12"> | ||
<section className="mb-12 max-sm:text-center"> | ||
<p className="max-w-2xl text-gray-300"> | ||
Experienced Tech Lead with expertise in modern web technologies. | ||
Passionate about creating efficient, scalable, and innovative | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.