Skip to content

Commit

Permalink
closes #99
Browse files Browse the repository at this point in the history
  • Loading branch information
SirZach committed Aug 26, 2016
1 parent a5d860a commit 300e4b1
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 26 deletions.
21 changes: 0 additions & 21 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,6 @@
<link rel="stylesheet" href="vendor-css/bootstrap-theme.min.css">
<link rel="stylesheet" href="vendor-css/bootstrap.min.css">
<link rel="stylesheet" href="{{rootURL}}assets/foosball.css">

<link rel="apple-touch-icon" sizes="57x57" href="apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="icon" type="image/png" sizes="128x128" href="favicon.png">
<link rel="icon" type="image/png" sizes="36x36" href="android-icon-36x36.png">
<link rel="icon" type="image/png" sizes="48x48" href="android-icon-48x48.png">
<link rel="icon" type="image/png" sizes="72x72" href="android-icon-72x72.png">
<link rel="icon" type="image/png" sizes="96x96" href="android-icon-96x96.png">
<link rel="icon" type="image/png" sizes="144x144" href="android-icon-144x144.png">
<link rel="icon" type="image/png" sizes="192x192" href="android-icon-192x192.png">
<link rel="icon" href="favicon.ico">

{{content-for 'head-footer'}}
Expand Down
10 changes: 5 additions & 5 deletions app/styles/main-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@

.middle-nav {
.icon {
background: url('/favicon-32x32.png');
background: url('/4sBall.png');
background-size: contain;
background-repeat: no-repeat;
height: 32px;
width: 32px;
height: 41px;
width: 41px;
@extend .p-r;
top: 8px;
border-radius: 2px;
top: 3px;
}
}
}
Expand Down
Binary file added public/4sBall.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 public/android-icon-144x144.png
Binary file not shown.
Binary file removed public/android-icon-192x192.png
Binary file not shown.
Binary file removed public/android-icon-36x36.png
Binary file not shown.
Binary file removed public/android-icon-48x48.png
Binary file not shown.
Binary file removed public/android-icon-72x72.png
Binary file not shown.
Binary file removed public/android-icon-96x96.png
Binary file not shown.
Binary file removed public/apple-icon-114x114.png
Binary file not shown.
Binary file removed public/apple-icon-120x120.png
Binary file not shown.
Binary file removed public/apple-icon-144x144.png
Binary file not shown.
Binary file removed public/apple-icon-152x152.png
Binary file not shown.
Binary file removed public/apple-icon-180x180.png
Binary file not shown.
Binary file removed public/apple-icon-57x57.png
Binary file not shown.
Binary file removed public/apple-icon-60x60.png
Binary file not shown.
Binary file removed public/apple-icon-72x72.png
Binary file not shown.
Binary file removed public/apple-icon-76x76.png
Binary file not shown.
Binary file removed public/apple-icon-precomposed.png
Binary file not shown.
Binary file removed public/apple-icon.png
Binary file not shown.
Binary file removed public/favicon-16x16.png
Binary file not shown.
Binary file removed public/favicon-32x32.png
Binary file not shown.
Binary file removed public/favicon-96x96.png
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file removed public/favicon.png
Binary file not shown.

0 comments on commit 300e4b1

Please sign in to comment.