Skip to content

Commit

Permalink
Update logo in docs and README with theme variants
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Jul 12, 2023
1 parent 66c79a5 commit ee504b5
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 7 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
<p align="center">
<a href="https://github.com/sorentwo/oban">
<img alt="oban" src="https://raw.githubusercontent.com/sorentwo/oban/main/assets/oban-logotype-large.png" width="435">
</a>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/sorentwo/oban/main/assets/oban-logotype-dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/sorentwo/oban/main/assets/oban-logotype-light.png">
<img alt="Oban logo" src="https://raw.githubusercontent.com/sorentwo/oban/main/assets/oban-logotype-light.png" width="320">
</picture>
</p>

<p align="center">
Robust job processing in Elixir, backed by modern PostgreSQL or SQLite3.
Reliable, <br /> observable and loaded with <a href="#Features">enterprise grade features</a>.
Reliable, <br /> observable, and loaded with <a href="#Features">enterprise grade features</a>.
</p>

<p align="center">
<a href="https://hex.pm/packages/oban">
<img alt="Hex Version" src="https://img.shields.io/hexpm/v/oban.svg">
</a>

<a href="https://hexdocs.pm/oban">
<img alt="Hex Docs" src="http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat">
</a>
</p>
<p align="center">

<a href="https://github.com/sorentwo/oban/actions">
<img alt="CI Status" src="https://github.com/sorentwo/oban/workflows/ci/badge.svg">
</a>

<a href="https://opensource.org/licenses/Apache-2.0">
<img alt="Apache 2 License" src="https://img.shields.io/hexpm/l/oban">
</a>
Expand Down
Binary file removed assets/oban-logo.png
Binary file not shown.
40 changes: 40 additions & 0 deletions assets/oban-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/oban-logotype-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/oban-logotype-large.png
Binary file not shown.
Binary file added assets/oban-logotype-light.png
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 mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule Oban.MixProject do
docs: [
main: "Oban",
api_reference: false,
logo: "assets/oban-logo.png",
logo: "assets/oban-logo.svg",
source_ref: "v#{@version}",
source_url: @source_url,
extra_section: "GUIDES",
Expand Down

0 comments on commit ee504b5

Please sign in to comment.