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:
@@ -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 */
|
/* Space Grotesk for headings + chrome (neuronetz family type); data stays monospace */
|
||||||
h1, h2, h3,
|
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 */
|
/* 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; }
|
.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;
|
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));
|
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; }
|
.content { padding: 24px; max-width: 1280px; margin: 0 auto; }
|
||||||
.footer { text-align: center; color: var(--muted); padding: 24px; font-size: 12px; }
|
.footer { text-align: center; color: var(--muted); padding: 24px; font-size: 12px; }
|
||||||
|
.footer a { color: var(--accent); }
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -23,12 +23,11 @@
|
|||||||
</nav>
|
</nav>
|
||||||
<div class="family">
|
<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">
|
<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>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main class="content">
|
<main class="content">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</main>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user