Skip to content

Commit

Permalink
Add some favicon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
mozq committed Apr 7, 2019
1 parent 000b41a commit 434be65
Show file tree
Hide file tree
Showing 24 changed files with 7 additions and 5 deletions.
Binary file added res/favicon/favicons/favicon1000px.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 added res/favicon/favicons/favicon150px.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 added res/favicon/favicons/favicon152px.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 added res/favicon/favicons/favicon180px.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 added res/favicon/favicons/favicon192px.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 res/favicon/favicons/favicon200px.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 added res/favicon/favicons/favicon310px.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 added res/favicon/favicons/favicon70px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions src/main/webapp/WEB-INF/pages/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@
<meta name="robots" content="index,follow,noarchive" />
<meta name="application-name" content="${mf:h(msg['site.name'])}" />
<meta name="apple-mobile-web-app-title" content="${mf:h(msg['site.name'])}" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-square70x70logo" content="${pageContext.request.contextPath}/res/img/icons/favicon70px.png" />
<meta name="msapplication-square150x150logo" content="${pageContext.request.contextPath}/res/img/icons/favicon150px.png" />
<meta name="msapplication-square310x310logo" content="${pageContext.request.contextPath}/res/img/icons/favicon310px.png" />
<meta property="og:site_name" content="${mf:h(msg['site.name'])}" />
<meta property="og:url" content="${pageContext.request.scheme}://${pageContext.request.serverName}${pageContext.request.contextPath}/${mf:h(currentPath)}" />
<meta property="og:image" content="${pageContext.request.scheme}://${pageContext.request.serverName}${pageContext.request.contextPath}/res/img/icons/favicon200px.png" />
<meta property="og:image" content="${pageContext.request.scheme}://${pageContext.request.serverName}${pageContext.request.contextPath}/res/img/icons/favicon310px.png" />
<meta property="og:locale" content="${mf:h(msg['locale'])}" />
<meta property="og:locale:alternate" content="en_US" />
<meta property="og:locale:alternate" content="ja_JP" />
Expand All @@ -27,10 +31,8 @@
<link rel="alternate" href="${pageContext.request.contextPath}/${mf:h(currentPath)}" hreflang="x-default" />
<link rel="icon" type="x-icon" href="${pageContext.request.contextPath}/favicon.ico" />
<link rel="shortcut icon" type="x-icon" href="${pageContext.request.contextPath}/favicon.ico" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="${pageContext.request.contextPath}/res/img/icons/favicon144px.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="${pageContext.request.contextPath}/res/img/icons/favicon114px.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="${pageContext.request.contextPath}/res/img/icons/favicon72px.png" />
<link rel="apple-touch-icon-precomposed" href="${pageContext.request.contextPath}/res/img/icons/favicon57px.png" />
<link rel="icon" type="image/png" sizes="192x192" href="${pageContext.request.contextPath}/res/img/icons/favicon192px.png" />
<link rel="apple-touch-icon" sizes="180x180" href="${pageContext.request.contextPath}/res/img/icons/favicon180px.png" />
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" />
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/chosen/1.8.7/chosen.min.css" />
Expand Down
Binary file removed src/main/webapp/res/img/icons/favicon114px.png
Binary file not shown.
Binary file removed src/main/webapp/res/img/icons/favicon128px.png
Binary file not shown.
Empty file modified src/main/webapp/res/img/icons/favicon144px.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/res/img/icons/favicon150px.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 src/main/webapp/res/img/icons/favicon16px.png
Binary file not shown.
Binary file added src/main/webapp/res/img/icons/favicon180px.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 added src/main/webapp/res/img/icons/favicon192px.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 src/main/webapp/res/img/icons/favicon200px.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/res/img/icons/favicon310px.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 src/main/webapp/res/img/icons/favicon32px.png
Binary file not shown.
Binary file removed src/main/webapp/res/img/icons/favicon48px.png
Binary file not shown.
Binary file removed src/main/webapp/res/img/icons/favicon57px.png
Binary file not shown.
Binary file added src/main/webapp/res/img/icons/favicon70px.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 src/main/webapp/res/img/icons/favicon72px.png
Binary file not shown.
Binary file removed src/main/webapp/res/img/icons/favicon96px.png
Binary file not shown.

0 comments on commit 434be65

Please sign in to comment.