File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11< nav class ="navigation ">
22 < h2 > Navigation</ h2 >
3- < a id ="menu-button " href ="# ">
3+ < a id ="menu-button " href ="# " aria-hidden =" true " >
44 < i class ="fa fa-bars "> </ i >
55 < i class ="fa fa-times "> </ i >
66 </ a >
Original file line number Diff line number Diff line change 33 < figure >
44 {% if group_members.size == 2 or group_members.size == 3 %}
55 {% for member in group_members %}
6- < a href ="{{ member.url }} "> < img src ="/images/people/{{ member.photo }} " /> </ a >
6+ < a href ="{{ member.url }} " aria-label =" Profile image of {{ person.name }} " > < img src ="/images/people/{{ member.photo }} " aria-hidden =" true " /> </ a >
77 {% endfor %}
88 {% else %}
9- < a href ="{{ person.url }} "> < img src ="/images/people/{{ person.photo }} " /> </ a >
9+ < a href ="{{ person.url }} " aria-label =" Profile image of {{ person.name }} " > < img src ="/images/people/{{ person.photo }} " aria-hidden =" true " /> </ a >
1010 {% endif %}
1111 </ figure >
1212 </ div >
Original file line number Diff line number Diff line change 11< ul class ="social-links new-window ">
22 < li >
3- < a href ="http ://twitter.com/share?text={{ include.post.title | uri_escape }}&url=http ://{{ site.name }}{{ include.post.url | uri_escape }}&via=tw_arts "> < i class ="fab fa-twitter "> </ i > </ a >
3+ < a href ="https ://twitter.com/share?text={{ include.post.title | uri_escape }}&url=https ://{{ site.name }}{{ include.post.url | uri_escape }}&via=tw_arts " aria-label =" Twitter " > < i class ="fab fa-twitter " aria-hidden =" true "> </ i > </ a >
44 </ li >
55 < li >
6- < a href ="http ://www.facebook.com/sharer/sharer.php?title={{ include.post.title | uri_escape }}&u=http ://{{ site.name }}{{ include.post.url | uri_escape }} "> < i class ="fab fa-facebook "> </ i > </ a >
6+ < a href ="https ://www.facebook.com/sharer/sharer.php?title={{ include.post.title | uri_escape }}&u=https ://{{ site.name }}{{ include.post.url | uri_escape }} " aria-label =" Facebook " > < i class ="fab fa-facebook " aria-hidden =" true "> </ i > </ a >
77 </ li >
88 < li >
9- < a href ="http ://www.tumblr.com/share?v=3&t={{ include.post.title | uri_escape }}&u=http ://{{ site.name }}{{ include.post.url | uri_escape }} "> < i class ="fab fa-tumblr "> </ i > </ a >
9+ < a href ="https ://www.tumblr.com/share?v=3&t={{ include.post.title | uri_escape }}&u=https ://{{ site.name }}{{ include.post.url | uri_escape }} " aria-label =" Tumblr " > < i class ="fab fa-tumblr " aria-hidden =" true "> </ i > </ a >
1010 </ li >
1111</ ul >
You can’t perform that action at this time.
0 commit comments