Skip to content
Open
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
7 changes: 6 additions & 1 deletion content/design/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aliases = ["/brand/", "/logo/"]

Our logo is available in several formats for different use cases. Please use these official versions and follow our guidelines when representing our brand.
"""
trademark = """Our logo is protected as a registered trademark. For details and specifics, consult the [NumFOCUS trademark guidelines](https://numfocus.org/trademark-guidelines).
trademark = """Our logo is protected as a registered trademark.
"""
logo_guidelines = "To maintain brand consistency, please follow these guidelines when using our logo."
do_guidelines = """
Expand All @@ -24,6 +24,10 @@ Our logo is available in several formats for different use cases. Please use the
- Don't rotate or change the orientation of the logo
- Don't use the logo at sizes where details become illegible
"""
logo_usage_faq = """
Yes, you are encouraged to use the scverse and package logos in your publications and presentations; as long as you fall under the NumFOCUS guidelines.
"""
logo_usage_flair = "To learn when and how to legally use our trademark, logo, and other assets, please refer directly to the [NumFOCUS Trademark Guidelines](https://numfocus.org/trademark-guidelines)."
package_icons = "These logos represent our core packages. They are available for download in SVG or PNG formats, sometimes with variations such as with or without the package name."
contact = "For questions about logo usage or requests for additional formats, please contact us at [core@scverse.org](mailto:core@scverse.org). For more information about scverse, please visit our [About page](/about/)."

Expand Down Expand Up @@ -173,4 +177,5 @@ Our primary logo combines our icon with the full name. Use this version when int
[[packageicons.links]]
text = "Download SVG"
url = "../img/icons/decoupler.svg"

+++
13 changes: 13 additions & 0 deletions layouts/design/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@ <h3>Don'ts</h3>
{{ $sections.dont_guidelines | markdownify }}
</div>
</div>
<div class="logo-usage-faq" style="margin-top: 2rem;">
<h3 id="is-it-allowed-to-show-the-logo">Are you allowed to show the logo?</h3>
{{ $sections.logo_usage_faq | markdownify }}
<div
class="trademark-flair"
style="background: #f4f6f8; border-left: 5px solid #4a90e2; padding: 1rem; border-radius: 0 8px 8px 0; display: flex; align-items: center; gap: 15px; margin-top: 1.5rem;"
>
<span style="font-size: 1.5rem;" aria-hidden="true">⚖️</span>
<div style="font-style: italic; margin: 0;">
{{ $sections.logo_usage_flair | markdownify }}
</div>
</div>
</div>
<h2 id="logo-examples">Logo in Action</h2>
<div class="logo-examples-gallery">
<div class="example-item">
Expand Down
Loading