mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 09:21:41 +00:00
chore: update projects
This commit is contained in:
@@ -5,6 +5,35 @@ import remarkGfm from 'remark-gfm'
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'],
|
||||
redirects: async () => {
|
||||
return [
|
||||
{
|
||||
source: '/twitter',
|
||||
destination: 'https://twitter.com/thisisprad',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/github',
|
||||
destination: 'https://github.com/prnk28',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/linkedin',
|
||||
destination: 'https://www.linkedin.com/in/pradn/',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/medium',
|
||||
destination: 'https://medium.com/@prnk28',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/cal',
|
||||
destination: 'https://cal.com/pradn',
|
||||
permanent: true,
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
const withMDX = nextMDX({
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 6.5 KiB |
+1
-1
@@ -12,7 +12,7 @@ export const metadata: Metadata = {
|
||||
'Prad Nukala - Software designer, founder, and amateur astronaut',
|
||||
},
|
||||
description:
|
||||
'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 explore space on their own terms.',
|
||||
'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 own terms.',
|
||||
alternates: {
|
||||
types: {
|
||||
'application/rss+xml': `${process.env.NEXT_PUBLIC_SITE_URL}/feed.xml`,
|
||||
|
||||
+2
-2
@@ -188,7 +188,7 @@ function Resume() {
|
||||
let resume: Array<Role> = [
|
||||
{
|
||||
company: 'Sonr',
|
||||
title: 'CEO',
|
||||
title: 'Founder',
|
||||
logo: logoPlanetaria,
|
||||
start: '2019',
|
||||
end: {
|
||||
@@ -277,7 +277,7 @@ 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 CEO of Sonr, where we develop
|
||||
City. I’m the founder and Founder of Sonr, where we develop
|
||||
technologies that empower regular people to explore space on their
|
||||
own terms.
|
||||
</p>
|
||||
|
||||
@@ -18,28 +18,42 @@ const projects = [
|
||||
logo: logoPlanetaria,
|
||||
},
|
||||
{
|
||||
name: 'Animaginary',
|
||||
name: 'Yue',
|
||||
description:
|
||||
'High performance web animation library, hand-written in optimized WASM.',
|
||||
link: { href: '#', label: 'github.com' },
|
||||
logo: logoAnimaginary,
|
||||
},
|
||||
{
|
||||
name: 'HelioStream',
|
||||
name: 'ML Livestock Detection',
|
||||
description:
|
||||
'Real-time video streaming library, optimized for interstellar transmission.',
|
||||
link: { href: '#', label: 'github.com' },
|
||||
logo: logoHelioStream,
|
||||
},
|
||||
{
|
||||
name: 'cosmOS',
|
||||
name: 'AR Whiteboard',
|
||||
description:
|
||||
'The operating system that powers our Sonr space shuttles.',
|
||||
link: { href: '#', label: 'github.com' },
|
||||
logo: logoCosmos,
|
||||
},
|
||||
{
|
||||
name: 'OpenShuttle',
|
||||
name: 'Spacebolt',
|
||||
description:
|
||||
'The schematics for the first rocket I designed that successfully made it to orbit.',
|
||||
link: { href: '#', label: 'github.com' },
|
||||
logo: logoOpenShuttle,
|
||||
},
|
||||
{
|
||||
name: 'VolunTree',
|
||||
description:
|
||||
'The schematics for the first rocket I designed that successfully made it to orbit.',
|
||||
link: { href: '#', label: 'github.com' },
|
||||
logo: logoOpenShuttle,
|
||||
},
|
||||
{
|
||||
name: 'Superball',
|
||||
description:
|
||||
'The schematics for the first rocket I designed that successfully made it to orbit.',
|
||||
link: { href: '#', label: 'github.com' },
|
||||
|
||||
Reference in New Issue
Block a user