Adds h-card
This commit is contained in:
BIN
public/photos/Bingley Business.jpg
Normal file
BIN
public/photos/Bingley Business.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
@@ -32,6 +32,11 @@ import Blazestar from './Blazestar.astro';
|
||||
</a>
|
||||
</div>
|
||||
</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>
|
||||
<style>
|
||||
header {
|
||||
@@ -82,4 +87,8 @@ import Blazestar from './Blazestar.astro';
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.h-card {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user