Created
April 22, 2022 15:25
-
-
Save blacksmithop/c0805fa285a77171155782caef4b5317 to your computer and use it in GitHub Desktop.
Github user stats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body class="bg-black"> | |
| <div class="bg-white rounded-3xl border-solid border-7 border-purple-900 container mx-auto w-1/4 h-2/3 font-mono"> | |
| <div class="text-center py-2 space-y-1"> | |
| <div class="space-y-0.5"> | |
| <img class="rounded-full border-solid border-black border-3 border-opacity-20 h-24 " src="https://github.com/blacksmithop.png " alt="Your avatar " /> | |
| <p class="text-3xl font-semibold ">Username</p> | |
| <p class="text-md text-emerald-600 ">60320192</p> | |
| <p class="animate-bounce py-2"> | |
| <a style="text-decoration: none;" target="_blank" href="https://github.com/blacksmithop">🔗</a> | |
| </p> | |
| <p class="inline-block">Followers:</p> | |
| <button class="rounded-xl px-4 py-2 bg-green-500 text-md hover:bg-green-600 text-gray-100"> | |
| vv | |
| </button> | |
| <div class="block"></div> | |
| <p class="inline-block">Following:</p> | |
| <button class="rounded-xl px-4 py-2 bg-green-500 text-md hover:bg-green-600 text-gray-100"> | |
| xx | |
| </button> | |
| <p class="inline-block">Repositories:</p> | |
| <button class="rounded-xl px-4 py-2 bg-green-500 text-md hover:bg-green-600 text-gray-100"> | |
| yy | |
| </button> | |
| <div class="block"></div> | |
| <p class="inline-block">Gists:</p> | |
| <button class="rounded-xl px-4 py-2 bg-green-500 text-md hover:bg-green-600 text-gray-100"> | |
| zz | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment