diff options
author | 2021-09-19 11:27:33 -0400 | |
---|---|---|
committer | 2021-09-19 11:27:33 -0400 | |
commit | 9193466aa1d26a6138634098007f001606581c53 (patch) | |
tree | 8dc9e67599a16656d8525456e298b2c14cb183a8 /pydis_site/templates/events/index.html | |
parent | Use the correct theme and update image link (diff) |
Change external links to "_blank" and "noopener"
This changes external links to open in a new tab. It also adds
`rel="noopener"` for some bonus security and performance gains.
This commit only effects files that are within the scope of this PR.
It does not do this against other pages.
Diffstat (limited to 'pydis_site/templates/events/index.html')
-rw-r--r-- | pydis_site/templates/events/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/templates/events/index.html b/pydis_site/templates/events/index.html index a9a027b9..158ec56b 100644 --- a/pydis_site/templates/events/index.html +++ b/pydis_site/templates/events/index.html @@ -20,14 +20,14 @@ <div class="columns is-3" style="--columnGap: 0.75rem;"> <div class="column"> <p> - For the past 15 years, <a href="https://pyweek.org">PyWeek</a> has been running a bi-annual game jam for the + For the past 15 years, <a href="https://pyweek.org" target="_blank" rel="noopener">PyWeek</a> has been running a bi-annual game jam for the Python language. As of 2020, we are excited to say we are officially partnered with PyWeek to co-run these events. </p> <p> During each PyWeek event, we open a special discussion channel in which our members can discuss their submissions, meet other participants, and talk to PyWeek staff. The PyWeek organizer, - Daniel Pope (<a href="https://twitter.com/lordmauve">@lordmauve</a>) will be present during the entire event to answer + Daniel Pope (<a href="https://twitter.com/lordmauve" target="_blank" rel="noopener">@lordmauve</a>) will be present during the entire event to answer questions and post announcements and information in our community. </p> <p> @@ -47,7 +47,7 @@ <div class="column"> <p> Each year, many of our members take part of an online coding competition called - <a href="https://adventofcode.com/">Advent of Code</a> that takes place in December. Advent of Code is an + <a href="https://adventofcode.com/" target="_blank" rel="noopener">Advent of Code</a> that takes place in December. Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like, including Python. </p> @@ -81,7 +81,7 @@ <p> The participants will have ten days to create a game using the technology we've selected, and drawing inspiration from a provided theme. After the event, a panel of judges will play all the games and select a - winner. The top 5 will featured in a special video on our <a href="https://www.youtube.com/channel/UCQsrA4xo6jvdgsJZhKaBL6w">YouTube channel</a>. + winner. The top 5 will featured in a special video on our <a href="https://www.youtube.com/channel/UCQsrA4xo6jvdgsJZhKaBL6w" target="_blank" rel="noopener">YouTube channel</a>. </p> <p> The <a class="has-text-link" href="{% url "events:page" path="game-jams/2020" %}">first edition of the Game Jam</a> ran from |