stage-16: move the neuronetz.ai link to a footer "powered by"

Removed the neuronetz.ai hub link from the topbar; the footer now reads
"powered by neuronetz.ai". Topbar keeps the NN-sc app icon only.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
m17hr1l
2026-05-18 23:46:46 +02:00
parent a9220d092e
commit 25c1c56645
2 changed files with 3 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ code { background: var(--panel-2); padding: 1px 5px; border-radius: 3px; }
/* Space Grotesk for headings + chrome (neuronetz family type); data stays monospace */
h1, h2, h3,
.brand-sub, .nav a, .family-hub, .bot-name { font-family: var(--font-display); }
.brand-sub, .nav a, .bot-name { font-family: var(--font-display); }
/* one-line purpose statement under a page title */
.page-intro { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 4px 0 10px; max-width: 74ch; }
@@ -89,11 +89,10 @@ h1, h2, h3,
height: 44px; width: auto; display: block;
filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 10px var(--accent-glow));
}
.family-hub { color: var(--muted); font-size: 12px; }
.family-hub:hover { color: var(--accent); text-decoration: none; }
.content { padding: 24px; max-width: 1280px; margin: 0 auto; }
.footer { text-align: center; color: var(--muted); padding: 24px; font-size: 12px; }
.footer a { color: var(--accent); }
.panel {
position: relative;

View File

@@ -23,12 +23,11 @@
</nav>
<div class="family">
<img class="family-icon" src="/static/nn-sc-icon.png" alt="NN-sc — Security/Control" title="NN-sc · Security — psyc, the security app of the neuronetz platform">
<a class="family-hub" href="https://neuronetz.ai" target="_blank" rel="noopener">neuronetz.ai ▸</a>
</div>
</header>
<main class="content">
{% block content %}{% endblock %}
</main>
<footer class="footer">psyc 0.1 — defensive CTI prototype</footer>
<footer class="footer">psyc 0.1 — defensive CTI prototype · powered by <a href="https://neuronetz.ai" target="_blank" rel="noopener">neuronetz.ai</a></footer>
</body>
</html>