From 459ee669dd8949051452c6e205bb899b7894d637 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Sun, 10 Sep 2023 13:49:24 -0400 Subject: [PATCH] chore: add dummy articlwa --- src/app/about/page.tsx | 15 ++++---- .../page.mdx | 4 +-- .../articles/introducing-animaginary/page.mdx | 2 +- src/app/articles/page.tsx | 2 +- .../page.mdx | 6 ++-- src/app/page.tsx | 32 +++++++++--------- src/app/projects/page.tsx | 2 +- src/components/Header.tsx | 4 +-- src/images/photos/image-1.jpg | Bin 1597374 -> 248763 bytes src/images/photos/image-2.jpg | Bin 1880212 -> 125669 bytes src/images/photos/image-3.jpg | Bin 2566084 -> 176366 bytes src/images/photos/image-4.jpg | Bin 1323083 -> 1144150 bytes 12 files changed, 33 insertions(+), 34 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e77fffa..75c50bb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -70,15 +70,14 @@ export default function About() {

- I’m Prad Nukala. I live in New York City, where I design the - future. + I’m Prad Nukala. I live in New York City, where im building a better Internet.

I’ve loved making things for as long as I can remember, and wrote - my first program when I was 6 years old, just two weeks after my - mom brought home the brand new Macintosh LC 550 that I taught - myself to type on. + my first program when I was 10 years old, just two weeks after my + dad brought home the brand new iMac that I taught + myself Objective-C on.

The only thing I loved more than computers as a kid was space. @@ -96,9 +95,9 @@ export default function About() {

Today, I’m the founder of Sonr, where we’re working on - civilian space suits and manned shuttle kits you can assemble at - home so that the next generation of kids really can make - it to orbit — from the comfort of their own backyards. + reinventing the way we connect with each other online. We focus on the basics + — like privacy, security, and UX, in order to maximize everyones protection. +

diff --git a/src/app/articles/crafting-a-design-system-for-a-multiplanetary-future/page.mdx b/src/app/articles/crafting-a-design-system-for-a-multiplanetary-future/page.mdx index b1db4aa..7da2949 100644 --- a/src/app/articles/crafting-a-design-system-for-a-multiplanetary-future/page.mdx +++ b/src/app/articles/crafting-a-design-system-for-a-multiplanetary-future/page.mdx @@ -4,8 +4,8 @@ import designSystem from './planetaria-design-system.png' export const article = { author: 'Adam Wathan', - date: '2022-09-05', - title: 'Crafting a design system for a multiplanetary future', + date: '2023-09-05', + title: 'Crafting an Identity system for a Multiplanetary future', description: 'Most companies try to stay ahead of the curve when it comes to visual design, but for Sonr we needed to create a brand that would still inspire us 100 years from now when humanity has spread across our entire solar system.', } diff --git a/src/app/articles/introducing-animaginary/page.mdx b/src/app/articles/introducing-animaginary/page.mdx index 767ba53..eb133eb 100644 --- a/src/app/articles/introducing-animaginary/page.mdx +++ b/src/app/articles/introducing-animaginary/page.mdx @@ -2,7 +2,7 @@ import { ArticleLayout } from '@/components/ArticleLayout' export const article = { author: 'Adam Wathan', - date: '2022-09-02', + date: '2023-09-02', title: 'Introducing Animaginary: High performance web animations', description: 'When you’re building a website for a company as ambitious as Sonr, you need to make an impression. I wanted people to visit our website and see animations that looked more realistic than reality itself.', diff --git a/src/app/articles/page.tsx b/src/app/articles/page.tsx index a4ffb22..61b8d24 100644 --- a/src/app/articles/page.tsx +++ b/src/app/articles/page.tsx @@ -45,7 +45,7 @@ export default async function ArticlesIndex() { return (
diff --git a/src/app/articles/rewriting-the-cosmos-kernel-in-rust/page.mdx b/src/app/articles/rewriting-the-cosmos-kernel-in-rust/page.mdx index 93d4767..35ec0d1 100644 --- a/src/app/articles/rewriting-the-cosmos-kernel-in-rust/page.mdx +++ b/src/app/articles/rewriting-the-cosmos-kernel-in-rust/page.mdx @@ -2,10 +2,10 @@ import { ArticleLayout } from '@/components/ArticleLayout' export const article = { author: 'Adam Wathan', - date: '2022-07-14', - title: 'Rewriting the cosmOS kernel in Rust', + date: '2023-07-14', + title: 'Rewriting the Sonr MPC Protocol', description: - 'When we released the first version of cosmOS last year, it was written in Go. Go is a wonderful programming language, but it’s been a while since I’ve seen an article on the front page of Hacker News about rewriting some important tool in Go and I see articles on there about rewriting things in Rust every single week.', + 'When we released the Sonr devnet last year, it was functional, secure - but incredibly slow. We took a look inside the system to uncover the bottlenecks and found that the MPC protocol was the culprit. The resulting upgrade made our protocol 180x faster.', } export const metadata = { diff --git a/src/app/page.tsx b/src/app/page.tsx index 6940d2a..1471e50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,7 +160,7 @@ function Role({ role }: { role: Role }) { return (
  • - +
    Company
    @@ -189,7 +189,7 @@ function Resume() { let resume: Array = [ { 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() {

    - Work + Experience

      {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" />
    ))} @@ -278,8 +278,8 @@ export default async function Home() {

    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.

    diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 0283d6e..2c6aeec 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -98,7 +98,7 @@ export default function Projects() {
    diff --git a/src/components/Header.tsx b/src/components/Header.tsx index e539381..75b8252 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -133,7 +133,7 @@ function MobileNavigation(