Skip to content

Commit cffbd5d

Browse files
style: remove Explore Projects and Certifications buttons from home page hero
1 parent 7eda9ba commit cffbd5d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/pages/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,7 @@ const totalProjects = featuredProjects.length;
103103
<a href={cvData.url} target="_blank" rel="noopener" class="btn btn-primary">
104104
Open Official CV (Google Doc) &rarr;
105105
</a>
106-
<a href="/projects" class="btn btn-secondary">Explore Projects</a>
107106
<a href="/github" class="btn btn-secondary">GitHub Activity</a>
108-
<a href="/accreditations" class="btn btn-secondary">Certifications</a>
109107
</div>
110108
</div>
111109
</section>

0 commit comments

Comments
 (0)