added xmpp

This commit is contained in:
2026-02-18 15:59:38 -05:00
parent 802bcead1b
commit 694220624b
2 changed files with 5 additions and 22 deletions

View File

@@ -681,23 +681,6 @@ table tbody tr:hover { background: var(--green-bg); }
line-height: 1.5;
}
.service-card-soon {
cursor: default;
opacity: .45;
border-style: dashed;
}
.service-card-soon:hover {
border-color: var(--border);
transform: none;
box-shadow: none;
opacity: .55;
}
.service-card-soon:hover h3 {
color: #fff;
}
/* ---------- bottom cards (support / contact) ---------- */
.bottom-card {
background: var(--bg-card);

View File

@@ -136,11 +136,11 @@
<h3>Wiki</h3>
<p>Documentation, guides &amp; knowledge base.</p>
</a>
<div class="service-card service-card-soon">
<div class="service-icon">🔮</div>
<h3>Coming Soon</h3>
<p>Who knows what we're up to next...</p>
</div>
<a href="xmpp://xmpp.supernets.org" class="service-card" target="_blank">
<div class="service-icon">✉️</div>
<h3>XMPP</h3>
<p>Federated instant messaging &amp; presence.</p>
</a>
</div>
</section>