|
1 | 1 | import Link from 'next/link'; |
2 | 2 | import Image from 'next/image'; |
3 | 3 | import { useTheme } from 'next-themes'; |
4 | | -import { FaGithub, FaLinkedin, FaGlobe } from 'react-icons/fa'; |
| 4 | +import { FaGithub, FaLinkedin, FaGlobe, FaMailBulk } from 'react-icons/fa'; |
5 | 5 | import { FaXTwitter as FaXTwitter } from 'react-icons/fa6'; |
6 | 6 | import { LuExternalLink } from "react-icons/lu"; |
7 | 7 | import { motion, AnimatePresence, PanInfo } from 'framer-motion'; |
@@ -131,6 +131,10 @@ export default function About() { |
131 | 131 | </h1> |
132 | 132 | <div className="mb-6 prose dark:prose-dark leading-6"> |
133 | 133 | <div className="flex items-center gap-1 mb-6"> |
| 134 | + <Link href="mailto:[email protected]" className="p-1.5 bg-gray-100 dark:bg-gray-800 rounded-lg hover:bg-gray-200 dark:hover:bg-gray-700 transition-all" aria-label="Email"> |
| 135 | + <FaMailBulk className="w-4 h-4 text-gray-800 dark:text-white" /> |
| 136 | + </Link> |
| 137 | + <span className="text-gray-300 dark:text-gray-600">|</span> |
134 | 138 | <Link href="https://twitter.com/codewithdev" className="p-1.5 bg-gray-100 dark:bg-gray-800 rounded-lg hover:bg-gray-200 dark:hover:bg-gray-700 transition-all"> |
135 | 139 | <FaXTwitter className="w-4 h-4 text-gray-800 dark:text-white" /> |
136 | 140 | </Link> |
@@ -251,13 +255,6 @@ export default function About() { |
251 | 255 | })} |
252 | 256 | </div> |
253 | 257 | </div> |
254 | | - |
255 | | - <h3>Brief, 3rd Person</h3> |
256 | | - <p> |
257 | | - Dev is an experienced professional technical writer, community builder, product builder, teacher, and part time open source developer. His capabilities and interests span across domains of technical writing, public speaking, writing, and open source development. He has diverse set of open source contributions across Microsoft Docs, GitHub Docs, Circle CI, and many other open source softwares and communities. |
258 | | - As a public speaker and community builder, he delivered tech talks and hosted workshops on various open source technologies in Python, AI, and Cloud technologies. |
259 | | - His industry level experience involves working with SaaS companies, EdTech, Finance (HFTs), AI/ML and API focused companies. |
260 | | - </p> |
261 | 258 | <h3>Long, 1st Person</h3> |
262 | 259 | <p> |
263 | 260 | Hey👋, I'm Dev. I'm currently working with a global HFT and investment firm as a Technical Writer. As a Technical Writer, I spend my most time in bridging the technical information gap between various groups/teams across the organization while working with engineering team, product team, and leaderships in an agile environment. |
|
0 commit comments