Skip to content

Commit

Permalink
members convert to https links
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter authored Sep 27, 2023
1 parent 0c792f7 commit b1929e4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions members/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@ <h1>DeepMI Lab Members</h1>
<a style="overflow-wrap: break-word;" href= "{{person.website}}">{{person.website}}</a> <br>
{% endif %}
{% if person.orcid %}
<a href="http://orcid.org"><img class="inline-block mem-icon" src="/static/img/logos/orcidid_logo.svg" alt="orcid"></a>
<a href="http://orcid.org/{{person.orcid}}"> {{person.orcid}}</a> <br>
<a href="https://orcid.org"><img class="inline-block mem-icon" src="/static/img/logos/orcidid_logo.svg" alt="orcid"></a>
<a href="https://orcid.org/{{person.orcid}}"> {{person.orcid}}</a> <br>
{% endif %}
{% if person.linkedin %}
<a href="http://www.linkedin.com"><img class="inline-block mem-icon" src="/static/img/logos/lin_logo.svg" alt="linkedin"></a>
<a href= "http://www.linkedin.com/in/{{person.linkedin}}"> {{person.linkedin}} </a> <br>
<a href="https://www.linkedin.com"><img class="inline-block mem-icon" src="/static/img/logos/lin_logo.svg" alt="linkedin"></a>
<a href= "https://www.linkedin.com/in/{{person.linkedin}}"> {{person.linkedin}} </a> <br>
{% endif %}
{% if person.scholar %}
<a href="http://scholar.google.com"><img class="inline-block mem-icon" src="/static/img/logos/gscholar_logo.svg" alt="gscholar"></a>
<a href= "http://scholar.google.com/citations?user={{person.scholar}}"> Scholar Citations </a> <br>
<a href="https://scholar.google.com"><img class="inline-block mem-icon" src="/static/img/logos/gscholar_logo.svg" alt="gscholar"></a>
<a href= "https://scholar.google.com/citations?user={{person.scholar}}"> Scholar Citations </a> <br>
{% endif %}
{% if person.twitter %}
<a href="http://twitter.com"><img class="inline-block mem-icon" src="/static/img/logos/twitter_logo.svg" alt="twitter"></a>
<a href= "http://twitter.com/{{person.twitter}}"> @{{person.twitter}} </a> <br>
<a href="https://twitter.com"><img class="inline-block mem-icon" src="/static/img/logos/twitter_logo.svg" alt="twitter"></a>
<a href= "https://twitter.com/{{person.twitter}}"> @{{person.twitter}} </a> <br>
{% endif %}
{% if person.github %}
<a href="http://github.com"><img class="inline-bloc mem-icon" src="/static/img/logos/github_logo.svg" alt="github"></a>
<a href= "http://github.com/{{person.github}}"> {{person.github}} </a> <br>
<a href="https://github.com"><img class="inline-bloc mem-icon" src="/static/img/logos/github_logo.svg" alt="github"></a>
<a href= "https://github.com/{{person.github}}"> {{person.github}} </a> <br>
{% endif %}
</p>
</div>
Expand Down

0 comments on commit b1929e4

Please sign in to comment.