update github icon at team page

This commit is contained in:
2022-02-21 22:21:53 +02:00
parent 5ea35cc4f5
commit 1ee52076dd

View File

@@ -26,10 +26,19 @@
:href="$page.person.linkedin" :href="$page.person.linkedin"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
class="text-gray-400 hover:text-black" class="text-gray-400 hover:text-black mr-2"
> >
<font-awesome :icon="['fab', 'linkedin']" /> <font-awesome :icon="['fab', 'linkedin']" />
</a> </a>
<a
v-if="$page.person.github"
:href="$page.person.github"
target="_blank"
rel="noopener noreferrer"
class="text-gray-400 hover:text-black"
>
<font-awesome :icon="['fab', 'github']" />
</a>
</h1> </h1>
<p class="text-gray-700 text-xl" v-if="$page.person.bio"> <p class="text-gray-700 text-xl" v-if="$page.person.bio">
@@ -132,6 +141,7 @@
bio bio
excerpt excerpt
linkedin linkedin
github
websites websites
countries countries
cities cities