File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
< nav class ="navbar navbar-expand-lg navbar-light bg-light " id ="main-menu ">
4
4
5
5
< a class ="navbar-brand " href ="//bokeh.org " id ="logo ">
6
- < img src ="https://static.bokeh.org/logos/logotype.svg " height ="30 " width ="110 " />
6
+ < img src ="https://static.bokeh.org/logos/logotype.svg " alt =" Bokeh " height ="30 " width ="110 " />
7
7
</ a >
8
8
9
9
< button class ="navbar-toggler ml-auto hidden-sm-up float-xs-left " type ="button " data-toggle ="collapse " data-target ="#navbarContent " aria-controls ="navbarContent " aria-expanded ="false " aria-label ="Toggle navigation ">
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ <h2>Common Scenarios</h2>
54
54
{% else %}
55
55
< div class ="tab-pane " id ="tab-{{ item.short }} " role ="tabpanel " aria-labelledby ="{{ item.short }}-tab ">
56
56
{% endif %}
57
- < img src ="/img/{{ item.image }} " class ="pb-2 scenarios-image " style ="width: 400px; height: 280px " />
57
+ < img src ="/img/{{ item.image }} " alt =" {{ item.title }} " class ="pb-2 scenarios-image " style ="width: 400px; height: 280px " />
58
58
< div class ="container-fluid ">
59
59
< h4 > {{ item.description }}</ h4 >
60
60
{{ item.content }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h2>User Showcase</h2>
15
15
{% assign items = site.users | sort: 'order' %}
16
16
{% for item in items %}
17
17
< div class ="col-lg-3 col-md-6 col-sm-6 ">
18
- < img src ="/img/{{ item.image }} " />
18
+ < img src ="/img/{{ item.image }} " alt =" {{ item.name }} " />
19
19
</ div >
20
20
< div class ="col-lg-3 col-md-6 col-sm-6 ">
21
21
< h4 > {{ item.name }}</ h4 >
You can’t perform that action at this time.
0 commit comments