1 parent 7cf9da4 commit 2ee1dc3Copy full SHA for 2ee1dc3
2 files changed
src/layouts/BaseLayout.astro
@@ -24,7 +24,6 @@ const navItems = [
24
{ href: '/accreditations', label: 'Certifications' },
25
{ href: '/awards', label: 'Awards' },
26
{ href: '/videos', label: 'Videos' },
27
- { href: '/github', label: 'GitHub Activity' },
28
{ href: '/blog', label: 'Blog' },
29
{ href: '/about', label: 'About' },
30
];
src/pages/index.astro
@@ -104,6 +104,7 @@ const totalProjects = featuredProjects.length;
104
Open Official CV (Google Doc) →
105
</a>
106
<a href="/projects" class="btn btn-secondary">Explore Projects</a>
107
+ <a href="/github" class="btn btn-secondary">GitHub Activity</a>
108
<a href="/accreditations" class="btn btn-secondary">Certifications</a>
109
</div>
110
0 commit comments