Skip to content

Commit

Permalink
Use new logo
Browse files Browse the repository at this point in the history
Update internal logo assets and favicons to use new (and improved!) logo
  • Loading branch information
CollinHeist committed Oct 22, 2023
1 parent 01d3bf3 commit 5519c12
Show file tree
Hide file tree
Showing 16 changed files with 122 additions and 5 deletions.
Binary file modified app/assets/favicon/android-chrome-192x192.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 modified app/assets/favicon/android-chrome-512x512.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 modified app/assets/favicon/apple-touch-icon.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 modified app/assets/favicon/favicon-16x16.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 modified app/assets/favicon/favicon-32x32.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 modified app/assets/favicon/favicon.ico
Binary file not shown.
Binary file added app/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/tcm_abbreviation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions app/assets/tcm_blue_lettering.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions app/assets/tcm_no_lettering.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions app/assets/tcm_white_lettering.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 app/routers/cards.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def create_preview_card(
card_settings = TieredSettings.new_settings(
{'series_full_name': 'Test Series', 'season_number': 1, 'episode_number': 1},
{'hide_season_text': False, 'hide_episode_text': False},
{'logo_file': preferences.INTERNAL_ASSET_DIRECTORY / 'logo512.png'},
{'logo_file': preferences.INTERNAL_ASSET_DIRECTORY / 'logo.png'},
DefaultFont,
preferences.card_properties,
font_template_dict,
Expand Down
2 changes: 1 addition & 1 deletion app/templates/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="tcm-logo" class="ui inverted basic button">
<img alt="Title Card Maker Logo" src="/internal_assets/logo128.png" style="margin: auto; max-width: 43px; max-height: 43px;">
<a onclick="toggleNavMenu();">
<img alt="Title Card Maker Logo" src="/internal_assets/tcm_no_lettering.svg" style="margin: auto; max-width: 43px; max-height: 43px;">
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/templates/home_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</svg>
</a> -->
<a class="glow-effect item" href="/card-templates" data-glow-animation="true">
<i class="layer group icon"></i>
<i class="clone outline icon"></i>
Templates
<svg class="glow-container">
<rect pathLength="30" stroke-linecap="round" class="glow-blur"></rect>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<body onload="">
<div class="pusher">
<div id="login">
<img src="/internal_assets/logo512.png">
<img src="/internal_assets/tcm_no_lettering.svg">

<h2>Log In</h2>
<div class="ui elastic inverted segment">
Expand Down
2 changes: 1 addition & 1 deletion modules/ref/version_webui
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0-alpha.6.0-webui89
v2.0-alpha.6.0-webui90

0 comments on commit 5519c12

Please sign in to comment.