Update 404 page
This commit is contained in:
parent
37144f6b90
commit
cd9eadb092
2
.obsidian/workspace.json
vendored
2
.obsidian/workspace.json
vendored
@ -186,6 +186,7 @@
|
||||
},
|
||||
"active": "95eb7cd15bb6ef4a",
|
||||
"lastOpenFiles": [
|
||||
"quartz/components/pages/#404.tsx#",
|
||||
"public/Ryan_Pandya_Resume.pdf",
|
||||
"content/Ryan_Pandya_Resume.pdf",
|
||||
"public/index.html",
|
||||
@ -206,7 +207,6 @@
|
||||
"public/postscript.js",
|
||||
"public/whiskers.html",
|
||||
"public/static/giscus/light.css",
|
||||
"public/static/giscus/dark.css",
|
||||
"content/flying/index.md",
|
||||
"content/flying/N383WA.md",
|
||||
"content/flying/N297LA.md",
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Hi, I'm Ryan
|
||||
enableMeta: false
|
||||
---
|
||||
|
||||
I am a founder, bioengineer, and [[flying/index|private pilot]] based in Berkeley, CA and Brooklyn, NY.
|
||||
|
||||
I spent ten years building [[Perfect Day]], a [[consumer biotechnology]] company that pioneered a way to make Nature-identical milk proteins without animals, using [[fermentation]]. After setting the company up for long-term success, I exited Perfect Day in 2023. The first manufacturing plant is on track to be live in late 2026 or early 2027.
|
||||
|
||||
@ -9,7 +9,8 @@ const NotFound: QuartzComponent = ({ cfg }: QuartzComponentProps) => {
|
||||
return (
|
||||
<article class="popover-hint">
|
||||
<h1>404</h1>
|
||||
<p>{i18n(cfg.locale).pages.error.notFound}</p>
|
||||
<p>This page doesn't exist, which almost certainly means I haven't written it yet.</p>
|
||||
<p>I'm actively working on this site, so it should work in the next few weeks.</p>
|
||||
<a href={baseDir}>{i18n(cfg.locale).pages.error.home}</a>
|
||||
</article>
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user