resbazaz / website

Gather together a group to skill-share, co-work, and create community
https://researchbazaar.arizona.edu/
2 stars 13 forks source link

Bio pic icons need to be removed when an image is being used #41

Closed Gchism94 closed 1 year ago

Gchism94 commented 1 year ago

The bios for Jaime Yazzie and Valeria Pfeifer have images and font awesome icons stacked. The font awesome icons need to be removed.

Might be diagnosable after reviewing how this script works (?): https://github.com/resbazaz/studyGroup/blob/gh-pages/_includes/team.html

Gchism94 commented 1 year ago

Might be diagnosable after reviewing how this script works (?): https://github.com/resbazaz/studyGroup/blob/gh-pages/_includes/team.html

Maybe not. I thought it could be from this chunk, but I can't see how it would do both an image and icon?

28 {% if member.headshot %} 29 <img class="img-circle img-responsive" width="96" src="img/team/{{ member.headshot }}" alt="{{ member.name }}"> 30 {% endif %}

Aariq commented 1 year ago

They only thing they seem to have in common is that they don't have github links. Maybe commenting that out in the members.yml? I don't know how to build the site locally to test it though.

Gchism94 commented 1 year ago

Like this, I guess? - https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll

I'll play with it tomorrow or Friday.