Wire sketch navigation: working topbar links, root redirects to history, cross-links between screens
This commit is contained in:
@@ -57,8 +57,8 @@
|
||||
</head>
|
||||
<body data-preset="midnight">
|
||||
<div class="topbar">
|
||||
<a class="logo" href="#">Palette <em>/ v0</em></a>
|
||||
<nav><a href="#">new</a><a href="#">history</a><a href="#">cans</a><a href="#">api</a></nav>
|
||||
<a class="logo" href="../004-public-history/index.html">Palette <em>/ v0</em></a>
|
||||
<nav><a href="../002-dense-tool/v2.html">new</a><a href="../004-public-history/index.html">history</a><a href="index.html">cans</a><a href="https://git.archfox.org/poslop/palette">api</a></nav>
|
||||
<div class="spacer"></div>
|
||||
</div>
|
||||
<div class="deck">
|
||||
@@ -69,8 +69,8 @@
|
||||
<span class="tag">4 items</span>
|
||||
<span class="tag">expires in 29d</span>
|
||||
<div class="spacer"></div>
|
||||
<a class="iconbtn" href="#">download .zip</a>
|
||||
<a class="iconbtn" href="#">copy link</a>
|
||||
<a class="iconbtn" href="#" onclick="alert('zip download: demo')">download .zip</a>
|
||||
<a class="iconbtn" href="#" onclick="alert('link copied: demo')">copy link</a>
|
||||
</div>
|
||||
<div class="desc">Screenshots from Grafana + the relevant log excerpts and the kubectl output we used to confirm the disk pressure.</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user