Skip to content

Commit 78d96c9

Browse files
committed
intro needs to be updated now
1 parent f7400e4 commit 78d96c9

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

pages/about.tsx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Link from 'next/link';
22
import Image from 'next/image';
33
import { useTheme } from 'next-themes';
4-
import { FaGithub, FaLinkedin, FaGlobe } from 'react-icons/fa';
4+
import { FaGithub, FaLinkedin, FaGlobe, FaMailBulk } from 'react-icons/fa';
55
import { FaXTwitter as FaXTwitter } from 'react-icons/fa6';
66
import { LuExternalLink } from "react-icons/lu";
77
import { motion, AnimatePresence, PanInfo } from 'framer-motion';
@@ -131,6 +131,10 @@ export default function About() {
131131
</h1>
132132
<div className="mb-6 prose dark:prose-dark leading-6">
133133
<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>
134138
<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">
135139
<FaXTwitter className="w-4 h-4 text-gray-800 dark:text-white" />
136140
</Link>
@@ -251,13 +255,6 @@ export default function About() {
251255
})}
252256
</div>
253257
</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>
261258
<h3>Long, 1st Person</h3>
262259
<p>
263260
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.

pages/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ export default function Home() {
7676
Dev Prakash Sharma
7777
</h1>
7878
<h2 className="text-gray-700 dark:text-gray-200 mb-4">
79-
An Open Source developer with passion to <span className="font-mono">code</span>, write and build stuffs.</h2>
79+
<i>A</i> technology nerd, tech docs optimizer, a thought leader, and a minimalist coder.</h2>
8080
<p className="text-gray-600 dark:text-gray-400 mb-16">
81-
Helping Developers and Businesses to ship better software documentation. Contributing to Open Source, Data Science/ML Enthusiast, and communities builder
82-
<span className="cursor-blink"></span>
83-
</p>
81+
<h3>Hi 👋 , I'm Dev. A motorcycle rider, programming writer, caffeine-addict, and an open source developer. When I am not at work, I like revving, exploring places, and collecting memories with my motorcycle.
82+
I read <i>Non</i>-fiction books, a bit nerdy, quite ambitious, and like adventure, I like chilled LIITs 🍷 more than wines. I dream about chatting in Markdown 💬
83+
</h3></p>
8484
</div>
8585
<div className="w-[80px] sm:w-[176px] relative mb-8 sm:mb-0 mr-auto">
8686
<Image

0 commit comments

Comments
 (0)