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
10 changes: 10 additions & 0 deletions portal/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,13 @@ html[data-theme="dark"] h6 {
color: #f5f5f5;
/* Almost white for headings */
}

.admonition.large-banner {
background-color: white;
border: 2px solid #b8860b;
color: #222;
}

.admonition :last-child, div.admonition :last-child {
margin-left: .5rem;
}
5 changes: 5 additions & 0 deletions portal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

<span style="font-size: 2.6rem;">An education and training hub for the geoscientific Python community</span><br>

:::{admonition} **Service Notice**
:class: warning, large-banner
We are transitioning our infrastructure from Jupyter Book to Jupyter Book 2. **You may experience service interruptions on Tuesday, June 17th.**
:::

<a href="posts/cookoff2025-website.html" role="button" class="btn btn-light btn-lg" style="display: flex; align-items: center; font-weight: 600; text-decoration: none; background-color: #ccc; border: rgba(var(--spt-color-dark), 1);">
Save the date for the 2025 Cook-off hackathon!
</a>
Expand Down
Loading