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
4 changes: 2 additions & 2 deletions _includes/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ <h2>
Want to know more about Hack for LA?
</h2>
<p>
Hack for LA is a project group of <a href="https://www.hacker.fund" target="_blank"> Hacker Fund</a> and the
official Los Angeles chapter of <a href="https://www.codeforamerica.com" target="_blank">Code for America</a>. We
Hack for LA is a project group of <a href="https://www.hacker.fund" rel="noopener" target="_blank"> Hacker Fund</a> and the
official Los Angeles chapter of <a href="https://www.codeforamerica.com" rel="noopener" target="_blank">Code for America</a>. We
bring together coders, designers, entrepreneurs, students, government staff, activists, and other civic-minded
people to solve the LA region’s biggest challenges.
</p>
Expand Down
2 changes: 1 addition & 1 deletion _includes/current-projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h4 class="project-title">{{ item.title }}</h4>
<div class="project-links">
<strong>Links: </strong>
{%- for item in item.links -%}
<a href={{ item.url }} target='_blank'> {{ item.name }}</a>{%- if forloop.last == false -%},
<a href={{ item.url }} rel="noopener" target='_blank'> {{ item.name }}</a>{%- if forloop.last == false -%},
{%- endif -%}
{%- endfor -%}
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h2 class="social-header">Follow us&mdash;</h2>
<ul class="inline-list social-list">
{% for item in site.data.navigation.social %} {% if item.footer %}
<li>
<a href="{{ item.link }}" target="_blank" class="js-social-link js-social-link-{{ item.name | downcase }}">
<a href="{{ item.link }}" rel="noopener" target="_blank" class="js-social-link js-social-link-{{ item.name | downcase }}">
{% if item.icon %} {%- include {{ site.baseurl
}}{{ item.icon }} -%} {% endif %}
<span class="sr-only">{{ item.name }}</span>
Expand Down
2 changes: 1 addition & 1 deletion _includes/forms/contact-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="page-contain">
<h3> Contact Us</h3>
<p> Are you press and want to get in touch? Are you interested in becoming a sponsor? Want to just
<a href="http://hackforla-slack.herokuapp.com/" target="_blank">check us out on Slack</a>? Looking to volunteer? </p>
<a href="http://hackforla-slack.herokuapp.com/" rel="noopener" target="_blank">check us out on Slack</a>? Looking to volunteer? </p>
<form action="thank-you" method="post" class="contact-form" name="Contact Form">
<textarea name="message" placeholder="Send us a message" required></textarea>
<div class="form-controls">
Expand Down
6 changes: 3 additions & 3 deletions _includes/hack-nights.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2>Hack Nights - Every Monday &amp; Tuesday</h2>
<h3 class="location-header"></h3>
<strong>{{ item.title }}</strong> {{ item.event-date }}
<address>
<a href={{ item.map }} target="_blank">
<a href={{ item.map }} rel="noopener" target="_blank">
{{ item.address1 }}<br>{{ item.address2 }}, {{ item.city }}, {{ item.state }} {{ item.zip }}
</a>
</address>
Expand All @@ -23,8 +23,8 @@ <h3 class="location-header"></h3>
{%- endfor -%}
</div>
<p>
<a href="https://www.meetup.com/hackforla/" target="_blank" class="btn btn-primary">RSVP on Meetup</a>
<a href="http://hackforla-slack.herokuapp.com/" target="_blank" class="btn btn-primary">Join our Slack</a>
<a href="https://www.meetup.com/hackforla/" rel="noopener" target="_blank" class="btn btn-primary">RSVP on Meetup</a>
<a href="http://hackforla-slack.herokuapp.com/" rel="noopener" target="_blank" class="btn btn-primary">Join our Slack</a>
</p>
</div>
</section>
2 changes: 1 addition & 1 deletion _includes/press.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2>Press</h2>
<div class="news-card-inner">
<div class="news-body">
<h4 class="news-title">
<a href="{{ item.link_url }}">{{ item.title }}</a>
<a href="{{ item.link_url }}" rel="noopener" target="_blank">{{ item.title }}</a>
</h4>
<p>{{ item.source }}</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ul class="inline-list social-list">
{% for item in site.data.navigation.social %} {% if item.header %}
<li>
<a class="js-social-link js-social-link-{{ item.name | downcase }}" href="{{ item.link }}" target="_blank">
<a class="js-social-link js-social-link-{{ item.name | downcase }}" href="{{ item.link }}" rel="noopener" target="_blank">
{% if item.icon %} {%- include {{ item.icon }} -%} {% endif %}
</a>
<div class="span sr-only">
Expand Down
2 changes: 1 addition & 1 deletion _includes/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>Sponsors</h2>
{% for item in sponsors %}
<li>
<div class="logo">
<a href="{{ item.link }}" target="_blank">
<a href="{{ item.link }}" rel="noopener" target="_blank">
<img src="{{ baseurl }}{{ item.img_url | absolute_url }}" alt="{{ item.name }}" />
</a>
</div>
Expand Down