Skip to content

Commit 3711f66

Browse files
authored
Update publications.html
1 parent c94a156 commit 3711f66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

publications.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
<div class="container">
4040

4141
<section id="publications">
42+
<div class="year-filter">
43+
<button onclick="filterPublications('all')" class="active">All</button>
44+
<button onclick="filterPublications('2025')">2025</button>
45+
<button onclick="filterPublications('2024')">2024</button>
46+
<button onclick="filterPublications('2023')">2023</button>
47+
</div>
4248
<div class="publication">
4349
<ol reversed>
4450
<li>

0 commit comments

Comments
 (0)