Skip to content

Commit 0607ace

Browse files
committed
fixed alt text
1 parent 8d3cbd0 commit 0607ace

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

gallery/index.html

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,6 @@ <h4>Below are instances of GeoNode being used for achieving success across a wid
1414
</div>
1515
</div>
1616
</section>
17-
<section class="body">
18-
<div class="container">
19-
<div class="row">
20-
<div class="hide btn btn-success">
21-
<nav class="subnav">
22-
<h5>Entries by Region:</h5>
23-
<ul class="unstyled">
24-
<li><a href="#africa"><strong>Africa</strong></a></li>
25-
<li><a href="#americas"><strong>Americas</strong></a></li>
26-
<li><a href="#asiapacific"><strong>Asia Pacific</strong></a></li>
27-
<li><a href="#europe"><strong>Europe</strong></a></li>
28-
<li><a href="#worldwide"><strong>World Wide</strong></a></li>
29-
</ul>
30-
</nav>
31-
</div>
32-
</div>
33-
</div>
34-
</section>
3517

3618
{% for item in site.data.gallery %}
3719
{% assign loopindex = forloop.index | modulo: 2 %}
@@ -53,11 +35,11 @@ <h4>{{ item.subtitle }}</h4>
5335
</div>
5436
</div>
5537
<div class="span5">
56-
<a href="{{ item.url }}" target="_new"><img src="../static/img/{{ item.image }}" width="325" height="168" alt="InnovationLab" class="feature-img thumbnail" /></a>
38+
<a href="{{ item.url }}" target="_new"><img src="../static/img/{{ item.image }}" width="325" height="168" alt="{{ item.title }}" class="feature-img thumbnail" /></a>
5739
</div>
5840
{% else %}
5941
<div class="span5">
60-
<a href="{{ item.url }}" target="_new"><img src="../static/img/{{ item.image }}" width="325" height="168" alt="InnovationLab" class="feature-img thumbnail" /></a>
42+
<a href="{{ item.url }}" target="_new"><img src="../static/img/{{ item.image }}" width="325" height="168" alt="{{ item.title }}" class="feature-img thumbnail" /></a>
6143
</div>
6244
<div class="span7">
6345
<div class="highlighted-box">

0 commit comments

Comments
 (0)