mirror of
https://github.com/prdlk/website.git
synced 2026-08-03 01:41:53 +00:00
feat: revamp 'Uses' page with blockchain and dev tools
This commit is contained in:
+22
-19
@@ -122,7 +122,7 @@ function Newsletter() {
|
||||
<span className="ml-3">Stay up to date</span>
|
||||
</h2>
|
||||
<p className="mt-2 text-sm text-zinc-600 dark:text-zinc-400">
|
||||
Get notified when I publish something new, and unsubscribe at any time.
|
||||
Get notified about updates on Sonr, blockchain technology insights, and decentralized identity developments.
|
||||
</p>
|
||||
<div className="mt-6 flex">
|
||||
<input
|
||||
@@ -189,7 +189,7 @@ function Resume() {
|
||||
let resume: Array<Role> = [
|
||||
{
|
||||
company: 'Sonr',
|
||||
title: 'A P2P Identity Network',
|
||||
title: 'Founder & CEO',
|
||||
logo: logoPlanetaria,
|
||||
start: '2020',
|
||||
end: {
|
||||
@@ -198,25 +198,28 @@ function Resume() {
|
||||
},
|
||||
},
|
||||
{
|
||||
company: 'Spacebolt',
|
||||
title: 'Mobile game built with Unity',
|
||||
company: 'W3C Working Group',
|
||||
title: 'Member - DIDs, WebAuthn, WASM',
|
||||
logo: logoAirbnb,
|
||||
start: '2017',
|
||||
end: '2018',
|
||||
start: '2021',
|
||||
end: {
|
||||
label: 'Present',
|
||||
dateTime: new Date().getFullYear().toString(),
|
||||
},
|
||||
},
|
||||
{
|
||||
company: 'Voluntree',
|
||||
title: 'iOS Volunteer hours tracker',
|
||||
company: 'Open Source',
|
||||
title: '4th Most GitHub Contributions Worldwide',
|
||||
logo: logoFacebook,
|
||||
start: '2015',
|
||||
end: '2016',
|
||||
start: '2021',
|
||||
end: '2023',
|
||||
},
|
||||
{
|
||||
company: 'Spacebolt',
|
||||
title: 'One of the first 10k Apps Published',
|
||||
company: 'Early iOS Developer',
|
||||
title: 'One of the first 5,000 App Store apps',
|
||||
logo: logoStarbucks,
|
||||
start: '2010',
|
||||
end: '2011',
|
||||
start: '2008',
|
||||
end: '2012',
|
||||
},
|
||||
]
|
||||
|
||||
@@ -274,13 +277,13 @@ export default async function Home() {
|
||||
<Container className="mt-9">
|
||||
<div className="max-w-2xl">
|
||||
<h1 className="text-4xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100 sm:text-5xl">
|
||||
Software engineer, product designer, and founder.
|
||||
Blockchain pioneer, founder, and decentralized identity architect.
|
||||
</h1>
|
||||
<p className="mt-6 text-base text-zinc-600 dark:text-zinc-400">
|
||||
I’m Prad, a software designer and entrepreneur based in New York
|
||||
City. I’m the founder and CEO of Sonr, where we develop
|
||||
technologies that empower regular people to use the web on their
|
||||
own terms.
|
||||
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.
|
||||
</p>
|
||||
<div className="mt-6 flex gap-6">
|
||||
<SocialLink
|
||||
|
||||
Reference in New Issue
Block a user