Skip to content

Commit b7a17b1

Browse files
exoticDFTcosden
andauthored
Updates conference details on event page (#1834)
* Updates conference details on event page - Updates past conference to grey background to signify USRSE'25 being over on conference event page - Puts in some placeholder information for USRSE'26 conference on main events page * Updates pages/events/index.md Co-authored-by: Ian Cosden <[email protected]>
1 parent 32d6d96 commit b7a17b1

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

pages/events/conference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permalink: /events/conference/
1212
<a href="{{ site.baseurl }}/usrse25/" class="stretched-link">
1313
</a>
1414

15-
{% assign color = "#790c63" %}
15+
{% assign color = "#717171" %}
1616

1717
<div class="card-header" style="background-color: {{ color }};">
1818
<div class="col-sm-8">

pages/events/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,31 @@ permalink: /events/
1111

1212
<div class="row">
1313

14-
<div class="col" style="margin-bottom: 20px;">
15-
<div class="card h-100" id="usrse24">
16-
<a href="{{ site.baseurl }}/usrse25/" class="stretched-link">
14+
<div class="col" style="margin-bottom: 20px;">
15+
<div class="card h-100" id="usrse26">
16+
<a href="{{ site.baseurl }}/usrse26/" 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-
USRSE'25: Code, Practices, and People
24+
<!-- USRSE'26: Conference Motto -->
25+
USRSE'26
2526
</h5>
2627
</div>
2728
<div class="col-xs-4 float-right">
2829
<h6 style="text-align: right; color: rgb(168, 168, 168)">
29-
October 6-8, 2025
30+
<!-- October 20-22, 2026 -->
31+
October 2026
3032
</h6>
3133
</div>
3234
</div>
3335
<div class="card-body">
3436
<p class="card-text">
35-
Join several hundred of your RSE colleagues and RSE allies in Philadelphia, PA, October 6-8, 2025.<br><br>
36-
<a href="{{ site.baseurl }}/usrse25/">Learn more about the conference</a>.
37+
Join several hundred of your RSE colleagues and RSE allies at our 4th annual conference to be held in the SF Bay Area.<br><br>
38+
<a href="{{ site.baseurl }}/usrse26/">Learn more about the conference</a>.
3739
</p>
3840

3941
</div>

0 commit comments

Comments
 (0)