Cats are cool

Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
Alexander J 2022-05-17 12:28:38 +02:00
parent 146b483678
commit 5ac84b8a07
4 changed files with 16 additions and 0 deletions

View File

@ -108,6 +108,11 @@ a:hover {
background-color: #ffcc55;
}
.catcolored:hover {
box-shadow: 0 0.2em 0.2em -0.2em #f1f2ff;
background-color: #f1f2ff;
}
.matrixcolored {
background-color: #fff;
color: #000;

BIN
src/assets/images/Cat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -2,6 +2,11 @@
title: Members of the project
description: A list of the members of Project Segfault!
---
<script lang="ts">
import DevnolNamesACat from "../assets/images/DevnolNamesACat.png";
import Cat from "../assets/images/Cat.png";
</script>
<div class="oh-fuck-center">
@ -24,4 +29,10 @@ Chief Gaming Officer, web developer and occasional service borker.
Owner of our Helios server in Greece.
<p><a href="https://devnol.github.io" class="button">His website</a><a href="https://social.projectsegfau.lt/Panos" class="button pleromacolored">His Pleroma account</a></p>
<h2 style="color: #f1f2ff"><a href={DevnolNamesACat} target="_blank" style="color: #f1f2ff; text-decoration: underline;">"Segfault"</a></h2>
Chief Cuteness Officer
<p><a href={Cat} target="_blank" class="button catcolored">Selfie</a><p>
</div>