mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Link publicsite capability chips
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled
Build Debian package / build (amd64) (push) Has been cancelled
Build Debian package / build (arm64) (push) Has been cancelled
Deploy Publicsite to GitHub Pages / deploy (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Release State / release-state (push) Has been cancelled
Parallel Tests / Discover test files (push) Has been cancelled
Parallel Tests / Plugin tests (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.13) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build Debian package / test (amd64, ubuntu-24.04) (push) Has been cancelled
Build Debian package / test (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Build Debian package / release (push) Has been cancelled
Parallel Tests / ${{ matrix.test.name }} (push) Has been cancelled
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled
Build Debian package / build (amd64) (push) Has been cancelled
Build Debian package / build (arm64) (push) Has been cancelled
Deploy Publicsite to GitHub Pages / deploy (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Release State / release-state (push) Has been cancelled
Parallel Tests / Discover test files (push) Has been cancelled
Parallel Tests / Plugin tests (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.13) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build Debian package / test (amd64, ubuntu-24.04) (push) Has been cancelled
Build Debian package / test (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Build Debian package / release (push) Has been cancelled
Parallel Tests / ${{ matrix.test.name }} (push) Has been cancelled
Signed-off-by: Nick Sweeting <git@sweeting.me>
This commit is contained in:
parent
9b8f00fa26
commit
caba6e4246
@ -111,12 +111,12 @@
|
||||
</section>
|
||||
|
||||
<section class="trust-strip" aria-label="ArchiveBox capabilities">
|
||||
<span>CLI</span>
|
||||
<span>Web UI</span>
|
||||
<span>REST API</span>
|
||||
<span>Webhooks</span>
|
||||
<span>Browser extension</span>
|
||||
<span>Filesystem access</span>
|
||||
<a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#cli-usage">CLI</a>
|
||||
<a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#ui-usage">Web UI</a>
|
||||
<a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Setting-up-Authentication#rest-api">REST API</a>
|
||||
<a href="https://github.com/ArchiveBox/ArchiveBox/pull/1418">Webhooks</a>
|
||||
<a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#browser-extension-usage">Browser extension</a>
|
||||
<a href="https://github.com/ArchiveBox/ArchiveBox#archive-layout">Filesystem access</a>
|
||||
</section>
|
||||
|
||||
<section class="section split">
|
||||
|
||||
@ -449,7 +449,7 @@ h3 {
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.trust-strip span {
|
||||
.trust-strip a {
|
||||
display: inline-flex;
|
||||
min-height: 34px;
|
||||
align-items: center;
|
||||
@ -461,6 +461,12 @@ h3 {
|
||||
font-weight: 720;
|
||||
}
|
||||
|
||||
.trust-strip a:hover {
|
||||
color: var(--text);
|
||||
text-decoration: none;
|
||||
background: hsl(var(--background));
|
||||
}
|
||||
|
||||
.split {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(240px, 0.54fr) minmax(0, 1fr);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user