added xmpp
This commit is contained in:
@@ -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);
|
||||
|
||||
10
index.html
10
index.html
@@ -136,11 +136,11 @@
|
||||
<h3>Wiki</h3>
|
||||
<p>Documentation, guides & 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 & presence.</p>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user