Adds h-card

This commit is contained in:
2026-03-13 17:09:31 -07:00
parent 59c6c6db3e
commit b5f2d9af0b
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -32,6 +32,11 @@ import Blazestar from './Blazestar.astro';
</a> </a>
</div> </div>
</nav> </nav>
<div class="h-card">
<img class="u-photo" src="/public/photos/Bingley Business.jpg" />
<a class="p-name u-url" href="https://www.blazestar.net">Drew Haven</a>
a.k.a. <span class="p-nickname">Periodic</span>
</div>
</header> </header>
<style> <style>
header { header {
@@ -82,4 +87,8 @@ import Blazestar from './Blazestar.astro';
flex-direction: column; flex-direction: column;
} }
} }
.h-card {
display: none;
}
</style> </style>