Skip to content

Commit fe6cfeb

Browse files
authored
Merge pull request #14 from sethbern/fix-text
fix typo
2 parents 9567e07 + 0d2be9c commit fe6cfeb

2 files changed

Lines changed: 3 additions & 34 deletions

File tree

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2>About</h2>
9595
especially for students who don’t yet see themselves represented in technical spaces.
9696
</p>
9797
<p>
98-
In the fall of 2025, I’ll begin my PhD at the <span class="blue">
98+
In the fall of 2025, I began my PhD at the <span class="blue">
9999
University of Michigan School of Information.
100100
Go blue!
101101
</span>
@@ -134,7 +134,6 @@ <h2>Publications</h2>
134134
<div id="pub-container">
135135
<div class="pub-card" data-year="2025"
136136
data-title="Beyond the Benefits: A Systematic Review of the Harms and Consequences of Generative AI in Computing Education">
137-
<span class="badge" aria-label="New publication">New</span>
138137
<a class="pub-title" href="https://www.researchgate.net/publication/396250126_Beyond_the_Benefits_A_Systematic_Review_of_the_Harms_and_Consequences_of_Generative_AI_in_Computing_Education" target="_blank">
139138
Beyond the Benefits: A Systematic Review of the Harms and Consequences of Generative AI in Computing Education
140139
</a>

style.css

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -308,44 +308,14 @@ strong {
308308

309309

310310
.pub-card.is-new { position: relative; }
311-
311+
/*
312312
.pub-card {
313313
margin-bottom: 22px;
314314
padding: 14px 16px;
315315
border-bottom: 1px solid #ddd;
316316
border-radius: 8px;
317-
}
318-
319-
.pub-card.is-new {
320-
padding-top: 28px;
321-
background: linear-gradient(to right, rgba(0,39,76,0.06), rgba(0,39,76,0.02) 60%);
322-
border-bottom: 2px solid #00274C;
323-
}
324-
325-
.badge-new {
326-
position: absolute;
327-
top: 10px;
328-
right: 12px;
329-
background: #00274C;
330-
color: #fff;
331-
font-size: 11px;
332-
font-weight: 700;
333-
padding: 2px 8px;
334-
border-radius: 999px;
335-
line-height: 1.5;
336-
box-shadow: 0 1px 3px rgba(0,0,0,.12);
337-
animation: none;
338-
}
317+
} */
339318

340-
.pub-title {
341-
line-height: 1.35;
342-
display: inline-block;
343-
margin: 0 0 6px 0;
344-
}
345-
346-
.pub-meta {
347-
line-height: 1.45;
348-
}
349319

350320
.sort-buttons {
351321
margin: 10px 0 18px;

0 commit comments

Comments
 (0)