This commit is contained in:
n_u
2026-08-28 18:33:04 -05:00
parent 6bc9187854
commit c8aa4770f0
59 changed files with 221 additions and 39 deletions
+3 -2
View File
@@ -1,11 +1,12 @@
---
layout: layouts/base.njk
title: Nathan Upchurch | Blank
description: Nathans badge / button wall.
title: Nathan Upchurch | Badges
structuredData: none
---
<article data-pagefind-body>
<h1>Badge collection</h1>
<p>Here are some badges I picked up around the web. If you see your badge here and would like a link attached, <a href="/me">let me know!</a></p>
<p>Here are some badges I picked up around the web. If you see your badge here and would like a link attached, <a href="/me">let me know!</a> No hotlinking please.</p>
<div class="badges">
{% for badge in badges.badges %}
{% if badge.linkURL %}<a href="{{ badge.linkURL }}">{% endif %}<img alt="{{ badge.altText }}" src="{{ badges.imgBaseUrl }}{{ badge.imageURL }}">{% if badge.linkURL %}</a>{% endif %}