favicons and google analytics

This commit is contained in:
Koen Lageveen 2014-11-19 09:41:29 +01:00
parent 5ebc7b671d
commit 9a6643c99f
24 changed files with 44 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
favicons/apple-touch-icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

12
favicons/browserconfig.xml Executable file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/mstile-70x70.png"/>
<square150x150logo src="/mstile-150x150.png"/>
<square310x310logo src="/mstile-310x310.png"/>
<wide310x150logo src="/mstile-310x150.png"/>
<TileColor>#5b6268</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
favicons/favicon-160x160.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
favicons/favicon-16x16.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 B

BIN
favicons/favicon-192x192.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
favicons/favicon-32x32.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
favicons/favicon-96x96.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
favicons/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
favicons/mstile-144x144.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
favicons/mstile-150x150.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
favicons/mstile-310x150.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
favicons/mstile-310x310.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
favicons/mstile-70x70.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -4,12 +4,33 @@
<title>Programmingfonts Test Drive App</title>
<meta charset="utf-8"/>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="favicons/favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="favicons/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#5b6268">
<meta name="msapplication-TileImage" content="favicons/mstile-144x144.png">
<!-- YUI reset -->
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.18.1/build/cssreset/cssreset-min.css">
<!-- CodeMirror Themes -->
<!-- CodeMirror -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/codemirror.min.css">
<!-- CodeMirror Themes -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/3024-day.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/3024-night.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/ambiance.min.css">
@ -378,6 +399,16 @@ function findSequence(goal) {
selectFont();
});
// Google Analytics
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56825926-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>