Skip to content

Commit cff497e

Browse files
authored
jquery: Add an OpenJS World 2021 banner
Closes gh-431
1 parent bb05d9c commit cff497e

File tree

3 files changed

+15
-20
lines changed

3 files changed

+15
-20
lines changed

themes/jquery/css/base.css

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,22 +2231,14 @@ p.author a {
22312231
line-height: 36px;
22322232
}
22332233

2234-
#banner-blm {
2235-
background-image: url(../images/dark-grey-tile.png);
2236-
color: #fff;
2237-
text-align: center;
2238-
padding: 20px;
2239-
}
2240-
2241-
#banner-blm h2 {
2242-
font-size: 36px;
2243-
line-height: 42px;
2244-
}
2245-
2246-
#banner-blm p {
2247-
font: 22px/26px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
2248-
padding-left: 15%;
2249-
padding-right: 15%;
2234+
#banner-openjs-world-2021 {
2235+
display: block;
2236+
width: 100%;
2237+
height: 200px;
2238+
background-image: url(../images/banner-openjs-world-2021.png);
2239+
background-position: center center;
2240+
background-repeat: no-repeat;
2241+
background-color: #1d2737ff;
22502242
}
22512243

22522244
.center-txt {

themes/jquery/header.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,13 @@
104104
</section>
105105
</header>
106106

107-
<div id="banner-blm">
108-
<h2>#BlackLivesMatter</h2>
109-
<p>To Donate, see this <a href="https://bit.ly/fundthecommunity">list of organizations to support</a> from <a href="https://www.reclaimtheblock.org/">Reclaim the Block</a>
110-
</div>
107+
<a id="banner-openjs-world-2021" href="https://openjsf.org/openjs-world-2021/">
108+
<div class="visuallyhidden">
109+
<h2>OpenJS World</h2>
110+
<p>June 2, 2021</p>
111+
<p>Register today!</p>
112+
</div>
113+
</a>
111114

112115
<div id="container">
113116
<div id="logo-events" class="constrain clearfix">
Loading

0 commit comments

Comments
 (0)