Skip to content

Commit b7bc999

Browse files
authored
Merge pull request #8 from sethbern/fix-mobile
updated cv
2 parents d1fe73d + 66c16f8 commit b7bc999

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<a href="#research">Research</a>
2222
<a href="#publications">Publications</a>
2323
<!-- <a href="#service">Service</a> -->
24-
<a href="assets/cv_418.pdf" target="_blank" rel="noopener noreferrer">CV</a>
24+
<a href="assets/Seth_Bernstein_CV_aug_2025.pdf" target="_blank" rel="noopener noreferrer">CV</a>
2525
</div>
2626
</nav>
2727

@@ -104,7 +104,7 @@ <h2>Publications</h2>
104104
<div class="sort-buttons">
105105
Sort by:
106106
<button id="sort-year" onclick="sortPublications('year')">Year</button>
107-
<button id="sort-title" onclick="sortPublications('title')">Title</button>
107+
<button id="sort-title" onclick="sortPublications('title')" Title</button>
108108
</div>
109109
<div id="pub-container">
110110
<div class="pub-card" data-year="2024"

0 commit comments

Comments
 (0)