Skip to content

Commit 80efe87

Browse files
committed
add LPW information to banner
PTS is now over and LPW is looking for attendees and sponsors after a five year break. w/r/t d34b6a9 tweak the background colour to distinguish between this and previous one
1 parent 655a81a commit 80efe87

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

root/base.tx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,13 @@
124124
</ul>
125125
</nav>
126126
<div class="page-content [% block page_content_class -> { } %]">
127-
<!--
128127
<div class="top-notify-banner">
129128
<i class="fas fa-info-circle"></i>
129+
The London Perl and Raku Workshop takes place on 26th Oct 2024. If
130+
your company depends on Perl, <a
131+
target="_blank"
132+
href="https://act.yapc.eu/lpw2024/">please consider sponsoring and/or attending</a>.
130133
</div>
131-
-->
132134
<nav class="sidebar">
133135
%% block left_nav -> {
134136
<div class="slidepanel">

root/static/less/nav.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
.top-notify-banner {
12-
background-color: #2e3a47;
12+
background-color: #006081;
1313
color: #fff;
1414
display: flex;
1515
flex-wrap: wrap;

0 commit comments

Comments
 (0)