This commit is contained in:
parent
f698e04906
commit
3dfac0a823
2 changed files with 17 additions and 8 deletions
|
|
@ -1,25 +1,31 @@
|
|||
<card-container>
|
||||
<card-entry id="sneexy">
|
||||
<card-entry sneexy>
|
||||
<h3><a href="#sneexy">Sneexy <small>(Ruben)</small></a></h3>
|
||||
<p>Current webmaster; <span title="Not literally - in reference to my synth/sona's capability to run software and store endless amounts of data thanks to advanced Goo-Storage™ technology.">Hardware host <small><i>(slosh!~)</i></small></span>; Admin.</p>
|
||||
<buttons-container>
|
||||
<a button href="https://sneexy.synth.download" aria-label="Personal Page">
|
||||
<icon-tabler arrow-forward></icon-tabler>
|
||||
</a>
|
||||
<a button href="https://ko-fi.com/sneexy" aria-label="Donate">
|
||||
<icon-tabler currency-dollar></icon-tabler>
|
||||
</a>
|
||||
</buttons-container>
|
||||
<img sona src="/assets/admins/sneexy.svg" alt="">
|
||||
</card-entry>
|
||||
<card-entry id="senil">
|
||||
<card-entry senil>
|
||||
<h3><a href="#senil">Senil</a></h3>
|
||||
<p>Maintainer; Admin.</p>
|
||||
<buttons-container>
|
||||
<a button href="https://senil.me" aria-label="Website">
|
||||
<icon-tabler external-link></icon-tabler>
|
||||
</a>
|
||||
<a button href="https://ko-fi.com/senil" aria-label="Donate">
|
||||
<icon-tabler currency-dollar></icon-tabler>
|
||||
</a>
|
||||
</buttons-container>
|
||||
<img sona src="/assets/admins/senil.png" alt="">
|
||||
</card-entry>
|
||||
<card-entry id="unnick">
|
||||
<card-entry unnick>
|
||||
<h3><a href="#unnick">unnick</a></h3>
|
||||
<p>Admin.</p>
|
||||
<buttons-container>
|
||||
|
|
@ -29,13 +35,16 @@
|
|||
</buttons-container>
|
||||
<img sona src="/assets/admins/unnick.png" alt="">
|
||||
</card-entry>
|
||||
<card-entry id="zenfyr">
|
||||
<card-entry zenfyr>
|
||||
<h3><a href="#zenfyr">zenfyr</a></h3>
|
||||
<p>Maintainer; Admin.</p>
|
||||
<buttons-container>
|
||||
<a button href="https://zenfyr.dev" aria-label="Website">
|
||||
<icon-tabler external-link></icon-tabler>
|
||||
</a>
|
||||
<a button href="https://zenfyr.dev/donate" aria-label="Donate">
|
||||
<icon-tabler currency-dollar></icon-tabler>
|
||||
</a>
|
||||
</buttons-container>
|
||||
<img sona src="/assets/admins/zenfyr.png" alt="">
|
||||
</card-entry>
|
||||
|
|
|
|||
|
|
@ -31,11 +31,11 @@ article#admins card-container card-entry {
|
|||
transition: 0.2s;
|
||||
}
|
||||
|
||||
&#sneexy {
|
||||
&[sneexy] {
|
||||
--accent: #65ff88;
|
||||
}
|
||||
|
||||
&#senil {
|
||||
&[senil] {
|
||||
--accent: #008E54;
|
||||
|
||||
buttons-container a[button]:hover {
|
||||
|
|
@ -47,7 +47,7 @@ article#admins card-container card-entry {
|
|||
}
|
||||
}
|
||||
|
||||
&#unnick {
|
||||
&[unnick] {
|
||||
--accent: #0094FF;
|
||||
|
||||
buttons-container a[button]:hover {
|
||||
|
|
@ -59,7 +59,7 @@ article#admins card-container card-entry {
|
|||
}
|
||||
}
|
||||
|
||||
&#zenfyr {
|
||||
&[zenfyr] {
|
||||
--accent: #e05188;
|
||||
|
||||
buttons-container a[button]:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue