aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-04-03 21:20:42 -0400
committerUnknown <jtsshieh@outlook.com>2018-04-03 21:20:42 -0400
commit27b6a97ef72594baad4c692cd8c2b7986ed8f836 (patch)
treea67f8cd806ac36041f728260a1fa572d070b416f
parentee9ddac90cb33a467b5652c769356c93880bf8e2 (diff)
downloadpokeworld-website-27b6a97ef72594baad4c692cd8c2b7986ed8f836.tar.gz
pokeworld-website-27b6a97ef72594baad4c692cd8c2b7986ed8f836.tar.bz2
pokeworld-website-27b6a97ef72594baad4c692cd8c2b7986ed8f836.zip
new icons lol
-rw-r--r--pokeworld/about/index.html6
-rw-r--r--pokeworld/android-chrome-192x192.pngbin0 -> 17317 bytes
-rw-r--r--pokeworld/android-chrome-384x384.pngbin0 -> 45383 bytes
-rw-r--r--pokeworld/apple-touch-icon.pngbin0 -> 10175 bytes
-rw-r--r--pokeworld/browserconfig.xml9
-rw-r--r--pokeworld/favicon-16x16.pngbin0 -> 1114 bytes
-rw-r--r--pokeworld/favicon-32x32.pngbin0 -> 1980 bytes
-rw-r--r--pokeworld/favicon.icobin0 -> 15086 bytes
-rw-r--r--pokeworld/index.html6
-rw-r--r--pokeworld/mstile-150x150.pngbin0 -> 10011 bytes
-rw-r--r--pokeworld/pokebot/commands/index.html6
-rw-r--r--pokeworld/pokebot/index.html6
-rw-r--r--pokeworld/rules/index.html6
-rw-r--r--pokeworld/site.webmanifest19
14 files changed, 58 insertions, 0 deletions
diff --git a/pokeworld/about/index.html b/pokeworld/about/index.html
index e2e58c4..075cf96 100644
--- a/pokeworld/about/index.html
+++ b/pokeworld/about/index.html
@@ -6,6 +6,12 @@
<meta name="viewport" content="width=device-width">
<title>PokeWorld | About</title>
<link rel="stylesheet" href="../css/style.css">
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+ <link rel="manifest" href="/site.webmanifest">
+ <meta name="msapplication-TileColor" content="#b91d47">
+ <meta name="theme-color" content="#ffffff">
<meta property="og:image:width" content="279">
<meta property="og:image:height" content="279">
<meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
diff --git a/pokeworld/android-chrome-192x192.png b/pokeworld/android-chrome-192x192.png
new file mode 100644
index 0000000..b78fe74
--- /dev/null
+++ b/pokeworld/android-chrome-192x192.png
Binary files differ
diff --git a/pokeworld/android-chrome-384x384.png b/pokeworld/android-chrome-384x384.png
new file mode 100644
index 0000000..7c1c210
--- /dev/null
+++ b/pokeworld/android-chrome-384x384.png
Binary files differ
diff --git a/pokeworld/apple-touch-icon.png b/pokeworld/apple-touch-icon.png
new file mode 100644
index 0000000..0a2cda2
--- /dev/null
+++ b/pokeworld/apple-touch-icon.png
Binary files differ
diff --git a/pokeworld/browserconfig.xml b/pokeworld/browserconfig.xml
new file mode 100644
index 0000000..e8b57e5
--- /dev/null
+++ b/pokeworld/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="/mstile-150x150.png"/>
+ <TileColor>#b91d47</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/pokeworld/favicon-16x16.png b/pokeworld/favicon-16x16.png
new file mode 100644
index 0000000..0a77569
--- /dev/null
+++ b/pokeworld/favicon-16x16.png
Binary files differ
diff --git a/pokeworld/favicon-32x32.png b/pokeworld/favicon-32x32.png
new file mode 100644
index 0000000..1c1a1aa
--- /dev/null
+++ b/pokeworld/favicon-32x32.png
Binary files differ
diff --git a/pokeworld/favicon.ico b/pokeworld/favicon.ico
new file mode 100644
index 0000000..ba55d4b
--- /dev/null
+++ b/pokeworld/favicon.ico
Binary files differ
diff --git a/pokeworld/index.html b/pokeworld/index.html
index 02a84d5..627d75d 100644
--- a/pokeworld/index.html
+++ b/pokeworld/index.html
@@ -6,6 +6,12 @@
<meta name="viewport" content="width=device-width">
<title>PokeWorld | Home</title>
<link rel="stylesheet" href="./css/style.css">
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+ <link rel="manifest" href="/site.webmanifest">
+ <meta name="msapplication-TileColor" content="#b91d47">
+ <meta name="theme-color" content="#ffffff">
<meta property="og:image:width" content="279">
<meta property="og:image:height" content="279">
<meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
diff --git a/pokeworld/mstile-150x150.png b/pokeworld/mstile-150x150.png
new file mode 100644
index 0000000..5041799
--- /dev/null
+++ b/pokeworld/mstile-150x150.png
Binary files differ
diff --git a/pokeworld/pokebot/commands/index.html b/pokeworld/pokebot/commands/index.html
index d102958..5757e06 100644
--- a/pokeworld/pokebot/commands/index.html
+++ b/pokeworld/pokebot/commands/index.html
@@ -6,6 +6,12 @@
<meta name="viewport" content="width=device-width">
<title>PokeWorld | Pokebot</title>
<link rel="stylesheet" href="../css/style.css">
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+ <link rel="manifest" href="/site.webmanifest">
+ <meta name="msapplication-TileColor" content="#b91d47">
+ <meta name="theme-color" content="#ffffff">
<meta property="og:image:width" content="279">
<meta property="og:image:height" content="279">
<meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
diff --git a/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html
index 29baf60..e1f662c 100644
--- a/pokeworld/pokebot/index.html
+++ b/pokeworld/pokebot/index.html
@@ -6,6 +6,12 @@
<meta name="viewport" content="width=device-width">
<title>PokeWorld | Pokebot</title>
<link rel="stylesheet" href="../css/style.css">
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+ <link rel="manifest" href="/site.webmanifest">
+ <meta name="msapplication-TileColor" content="#b91d47">
+ <meta name="theme-color" content="#ffffff">
<meta property="og:image:width" content="279">
<meta property="og:image:height" content="279">
<meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
diff --git a/pokeworld/rules/index.html b/pokeworld/rules/index.html
index 277b3b4..573a956 100644
--- a/pokeworld/rules/index.html
+++ b/pokeworld/rules/index.html
@@ -6,6 +6,12 @@
<meta name="viewport" content="width=device-width">
<title>PokeWorld | Rules</title>
<link rel="stylesheet" href="../css/style.css">
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+ <link rel="manifest" href="/site.webmanifest">
+ <meta name="msapplication-TileColor" content="#b91d47">
+ <meta name="theme-color" content="#ffffff">
<meta property="og:image:width" content="279">
<meta property="og:image:height" content="279">
<meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
diff --git a/pokeworld/site.webmanifest b/pokeworld/site.webmanifest
new file mode 100644
index 0000000..a1553eb
--- /dev/null
+++ b/pokeworld/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-384x384.png",
+ "sizes": "384x384",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}