diff --git a/app/globals.css b/app/globals.css index 6b717ad..c5f9805 100644 --- a/app/globals.css +++ b/app/globals.css @@ -4,12 +4,12 @@ :root { --background: #ffffff; - --foreground: #171717; + --foreground: #374151; } @media (prefers-color-scheme: dark) { :root { - --background: #0a0a0a; + --background: #374151; --foreground: #ededed; } } diff --git a/components/about.tsx b/components/about.tsx index 3cfc85e..7aac671 100644 --- a/components/about.tsx +++ b/components/about.tsx @@ -6,7 +6,7 @@ const About: React.FC = () => {
{/*
*/} -
+

Hi, I'm Dylan

@@ -28,18 +28,18 @@ const About: React.FC = () => {

  • - Languages: JavaScript, TypeScript, C++, C, Java + Languages: C++, Java, JavaScript, TypeScript, C
  • - Frontend: React.js, Preact.js, Electron.js, - Next.js, Tailwind CSS + Frontend: React.js, Next.js, Preact.js, + Electron.js, Tailwind CSS, JavaFX
  • - Backend: Node.js, Express, MongoDB, Mongoose + Backend: Node.js, Express, MongoDB, Mongoose, + PostgreSQL, Spring Boot
  • - Other: Material Tailwind, ShadCN UI components, - JavaFX, Spring Boot + Other: Material Tailwind, ShadCN UI components
  • {/*
  • */} {/* Tools: Git, GitHub Desktop, tmux, VSCode, */} @@ -53,13 +53,12 @@ const About: React.FC = () => { Current Focus & Interests

    - Right now, I'm honing my skills in full-stack web development, - exploring the features of Next.js 14 and React.js, and working on - projects that blend intuitive UI with solid backend functionality. - I'm also excited about diving deeper into areas like database - optimization and cloud deployment. In my free time, I'm learning - the Rust language and exploring the different applications that - uses Rust. + I'm honing my skills in full-stack web development, exploring the + features of Next.js 14 and React.js, and working on projects that + blend intuitive UI with solid backend functionality. I'm also + excited about diving deeper into areas like database optimization + and cloud deployment. In my free time, I'm learning the Rust + language and exploring the different applications that uses Rust.

{/*
*/} diff --git a/components/background.tsx b/components/background.tsx index f52b782..b8d57bf 100644 --- a/components/background.tsx +++ b/components/background.tsx @@ -9,7 +9,8 @@ interface Props { const Background: React.FC = ({ children, styles }) => { return (
{children}
diff --git a/components/navbar.tsx b/components/navbar.tsx index 2df739e..3c378fc 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -1,31 +1,22 @@ import Link from "next/link"; -import Resume from "./resume"; const Navbar: React.FC = () => { return ( -
+ //
+