1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

remove bookmarks page, add glibc contributions

Assisted by Claude Code

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2026-05-19 11:46:11 +05:30
parent 4f942563c1
commit f03f57f064
54 changed files with 66 additions and 849 deletions
-1
View File
@@ -5,7 +5,6 @@ const navLinks: { href: string; label: string; external?: boolean }[] = [
{ href: "/resume", label: "Resume" },
{ href: "/events", label: "Events" },
{ href: "/contributions", label: "Contributions" },
{ href: "/bookmarks", label: "Bookmarks" },
{ href: "/meeting", label: "Meet" },
];