Skip to content

Commit d988056

Browse files
authored
Fix permalinks on Credits page (#624)
* Remove unused CSS from credits page and see if that fixes the broken permalink * Add missing tags and stuff
1 parent 93b82ec commit d988056

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

credits.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<link rel="stylesheet" type="text/css" href="css/style.css" />
1111
<link rel="stylesheet" type="text/css" href="css/jquery.sidr.light.css" />
1212

13-
<style>
14-
table.roles td {word-break:normal}
15-
</style>
16-
1713
<title>Astropy Credits</title>
1814

1915
<!-- Google analytics -->
@@ -93,8 +89,7 @@ <h1 id="astropy-credits">Astropy Credits<a class="paralink" href="#astropy-credi
9389
</section>
9490

9591
<section>
96-
<h1 id="lifetime-credits">Lifetime Contributors<a class="paralink"
97-
href="#lifetime-credits" title="Permalink to this headline"></a></h1>
92+
<h1 id="lifetime-credits">Lifetime Contributors<a class="paralink" href="#lifetime-credits" title="Permalink to this headline"></a></h1>
9893

9994
<p>Here we list individuals who estimate they have spent 2000 hours or more,
10095
equivalent to full time for a year, working on and contributing to the
@@ -237,7 +232,7 @@ <h3 id="tom-robitaille">Tom Robitaille</h3>
237232
coordinated packages, serving as a release manager, GSoC coordinator, and
238233
member of the Coordination Committee.
239234

240-
235+
</section>
241236
<section>
242237

243238
<h1 id="institutional-support">Institutional Support<a class="paralink" href="#institutional-support" title="Permalink to this headline"></a></h1>
@@ -290,10 +285,17 @@ <h3 id="europlanet-society">Europlanet Society</h3>
290285
European Union's Horizon 2020 research and innovation programme, under grant agreement No 871149.
291286
This funding is used in particular to support the ongoing work on planetary reference frames and
292287
world coordinate system.
288+
</section>
289+
290+
<footer>
291+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
292+
<script src="js/jquery.sidr.min.js"></script>
293+
<script src="js/functions.js"></script>
293294

295+
<hr>
294296
<p>
295297
<img style="vertical-align:middle" src="images/astropy_brandmark.png" height=20><span style="vertical-align:middle">
296-
<a href="code_of_conduct.html"> The Astropy project is committed to fostering an inclusive community</a></span>.
298+
<a href="code_of_conduct.html">The Astropy project is committed to fostering an inclusive community</a></span>.
297299
</p>
298300

299301
</footer>

0 commit comments

Comments
 (0)