bro i hate css so much
This commit is contained in:
parent
0bdae85d24
commit
b45f307478
File diff suppressed because it is too large
Load Diff
|
|
@ -12,6 +12,7 @@
|
|||
/* IMPORTS */
|
||||
@import url(fonts.css);
|
||||
@import url(picker.css);
|
||||
@import url(discord.css);
|
||||
@import url(theme-switcher.css);
|
||||
@import url(themes/frappe.css);
|
||||
@import url(themes/latte.css);
|
||||
|
|
|
|||
|
|
@ -90,17 +90,23 @@
|
|||
<div>
|
||||
<h1 class="hey">My Socials</h1>
|
||||
</div>
|
||||
<h2 class="pronouns">(She/They)</h2>
|
||||
<div class="intro-text">
|
||||
A list of all of my socials
|
||||
</div>
|
||||
<br>
|
||||
<div id="discord"></div>
|
||||
<br>
|
||||
<h2 class="pronouns">Socials</h2>
|
||||
|
||||
<div class="links-socials">
|
||||
<a class="gitgay-link" href="https://git.gay/Ari" target="_blank" rel="noopener">Check out my
|
||||
Git.Gay</a>
|
||||
<a class="gitgay-link" href="https://github.com/AriTheStupidCat" target="_blank" rel="noopener">Check
|
||||
out my GitHub</a>
|
||||
<a class="gitgay-link" href="https://x.com/AriTheStupidCat" target="_blank" rel="noopener">Twitter</a>
|
||||
|
||||
<br>
|
||||
<h2 class="pronouns">Gaming</h2>
|
||||
<a class="gitgay-link" href="https://namemc.com/profile/4375b950-d06f-4a3a-ab0a-6234d4a4f077" target="_blank" rel="noopener">NameMC</a>
|
||||
<a class="gitgay-link" href="https://sky.shiiyu.moe/stats/4375b950-d06f-4a3a-ab0a-6234d4a4f077" target="_blank" rel="noopener">SkyCrypt</a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Reference in New Issue