1
0
Эх сурвалжийг харах

replacing favicons with new design by @rugk, resolves #23

El RIDO 10 жил өмнө
parent
commit
a5c10aac8a

+ 0 - 0
favicon/files/android-chrome-192x192.png → android-chrome-192x192.png


+ 0 - 0
favicon/files/android-chrome-512x512.png → android-chrome-512x512.png


+ 0 - 0
favicon/files/apple-touch-icon.png → apple-touch-icon.png


+ 0 - 0
favicon/files/browserconfig.xml → browserconfig.xml


+ 0 - 0
favicon/files/favicon-16x16.png → favicon-16x16.png


+ 0 - 0
favicon/files/favicon-32x32.png → favicon-32x32.png


BIN
favicon.ico


+ 0 - 1
favicon/README.md

@@ -1 +0,0 @@
-This files were generated with [RealFaviconGenerator](https://realfavicongenerator.net). You can reproduce the generation with [request.json](request.json).

BIN
favicon/files/favicon.ico


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 5
favicon/request.json


+ 0 - 6
favicon/snippet.html

@@ -1,6 +0,0 @@
-<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
-<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
-<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
-<link rel="manifest" href="/manifest.json">
-<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ffcc00">
-<meta name="theme-color" content="#ffe57e">

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
img/bee.svg


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
img/beehive.svg


BIN
img/favicons/android-chrome-192x192.png


BIN
img/favicons/apple-touch-icon.png


BIN
img/favicons/favicon-16x16.png


BIN
img/favicons/favicon-32x32.png


BIN
img/favicons/favicon-96x96.png


+ 0 - 0
favicon/files/manifest.json → manifest.json


+ 0 - 0
favicon/files/mstile-144x144.png → mstile-144x144.png


+ 0 - 0
favicon/files/mstile-150x150.png → mstile-150x150.png


+ 0 - 0
favicon/files/mstile-310x150.png → mstile-310x150.png


+ 0 - 0
favicon/files/mstile-310x310.png → mstile-310x310.png


+ 0 - 0
favicon/files/mstile-70x70.png → mstile-70x70.png


+ 0 - 0
favicon/files/safari-pinned-tab.svg → safari-pinned-tab.svg


+ 6 - 5
tpl/bootstrap-compact.html

@@ -23,11 +23,12 @@
 		<!--[if lt IE 10]>
 		<style type="text/css">#ienotice {display:block !important;} #oldienotice {display:block !important;}</style>
 		<![endif]-->
-		<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon.png?{$VERSION|rawurlencode}" />
-		<link rel="icon" type="image/png" href="img/favicons/android-chrome-192x192.png?{$VERSION|rawurlencode}" sizes="192x192" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png?{$VERSION|rawurlencode}" sizes="32x32" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-96x96.png?{$VERSION|rawurlencode}" sizes="96x96" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png?{$VERSION|rawurlencode}" sizes="16x16" />
+		<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png?{$VERSION|rawurlencode}">
+		<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32?{$VERSION|rawurlencode}">
+		<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16?{$VERSION|rawurlencode}">
+		<link rel="manifest" href="manifest.json?{$VERSION|rawurlencode}">
+		<link rel="mask-icon" href="safari-pinned-tab.svg?{$VERSION|rawurlencode}" color="#ffcc00">
+		<meta name="theme-color" content="#ffe57e">
 	</head>
 	<body role="document" class="navbar-spacing">
 		<nav class="navbar navbar-default navbar-fixed-top">

+ 6 - 5
tpl/bootstrap-dark-page.html

@@ -23,11 +23,12 @@
 		<!--[if lt IE 10]>
 		<style type="text/css">#ienotice {display:block !important;} #oldienotice {display:block !important;}</style>
 		<![endif]-->
-		<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon.png?{$VERSION|rawurlencode}" />
-		<link rel="icon" type="image/png" href="img/favicons/android-chrome-192x192.png?{$VERSION|rawurlencode}" sizes="192x192" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png?{$VERSION|rawurlencode}" sizes="32x32" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-96x96.png?{$VERSION|rawurlencode}" sizes="96x96" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png?{$VERSION|rawurlencode}" sizes="16x16" />
+		<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png?{$VERSION|rawurlencode}">
+		<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32?{$VERSION|rawurlencode}">
+		<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16?{$VERSION|rawurlencode}">
+		<link rel="manifest" href="manifest.json?{$VERSION|rawurlencode}">
+		<link rel="mask-icon" href="safari-pinned-tab.svg?{$VERSION|rawurlencode}" color="#ffcc00">
+		<meta name="theme-color" content="#ffe57e">
 	</head>
 	<body role="document">
 		<nav class="navbar navbar-inverse navbar-static-top">

+ 6 - 5
tpl/bootstrap-dark.html

@@ -23,11 +23,12 @@
 		<!--[if lt IE 10]>
 		<style type="text/css">#ienotice {display:block !important;} #oldienotice {display:block !important;}</style>
 		<![endif]-->
-		<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon.png?{$VERSION|rawurlencode}" />
-		<link rel="icon" type="image/png" href="img/favicons/android-chrome-192x192.png?{$VERSION|rawurlencode}" sizes="192x192" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png?{$VERSION|rawurlencode}" sizes="32x32" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-96x96.png?{$VERSION|rawurlencode}" sizes="96x96" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png?{$VERSION|rawurlencode}" sizes="16x16" />
+		<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png?{$VERSION|rawurlencode}">
+		<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32?{$VERSION|rawurlencode}">
+		<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16?{$VERSION|rawurlencode}">
+		<link rel="manifest" href="manifest.json?{$VERSION|rawurlencode}">
+		<link rel="mask-icon" href="safari-pinned-tab.svg?{$VERSION|rawurlencode}" color="#ffcc00">
+		<meta name="theme-color" content="#ffe57e">
 	</head>
 	<body role="document">
 		<nav class="navbar navbar-inverse navbar-static-top">

+ 6 - 5
tpl/bootstrap-page.html

@@ -23,11 +23,12 @@
 		<!--[if lt IE 10]>
 		<style type="text/css">#ienotice {display:block !important;} #oldienotice {display:block !important;}</style>
 		<![endif]-->
-		<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon.png?{$VERSION|rawurlencode}" />
-		<link rel="icon" type="image/png" href="img/favicons/android-chrome-192x192.png?{$VERSION|rawurlencode}" sizes="192x192" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png?{$VERSION|rawurlencode}" sizes="32x32" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-96x96.png?{$VERSION|rawurlencode}" sizes="96x96" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png?{$VERSION|rawurlencode}" sizes="16x16" />
+		<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png?{$VERSION|rawurlencode}">
+		<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32?{$VERSION|rawurlencode}">
+		<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16?{$VERSION|rawurlencode}">
+		<link rel="manifest" href="manifest.json?{$VERSION|rawurlencode}">
+		<link rel="mask-icon" href="safari-pinned-tab.svg?{$VERSION|rawurlencode}" color="#ffcc00">
+		<meta name="theme-color" content="#ffe57e">
 	</head>
 	<body role="document">
 		<nav class="navbar navbar-default navbar-static-top">

+ 6 - 5
tpl/bootstrap.html

@@ -23,11 +23,12 @@
 		<!--[if lt IE 10]>
 		<style type="text/css">#ienotice {display:block !important;} #oldienotice {display:block !important;}</style>
 		<![endif]-->
-		<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon.png?{$VERSION|rawurlencode}" />
-		<link rel="icon" type="image/png" href="img/favicons/android-chrome-192x192.png?{$VERSION|rawurlencode}" sizes="192x192" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png?{$VERSION|rawurlencode}" sizes="32x32" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-96x96.png?{$VERSION|rawurlencode}" sizes="96x96" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png?{$VERSION|rawurlencode}" sizes="16x16" />
+		<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png?{$VERSION|rawurlencode}">
+		<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32?{$VERSION|rawurlencode}">
+		<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16?{$VERSION|rawurlencode}">
+		<link rel="manifest" href="manifest.json?{$VERSION|rawurlencode}">
+		<link rel="mask-icon" href="safari-pinned-tab.svg?{$VERSION|rawurlencode}" color="#ffcc00">
+		<meta name="theme-color" content="#ffe57e">
 	</head>
 	<body role="document">
 		<nav class="navbar navbar-default navbar-static-top">

+ 6 - 5
tpl/page.html

@@ -18,11 +18,12 @@
 		<!--[if lt IE 10]>
 		<style type="text/css">body {padding-left:60px;padding-right:60px;} #ienotice {display:block;} #oldienotice {display:block;}</style>
 		<![endif]-->
-		<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon.png?{$VERSION|rawurlencode}" />
-		<link rel="icon" type="image/png" href="img/favicons/android-chrome-192x192.png?{$VERSION|rawurlencode}" sizes="192x192" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png?{$VERSION|rawurlencode}" sizes="32x32" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-96x96.png?{$VERSION|rawurlencode}" sizes="96x96" />
-		<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png?{$VERSION|rawurlencode}" sizes="16x16" />
+		<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png?{$VERSION|rawurlencode}">
+		<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32?{$VERSION|rawurlencode}">
+		<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16?{$VERSION|rawurlencode}">
+		<link rel="manifest" href="manifest.json?{$VERSION|rawurlencode}">
+		<link rel="mask-icon" href="safari-pinned-tab.svg?{$VERSION|rawurlencode}" color="#ffcc00">
+		<meta name="theme-color" content="#ffe57e">
 	</head>
 	<body>
 		<header>

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно