fixed nav text titles, video cropping, and stack tags for miller building

This commit is contained in:
2026-01-06 00:15:21 -06:00
parent 6975f5aeab
commit 5489adf81e
6 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -4,9 +4,9 @@ import { ThemeToggle } from "./ThemeToggle";
export function Navbar({ onNav }: { onNav: (id: string) => void }) {
const [open, setOpen] = useState(false);
const links = [
{ id: "home", label: "Background" },
{ id: "home", label: "Intro" },
{ id: "projects", label: "Projects" },
{ id: "experience", label: "Experience" },
{ id: "experience", label: "Resume" },
];
const handleNav = (id: string) => {

View File

@@ -43,7 +43,7 @@ const projects: Project[] = [
coverImageMobile: millercoverMobile,
video: millervideo,
videoMobile: millervideoMobile,
techStack: ["React", "TypeScript", "Tailwind CSS"],
techStack: ["HTML", "CSS", "JQuery"],
liveUrl: "https://500nmain806.com",
},
];