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>
|
</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user