Skip to content

Commit d5fb0b1

Browse files
authored
Merge pull request #367 from charlottegeo/remove-defunct-sponsor
Removed Nortel from sponsors page
2 parents 2b374b1 + 242bef0 commit d5fb0b1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

about/sponsors.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@
8989
<img class="rounded padded-gray" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/sponsors/intergraph.png" alt="Intergraph">
9090
</a>
9191
</div>
92-
<div class="col-4 col-lg-2">
93-
<a href="https://www.nortel-us.com">
94-
<img class="rounded padded-gray" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/sponsors/nortel.png" alt="Nortel">
95-
</a>
96-
</div>
9792
<div class="col-4 col-lg-2">
9893
<a href="https://www.janestreet.com">
9994
<img class="rounded" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/sponsors/janestreet.png" alt="Jane Street">

assets/js/sponsors.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ $(document).ready(() => {
2828
new Sponsor('/sponsors/lourdesindustries.png', 'http://lourdesinc.com', 'Lourdres Industries'),
2929
new Sponsor('/sponsors/mooreresearchcenter.png', 'http://mrci.com', 'Moore Research Center'),
3030
new Sponsor('/sponsors/intergraph.png', 'http://intergraph.com', 'Intergraph'),
31-
new Sponsor('/sponsors/nortel.png', 'http://nortel-us.com', 'Nortel'),
3231
new Sponsor('/sponsors/janestreet.png', 'http://janestreet.com', 'Jane Street'),
3332
new Sponsor('/sponsors/northropgrumman.png', 'http://northropgrumman.com', 'Northrop Grumman'),
3433
new Sponsor('/sponsors/sonus.png', 'http://sonus.net', 'Sonus'),

0 commit comments

Comments
 (0)