stable

Clone or download

Read-only

New navbar logo and favicon

Part of story #9197: Get rid of Bootstrap in site admin Change-Id: I2d2d40973fb9f7ab46ab82960dc4f2b6a93f66fd

Modified Files

Name
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/layout/ThemeVariantColor.php +45 −0 Go to diff View file
M src/www/themes/BurningParrot/HeaderPresenter.php +10 −0 Go to diff View file
M src/www/themes/BurningParrot/HeaderPresenterBuilder.php +17 −14 Go to diff View file
M src/www/themes/BurningParrot/css/_navbar.scss +1 −1 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/android-chrome-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/android-chrome-192x192.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/android-chrome-36x36.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/android-chrome-48x48.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/android-chrome-72x72.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/android-chrome-96x96.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/apple-touch-icon-114x114.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/apple-touch-icon-120x120.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/apple-touch-icon-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/apple-touch-icon-152x152.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/apple-touch-icon-180x180.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/apple-touch-icon-57x57.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/apple-touch-icon-60x60.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/apple-touch-icon-72x72.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/apple-touch-icon-76x76.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/apple-touch-icon-precomposed.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/apple-touch-icon.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/browserconfig.xml +12 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/favicon-16x16.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/favicon-194x194.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/favicon-32x32.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/favicon-96x96.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/favicon.ico Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/manifest.json +41 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/mstile-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/mstile-150x150.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/mstile-310x150.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/mstile-310x310.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/mstile-70x70.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/blue/safari-pinned-tab.svg +30 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/android-chrome-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/android-chrome-192x192.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/android-chrome-36x36.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/android-chrome-48x48.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/android-chrome-72x72.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/android-chrome-96x96.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/apple-touch-icon-114x114.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/apple-touch-icon-120x120.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/apple-touch-icon-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/apple-touch-icon-152x152.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/apple-touch-icon-180x180.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/apple-touch-icon-57x57.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/apple-touch-icon-60x60.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/apple-touch-icon-72x72.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/apple-touch-icon-76x76.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/apple-touch-icon-precomposed.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/apple-touch-icon.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/browserconfig.xml +12 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/favicon-16x16.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/favicon-194x194.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/favicon-32x32.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/favicon-96x96.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/favicon.ico Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/manifest.json +41 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/mstile-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/mstile-150x150.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/mstile-310x150.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/mstile-310x310.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/mstile-70x70.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/green/safari-pinned-tab.svg +30 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/android-chrome-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/android-chrome-192x192.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/android-chrome-36x36.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/android-chrome-48x48.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/android-chrome-72x72.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/android-chrome-96x96.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/apple-touch-icon-114x114.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/apple-touch-icon-120x120.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/apple-touch-icon-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/apple-touch-icon-152x152.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/apple-touch-icon-180x180.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/apple-touch-icon-57x57.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/apple-touch-icon-60x60.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/apple-touch-icon-72x72.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/apple-touch-icon-76x76.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/apple-touch-icon-precomposed.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/apple-touch-icon.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/browserconfig.xml +12 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/favicon-16x16.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/favicon-194x194.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/favicon-32x32.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/favicon-96x96.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/favicon.ico Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/manifest.json +41 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/mstile-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/mstile-150x150.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/mstile-310x150.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/mstile-310x310.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/mstile-70x70.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/grey/safari-pinned-tab.svg +30 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/android-chrome-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/android-chrome-192x192.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/android-chrome-36x36.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/android-chrome-48x48.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/android-chrome-72x72.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/android-chrome-96x96.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/apple-touch-icon-114x114.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/apple-touch-icon-120x120.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/apple-touch-icon-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/apple-touch-icon-152x152.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/apple-touch-icon-180x180.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/apple-touch-icon-57x57.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/apple-touch-icon-60x60.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/apple-touch-icon-72x72.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/apple-touch-icon-76x76.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/apple-touch-icon-precomposed.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/apple-touch-icon.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/browserconfig.xml +12 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/favicon-16x16.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/favicon-194x194.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/favicon-32x32.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/favicon-96x96.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/favicon.ico Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/manifest.json +41 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/mstile-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/mstile-150x150.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/mstile-310x150.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/mstile-310x310.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/mstile-70x70.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/orange/safari-pinned-tab.svg +30 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/android-chrome-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/android-chrome-192x192.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/android-chrome-36x36.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/android-chrome-48x48.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/android-chrome-72x72.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/android-chrome-96x96.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/apple-touch-icon-114x114.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/apple-touch-icon-120x120.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/apple-touch-icon-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/apple-touch-icon-152x152.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/apple-touch-icon-180x180.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/apple-touch-icon-57x57.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/apple-touch-icon-60x60.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/apple-touch-icon-72x72.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/apple-touch-icon-76x76.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/apple-touch-icon-precomposed.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/apple-touch-icon.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/browserconfig.xml +12 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/favicon-16x16.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/favicon-194x194.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/favicon-32x32.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/favicon-96x96.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/favicon.ico Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/manifest.json +41 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/mstile-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/mstile-150x150.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/mstile-310x150.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/mstile-310x310.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/mstile-70x70.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/purple/safari-pinned-tab.svg +30 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/android-chrome-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/android-chrome-192x192.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/android-chrome-36x36.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/android-chrome-48x48.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/android-chrome-72x72.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/android-chrome-96x96.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/apple-touch-icon-114x114.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/apple-touch-icon-120x120.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/apple-touch-icon-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/apple-touch-icon-152x152.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/apple-touch-icon-180x180.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/apple-touch-icon-57x57.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/apple-touch-icon-60x60.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/apple-touch-icon-72x72.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/apple-touch-icon-76x76.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/apple-touch-icon-precomposed.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/apple-touch-icon.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/browserconfig.xml +12 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/favicon-16x16.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/favicon-194x194.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/favicon-32x32.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/favicon-96x96.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/favicon.ico Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/manifest.json +41 −0 Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/mstile-144x144.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/mstile-150x150.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/mstile-310x150.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/mstile-310x310.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/mstile-70x70.png Binary file Go to diff View file
A src/www/themes/BurningParrot/images/favicon/red/safari-pinned-tab.svg +30 −0 Go to diff View file
A src/www/themes/BurningParrot/images/organization_logo.png Binary file Go to diff View file
M src/www/themes/BurningParrot/templates/header.mustache +21 −1 Go to diff View file