diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..0c4449a Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..6213d04 Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..c29dd01 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..6faa819 Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..4b59a0f Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..f145b95 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 0000000..34aafe9 Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/static/styles.css b/static/styles.css index bc525ca..e17e409 100644 --- a/static/styles.css +++ b/static/styles.css @@ -58,12 +58,6 @@ img { flex-direction: row; } -@media only screen and (max-width: 600px) { - .feature { - flex-direction: column; - } -} - form { padding: 20px; max-width: 400px; @@ -124,3 +118,20 @@ img.icon-footer { align-items: center; padding: 20px 0; } + +.btn-methods { + background: transparent !important; + border: none !important; +} + +@media only screen and (max-width: 600px) { + body { + padding: 8px; + } + form { + width: auto; + } + .feature { + flex-direction: column; + } +} diff --git a/templates/index.html b/templates/index.html index b9b5a7a..c7a0c39 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,6 +2,13 @@ + + + + + + + QRCode Generator