chore: update projects

This commit is contained in:
Prad Nukala
2023-09-10 12:46:17 -04:00
parent 7d0373ccc3
commit 97eb105ce1
5 changed files with 50 additions and 7 deletions
+29
View File
@@ -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
View File
@@ -12,7 +12,7 @@ export const metadata: Metadata = {
'Prad Nukala - Software designer, founder, and amateur astronaut',
},
description:
'Im Prad, a software designer and entrepreneur based in New York City. Im the founder and CEO of Sonr, where we develop technologies that empower regular people to explore space on their own terms.',
'Im Prad, a software designer and entrepreneur based in New York City. Im 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
View File
@@ -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">
Im Prad, a software designer and entrepreneur based in New York
City. Im the founder and CEO of Sonr, where we develop
City. Im the founder and Founder of Sonr, where we develop
technologies that empower regular people to explore space on their
own terms.
</p>
+18 -4
View File
@@ -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' },