{% for member in site.data.people.contributors.individuals %} {% if member.name != null and member.name != "" %} - {{ member.name }} {% endif %}{% if member.github != null and member.github != "" %} [![Github](https://img.shields.io/badge/{{ member.github }}-%23202025?style=plastic&logo=Github)](https://github.com/{{ member.github }}){:target="_blank"} {% endif %} {% if member.linkedin != null and member.linkedin != "" %} [![LinkedIn](https://img.shields.io/badge/Contact%20Me-%230A66C2?logo=LinkedIn&logoColor=%23whiteC2&style=plastic)](https://www.linkedin.com/in/{{ member.linkedin }}/){:target="_blank"} {% endif %} {% if member.twitter != null and member.twitter != "" %} [![Twitter](https://img.shields.io/badge/@{{ member.twitter }}-%230A66C2?logo=Twitter&logoColor=%23whiteC2&style=plastic)](https://twitter.com/{{member.twitter}}){:target="_blank"}{% endif %} {% if member.description != null and member.description != "" %} - {{ member.description }} {% endif %} {% endfor %}