diff --git a/_config.yml b/_config.yml index 188f2028..8f8b860f 100644 --- a/_config.yml +++ b/_config.yml @@ -123,3 +123,4 @@ numfocus: sponsored_project: https://numfocus.org/project/mdanalysis donate_button: Donate Now + diff --git a/_includes/head.html b/_includes/head.html index c9a893e2..59ef45e4 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -39,4 +39,8 @@ anchors.add('h1, h2, h3, h4, h5, h6'); }); + + + + diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 19dab458..53b06d20 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -9,8 +9,29 @@

{{ site.description }}

-
Enable javascript for search.
- + + + + + + - +

© {{ site.time | date: '%Y' }}. All rights reserved.

diff --git a/about.md b/about.md index 54b5ad6c..865056fb 100644 --- a/about.md +++ b/about.md @@ -1,6 +1,7 @@ --- layout: page title: About MDAnalysis +order: 10 --- diff --git a/pages/citations.md b/pages/citations.md index 39b9de29..1a83683d 100644 --- a/pages/citations.md +++ b/pages/citations.md @@ -1,7 +1,7 @@ --- layout: page title: Citations -order: 100 +order: 9 --- MDAnalysis and the included algorithms are scientific software that diff --git a/pages/privacy.md b/pages/privacy.md index 7cdcab05..a3f94317 100644 --- a/pages/privacy.md +++ b/pages/privacy.md @@ -1,7 +1,7 @@ --- layout: page title: Privacy Policy -order: 10 +order: 13 --- MDAnalysis is a [fiscally sponsored diff --git a/pages/team.md b/pages/team.md index fae0891e..46a3ac53 100644 --- a/pages/team.md +++ b/pages/team.md @@ -1,7 +1,7 @@ --- layout: page title: MDAnalysis team -order: 4 +order: 11 --- MDAnalysis is a community-driven project that is made possible through the efforts of many members who contribute in numerous and diverse ways, ranging from direct package development, maintenance, documentation, communication, and managerial responsibilities. On this page we list identified project roles and team members for each of those roles. We note that the listed roles on this page can differ significantly in scope and required effort. @@ -10,7 +10,7 @@ We also invite community members to reach out to [mdanalysis@numfocus.org](mailt ## Roles -In this section we list major contributors who are currently contributing substantial effort to the roles listed below. This team organisation structure was started in November 2023; many people contributed to these tasks before then and may not appear in this table, in particular the [emeritus core developers]({{ site.url }}{% link about.md %}#mdanalysis-emeriti-core-developers). +In this section we list major contributors who are currently devoting substantial effort to the roles listed below. This team organisation structure was started in November 2023; many people contributed to these tasks before then and may not appear in this table, in particular the [emeritus core developers]({{ site.url }}{% link about.md %}#mdanalysis-emeriti-core-developers). Names are listed in *alphabetical* order. diff --git a/public/css/local.css b/public/css/local.css index 41f13308..f0f3749f 100644 --- a/public/css/local.css +++ b/public/css/local.css @@ -45,11 +45,78 @@ but our YouTube videos seem to be natively widescreen. position: absolute; } -.wide-code pre { - white-space: pre; - overflow-x: auto; - display: block; - max-width: 100%; +/* Sidebar Social Media Icons */ + +.sidebar-social-icons { + display: flex; + justify-content: flex-start; + align-items: center; + gap: 15px; + margin-top: 20px; + margin-bottom: 20px; + width: 100%; + text-align: left; +} + +/* Ensure sidebar social icons override sidebar link styles */ +.sidebar .sidebar-social-icons a { + font-size: 24px !important; + text-decoration: none !important; +} + +/* Apply white color to icons */ +.sidebar .sidebar-social-icons a[href*="linkedin.com"], +.sidebar .sidebar-social-icons a[href*="discord.com"], +.sidebar .sidebar-social-icons a[href*="github.com"] { + color: #ffffff !important; +} + +/* Hover effect for icons */ +.sidebar .sidebar-social-icons a:hover { + opacity: 0.8 !important; +} + +/* Fix Bluesky Icon Alignment */ +.sidebar-social-icons img { + width: 24px; + height: 24px; + margin-bottom: -2px; + object-fit: contain; + transition: opacity 0.3s ease; +} + +.sidebar-social-icons img[src*="bluesky"] { + filter: brightness(0) invert(1); +} + +.sidebar-social-icons img:hover { + opacity: 0.8; +} + +.sidebar-search { + display: flex; + justify-content: flex-start; + align-items: center; width: 100%; + padding-left: 0; + margin-left: -20px; + margin-bottom: 20px; } +.sidebar-search-box { + display: flex; + align-items: center; + width: 100%; + max-width: 100%; + text-align: left; + margin-left: 0; + padding-left: 0; +} + +#docsearch { + width: 100%; + max-width: 100%; + text-align: left; + margin-left: 0 !important; + padding-left: 5px; +} diff --git a/public/images/bluesky.svg b/public/images/bluesky.svg new file mode 100644 index 00000000..0f25b8b8 --- /dev/null +++ b/public/images/bluesky.svg @@ -0,0 +1 @@ + \ No newline at end of file