fixed nav text titles, video cropping, and stack tags for miller building
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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) => {
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user