Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,39 @@ h1, h2, h3, h4 {
}
.navbar-toggler-icon::after {
bottom: 0;
}

/* Tag navigation area - similar to TOC/search area */
.tag-navigation {
background: rgba(255, 255, 255, 0.95);
padding: 1.5rem 1rem;
margin-bottom: 2rem;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
text-align: center;
z-index: 10;
position: relative;
}

.tag-navigation h3 {
font-size: 1rem;
margin-bottom: 1rem;
color: #666;
text-transform: uppercase;
letter-spacing: 1px;
}

.tag-navigation .btn {
margin: 0.3rem;
font-size: 1.1rem;
}

/* Search icon styling consistency */
.input-group-text {
background-color: #f8f9fa;
border-color: #dee2e6;
}

.input-group-text .bi-search {
color: #6c757d;
}
833 changes: 425 additions & 408 deletions docs/blog.html

Large diffs are not rendered by default.

823 changes: 373 additions & 450 deletions docs/collaborate.html

Large diffs are not rendered by default.

823 changes: 373 additions & 450 deletions docs/contact-hub.html

Large diffs are not rendered by default.

825 changes: 374 additions & 451 deletions docs/contact.html

Large diffs are not rendered by default.

816 changes: 371 additions & 445 deletions docs/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/listings.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[
{
"listing": "/tag-startup.html",
"listing": "/tag-regional-development.html",
"items": [
"/posts/welcome/index.html",
"/posts/example-startup/index.html"
"/posts/example-regional/index.html"
]
},
{
"listing": "/blog.html",
"listing": "/tag-startup.html",
"items": [
"/posts/welcome/index.html",
"/posts/example-startup/index.html",
"/posts/example-regional/index.html"
"/posts/example-startup/index.html"
]
},
{
"listing": "/tag-regional-development.html",
"listing": "/blog.html",
"items": [
"/posts/welcome/index.html",
"/posts/example-startup/index.html",
"/posts/example-regional/index.html"
]
}
Expand Down
Loading
Loading