Skip to content

Commit

Permalink
Add h-card
Browse files Browse the repository at this point in the history
  • Loading branch information
whitep4nth3r committed Nov 15, 2024
1 parent 4e65ab4 commit 4b6d1c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/_components/socialLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ function SocialLinks() {
<a href="/feed.xml" class="socialLinks__item" target="_blank" aria-label="Subscribe to RSS Feed">${FeedIcon()}</a>
</li>
</ul>
<div class="h-card" aria-hidden="true" style="display: none;">
<span class="p-name">Salma Alam-Naylor</span>
<span class="p-nickname">whitep4nth3r</span>
<div class="p-org">Sentry</div>
<img class="u-photo" src="https://images.ctfassets.net/56dzm01z6lln/69YokY1TvGVk37gCQmQJDo/c315f0996556c9c1f276d12d5f201a76/headshot_relaxed.png"/>
<a class="u-url" href="https://whitep4nth3r.com">w</a>,
<span class="p-locality">Manchester</span>,
<div class="p-country-name">UK</div>
<div class="p-category">Software Engineer</div>
</div>
`;
}

Expand Down

0 comments on commit 4b6d1c4

Please sign in to comment.