Skip to content

Commit

Permalink
Center align headings and badges in README
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Jan 30, 2021
1 parent 5f2a094 commit c217e9b
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# 🚢 inboard 🐳
# <div align="center">🚢 inboard 🐳<div>

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

<div align="center">

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

</div>

<div align="center">

[![PyPI](https://img.shields.io/pypi/v/inboard?color=success)](https://pypi.org/project/inboard/)
[![GitHub Container Registry](https://img.shields.io/badge/github%20container%20registry-inboard-success)](https://github.com/users/br3ndonland/packages/container/package/inboard)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
Expand All @@ -14,7 +20,7 @@ _Docker images to power your Python APIs and help you ship faster._
[![tests](https://github.com/br3ndonland/inboard/workflows/tests/badge.svg)](https://github.com/br3ndonland/inboard/actions)
[![codecov](https://codecov.io/gh/br3ndonland/inboard/branch/develop/graph/badge.svg)](https://codecov.io/gh/br3ndonland/inboard)

Brendon Smith ([br3ndonland](https://github.com/br3ndonland/))
</div>

## Table of Contents <!-- omit in toc -->

Expand Down Expand Up @@ -530,3 +536,11 @@ keybase decrypt -i pat-ghcr.asc | docker login ghcr.io -u YOUR_GITHUB_USERNAME -

# can also use keybase pgp encrypt and keybase pgp decrypt, but must export PGP key
```

<div align="center">

&mdash; 🚢 <a href="https://github.com/br3ndonland/inboard">inboard</a> 🐳 &mdash;

By Brendon Smith ([br3ndonland](https://github.com/br3ndonland))

</div>

0 comments on commit c217e9b

Please sign in to comment.