mirror of
https://github.com/prdlk/website.git
synced 2026-08-04 02:11:43 +00:00
chore: add dummy articlwa
This commit is contained in:
+16
-16
@@ -160,7 +160,7 @@ function Role({ role }: { role: Role }) {
|
||||
return (
|
||||
<li className="flex gap-4">
|
||||
<div className="relative mt-1 flex h-10 w-10 flex-none items-center justify-center rounded-full shadow-md shadow-zinc-800/5 ring-1 ring-zinc-900/5 dark:border dark:border-zinc-700/50 dark:bg-zinc-800 dark:ring-0">
|
||||
<Image src={role.logo} alt="" className="h-7 w-7" unoptimized />
|
||||
<Image src={role.logo} alt="" className="h-7 w-7 rounded-full" unoptimized />
|
||||
</div>
|
||||
<dl className="flex flex-auto flex-wrap gap-x-2">
|
||||
<dt className="sr-only">Company</dt>
|
||||
@@ -189,7 +189,7 @@ function Resume() {
|
||||
let resume: Array<Role> = [
|
||||
{
|
||||
company: 'Sonr',
|
||||
title: 'Founder',
|
||||
title: 'A P2P Identity Network',
|
||||
logo: logoPlanetaria,
|
||||
start: '2020',
|
||||
end: {
|
||||
@@ -198,24 +198,24 @@ function Resume() {
|
||||
},
|
||||
},
|
||||
{
|
||||
company: 'Airbnb',
|
||||
title: 'Product Designer',
|
||||
company: 'Spacebolt',
|
||||
title: 'Mobile game built with Unity',
|
||||
logo: logoAirbnb,
|
||||
start: '2014',
|
||||
end: '2019',
|
||||
start: '2017',
|
||||
end: '2018',
|
||||
},
|
||||
{
|
||||
company: 'Facebook',
|
||||
title: 'iOS Software Engineer',
|
||||
company: 'Voluntree',
|
||||
title: 'iOS Volunteer hours tracker',
|
||||
logo: logoFacebook,
|
||||
start: '2011',
|
||||
end: '2014',
|
||||
start: '2015',
|
||||
end: '2016',
|
||||
},
|
||||
{
|
||||
company: 'Starbucks',
|
||||
company: 'Spacebolt',
|
||||
title: 'Shift Supervisor',
|
||||
logo: logoStarbucks,
|
||||
start: '2008',
|
||||
start: '2010',
|
||||
end: '2011',
|
||||
},
|
||||
]
|
||||
@@ -224,7 +224,7 @@ function Resume() {
|
||||
<div className="rounded-2xl border border-zinc-100 p-6 dark:border-zinc-700/40">
|
||||
<h2 className="flex text-sm font-semibold text-zinc-900 dark:text-zinc-100">
|
||||
<BriefcaseIcon className="h-6 w-6 flex-none" />
|
||||
<span className="ml-3">Work</span>
|
||||
<span className="ml-3">Experience</span>
|
||||
</h2>
|
||||
<ol className="mt-6 space-y-4">
|
||||
{resume.map((role, roleIndex) => (
|
||||
@@ -257,7 +257,7 @@ function Photos() {
|
||||
src={image}
|
||||
alt=""
|
||||
sizes="(min-width: 640px) 18rem, 11rem"
|
||||
className="absolute inset-0 h-full w-full object-cover rounded-full"
|
||||
className="absolute inset-0 h-full w-full object-cover"
|
||||
/>
|
||||
</div>
|
||||
))}
|
||||
@@ -278,8 +278,8 @@ export default async function Home() {
|
||||
</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 Founder of Sonr, where we develop
|
||||
technologies that empower regular people to explore space on their
|
||||
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.
|
||||
</p>
|
||||
<div className="mt-6 flex gap-6">
|
||||
|
||||
Reference in New Issue
Block a user