Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Houtan Bastani
website
Commits
568939f4
Commit
568939f4
authored
Oct 19, 2018
by
Houtan Bastani
Browse files
add alt tag to images
parent
9b17e838
Changes
1
Hide whitespace changes
Inline
Side-by-side
about.md
View file @
568939f4
...
...
@@ -27,7 +27,7 @@ of their time to software development.
{% if mod == 0 or forloop.first %}
{% endif %}
<div
class=
"dynare_team_column"
>
{% if team_member.webpage %}
<a
href=
"{{ team_member.webpage }}"
>
{% endif %}
<img
class=
"avatar"
src=
"{{ team_member.img }}"
/>
{% if team_member.webpage %}
<a
href=
"{{ team_member.webpage }}"
>
{% endif %}
<img
class=
"avatar"
src=
"{{ team_member.img }}"
alt=
"Photo of {{ team_member.name }}"
/>
<p>
{{ team_member.name }}
<br>
{{ team_member.affiliation }}
</p>
{% if team_member.webpage %}
</a>
{% endif %}
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment