Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions _includes/banner.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="/assets/promo.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" />
<div id="promo">
Do you have a software testing conference or workshop and want to list it? <a href="/how-to-contribute/">Learn how to contribute</a>.
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>.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link should have opened in a new window.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot can you open a new PR with a change to make this url open in a new window?

</div>
2 changes: 1 addition & 1 deletion _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@
}

#promo {
display: none;
position: relative;
z-index: 101;
top: 0;
Expand All @@ -350,7 +351,6 @@
color: black;
}

;
text-align: center;
line-height: 1.5;
font-weight: normal;
Expand Down