ahgdfjhgdfhjsg

This commit is contained in:
I-Have-An-Issue 2022-10-09 16:10:55 -04:00
parent ff678bc033
commit b61e805b25
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,18 @@
<div class="mx-auto rounded-lg shadow border border-gray-300 flex p-2">
<img class="rounded-full border-2 border-grey-300 w-36 h-36 px-2 shadow-lg" src="" alt="" />
<div class="flex flex-col place-content-between">
<p>{"KILL"}</p>
<div class="flex">
<p><a href="/users/id/friends">0</a> Friends</p>
<p><a href="/users/id/followers">0</a> Followers</p>
<p><a href="/users/id/following">0</a> Following</p>
</div>
</div>
<span class="flex-grow" />
<div class="flex flex-col place-content-between place-self-end">
<div class="flex">
<button>Message</button>
<button>Add Friend</button>
</div>
</div>
</div>