fix: Update window prefs

This commit is contained in:
Prad Nukala
2023-09-10 12:01:55 -04:00
parent 201959694e
commit c54de8a1c5
3 changed files with 30 additions and 7 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"explorer.excludeGitIgnore": false,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#95ee3a",
"activityBar.background": "#95ee3a",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#3290ed",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#95ee3a",
"statusBar.background": "#7ce114",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#62b210",
"statusBarItem.remoteBackground": "#7ce114",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#7ce114",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#7ce11499",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#7ce114"
}
+2 -2
View File
@@ -116,11 +116,11 @@ export default function About() {
Follow on LinkedIn Follow on LinkedIn
</SocialLink> </SocialLink>
<SocialLink <SocialLink
href="mailto:spencer@planetaria.tech" href="mailto:prad@sonr.io"
icon={MailIcon} icon={MailIcon}
className="mt-8 border-t border-zinc-100 pt-8 dark:border-zinc-700/40" className="mt-8 border-t border-zinc-100 pt-8 dark:border-zinc-700/40"
> >
spencer@planetaria.tech prad@sonr.io
</SocialLink> </SocialLink>
</ul> </ul>
</div> </div>
+5 -5
View File
@@ -273,17 +273,17 @@ export default async function Home() {
<Container className="mt-9"> <Container className="mt-9">
<div className="max-w-2xl"> <div className="max-w-2xl">
<h1 className="text-4xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100 sm:text-5xl"> <h1 className="text-4xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100 sm:text-5xl">
Software designer, founder, and amateur astronaut. Software engineer, product designer, and founder.
</h1> </h1>
<p className="mt-6 text-base text-zinc-600 dark:text-zinc-400"> <p className="mt-6 text-base text-zinc-600 dark:text-zinc-400">
Im Spencer, a software designer and entrepreneur based in New York Im Prad, a software designer and entrepreneur based in New York
City. Im the founder and CEO of Planetaria, where we develop City. Im the founder and CEO of Planetaria, where we develop
technologies that empower regular people to explore space on their technologies that empower regular people to explore space on their
own terms. own terms.
</p> </p>
<div className="mt-6 flex gap-6"> <div className="mt-6 flex gap-6">
<SocialLink <SocialLink
href="https://twitter.com" href="https://twitter.com/thisisprad"
aria-label="Follow on Twitter" aria-label="Follow on Twitter"
icon={TwitterIcon} icon={TwitterIcon}
/> />
@@ -293,12 +293,12 @@ export default async function Home() {
icon={InstagramIcon} icon={InstagramIcon}
/> />
<SocialLink <SocialLink
href="https://github.com" href="https://github.com/prnk28"
aria-label="Follow on GitHub" aria-label="Follow on GitHub"
icon={GitHubIcon} icon={GitHubIcon}
/> />
<SocialLink <SocialLink
href="https://linkedin.com" href="https://linkedin.com/in/pradn"
aria-label="Follow on LinkedIn" aria-label="Follow on LinkedIn"
icon={LinkedInIcon} icon={LinkedInIcon}
/> />