Skip to content

Commit

Permalink
Add inboard logo to docs
Browse files Browse the repository at this point in the history
#22
https://gist.github.com/br3ndonland/d66ce3c8e98cf8bd4f3c24d006409e41

This commit will add the inboard logo SVG to the docs directory. As
described in #22, the logo was produced with Figma.
Figma wasn't exporting the Gunicorn logo correctly, but it is now fixed.

In Figma, the Gunicorn logo stroke was changed from inside to center, as
recommended here: https://forum.figma.com/t/svg-export-issue/3424
  • Loading branch information
br3ndonland committed May 16, 2021
1 parent e0f9ed0 commit 0e61b7b
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
rev: v3.4.0
hooks:
- id: check-added-large-files
args: [--maxkb=800]
exclude: docs/assets/images/inboard-logo.svg
- id: debug-statements
- id: detect-aws-credentials
args: [--allow-missing-credentials]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🚢 inboard 🐳

<img src="https://gist.githubusercontent.com/br3ndonland/d66ce3c8e98cf8bd4f3c24d006409e41/raw/9344741f28c6494c10b0ad142e9b88752e5a6c9a/inboard-logo.svg" alt="inboard logo" width="90%" />
<img src="docs/assets/images/inboard-logo.svg" alt="inboard logo" width="90%" />

_Docker images and utilities to power your Python APIs and help you ship faster._

Expand Down
81 changes: 81 additions & 0 deletions docs/assets/images/inboard-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🚢 inboard 🐳

<img src="https://gist.githubusercontent.com/br3ndonland/d66ce3c8e98cf8bd4f3c24d006409e41/raw/9344741f28c6494c10b0ad142e9b88752e5a6c9a/inboard-logo.svg" alt="inboard logo" width="90%" />
<img src="assets/images/inboard-logo.svg" alt="inboard logo" width="90%" />

_Docker images and utilities to power your Python APIs and help you ship faster._

Expand Down

0 comments on commit 0e61b7b

Please sign in to comment.