Skip to content

Commit

Permalink
get u-photo to work
Browse files Browse the repository at this point in the history
  • Loading branch information
WaylonWalker committed Dec 20, 2023
1 parent 58943aa commit 54fec6b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,14 @@
<div class='inner absolute'>
<a href="https://waylonwalker.com/" class="u-url u-uid flex gap-4 flex-wrap justify-center items-center"
rel="me">
<img class="u-photo w-16 h-16 rounded-full" src="https://images.waylonwalker.com/8bitc.png" />
<div class="w-16 h-16 rounded-full">
<style scoped>
.u-photo {
border-radius: 50%;
}
</style>
<img class="u-photo" src="https://images.waylonwalker.com/8bitc.png" />
</div>
<h1 class='flair'>Waylon Walker</h1>
</a>
<h2 class='font-bold'>Always Learning</h2>
Expand Down

0 comments on commit 54fec6b

Please sign in to comment.