Skip to content

Commit 83949a6

Browse files
Copilotckenst
andauthored
Activate January banner for PNSQC event (#842)
* Initial plan * Activate January PNSQC banner with slideDown animation Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> * Add accessibility and security improvements to banner link Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> * Remove stray semicolon from CSS Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> * Remove empty link element from banner Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com>
1 parent 50a4b2c commit 83949a6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

_includes/banner.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
22
<script src="/assets/promo.js" type="text/javascript"></script>
3-
<link rel="stylesheet" type="text/css" />
43
<div id="promo">
5-
Do you have a software testing conference or workshop and want to list it? <a href="/how-to-contribute/">Learn how to contribute</a>.
4+
Come Jam with PNSQC! <a href="https://mms.pnsqc.org/Calendar/moreinfo.php?org_id=PNSQ&amp;eventid=190750&amp;utm_source=testingconferences" rel="noopener" aria-label="Learn more about the PNSQC Jam event">Learn more</a>.
65
</div>

_sass/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@
338338
}
339339

340340
#promo {
341+
display: none;
341342
position: relative;
342343
z-index: 101;
343344
top: 0;
@@ -350,7 +351,6 @@
350351
color: black;
351352
}
352353

353-
;
354354
text-align: center;
355355
line-height: 1.5;
356356
font-weight: normal;

0 commit comments

Comments
 (0)