-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,12 +34,12 @@ let blogs = allPosts.sort( | |
})} | ||
</ul> | ||
<div class="my-8 h-[2px] px-16 bg-bg3 inline-block"></div> | ||
<p class="text-[20px] text-bright">I am available at <a href="https://discord.com/users/715825910611443722" class="text-fg underline">discord</a></span>, <a href="https://reddit.com/u/ChadCat5207" class="text-fg underline">reddit</a> and ofc <a href="https://github.com/chadcat7" class="text-fg underline">github</a>. You can also contact me via my mail adress <span class="text-fg">[email protected]</span>. Anyways here are some of my cool friends, do give them a follow. | ||
<p class="text-[20px] text-bright">I am available at <a target="_blank" href="https://discord.com/users/715825910611443722" class="text-fg underline">discord</a></span>, <a href="https://reddit.com/u/ChadCat5207" target="_blank" class="text-fg underline">reddit</a> and ofc <a target="_blank" href="https://github.com/chadcat7" class="text-fg underline">github</a>. You can also contact me via my mail adress <span class="text-fg">[email protected]</span>. Anyways here are some of my cool friends, do give them a follow. | ||
<div class="flex gap-[6px] mt-4"> | ||
<a href="https://github.com/ni5arga"><img class="rounded-full h-8" src="https://avatars.githubusercontent.com/u/45588772?v=4" alt="ni5arga"></a> | ||
<a href="https://github.com/dharmx"><img class="rounded-full h-8" src="https://avatars.githubusercontent.com/u/80379926?v=4" alt="dharmx"></a> | ||
<a href="https://github.com/nermalcat69"><img class="rounded-full h-8" src="https://avatars.githubusercontent.com/u/73933669?v=4" alt="nermal"></a> | ||
<a href="https://github.com/ditherwither"><img class="rounded-full h-8" src="https://avatars.githubusercontent.com/u/65118061?v=4" alt="dither"></a> | ||
<a href="https://github.com/ni5arga" target="_blank"><img class="rounded-full h-8" src="https://avatars.githubusercontent.com/u/45588772?v=4" alt="ni5arga"></a> | ||
<a href="https://github.com/dharmx" target="_blank"><img class="rounded-full h-8" src="https://avatars.githubusercontent.com/u/80379926?v=4" alt="dharmx"></a> | ||
<a href="https://github.com/nermalcat69" target="_blank"><img class="rounded-full h-8" src="https://avatars.githubusercontent.com/u/73933669?v=4" alt="nermal"></a> | ||
<a href="https://github.com/ditherwither" target="_blank"><img class="rounded-full h-8" src="https://avatars.githubusercontent.com/u/65118061?v=4" alt="dither"></a> | ||
</div> | ||
</p> | ||
</div> | ||
|