Skip to content

Commit 2ee1dc3

Browse files
style: move GitHub Activity from header navigation to Home page hero actions
1 parent 7cf9da4 commit 2ee1dc3

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/BaseLayout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const navItems = [
2424
{ href: '/accreditations', label: 'Certifications' },
2525
{ href: '/awards', label: 'Awards' },
2626
{ href: '/videos', label: 'Videos' },
27-
{ href: '/github', label: 'GitHub Activity' },
2827
{ href: '/blog', label: 'Blog' },
2928
{ href: '/about', label: 'About' },
3029
];

src/pages/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const totalProjects = featuredProjects.length;
104104
Open Official CV (Google Doc) →
105105
</a>
106106
<a href="/projects" class="btn btn-secondary">Explore Projects</a>
107+
<a href="/github" class="btn btn-secondary">GitHub Activity</a>
107108
<a href="/accreditations" class="btn btn-secondary">Certifications</a>
108109
</div>
109110
</div>

0 commit comments

Comments
 (0)