Add in beta site button

This commit is contained in:
Clove 2026-06-01 03:20:14 +01:00
parent 1158a864e7
commit f8030f93b4
3 changed files with 15 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
# MacOS
.DS_Store
.vscode/

View File

@ -435,6 +435,17 @@ body::before {
margin-left: 14px;
}
.nav-link.is-a-dev {
background: var(--surface-1);
border-color: var(--surface-2);
color: var(--text);
}
.nav-link.is-a-dev:hover {
border-color: var(--saphire);
transform: translateX(2px);
}
/* Rotated triangle pointing at the selected item */
.nav-link.selected::before {
content: "";

View File

@ -45,6 +45,7 @@
<nav class="nav-links">
<a class="nav-link selected" data-href="/">Link Center</a>
<a class="nav-link" data-href="/tech-stack">Tech Stack</a>
<a class="nav-link is-a-dev" data-href="https://doughmination.is-a.dev" target="_blank" rel="noopener">Beta Site</a>
</nav>
</header>
<a rel="me" href="https://mastodon.social/@doughmination" style="display: none;"></a>