Spaces:
Running
Running
Update app code and page
Browse files
static/visualization.html
CHANGED
|
@@ -35,7 +35,10 @@
|
|
| 35 |
padding:14px 28px; background:rgba(11,11,13,.85);
|
| 36 |
backdrop-filter: blur(10px); border-bottom:1px solid var(--line);
|
| 37 |
}
|
| 38 |
-
nav .brand { font-weight:700; letter-spacing:.14em; font-size:15px;
|
|
|
|
|
|
|
|
|
|
| 39 |
nav .brand span { color: var(--accent); }
|
| 40 |
nav .links { display:flex; gap:4px; margin-left:auto; flex-wrap:wrap; }
|
| 41 |
nav .links a {
|
|
@@ -283,7 +286,7 @@
|
|
| 283 |
<body>
|
| 284 |
|
| 285 |
<nav>
|
| 286 |
-
<
|
| 287 |
<div class="links">
|
| 288 |
<a href="#architecture">Architecture</a>
|
| 289 |
<a href="#pipeline">Pipeline</a>
|
|
|
|
| 35 |
padding:14px 28px; background:rgba(11,11,13,.85);
|
| 36 |
backdrop-filter: blur(10px); border-bottom:1px solid var(--line);
|
| 37 |
}
|
| 38 |
+
nav .brand { font-weight:700; letter-spacing:.14em; font-size:15px;
|
| 39 |
+
text-decoration:none; cursor:pointer; transition:opacity .15s; }
|
| 40 |
+
nav .brand:hover { opacity:.75; }
|
| 41 |
+
nav .brand:hover span:first-of-type { text-decoration:underline; text-underline-offset:3px; }
|
| 42 |
nav .brand span { color: var(--accent); }
|
| 43 |
nav .links { display:flex; gap:4px; margin-left:auto; flex-wrap:wrap; }
|
| 44 |
nav .links a {
|
|
|
|
| 286 |
<body>
|
| 287 |
|
| 288 |
<nav>
|
| 289 |
+
<a class="brand" href="../" title="Back to the Deep Analog app" style="color:inherit;">DEEP <span>ANALOG</span> <span style="color:var(--dim);font-weight:400;letter-spacing:.02em;font-size:12px;">/ system visualization</span></a>
|
| 290 |
<div class="links">
|
| 291 |
<a href="#architecture">Architecture</a>
|
| 292 |
<a href="#pipeline">Pipeline</a>
|