9595 .chip .active { background : var (--gold ); border-color : var (--gold ); color : var (--navy ); }
9696 .chip : hover : not (.active ) { background : # F2EFE7 ; }
9797
98- .result-row { display : flex; justify-content : space-between ; align-items : center; font-size : 13px ; color : var (--mute ); margin-bottom : 16px ; }
98+ .result-row { display : flex; justify-content : flex-start ; align-items : center; font-size : 13px ; color : var (--mute ); margin-bottom : 16px ; }
9999 .result-row .mono { font-size : 12px ; }
100100
101101 .log-heading {
@@ -195,12 +195,12 @@ <h1>Meet the HAAG Research Community</h1>
195195
196196 < nav class ="nav-bar ">
197197 < div class ="nav-inner ">
198- < a href ="index.html "> HAAG (Home)</ a >
199- < a href ="people.html " class ="current "> People</ a >
198+ < a href ="index.html "> Home</ a >
200199 < a href ="faculty-affiliates.html "> Faculty Affiliates</ a >
201200 < a href ="phd-postdoc.html "> PhD / Post-Doc</ a >
202- < a href ="data-science-research.html "> Data Science Research</ a >
201+ < a href ="data-science-research.html "> Research</ a >
203202 < a href ="project-management.html "> Project Management</ a >
203+ < a href ="people.html " class ="current "> People</ a >
204204 < a href ="project-explorer.html "> Project Explorer</ a >
205205 < a href ="recruitment.html "> Recruitment Status</ a >
206206 </ div >
@@ -218,14 +218,13 @@ <h2 class="page-title">Researcher Directory</h2>
218218 < input class ="search-input " id ="search " type ="text " placeholder ="Search by name or research area… " />
219219 < button class ="chip active " data-role ="All "> All Roles</ button >
220220 < button class ="chip " data-role ="Faculty "> Faculty</ button >
221- < button class ="chip " data-role ="PhD "> PhD</ button >
222221 < button class ="chip " data-role ="Postdoc "> Postdoc</ button >
222+ < button class ="chip " data-role ="PhD "> PhD</ button >
223223 < button class ="chip " data-role ="Graduate "> Graduate</ button >
224224 </ div >
225225
226226 < div class ="result-row ">
227227 < span id ="result-count "> Loading…</ span >
228- < span class ="mono "> SOURCE: people.yml</ span >
229228 </ div >
230229
231230 < div id ="grid-container ">
0 commit comments