]> arthur.barton.de Git - netdata.git/commitdiff
added icons
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Fri, 18 Dec 2015 20:56:20 +0000 (22:56 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Fri, 18 Dec 2015 20:56:20 +0000 (22:56 +0200)
16 files changed:
web/Makefile.am
web/dashboard_full.html
web/favicon.ico [new file with mode: 0755]
web/images/README.md [new file with mode: 0644]
web/images/seo-performance-114.png [new file with mode: 0755]
web/images/seo-performance-128.png [new file with mode: 0755]
web/images/seo-performance-16.png [new file with mode: 0755]
web/images/seo-performance-24.png [new file with mode: 0755]
web/images/seo-performance-256.png [new file with mode: 0755]
web/images/seo-performance-32.png [new file with mode: 0755]
web/images/seo-performance-48.png [new file with mode: 0755]
web/images/seo-performance-512.png [new file with mode: 0755]
web/images/seo-performance-64.png [new file with mode: 0755]
web/images/seo-performance-72.png [new file with mode: 0755]
web/images/seo-performance-multi-size.icns [new file with mode: 0755]
web/images/seo-performance-multi-size.ico [new file with mode: 0755]

index ed4846ea8bef32aba45193629e5d0958ecfc1ec8..544c17871cbb949f00578aee6b46c5bb244a0efc 100644 (file)
@@ -14,6 +14,7 @@ dist_web_DATA = \
         dashboard.html \
         dashboard.js \
         dashboard.css \
+       favicon.ico \
         $(NULL)
 
 
@@ -46,3 +47,19 @@ dist_webfonts_DATA = \
         fonts/glyphicons-halflings-regular.woff \
         fonts/glyphicons-halflings-regular.woff2 \
         $(NULL)
+
+webimagesdir=$(webdir)/images
+dist_webimages_DATA = \
+       images/seo-performace-16.png \
+       images/seo-performace-24.png \
+       images/seo-performace-32.png \
+       images/seo-performace-48.png \
+       images/seo-performace-64.png \
+       images/seo-performace-72.png \
+       images/seo-performace-114.png \
+       images/seo-performace-128.png \
+       images/seo-performace-256.png \
+       images/seo-performace-512.png \
+       images/seo-performace-multi-size.ico \
+       images/seo-performace-multi-size.icns \
+        $(NULL)
index 5c878e611cf377c5c3be4a8bb6eb290a21c97813..4c8267d64dbe7486ac9f9f2ec8274dc5bb2cc816 100755 (executable)
        <meta name="apple-mobile-web-app-capable" content="yes">
        <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
        <meta name="author" content="costa@tsaousis.gr">
+
+       <link rel="shortcut icon" href="images/seo-performace-multi-size.ico">
+       
+       <link rel="apple-touch-icon" href="images/seo-performace-72.png">
+       <link rel="apple-touch-icon" sizes="72x72" href="images/seo-performace-72.png">
+       <link rel="apple-touch-icon" sizes="114x114" href="images/seo-performace-114.png">
+
+       <link rel="icon" type="image/png" sizes="512x512" href="images/seo-performace-512.png">
+       <link rel="icon" type="image/png" sizes="256x256" href="images/seo-performace-256.png">
+       <link rel="icon" type="image/png" sizes="128x128" href="images/seo-performace-128.png">
+       <link rel="icon" type="image/png" sizes="64x64" href="images/seo-performace-64.png">
+       <link rel="icon" type="image/png" sizes="48x48" href="images/seo-performace-48.png">
+       <link rel="icon" type="image/png" sizes="32x32" href="images/seo-performace-32.png">
+       <link rel="icon" type="image/png" sizes="24x24" href="images/seo-performace-24.png">
+       <link rel="icon" type="image/png" sizes="16x16" href="images/seo-performace-16.png">
+
        <style>
 
        /* prevent body from hidding under the navbar */
diff --git a/web/favicon.ico b/web/favicon.ico
new file mode 100755 (executable)
index 0000000..bba4043
Binary files /dev/null and b/web/favicon.ico differ
diff --git a/web/images/README.md b/web/images/README.md
new file mode 100644 (file)
index 0000000..0c250fe
--- /dev/null
@@ -0,0 +1 @@
+Icons provided by [IconsDB.com](http://www.iconsdb.com/red-icons/seo-performance-icon.html)
diff --git a/web/images/seo-performance-114.png b/web/images/seo-performance-114.png
new file mode 100755 (executable)
index 0000000..8942707
Binary files /dev/null and b/web/images/seo-performance-114.png differ
diff --git a/web/images/seo-performance-128.png b/web/images/seo-performance-128.png
new file mode 100755 (executable)
index 0000000..c91a39b
Binary files /dev/null and b/web/images/seo-performance-128.png differ
diff --git a/web/images/seo-performance-16.png b/web/images/seo-performance-16.png
new file mode 100755 (executable)
index 0000000..4bafb3c
Binary files /dev/null and b/web/images/seo-performance-16.png differ
diff --git a/web/images/seo-performance-24.png b/web/images/seo-performance-24.png
new file mode 100755 (executable)
index 0000000..1a03f39
Binary files /dev/null and b/web/images/seo-performance-24.png differ
diff --git a/web/images/seo-performance-256.png b/web/images/seo-performance-256.png
new file mode 100755 (executable)
index 0000000..380c431
Binary files /dev/null and b/web/images/seo-performance-256.png differ
diff --git a/web/images/seo-performance-32.png b/web/images/seo-performance-32.png
new file mode 100755 (executable)
index 0000000..407b340
Binary files /dev/null and b/web/images/seo-performance-32.png differ
diff --git a/web/images/seo-performance-48.png b/web/images/seo-performance-48.png
new file mode 100755 (executable)
index 0000000..dd21499
Binary files /dev/null and b/web/images/seo-performance-48.png differ
diff --git a/web/images/seo-performance-512.png b/web/images/seo-performance-512.png
new file mode 100755 (executable)
index 0000000..b516480
Binary files /dev/null and b/web/images/seo-performance-512.png differ
diff --git a/web/images/seo-performance-64.png b/web/images/seo-performance-64.png
new file mode 100755 (executable)
index 0000000..36f8af4
Binary files /dev/null and b/web/images/seo-performance-64.png differ
diff --git a/web/images/seo-performance-72.png b/web/images/seo-performance-72.png
new file mode 100755 (executable)
index 0000000..e168fde
Binary files /dev/null and b/web/images/seo-performance-72.png differ
diff --git a/web/images/seo-performance-multi-size.icns b/web/images/seo-performance-multi-size.icns
new file mode 100755 (executable)
index 0000000..2e1a884
Binary files /dev/null and b/web/images/seo-performance-multi-size.icns differ
diff --git a/web/images/seo-performance-multi-size.ico b/web/images/seo-performance-multi-size.ico
new file mode 100755 (executable)
index 0000000..bba4043
Binary files /dev/null and b/web/images/seo-performance-multi-size.ico differ