import { resume } from '@/data/resume' import { SectionLabel } from './SectionLabel' import { Reveal } from './Reveal' export function Contact() { return (

$ echo "Open to DevOps and Backend opportunities."

{resume.contacts.map((c, i) => ( {c.label} {c.prefix && ( {c.prefix} )} {c.handle.replace(c.prefix ?? '', '')} ))}
{/* Footer */}
EMIL SHANAYEV · {new Date().getFullYear()} built with Next.js · deployed to GitHub Pages
) }