Skip to content

Commit 8cb39c6

Browse files
authored
Remove class attribute from h1 and h2
1 parent a4338d3 commit 8cb39c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binderhub/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<div class="col-lg-10 col-lg-offset-1">
1414
{% block header %}
1515
<div id="header" class="text-center">
16-
<h1 class="first-level-header">Turn a Git repo into a collection of interactive notebooks</h1>
16+
<h1>Turn a Git repo into a collection of interactive notebooks</h1>
1717
<div id="explanation">
1818
Have a repository full of Jupyter notebooks? With Binder, open those notebooks in an executable environment, making your code immediately reproducible by anyone, anywhere.
1919
</div>
2020
</div>
2121
<div id="tutorials" class="text-center">
22-
<h2 class="second-level-header">New to Binder? Get started with a <a href="https://the-turing-way.netlify.app/communication/binder/zero-to-binder.html" target="_blank">Zero-to-Binder tutorial</a> in Julia, Python, or R.</h2>
22+
<h2>New to Binder? Get started with a <a href="https://the-turing-way.netlify.app/communication/binder/zero-to-binder.html" target="_blank">Zero-to-Binder tutorial</a> in Julia, Python, or R.</h2>
2323
</div>
2424
{% endblock header %}
2525

0 commit comments

Comments
 (0)