Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Oct 23, 2023
1 parent 8b9cc0b commit 25c17be
Show file tree
Hide file tree
Showing 13 changed files with 259 additions and 24 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions docs/docs/assets/images/vintner/logo/vintner-logo-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions docs/docs/assets/images/vintner/logo/vintner-logo-core.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions docs/docs/assets/images/vintner/logo/vintner-logo-orange.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions docs/docs/branding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Branding

This document holds colors, fonts, and logos.

## Colors

<img src="https://placehold.co/200x100/FF6E42/FFFFFF/svg?text=%23FF6E42">
<img src="https://placehold.co/200x100/000000/FFFFFF/svg?text=%23000000">

- Accent Color
- Hex: #FF6E42
- RGB: 255 110 66

- Primary Color
- Hex: #000000
- RGB: 0 0 0


## Fonts

- Accent Font: Abril Fatface
- Primary Font: Inter
- Code Font: ui-monospace

## Logos

<figure markdown>
![Vintner Logo Orange SVG](/assets/images/vintner/logo/vintner-logo-orange.svg){width="350"}
<figcaption>Vintner Logo Orange SVG</figcaption>
</figure>

<figure markdown>
![Vintner Logo Orange PNG](/assets/images/vintner/logo/vintner-logo-orange.png){width="350"}
<figcaption>Vintner Logo Orange PNG</figcaption>
</figure>

<figure markdown>
![Vintner Logo Black SVG](/assets/images/vintner/logo/vintner-logo-black.svg){width="350"}
<figcaption>Vintner Logo Black SVG</figcaption>
</figure>

<figure markdown>
![Vintner Logo Black PNG](/assets/images/vintner/logo/vintner-logo-black.png){width="350"}
<figcaption>Vintner Logo Black PNG</figcaption>
</figure>


## Icons

<figure markdown>
![Vintner Icon SVG](/assets/images/vintner/icon/vintner-icon-bold.svg){width="100"}
<figcaption>Vintner Icon SVG</figcaption>
</figure>
5 changes: 3 additions & 2 deletions docs/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ theme:
custom_dir: overrides
icon:
repo: octicons/mark-github-16
logo: assets/images/vintner-logo-bold
favicon: assets/images/vintner-logo-bold.svg
logo: assets/images/vintner-icon-bold
favicon: assets/images/vintner-icon-bold.svg
font:
text: Inter
code: ui-monospace
Expand Down Expand Up @@ -140,6 +140,7 @@ nav:

- More Information:
- OpenTOSCA: https://www.opentosca.org
- branding.md
- resources.md
- publications.md
- about-us
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 2 additions & 17 deletions docs/overrides/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,32 +91,17 @@
}

.logo-container {
width: fit-content;
width: 173px;
margin: auto;
}

.logo-vintner {
font-family: 'Abril Fatface', serif;
color: var(--md-accent-fg-color);
font-size: 48px;
margin: 0;
}

.logo-opentosca {
text-align: right;
font-size: 12px;
margin-bottom: -33px;
font-weight: 700;
}
</style>
<section class='mdx-container'>
<div class='md-grid md-typeset'>
<div class='hero' style='padding-top: 5rem'>

<div class='hero-content-slim'>
<div class="logo-container">
<p class="logo-opentosca">OpenTOSCA</p>
<p class="logo-vintner">Vintner</p>
<img src="/assets/images/vintner/logo/vintner-logo-orange.svg">
</div>
<p>
OpenTOSCA Vintner is a TOSCA preprocessing and management layer which is able to deploy applications
Expand Down

0 comments on commit 25c17be

Please sign in to comment.