Indicate that panquia is on fire
This commit is contained in:
@@ -40,8 +40,9 @@ import { projects } from "@/data/projects";
|
||||
<p>…and other things that I'm forgetting right now.</p>
|
||||
<p>
|
||||
I have two server machines at home — a Dell OptiPlex 780 and a Dell
|
||||
Latitude E5520. One of them is a laptop and I'm surprised it hasn't burnt
|
||||
up yet.
|
||||
Latitude E5520. One of them is a laptop and
|
||||
<s>I'm surprised it hasn't burnt up yet </s>
|
||||
<span class="redphasis">it has burnt up.</span>
|
||||
</p>
|
||||
<h3>OptiPlex 780 ("asvyn")</h3>
|
||||
<ul>
|
||||
@@ -58,6 +59,10 @@ import { projects } from "@/data/projects";
|
||||
<li><strong>RAM:</strong> 10 GB</li>
|
||||
<li><strong>Storage:</strong> 300 GB hard drive</li>
|
||||
<li><strong>OS:</strong> Arch Linux</li>
|
||||
<li>
|
||||
<strong>Status: </strong>
|
||||
<span class="redphasis">ON FIRE.</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</template>
|
||||
@@ -71,4 +76,9 @@ ul {
|
||||
margin: 0;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.redphasis {
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
|
@@ -36,7 +36,12 @@
|
||||
>
|
||||
Kobo Cloud
|
||||
</ServiceCard>
|
||||
<ServiceCard name="Plex" href="https://plex.eggworld.me" img="plex.webp">
|
||||
<ServiceCard
|
||||
name="Plex"
|
||||
href="https://plex.eggworld.me"
|
||||
img="plex.webp"
|
||||
broken
|
||||
>
|
||||
Ad-filled media server
|
||||
</ServiceCard>
|
||||
|
||||
@@ -44,6 +49,7 @@
|
||||
name="Jellyfin"
|
||||
href="https://jellyfin.eggworld.me"
|
||||
img="jellyfin.webp"
|
||||
broken
|
||||
>
|
||||
FOSS media server
|
||||
</ServiceCard>
|
||||
@@ -52,7 +58,8 @@
|
||||
name="Minecraft"
|
||||
href="minecraft.eggworld.me"
|
||||
img="minecraft.webp"
|
||||
:unclickable="true"
|
||||
unclickable
|
||||
broken
|
||||
>
|
||||
Whitelisted
|
||||
</ServiceCard>
|
||||
|
Reference in New Issue
Block a user