diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index bc694eba..d1b6db41 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -631,4 +631,65 @@ th, td { /* Remove empty space left by hidden repo source widget */ .md-header__source { display: none; +} + +/* ── Quick Launcher Cards ─────────────────────────────────────── */ +.quick-launcher { + display: flex; + gap: 1rem; + margin: 1rem 0 1.5rem; + flex-wrap: wrap; +} + +.quick-launcher-card { + flex: 0 0 auto; + width: 250px; + border: 2px solid rgba(0, 0, 0, 0.25); + border-radius: 6px; + padding: 0.6rem 0.75rem 0.6rem; + display: flex; + flex-direction: column; + align-items: center; + gap: 0.4rem; + background: var(--md-default-bg-color); + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); +} + +.quick-launcher-card .launcher-title { + font-weight: 700; + font-size: 0.8rem; + text-align: center; + color: var(--md-default-fg-color); +} + +.quick-launcher-card .launcher-btn { + display: block; + width: 100%; + padding: 0.45rem 0; + text-align: center; + background-color: #CBBA94; + color: #3d2e0e !important; + text-decoration: none !important; + border-radius: 4px; + font-weight: 600; + font-size: 0.85rem; + transition: background-color 0.15s; +} + +.quick-launcher-card .launcher-btn:hover { + background-color: #b8a57e; +} + +[data-md-color-scheme="slate"] .quick-launcher-card { + border-color: rgba(255, 255, 255, 0.3); + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); +} + +[data-md-color-scheme="slate"] .quick-launcher-card .launcher-btn { + background-color: #CBBA94; + color: #1a1200 !important; +} + +[data-md-color-scheme="slate"] .quick-launcher-card .launcher-btn:hover { + background-color: #ddd0b0; } \ No newline at end of file diff --git a/docs/userguides/anvil/index.md b/docs/userguides/anvil/index.md index 75712a2c..94c37bef 100644 --- a/docs/userguides/anvil/index.md +++ b/docs/userguides/anvil/index.md @@ -1,5 +1,21 @@ +--- +tags: + - Anvil +authors: + - jin456 +search: + boost: 2 +--- + # Anvil User Guide +
+
+ Gateway (Open OnDemand) + Launch +
+
+ ## About Anvil - [**Overview**](overview.md) diff --git a/docs/userguides/bell/index.md b/docs/userguides/bell/index.md index 30b615cc..3fa5a9c5 100644 --- a/docs/userguides/bell/index.md +++ b/docs/userguides/bell/index.md @@ -9,6 +9,18 @@ search: --- # Bell User Guide + +
+
+ Gateway (Open OnDemand) + Launch +
+
+ Remote Desktop (ThinLinc) + Launch +
+
+ Bell is a Community Cluster optimized for communities running traditional, tightly-coupled science and engineering applications. - [**Bell Overview**](overview.md) diff --git a/docs/userguides/gautschi/index.md b/docs/userguides/gautschi/index.md index 1109c9d7..c61d4d31 100644 --- a/docs/userguides/gautschi/index.md +++ b/docs/userguides/gautschi/index.md @@ -1,6 +1,6 @@ --- -# tags: -# - Gautschi +tags: + - Gautschi authors: - jin456 search: @@ -8,6 +8,18 @@ search: --- # Gautschi User Guide + +
+
+ Gateway (Open OnDemand) + Launch +
+
+ Remote Desktop (ThinLinc) + Launch +
+
+ Gautschi is a Community Cluster optimized for communities running traditional, tightly-coupled science and engineering applications. - [**Gautschi Overview**](overview.md) diff --git a/docs/userguides/gilbreth/index.md b/docs/userguides/gilbreth/index.md index 093e35db..90857984 100644 --- a/docs/userguides/gilbreth/index.md +++ b/docs/userguides/gilbreth/index.md @@ -1,6 +1,6 @@ --- -# tags: -# - Gilbreth +tags: + - Gilbreth authors: - jin456 search: @@ -9,6 +9,17 @@ search: # Gilbreth User Guide +
+
+ Gateway (Open OnDemand) + Launch +
+
+ Remote Desktop (ThinLinc) + Launch +
+
+ Gilbreth is a Community Cluster optimized for communities running GPU intensive applications such as machine learning. - [**Gilbreth Overview**](overview.md) diff --git a/docs/userguides/scholar/index.md b/docs/userguides/scholar/index.md index 165608f1..0a8d705d 100644 --- a/docs/userguides/scholar/index.md +++ b/docs/userguides/scholar/index.md @@ -9,6 +9,18 @@ search: --- # Scholar User Guide + +
+
+ Gateway (Open OnDemand) + Launch +
+
+ Remote Desktop (ThinLinc) + Launch +
+
+ Scholar is a small computer cluster, suitable for classroom learning about high performance computing (HPC). - [**Scholar Overview**](overview.md)