conda-forge Styleguide
Introducing the conda-forge brand guide: a comprehensive resource that defines the guiding principles and standards for the consistent representation of the conda-forge brand. This document serves as a valuable reference for our team members, collaborators, and external partners, ensuring that the conda-forge brand is uniformly, accurately, and appropriately presented. By adhering to these guidelines, we maintain alignment with the core values of our brand and uphold effective communication.
Logo
Primary Logo - Logo with text (Light Mode)
Primary Logo - Logo with text (Dark Mode)
Secondary Logo - Logo without text
Color Palette
Gradient
+
=
Logo Color
Light Theme
Dark theme
Additional colors
Typography
Below are various typography elements. The header font for conda-forge.org is Montserrat and the body font is Inter. It looks serious and neat, not too loud. It has all the letters for many languages and comes in different styles to always work well.
Headings
Header one (2rem)
Header two (1.5rem)
Header three (1.25rem)
Header four (1rem)
Header five (0.875rem)
Header six (0.85rem)
Paragraphs
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. (size 1rem)
Hyperlinks
Link to somewhereAdmonitions
Some content with Markdown syntax
. The note is normally used for general information that you want to stand out.
Some content with Markdown syntax
. The tip is normally used for giving readers helpful advice and suggestions.
Some content with Markdown syntax
. The info element is for adding extra emphasis to general information.
Some content with Markdown syntax
. Caution can be used to advise the reader to act carefully.
Some content with Markdown syntax
. Caution can be used to point out something that people should be warned about.
Code Blocks
Code Block
parser = argparse.ArgumentParser(description='Generate the conda-forge html.')
parser.add_argument('--html-source', help="The location of the conda-forge.github.io checkout.",
default=os.path.abspath(os.path.dirname(os.path.dirname(__file__))))
args = parser.parse_args()
html_source = args.html_source
loader = FileSystemLoader(html_source)
env = Environment(loader=loader)
Code block with a title
project = u'conda-forge'
copyright = u'2016-%s, conda-forge' % datetime.datetime.now().strftime("%Y")
author = u'conda-forge'
Code Block with Tabs
- Windows
- macOS
- Linux
Quotes
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Lists
Ordered Lists
- List A
- List B
- List C
Ordered Sub Lists
- List A
- List B
- List a
- List b
Unordered Lists
- List A
- List B
- List C
Unordered Sub Lists
- List A
- List B
- List a
- List b
Buttons
Types
Sizes
Tables
Tables | Item | Item |
---|---|---|
1 | content | 12 |
2 | content | 12 |
3 | content | 12 |
Figma file
Additional Figma file for colors and components