Skip to content

Commit 428870d

Browse files
committed
Update Conferences for USRSE'25
1 parent d8cebf4 commit 428870d

File tree

2 files changed

+39
-6
lines changed

2 files changed

+39
-6
lines changed

pages/events/conference.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,43 @@ permalink: /events/conference/
99

1010
<div class="col" style="margin-bottom: 20px;">
1111
<div class="card h-100" id="usrse24">
12-
<a href="{{ site.baseurl }}/usrse24/" class="stretched-link">
12+
<a href="{{ site.baseurl }}/usrse25/" class="stretched-link">
1313
</a>
1414

1515
{% assign color = "#790c63" %}
1616

17+
<div class="card-header" style="background-color: {{ color }};">
18+
<div class="col-sm-8">
19+
<h5 style="margin: 0px -15px; color: rgb(255, 255, 255)">
20+
USRSE'25: Philadelphia, PA
21+
</h5>
22+
</div>
23+
<div class="col-xs-4 float-right">
24+
<h6 style="text-align: right; color: rgb(168, 168, 168)">
25+
October 2025
26+
</h6>
27+
</div>
28+
</div>
29+
<div class="card-body">
30+
<h6 class="card-subtitle mb-2">
31+
TBA
32+
</h6>
33+
34+
<p class="card-text">
35+
TBA
36+
</p>
37+
38+
</div>
39+
</div>
40+
</div>
41+
42+
<div class="col" style="margin-bottom: 20px;">
43+
<div class="card h-100" id="usrse24">
44+
<a href="{{ site.baseurl }}/usrse24/" class="stretched-link">
45+
</a>
46+
47+
{% assign color = "#717171" %}
48+
1749
<div class="card-header" style="background-color: {{ color }};">
1850
<div class="col-sm-8">
1951
<h5 style="margin: 0px -15px; color: rgb(255, 255, 255)">
@@ -71,6 +103,7 @@ permalink: /events/conference/
71103
</div>
72104
</div>
73105
</div>
106+
74107
</div>
75108

76109

pages/events/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@ permalink: /events/
1313

1414
<div class="col" style="margin-bottom: 20px;">
1515
<div class="card h-100" id="usrse24">
16-
<a href="{{ site.baseurl }}/usrse24/" class="stretched-link">
16+
<a href="{{ site.baseurl }}/usrse25/" class="stretched-link">
1717
</a>
1818

1919
{% assign color = "#790c63" %}
2020

2121
<div class="card-header" style="background-color: {{ color }};">
2222
<div class="col-sm-8">
2323
<h5 style="margin: 0px -15px; color: rgb(255, 255, 255)">
24-
US-RSE'24: Albuquerque, NM
24+
USRSE'25: Philadelphia, PA
2525
</h5>
2626
</div>
2727
<div class="col-xs-4 float-right">
2828
<h6 style="text-align: right; color: rgb(168, 168, 168)">
29-
October 15-17, 2024
29+
October 2025
3030
</h6>
3131
</div>
3232
</div>
3333
<div class="card-body">
3434
<h6 class="card-subtitle mb-2">
35-
Yesterday, Today, Tomorrow
35+
TBA
3636
</h6>
3737

3838
<p class="card-text">
39-
A celebration of all that RSEs have done for computing in the past, in the present, and in the future.
39+
TBA.
4040
</p>
4141

4242
</div>

0 commit comments

Comments
 (0)