diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5554382..75e595c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ function MailIcon(props: React.ComponentPropsWithoutRef<'svg'>) { export const metadata: Metadata = { title: 'About', description: - 'I'm Prad Nukala, founder of Sonr and blockchain identity pioneer. Building the future of decentralized identity in New York City.', + 'I\'m Prad Nukala, founder of Sonr and blockchain identity pioneer. Building the future of decentralized identity in New York City.', } export default function About() { @@ -70,30 +70,30 @@ export default function About() {

- I'm Prad Nukala. I live in New York City, where I'm building the future of digital identity. + I\'m Prad Nukala. I live in New York City, where I\'m building the future of digital identity.

- I've been passionate about technology since the introduction of the App Store, where I made one + I\'ve been passionate about technology since the introduction of the App Store, where I made one of the first 5,000 apps at age 12. This early start in mobile development shaped my understanding of how technology can empower individuals and sparked my lifelong commitment to building tools that put users first.

- My journey in blockchain began with a simple realization: the internet's identity layer is fundamentally + My journey in blockchain began with a simple realization: the internet\'s identity layer is fundamentally broken. Users have no control over their digital selves, leading to privacy breaches, data exploitation, - and a web that serves corporations over people. This inspired me to found Sonr in 2020, where we're + and a web that serves corporations over people. This inspired me to found Sonr in 2020, where we\'re building an IBC-enabled blockchain specifically designed for decentralized identity.

- As a W3C Working Group Member for DIDs, WebAuthn, and WASM, I'm actively shaping the standards that + As a W3C Working Group Member for DIDs, WebAuthn, and WASM, I\'m actively shaping the standards that will define the future of digital identity. My technical contributions speak to my commitment - with over 6,000 GitHub contributions from 2021-2023, I was ranked as the 4th most active contributor worldwide. Before Sonr, I self-developed over 10 projects that garnered more than 1 million downloads combined.

Today, I lead Sonr with a clear mission: to create a peer-to-peer identity and asset management system - that leverages DID documents, WebAuthn, and IPFS. We've raised $4.7M in funding and onboarded over 120 + that leverages DID documents, WebAuthn, and IPFS. We\'ve raised $4.7M in funding and onboarded over 120 first-time blockchain developers to our platform. Our technology features passkey-based user accounts, DKLS-MPC powered wallets (no seed phrases), and lightning-fast 600ms wallet generation. I believe the future of the internet is one where users own their identity, control their data, and interact on their diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ed2a997..762a747 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,7 +12,7 @@ export const metadata: Metadata = { 'Prad Nukala - Founder & CEO of Sonr, Blockchain Identity Pioneer', }, description: - 'I'm Prad Nukala, founder and CEO of Sonr, an IBC-enabled blockchain for decentralized identity. W3C Working Group Member for DIDs, WebAuthn, and WASM. Building the future of self-sovereign identity and empowering users with control over their digital assets.', + 'I\'m Prad Nukala, founder and CEO of Sonr, an IBC-enabled blockchain for decentralized identity. W3C Working Group Member for DIDs, WebAuthn, and WASM. Building the future of self-sovereign identity and empowering users with control over their digital assets.', alternates: { types: { 'application/rss+xml': `${process.env.NEXT_PUBLIC_SITE_URL}/feed.xml`, diff --git a/src/app/page.tsx b/src/app/page.tsx index b764e1f..7e7eed8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -280,9 +280,9 @@ export default async function Home() { Blockchain pioneer, founder, and decentralized identity architect.

- I'm Prad Nukala, founder and CEO of Sonr, an IBC-enabled blockchain for decentralized identity. - As a W3C Working Group Member for DIDs, WebAuthn, and WASM, I'm building the future where users - control their digital identity and assets. With over 6000+ GitHub contributions, I'm passionate + I\'m Prad Nukala, founder and CEO of Sonr, an IBC-enabled blockchain for decentralized identity. + As a W3C Working Group Member for DIDs, WebAuthn, and WASM, I\'m building the future where users + control their digital identity and assets. With over 6000+ GitHub contributions, I\'m passionate about making blockchain technology accessible to everyone.

diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 7470ee4..333f9fc 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -79,14 +79,14 @@ function LinkIcon(props: React.ComponentPropsWithoutRef<'svg'>) { export const metadata: Metadata = { title: 'Projects', - description: 'Blockchain innovations and decentralized identity solutions I've built to empower users.', + description: 'Blockchain innovations and decentralized identity solutions I\'ve built to empower users.', } export default function Projects() { return (
    @@ -64,7 +64,7 @@ export default function Speaking() { diff --git a/src/app/thank-you/page.tsx b/src/app/thank-you/page.tsx index 359271e..0d2e3bd 100644 --- a/src/app/thank-you/page.tsx +++ b/src/app/thank-you/page.tsx @@ -3,7 +3,7 @@ import { type Metadata } from 'next' import { SimpleLayout } from '@/components/SimpleLayout' export const metadata: Metadata = { - title: 'You’re subscribed', + title: 'You\'re subscribed', description: 'Thanks for subscribing to my newsletter.', } @@ -11,7 +11,7 @@ export default function ThankYou() { return ( ) } diff --git a/src/app/uses/page.tsx b/src/app/uses/page.tsx index fa184e3..466b057 100644 --- a/src/app/uses/page.tsx +++ b/src/app/uses/page.tsx @@ -43,27 +43,27 @@ export default function Uses() { return (
    - When you're compiling blockchain nodes and running multiple test networks locally, + When you\'re compiling blockchain nodes and running multiple test networks locally, RAM is everything. This machine handles everything I throw at it, from Rust compilation to running full Cosmos SDK nodes. Dual 5K displays give me the screen real estate I need for coding, monitoring blockchain metrics, and keeping up with the constant stream of GitHub notifications - from maintaining one of the world's most active contribution streaks. + from maintaining one of the world\'s most active contribution streaks. - Mechanical keyboards aren't just for gaming. The tactile feedback helps me maintain + Mechanical keyboards aren\'t just for gaming. The tactile feedback helps me maintain accuracy during long coding sessions, crucial when every character matters in smart contracts. - After years of 12+ hour coding days, investing in proper ergonomics isn't optional. - This chair has been perfect for those long sessions building Sonr's infrastructure. + After years of 12+ hour coding days, investing in proper ergonomics isn\'t optional. + This chair has been perfect for those long sessions building Sonr\'s infrastructure. @@ -81,18 +81,18 @@ export default function Uses() { containerization. Docker for local development, K8s for production deployments. - The best Kubernetes IDE I've found. Essential for managing Sonr's infrastructure + The best Kubernetes IDE I\'ve found. Essential for managing Sonr\'s infrastructure across multiple environments and monitoring our validator nodes. The entire Cosmos SDK toolkit is essential for building IBC-enabled chains. - From Ignite CLI to CosmWasm, these tools form the backbone of Sonr's development. + From Ignite CLI to CosmWasm, these tools form the backbone of Sonr\'s development. The premier wallet for Cosmos ecosystem development. Essential for testing - IBC transactions and interacting with Sonr's testnet. + IBC transactions and interacting with Sonr\'s testnet. While Sonr uses Cosmos SDK, understanding EVM is crucial. Remix helps me @@ -118,22 +118,22 @@ export default function Uses() { Our entire company knowledge base lives in Notion. From technical specs - to meeting notes, it's our single source of truth. + to meeting notes, it\'s our single source of truth. - More than just an app launcher - it's my command center. Custom scripts + More than just an app launcher - it\'s my command center. Custom scripts for blockchain operations, quick access to documentation, and AI features for code generation. Issue tracking designed for modern software teams. Perfect for managing - Sonr's development across multiple repositories and coordinating with our + Sonr\'s development across multiple repositories and coordinating with our distributed team. - Open-source scheduling that respects privacy. Important when you're building + Open-source scheduling that respects privacy. Important when you\'re building privacy-first technology and need to practice what you preach.