chore: email
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
5c1bb5ceba
commit
cfa3bdf0e3
2 changed files with 2 additions and 28 deletions
|
|
@ -154,32 +154,6 @@ export default async function Portfolio() {
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const socials = [
|
|
||||||
{
|
|
||||||
icon: "pajamas:mail",
|
|
||||||
link: "mailto:shenoy.ameya@gmail.com",
|
|
||||||
hoverText: "Shoot me an email!",
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
icon: "pajamas:linkedin",
|
|
||||||
link: "https://linkedin.com/in/codingcoffee",
|
|
||||||
hoverText: "Let's connect on LinkedIn",
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
icon: "pajamas:github",
|
|
||||||
link: "https://github.com/codingcoffee",
|
|
||||||
hoverText: "Checkout my opensource repos at GitHub",
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
icon: "pajamas:twitter",
|
|
||||||
link: "https://x.com/codingcoffeeX",
|
|
||||||
hoverText: "Follow me on X!",
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<main className="flex items-top justify-center font-[family-name:var(--font-spacegrotesk-sans)] pt-10 md:pt-20 pb-25 md:pb-0">
|
<main className="flex items-top justify-center font-[family-name:var(--font-spacegrotesk-sans)] pt-10 md:pt-20 pb-25 md:pb-0">
|
||||||
<div className="">
|
<div className="">
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ export default async function Portfolio() {
|
||||||
{
|
{
|
||||||
icon: "pajamas:mail",
|
icon: "pajamas:mail",
|
||||||
link: "mailto:shenoy.ameya@gmail.com",
|
link: "mailto:shenoy.ameya@gmail.com",
|
||||||
hoverText: "Shoot me an email!",
|
hoverText: "Let's talk over email!",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
@ -24,7 +24,7 @@ export default async function Portfolio() {
|
||||||
{
|
{
|
||||||
icon: "pajamas:github",
|
icon: "pajamas:github",
|
||||||
link: "https://github.com/codingcoffee",
|
link: "https://github.com/codingcoffee",
|
||||||
hoverText: "Checkout my opensource repos at GitHub",
|
hoverText: "Checkout my opensource repos on GitHub",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue