diff --git a/src/app/page.tsx b/src/app/page.tsx index 76287b0..b140d4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,11 +104,11 @@ export default async function Home() { {/* */} - + {/* - - -
+ */} + {/* +
{articles.map((article) => (
@@ -120,7 +120,7 @@ export default async function Home() {
-
+
*/} ) } diff --git a/src/components/Resume.tsx b/src/components/Resume.tsx index f8790d8..ca37cdd 100644 --- a/src/components/Resume.tsx +++ b/src/components/Resume.tsx @@ -153,7 +153,7 @@ function Work() { let workHistory: Array = [ { company: 'Rocket Lab', - title: 'Software Engineer I', + title: 'Software Engineer II', // logo: logoPlanetaria, start: '2024', end: { @@ -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', @@ -225,7 +222,7 @@ function Skills() { }, { name: 'Angular', - level: 'Beginner', + level: 'Advanced', start: '2024', end: new Date().getFullYear().toString(), },