mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-18 06:03:00 +05:30
Cats are cool
Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
parent
146b483678
commit
5ac84b8a07
@ -108,6 +108,11 @@ a:hover {
|
|||||||
background-color: #ffcc55;
|
background-color: #ffcc55;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.catcolored:hover {
|
||||||
|
box-shadow: 0 0.2em 0.2em -0.2em #f1f2ff;
|
||||||
|
background-color: #f1f2ff;
|
||||||
|
}
|
||||||
|
|
||||||
.matrixcolored {
|
.matrixcolored {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
BIN
src/assets/images/Cat.png
Normal file
BIN
src/assets/images/Cat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 MiB |
BIN
src/assets/images/DevnolNamesACat.png
Normal file
BIN
src/assets/images/DevnolNamesACat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
@ -2,6 +2,11 @@
|
|||||||
title: Members of the project
|
title: Members of the project
|
||||||
description: A list of the members of Project Segfault!
|
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">
|
<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.
|
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>
|
<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>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user