You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: binderhub/templates/index.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@
13
13
<divclass="col-lg-10 col-lg-offset-1">
14
14
{% block header %}
15
15
<divid="header" class="text-center">
16
-
<h3>Turn a Git repo into a collection of interactive notebooks</h3>
16
+
<h1>Turn a Git repo into a collection of interactive notebooks</h1>
17
17
<divid="explanation">
18
18
Have a repository full of Jupyter notebooks? With Binder, open those notebooks in an executable environment, making your code immediately reproducible by anyone, anywhere.
19
19
</div>
20
20
</div>
21
21
<divid="tutorials" class="text-center">
22
-
<h4>New to Binder? Get started with a <ahref="https://the-turing-way.netlify.app/communication/binder/zero-to-binder.html" target="_blank">Zero-to-Binder tutorial</a> in Julia, Python, or R.</h4>
22
+
<h2>New to Binder? Get started with a <ahref="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>
23
23
</div>
24
24
{% endblock header %}
25
25
@@ -99,15 +99,15 @@ <h4 id="form-header" class='row'>Build and launch a repository</h4>
<label>Expand to see the text below, paste it into your README to show a binder badge: <imgid="badge" src="{{static_url("images/badge_logo.svg")}}"></label>
102
+
<label>Expand to see the text below, paste it into your README to show a binder badge: <imgid="badge" src="{{static_url("images/badge_logo.svg")}}" alt="Binder badge logo"></label>
0 commit comments