Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ export default async function Home() {
</div>
</Container>
{/* <Photos /> */}
<Container className="mt-24 md:mt-20">
{/* <Container className="mt-24 md:mt-20">
<CommitGrid />
</Container>
<Container className="mt-24 md:mt-20">
<div className="mx-auto grid max-w-xl grid-cols-1 gap-y-20 lg:max-w-none lg:grid-cols-2">
</Container> */}
{/* <Container className="mt-24 md:mt-20">
<div className="mx-auto grid max-w-xl grid-cols-2 gap-y-20 lg:max-w-none lg:grid-cols-2">
<div className="flex flex-col gap-16">
{articles.map((article) => (
<Article key={article.slug} article={article} />
Expand All @@ -120,7 +120,7 @@ export default async function Home() {
</div>
</div>
</div>
</Container>
</Container> */}
</>
)
}
9 changes: 3 additions & 6 deletions src/components/Resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function Work() {
let workHistory: Array<Role> = [
{
company: 'Rocket Lab',
title: 'Software Engineer I',
title: 'Software Engineer II',
// logo: logoPlanetaria,
start: '2024',
end: {
Expand All @@ -166,10 +166,7 @@ function Work() {
title: 'Principle Engineer/Co-Founder',
// logo: logoPlanetaria,
start: '2022',
end: {
label: 'Present',
dateTime: new Date().getFullYear().toString(),
},
end: '2025',
},
{
company: 'Jackson Symphony',
Expand Down Expand Up @@ -225,7 +222,7 @@ function Skills() {
},
{
name: 'Angular',
level: 'Beginner',
level: 'Advanced',
start: '2024',
end: new Date().getFullYear().toString(),
},
Expand Down