diff --git a/package.json b/package.json index 0947982..d720759 100644 --- a/package.json +++ b/package.json @@ -20,30 +20,30 @@ "preview": "vite preview" }, "dependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-router-dom": "^6.20.1" + "react": "^18.3.1", + "react-dom": "^18.3.1", + "react-router-dom": "^6.28.1" }, "devDependencies": { - "@types/react": "^18.2.47", - "@types/react-dom": "^18.2.18", - "@typescript-eslint/eslint-plugin": "^6.13.2", - "@typescript-eslint/parser": "^6.13.2", - "@typescript-eslint/typescript-estree": "^6.13.2", - "@vitejs/plugin-react-swc": "^3.5.0", - "autoprefixer": "^10.4.16", - "eslint": "^8.55.0", - "eslint-plugin-prettier": "^5.0.1", - "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.4.5", - "gh-pages": "^6.1.1", - "postcss": "^8.4.33", - "prettier": "^3.1.1", - "prettier-plugin-tailwindcss": "^0.5.11", - "sass": "^1.69.7", - "tailwindcss": "^3.3.6", - "typescript": "^5.3.3", - "vite": "^5.0.11" + "@types/react": "^18.3.18", + "@types/react-dom": "^18.3.5", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", + "@typescript-eslint/typescript-estree": "^6.21.0", + "@vitejs/plugin-react-swc": "^3.7.2", + "autoprefixer": "^10.4.20", + "eslint": "^8.57.1", + "eslint-plugin-prettier": "^5.2.1", + "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-react-refresh": "^0.4.16", + "gh-pages": "^6.3.0", + "postcss": "^8.4.49", + "prettier": "^3.4.2", + "prettier-plugin-tailwindcss": "^0.5.14", + "sass": "^1.83.0", + "tailwindcss": "^3.4.17", + "typescript": "^5.7.2", + "vite": "^5.4.11" }, "packageManager": "yarn@4.0.2" } diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 6e1c3e9..c82d73a 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,9 +1,14 @@ export function Footer() { + const getCurrentYear = () => { + return new Date().getFullYear(); + }; + return ( diff --git a/src/components/MainContainer.tsx b/src/components/MainContainer.tsx index e0a919d..2017b13 100644 --- a/src/components/MainContainer.tsx +++ b/src/components/MainContainer.tsx @@ -14,7 +14,7 @@ export function MainContainer() { Heya! I'm Jan Leigh!
- I am a Filipino first-year college student and self-taught full-stack developer. + I am a Filipino college student and self-taught full-stack developer.

I've been programming since 2018, and I enjoy creating web applications, @@ -23,9 +23,9 @@ export function MainContainer() {

I am proficient in a variety of programming languages, such as{" "} TypeScript,{" "} - Rust, and{" "} - C. -
I am also familiar with a range of web development frameworks and tools such as{" "} + Python, and{" "} + Java. +
I am also familiar with a range of web development frameworks and tools, such as{" "} React,
Next.js, and{" "} diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 2cb42f2..fcf87ba 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -1,47 +1,40 @@ export function Navbar() { return ( -