Skip to content

Commit

Permalink
[118] Updated Branding
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed May 25, 2022
1 parent fca780a commit e16ed9f
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img width="80px" src="https://metamanager.wiki/en/latest/_static/pmm.png" alt="PMM"> Plex Meta Manager
# <img src="https://metamanager.wiki/en/latest/_static/logo-full.png" alt="PMM">

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/meisnate12/Plex-Meta-Manager?style=plastic)](https://github.com/meisnate12/Plex-Meta-Manager/releases)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/meisnate12/plex-meta-manager?label=docker&sort=semver&style=plastic)](https://hub.docker.com/r/meisnate12/plex-meta-manager)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.5-develop117
1.16.5-develop118
Binary file modified docs/_static/alt-logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,16 @@ p {
.highlighted {
background-color: #ac0ce3 !important;
color: #FFFFFF !important;
}
a .logo {
display: block;
}
a:hover .logo {
display: none;
}
a .logo-hover {
display: none;
}
a:hover .logo-hover {
display: block;
}
Binary file added docs/_static/favicon.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 added docs/_static/logo-full.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 added docs/_static/logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions docs/_templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{ pathto(master_doc) }}">
<a class="navbar-brand" href="{{ pathto(master_doc) }}" style="padding: 12px;">
{%- block sidebarlogo %}
{%- if logo %}<span><img src="{{ pathto('_static/' + logo, 1) }}"></span>{%- endif %}
{%- if logo %}
<span>
<img src="{{ pathto('_static/' + logo, 1) }}" class="logo">
<img src="{{ pathto('_static/alt-' + logo, 1) }}" class="logo-hover">
</span>
{%- endif %}
{%- endblock %}
{% if theme_navbar_title -%}{{ theme_navbar_title|e }}{%- else -%}{{ project|e }}{%- endif -%}
</a>
<span class="navbar-text navbar-version pull-left"><b>{{ version|e }}</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
7 changes: 2 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
# (Optional) Logo. Should be small enough to fit the navbar (ideally 24x24).
# Path should be relative to the ``_static`` files directory.
html_logo = "pmm.png"
html_favicon = "pmm.png"
html_logo = "_static/logo-white.png"
html_favicon = "_static/favicon.png"

html_copy_source = False
html_show_sourcelink = False
Expand All @@ -98,9 +98,6 @@
# theme further.

html_theme_options = {
# Navigation bar title. (Default: ``project`` value)
#'navbar_title': "Demo",

# Tab name for entire site. (Default: "Site")
'navbar_site_name': "Table of Contents",

Expand Down
25 changes: 14 additions & 11 deletions docs/home/acknowledgements.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@

## Plex Meta Manager Team

| Github | Discord | Role |
|:---------------------------------------------|:-----------|:--------------------------------------------------------------------------------------------------------------------------------------------|
| [meisnate12](https://github.com/meisnate12/) | Sohjiro | Main PMM Developer |
| [YozoraXCII](https://github.com/YozoraXCII) | Yozora | PMM Discord Moderator, PMM Contributor, Wiki Contributor, [PMM Configs](https://github.com/meisnate12/Plex-Meta-Manager-Configs) Maintainer |
| [chazlarson](https://github.com/chazlarson/) | chazlarson | PMM Master Discord Support and Wiki Contributor who created the [Local](guides/local) and [Docker](guides/docker) guides |
| [cpt-kuesel](https://github.com/cpt-kuesel) | Cpt Kuesel | PMM Master Discord Support and [PMM Configs](https://github.com/meisnate12/Plex-Meta-Manager-Configs) Maintainer |
| [mikenobbs](https://github.com/mikenobbs) | mikenobbs | PMM Discord Moderator |
| Github | Discord | Role |
|:----------------------------------------------|:------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [meisnate12](https://github.com/meisnate12/) | Sohjiro | Main PMM Developer |
| [YozoraXCII](https://github.com/YozoraXCII) | Yozora | PMM Discord Moderator, Default Configs Creator & Maintainer, Wiki Contributor, [Configs Repo](https://github.com/meisnate12/Plex-Meta-Manager-Configs) Maintainer |
| [bullmoose20](https://github.com/bullmoose20) | bullmoose20 | PMM Discord Moderator, Default Configs Creator & Maintainer, Wiki Contributor, [Configs Repo](https://github.com/meisnate12/Plex-Meta-Manager-Configs) Maintainer |
| [chazlarson](https://github.com/chazlarson/) | chazlarson | PMM Master Discord Support and Wiki Contributor who created the [Local](guides/local) and [Docker](guides/docker) guides |
| [cpt-kuesel](https://github.com/cpt-kuesel) | Cpt Kuesel | PMM Master Discord Support and [Configs Repo](https://github.com/meisnate12/Plex-Meta-Manager-Configs) Maintainer |
| [mikenobbs](https://github.com/mikenobbs) | mikenobbs | PMM Discord Moderator |

The team at Plex Meta Manager would like to recognize and thank those who have helped the project become what it is today.

Special Thanks to [RedHeadJedi](https://theposterdb.com/user/RedHeadJedi) over at [ThePosterDB](https://theposterdb.com) and [/r/PlexPosters](https://www.reddit.com/r/PlexPosters) for the Logos and Branding.

**We extend our gratitude to everyone who has contributed in any way towards any of the projects mentioned below.**
<br>
<br>
Expand All @@ -27,7 +30,7 @@ These are the developers and creators who are an active part of the Plex Meta Ma
| [nitsua](https://github.com/austinwbest) | Creator of [Notifiarr](https://github.com/Notifiarr) which integrates Plex Meta Manager with Discord | [Click Here](https://github.com/sponsors/Notifiarr) |
| [ZeroQI](https://github.com/ZeroQI) | Creator of [Absolute Series Scanner](https://github.com/ZeroQI/Absolute-Series-Scanner) and the [HTTP Anidb Metadata Agent (HAMA)](https://github.com/ZeroQI/Hama.bundle) | [Click Here](https://github.com/sponsors/ZeroQI) |
| [ScudLee](https://github.com/ScudLee) | Creator of [AniDb Anime Lists](https://github.com/Anime-Lists/anime-lists) | &#10060; |
| [Fribb](https://github.com/Fribb) | Creator of the [MyAnimelist.net Metadata Agent](https://github.com/Fribb/MyAnimeList.bundle) which makes matching Anime easy for Plex Meta Manager users | &#10060; |
| [Fribb](https://github.com/Fribb) | Creator of the [MyAnimelist.net Metadata Agent](https://github.com/Fribb/MyAnimeList.bundle) which makes matching Anime easy for Plex Meta Manager users | &#10060; |

<br>

Expand All @@ -37,12 +40,12 @@ These are the developers and creators who served as inspiration for Plex Meta Ma

| Acknowledgement | Reason | Sponsor the Developer |
|:--------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------:|
| [vladimir-tutin](https://github.com/vladimir-tutin) | Creator of the original [Plex Auto Collections](https://github.com/vladimir-tutin/Plex-Auto-Collections) which is the inspiration for Plex Meta Manager. | &#10060; |
| [jkirkcaldy](https://github.com/jkirkcaldy) | Creator of [plex-utills](https://github.com/jkirkcaldy/plex-utills) which served as inspiration for Image Overlay | [Click Here](https://opencollective.com/themainframe) |
| [JonnyWong16](https://github.com/JonnyWong16) | Creator of the [IMDb Top 250](https://gist.github.com/JonnyWong16/f5b9af386ea58e19bf18c09f2681df23) collection script which served as inspiration for IMDBList2PlexCollection (and for [Tautulli](https://github.com/Tautulli/Tautulli)!) | [Click Here](https://github.com/sponsors/JonnyWong16) |
| [bearlikelion](https://github.com/bearlikelion) | Creator of [popularplex](https://github.com/bearlikelion/popularplex) which served as inspiration for Tautulli support within Plex Meta Manager | &#10060; |
| [deva5610](https://github.com/deva5610) | Creator of [IMDBList2PlexCollection](https://github.com/deva5610/IMDBList2PlexCollection) which prompted vladimir-tutin to write the original Plex Auto Collections | &#10060; |
| [vladimir-tutin](https://github.com/vladimir-tutin) | Creator of the original [Plex Auto Collections](https://github.com/vladimir-tutin/Plex-Auto-Collections) which is the inspiration for Plex Meta Manager. | &#10060; |
| [mza921](https://github.com/mza921) and [burkasaurusrex](https://github.com/burkasaurusrex) | Maintaining a forked [Plex Auto Collections](https://github.com/mza921/Plex-Auto-Collections) | &#10060; |
| [jkirkcaldy](https://github.com/jkirkcaldy) | Creator of [plex-utills](https://github.com/jkirkcaldy/plex-utills) which served as inspiration for Image Overlay | [Click Here](https://opencollective.com/themainframe) |
| [bearlikelion](https://github.com/bearlikelion) | Creator of [popularplex](https://github.com/bearlikelion/popularplex) which served as inspiration for Tautulli support within Plex Meta Manager | &#10060; |

<br>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img width="80px" src="_static/pmm.png" alt="PMM"> Plex Meta Manager
# <img src="_static/logo-full.png" alt="PMM">

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/meisnate12/Plex-Meta-Manager?style=plastic)](https://github.com/meisnate12/Plex-Meta-Manager/releases)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/meisnate12/plex-meta-manager?label=docker&sort=semver&style=plastic)](https://hub.docker.com/r/meisnate12/plex-meta-manager)
Expand Down

0 comments on commit e16ed9f

Please sign in to comment.