Skip to content

Commit 634bda7

Browse files
authored
Merge pull request jupyter#107 from willingc/html-error
Correct html errors
2 parents eb1470e + 3e9a107 commit 634bda7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<span class="icon-bar"></span>
1111
</button>
1212
<a class="navbar-brand" href="{{site.baseurl}}/index.html">
13-
<img src="{{site.baseurl}}/assets/nav_logo.svg" style="height:45px;">
13+
<img src="{{site.baseurl}}/assets/nav_logo.svg" style="height:45px;" alt="Jupyter logo">
1414
</a>
1515
</div>
1616
<!-- Collect the nav links, forms, and other content for toggling -->

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2 style="text-align:center;">Currently in use at</h2>
105105
<a href="http://developer.rackspace.com"><li class="col"><img src="assets/rackspace.svg" class="greydout" alt="Rackspace" height="60" width="200"></li></a>
106106
<a href="https://www.quantopian.com/"><li class="col"><img src="assets/quantopian.svg" class="greydout" alt="Quantopian" height="60" width="118"></li></a>
107107
<a href="http://www.netapp.com/us/"><li class="col"><img src="assets/netapp.svg" class="greydout" alt="NetApp" height="60" width="344"></li></a>
108-
<a href="https://software-carpentry.org/"><li class="col"><img src="assets/carpentry.svg" class="greydout" alt="Carpentry" height="60" width="131"></li></a>
108+
<a href="https://software-carpentry.org"><li class="col"><img src="assets/carpentry.svg" class="greydout" alt="Carpentry" height="60" width="131"></li></a>
109109
<a href="https://www.janelia.org/"><li class="col"><img src="assets/janelia.svg" class="greydout" alt="Janelia" height="60" width="178"></li></a>
110110
<a href="http://codeneuro.org/"><li class="col"><img src="assets/codeneuro.svg" class="greydout" alt="CodeNeuro" height="60" width="296"></li></a>
111111
<a href=""><li class="col"><img src="assets/nsite.svg" class="greydout" alt="NSite" height="50" width="94"></li></a>
@@ -206,7 +206,7 @@ <h3>Interactive Computing Protocol</h3>
206206
<div class="arcfeature" id="kernel">
207207
<div class="container">
208208
<div class="front3">
209-
<img src="assets/kernel.svg">
209+
<img src="assets/kernel.svg" alt="icon that looks like a terminal represents kernel">
210210
<a class="arc-button bt2">Learn more</a>
211211
</div>
212212
<div class="front3 flipped content-back">

0 commit comments

Comments
 (0)