Skip to content

Commit

Permalink
fix: featured projects -> all projects (while content is developed)
Browse files Browse the repository at this point in the history
  • Loading branch information
crewalsh committed Dec 9, 2024
1 parent 8a3f0c4 commit 4ab3b3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
main:
- title: "Projects"
url: /featured_projects/
url: /all_projects/
- title: "People"
url: /people/
- title: "Lab News"
Expand Down
8 changes: 4 additions & 4 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ <h2 style="font-size:1.5em"><img src="/assets/icons/SFIM_logo.png" class="front-
</div>

<div class="front-page-icon">
<a href="/featured_projects"><img src="/assets/icons/projects.png"></a>
<a href="/featured_projects" class="btn btn--primary">PROJECTS</a>
<a href="/all_projects"><img src="/assets/icons/projects.png"></a>
<a href="/all_projects" class="btn btn--primary">PROJECTS</a>
</div>

<div class="front-page-icon">
<a href="/members"><img src="/assets/icons/members.png"></a>
<a href="/members" class="btn btn--primary">MEMBERS</a>
<a href="/people"><img src="/assets/icons/members.png"></a>
<a href="/people" class="btn btn--primary">MEMBERS</a>
</div>

<div class="front-page-icon">
Expand Down

0 comments on commit 4ab3b3d

Please sign in to comment.