Skip to content

Commit 053431d

Browse files
authored
Merge branch 'main' into new-paper
2 parents 3ea5904 + 32376b7 commit 053431d

2 files changed

Lines changed: 12 additions & 33 deletions

File tree

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
<html lang="en">
33

44
<head>
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ELH5K66PLT"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-ELH5K66PLT');
12+
</script>
13+
514
<meta charset="UTF-8" />
615
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
716
<title>Seth Bernstein</title>
@@ -85,7 +94,7 @@ <h2>About</h2>
8594
especially for students who don’t yet see themselves represented in technical spaces.
8695
</p>
8796
<p>
88-
In the fall of 2025, I’ll begin my PhD at the <span class="blue">
97+
In the fall of 2025, I began my PhD at the <span class="blue">
8998
University of Michigan School of Information.
9099
Go blue!
91100
</span>

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)