socials card testing
This commit is contained in:
parent
bca64b7c71
commit
1ef06d965c
2 changed files with 81 additions and 15 deletions
46
index.html
46
index.html
|
|
@ -14,10 +14,11 @@
|
|||
|
||||
<div class="pixel-corners">
|
||||
<div class="intro-box">
|
||||
<header class="intro-info">
|
||||
<div class="pixel-corners--wrapper">
|
||||
<div class="pfp"> <img class="pfp-image" src="/assets/pfp.gif" alt="my profile picture, which is most likely a grey yoshi"> </div>
|
||||
</div>
|
||||
<div class="pixel-corners--wrapper">
|
||||
<div class="pfp"> <img class="pfp-image" src="/assets/pfp.gif" alt="my profile picture, which is most likely a grey yoshi"> </div>
|
||||
</div>
|
||||
|
||||
<header class="intro-text">
|
||||
<h1 class="site-intro">hey, i'm ruben.</h1>
|
||||
<h2 class="site-subtitle">welcome to my site.</h2>
|
||||
<nav>
|
||||
|
|
@ -30,7 +31,42 @@
|
|||
<div class="pixel-corners">
|
||||
<article class="links-n-socials">
|
||||
<h1>~/links-n-socials</h1>
|
||||
<p>wip xdd</p>
|
||||
<p>(in order of most prefered to least prefered!)</p>
|
||||
|
||||
<section class="social-lists">
|
||||
<section class="social-links">
|
||||
<h2>socials</h2>
|
||||
<ul>
|
||||
<li class="fedi">@sneexy<small>@<a href="https://lea.pet/@sneexy" target="_blank">lea.pet</a></small></li>
|
||||
<li class="revolt">Sneexy#3963<small>@<a href="https://revolt.chat" target="_blank">revolt.chat</a></small></li>
|
||||
<li class="matrix">@sneexy<small>:<a href="https://matrix.to/#/@sneexy:tchncs.de" target="_blank">tchncs.de</a></small></li>
|
||||
<li class="xmpp">sneexy<small>@<a href="xmpp:sneexy@trashserver.net" target="_blank">trashserver.net</a></small></li>
|
||||
<li class="shitcord">Sneexy#6488<small>@<a href="https://discord.com" target="_blank">discord.com</a></small></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="social-links">
|
||||
<h2>others</h2>
|
||||
<ul>
|
||||
<li class="fedi">@sneexy<small>@<a href="https://lea.pet/@sneexy" target="_blank">lea.pet</a></small></li>
|
||||
<li class="revolt">Sneexy#3963<small>@<a href="https://revolt.chat" target="_blank">revolt.chat</a></small></li>
|
||||
<li class="matrix">@sneexy<small>:<a href="https://matrix.to/#/@sneexy:tchncs.de" target="_blank">tchncs.de</a></small></li>
|
||||
<li class="xmpp">sneexy<small>@<a href="xmpp:sneexy@trashserver.net" target="_blank">trashserver.net</a></small></li>
|
||||
<li class="shitcord">Sneexy#6488<small>@<a href="https://discord.com" target="_blank">discord.com</a></small></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="social-links">
|
||||
<h2>misc.</h2>
|
||||
<ul>
|
||||
<li class="fedi">@sneexy<small>@<a href="https://lea.pet/@sneexy" target="_blank">lea.pet</a></small></li>
|
||||
<li class="revolt">Sneexy#3963<small>@<a href="https://revolt.chat" target="_blank">revolt.chat</a></small></li>
|
||||
<li class="matrix">@sneexy<small>:<a href="https://matrix.to/#/@sneexy:tchncs.de" target="_blank">tchncs.de</a></small></li>
|
||||
<li class="xmpp">sneexy<small>@<a href="xmpp:sneexy@trashserver.net" target="_blank">trashserver.net</a></small></li>
|
||||
<li class="shitcord">Sneexy#6488<small>@<a href="https://discord.com" target="_blank">discord.com</a></small></li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue