Skip to content

Commit

Permalink
Merge pull request #224 from blinry/voctocat
Browse files Browse the repository at this point in the history
Replace TV logo with voctocat
  • Loading branch information
MaZderMind authored Mar 6, 2017
2 parents 3de3bb5 + c5ff6dd commit 05301d6
Show file tree
Hide file tree
Showing 19 changed files with 109 additions and 16 deletions.
Binary file removed app/assets/images/frontend/tv.png
Binary file not shown.
1 change: 1 addition & 0 deletions app/assets/images/frontend/voctocat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/frontend/base/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
.navbar-brand {
font-size: 24px;
padding: 12px 15px;
img {
width: 27px;
height: 27px;
vertical-align: text-bottom;
}
}

.btn.btn-default {
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/frontend/news_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def index
title: I18n.t('custom.news_title'),
feed_url: news_url,
icon: File.join(Settings.frontend_url, 'favicon.ico'),
logo: view_context.image_url('frontend/tv.png')
logo: view_context.image_url('frontend/voctocat.svg')
})
respond_to do |format|
format.xml { render xml: atom_feed }
Expand Down
2 changes: 1 addition & 1 deletion app/views/frontend/shared/_navbar.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.navbar-header
%a.navbar-brand(href='/')
%span
%img{src: image_path('frontend/tv.png'), alt: 'media.ccc.de logo, a tv displaying a play icon'}
%img{src: image_path('frontend/voctocat.svg'), alt: 'media.ccc.de logo, a lucky cat holding a play icon'}
media.ccc.de

.nav.navbar-form.navbar-right.button-wrapper
Expand Down
Binary file modified public/apple-touch-icon-57x57.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 public/apple-touch-icon-60x60.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 public/apple-touch-icon-72x72.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 public/apple-touch-icon-76x76.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 public/apple-touch-icon-precomposed.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 public/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 public/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 public/favicon-196x196.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 public/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 public/favicon-96x96.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 public/favicon.ico
Binary file not shown.
Binary file modified vendor/assets/mediaelement/bigplay.fw.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 vendor/assets/mediaelement/bigplay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
115 changes: 101 additions & 14 deletions vendor/assets/mediaelement/bigplay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05301d6

Please sign in to comment.