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 }) {
|
export function Navbar({ onNav }: { onNav: (id: string) => void }) {
|
||||||
const [open, setOpen] = useState(false);
|
const [open, setOpen] = useState(false);
|
||||||
const links = [
|
const links = [
|
||||||
{ id: "home", label: "Background" },
|
{ id: "home", label: "Intro" },
|
||||||
{ id: "projects", label: "Projects" },
|
{ id: "projects", label: "Projects" },
|
||||||
{ id: "experience", label: "Experience" },
|
{ id: "experience", label: "Resume" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const handleNav = (id: string) => {
|
const handleNav = (id: string) => {
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ const projects: Project[] = [
|
|||||||
coverImageMobile: millercoverMobile,
|
coverImageMobile: millercoverMobile,
|
||||||
video: millervideo,
|
video: millervideo,
|
||||||
videoMobile: millervideoMobile,
|
videoMobile: millervideoMobile,
|
||||||
techStack: ["React", "TypeScript", "Tailwind CSS"],
|
techStack: ["HTML", "CSS", "JQuery"],
|
||||||
liveUrl: "https://500nmain806.com",
|
liveUrl: "https://500nmain806.com",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user