Skip to content

Commit 0f9d4eb

Browse files
Merge pull request #20 from BrianMitchL/patch-1
Use noopener noreferrer and remove target blank
2 parents 33edbc5 + 3f467c6 commit 0f9d4eb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pages/our-sponsors.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1 class="secondary-content-header">Current sponsors</h1>
66
<span class="tier-title">Host</span>
77

88
<div class="sponsor-container-row">
9-
<a class="sponsor" href="https://icfolson.com" target="_blank">
9+
<a class="sponsor" href="https://icfolson.com" target="_blank" rel="noopener noreferrer">
1010
<img src="/images/sponsors/logo-icf-olson.svg" alt="Host: ICF Olson" title="Host: ICF Olson" />
1111
</a>
1212
</div>
@@ -18,15 +18,15 @@ <h1 class="secondary-content-header">Current sponsors</h1>
1818

1919
<div class="sponsor-container-row">
2020

21-
<a class="sponsor" href="https://twilio.com" target="_blank">
21+
<a class="sponsor" href="https://twilio.com" target="_blank" rel="noopener noreferrer">
2222
<img src="/images/sponsors/logo-twilio.svg" alt="Platinum Sponsor: Twilio" title="Platinum Sponsor: Twilio" />
2323
</a>
2424

25-
<a class="sponsor" href="https://trackjs.com" target="_blank">
25+
<a class="sponsor" href="https://trackjs.com" target="_blank" rel="noopener noreferrer">
2626
<img src="/images/sponsors/logo-trackjs.png" alt="Platinum Sponsor: TrackJS" title="Platinum Sponsor: TrackJS" />
2727
</a>
2828

29-
<a class="sponsor" href="https://frontendmasters.com" target="_blank">
29+
<a class="sponsor" href="https://frontendmasters.com" target="_blank" rel="noopener noreferrer">
3030
<img src="/images/sponsors/logo-frontend-masters.svg" alt="Platinum Sponsor: Frontend Masters" title="Platinum Sponsor: Frontend Masters" />
3131
</a>
3232

@@ -39,11 +39,11 @@ <h1 class="secondary-content-header">Current sponsors</h1>
3939

4040
<div class="sponsor-container-row sponsor-tier-2">
4141

42-
<a class="sponsor" href="https://www.chrobinson.com" target="_blank">
42+
<a class="sponsor" href="https://www.chrobinson.com" target="_blank" rel="noopener noreferrer">
4343
<img src="/images/sponsors/logo-ch-robinson.svg" alt="Gold Sponsor: C.H. Robinson" title="Gold Sponsor: C.H. Robinson" />
4444
</a>
4545

46-
<a class="sponsor" href="https://www.daugherty.com" target="_blank">
46+
<a class="sponsor" href="https://www.daugherty.com" target="_blank" rel="noopener noreferrer">
4747
<img style="max-height: 80px; width: auto;" src="/images/sponsors/logo-daugherty.png" alt="Gold Sponsor: Daugherty" title="Gold Sponsor: Daugherty" />
4848
</a>
4949

@@ -56,21 +56,21 @@ <h1 class="secondary-content-header">Current sponsors</h1>
5656

5757
<div class="sponsor-container-row sponsor-tier-3">
5858

59-
<a class="sponsor empty-sponsor" href="/sponsorship-opportunities" target="_blank">
59+
<a class="sponsor empty-sponsor" href="/sponsorship-opportunities">
6060
Become a Sponsor!
6161
</a>
62-
<a class="sponsor empty-sponsor" href="/sponsorship-opportunities" target="_blank">
62+
<a class="sponsor empty-sponsor" href="/sponsorship-opportunities">
6363
Become a Sponsor!
6464
</a>
65-
<a class="sponsor empty-sponsor" href="/sponsorship-opportunities" target="_blank">
65+
<a class="sponsor empty-sponsor" href="/sponsorship-opportunities">
6666
Become a Sponsor!
6767
</a>
68-
<a class="sponsor empty-sponsor" href="/sponsorship-opportunities" target="_blank">
68+
<a class="sponsor empty-sponsor" href="/sponsorship-opportunities">
6969
Become a Sponsor!
7070
</a>
7171

7272
</div>
7373

7474
</div>
7575

76-
</div>
76+
</div>

0 commit comments

Comments
 (0)