Skip to content

Commit

Permalink
Adds back favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Apr 8, 2017
1 parent e212071 commit c740f9b
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 18 deletions.
28 changes: 14 additions & 14 deletions _includes/head.html
Expand Up @@ -3,21 +3,21 @@

<title>{{ page.title }}</title>

<link rel="apple-touch-icon" sizes="57x57" href="https://parse.com/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://parse.com/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://parse.com/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://parse.com/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://parse.com/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://parse.com/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://parse.com/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://parse.com/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://parse.com/apple-touch-icon-180x180.png">
<link rel="apple-touch-icon" sizes="57x57" href="{{ site.baseUrl }}/img/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="{{ site.baseUrl }}/img/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="{{ site.baseUrl }}/img/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="{{ site.baseUrl }}/img/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="{{ site.baseUrl }}/img/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="{{ site.baseUrl }}/img/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="{{ site.baseUrl }}/img/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="{{ site.baseUrl }}/img/favicon/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseUrl }}/img/favicon/apple-touch-icon-180x180.png">
<meta name="apple-mobile-web-app-title" content="Parse">
<link rel="icon" type="image/png" href="https://parse.com/favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="https://parse.com/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="https://parse.com/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="https://parse.com/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="https://parse.com/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="{{ site.baseUrl }}/img/favicon/favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="{{ site.baseUrl }}/img/favicon/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="{{ site.baseUrl }}/img/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="{{ site.baseUrl }}/img/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="{{ site.baseUrl }}/img/favicon/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#5298fc">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="application-name" content="Parse">
Expand Down
2 changes: 0 additions & 2 deletions _includes/parse-server/push-notifications-android.md
@@ -1,5 +1,3 @@
First you will need to set up your app to use Parse Server. Go through the [Parse Android QuickStart](https://parse.com/apps/quickstart##parse_data/mobile/android) first and come back here once your app is connected to Parse Server.

#### Configure Broadcast Receiver and Permissions

Add the following service and broadcast receiver definitions to `AndroidManifest.xml` immediately before the *closing* `</application>` tag:
Expand Down
2 changes: 0 additions & 2 deletions _includes/parse-server/push-notifications-ios.md
@@ -1,5 +1,3 @@
First you will need to set up your app to use Parse Server. Go through the [Parse iOS QuickStart](https://parse.com/apps/quickstart##parse_data/mobile/ios) first and come back here once your app is connected to Parse Server.

#### Register Device for Push Notifications

Open up your `AppDelegate.swift`, `AppDelegate.m`, or `AppDelegate.cs` file and make your app register for remote notifications by adding the following in your `application:didFinishLaunchingWithOptions:` function:
Expand Down
Binary file added img/favicon/apple-touch-icon-114x114.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon/apple-touch-icon-120x120.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon/apple-touch-icon-144x144.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon/apple-touch-icon-152x152.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon/apple-touch-icon-180x180.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon/apple-touch-icon-57x57.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon/apple-touch-icon-60x60.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon/apple-touch-icon-72x72.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon/apple-touch-icon-76x76.png
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 c740f9b

Please sign in to comment.