diff --git a/.gitignore b/.gitignore index ad46b30..1943b98 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ + +.DS_Store + # Logs logs *.log @@ -59,3 +62,4 @@ typings/ # next.js build output .next +.DS_Store diff --git a/source/android-chrome-192x192.png b/source/android-chrome-192x192.png new file mode 100644 index 0000000..def826c Binary files /dev/null and b/source/android-chrome-192x192.png differ diff --git a/source/android-chrome-512x512.png b/source/android-chrome-512x512.png new file mode 100644 index 0000000..e1ed599 Binary files /dev/null and b/source/android-chrome-512x512.png differ diff --git a/source/apple-touch-icon.png b/source/apple-touch-icon.png new file mode 100644 index 0000000..d0764da Binary files /dev/null and b/source/apple-touch-icon.png differ diff --git a/source/browserconfig.xml b/source/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/source/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/source/favicon-16x16.png b/source/favicon-16x16.png new file mode 100644 index 0000000..1b22364 Binary files /dev/null and b/source/favicon-16x16.png differ diff --git a/source/favicon-32x32.png b/source/favicon-32x32.png new file mode 100644 index 0000000..c7e81dd Binary files /dev/null and b/source/favicon-32x32.png differ diff --git a/source/favicon.ico b/source/favicon.ico new file mode 100644 index 0000000..add6b6d Binary files /dev/null and b/source/favicon.ico differ diff --git a/source/favicon.png b/source/favicon.png new file mode 100644 index 0000000..3d32af0 Binary files /dev/null and b/source/favicon.png differ diff --git a/source/favicon.svg b/source/favicon.svg new file mode 100644 index 0000000..db3224b --- /dev/null +++ b/source/favicon.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/logo.svg b/source/logo.svg new file mode 100644 index 0000000..e69de29 diff --git a/source/mstile-150x150.png b/source/mstile-150x150.png new file mode 100644 index 0000000..1dc8be4 Binary files /dev/null and b/source/mstile-150x150.png differ diff --git a/source/safari-pinned-tab.svg b/source/safari-pinned-tab.svg new file mode 100644 index 0000000..44c29f0 --- /dev/null +++ b/source/safari-pinned-tab.svg @@ -0,0 +1,203 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/site.webmanifest b/source/site.webmanifest new file mode 100644 index 0000000..d8c0ec2 --- /dev/null +++ b/source/site.webmanifest @@ -0,0 +1,25 @@ +{ + "lang": "en", + "dir": "ltr", + "name": "fullfrontal", + "short_name": "fullfrontal", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "scope": "/", + "id": "fullfrontal", + "start_url": "/index.html", + "display": "fullscreen", + "orientation": "landscape", + "theme_color": "#f4c9f3", + "background_color": "#f4c9f3" +} \ No newline at end of file