diff --git a/.eleventy.js b/.eleventy.js index f184d44..92e497d 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -11,6 +11,10 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy({ "./projects/FrontendMentor": "FrontendMentor", }); + eleventyConfig.addPassthroughCopy({ + "./src/assets/faviconstuff": "/", + }); + //eleventyConfig.addPassthroughCopy({ // "./src/assets/images": "img", //}); diff --git a/.gitignore b/.gitignore index 8c1885f..1ea13d6 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,21 @@ src/_includes/css # my chosen output directory. www +#### From FrontEnd Mentor gitignore. Just to avoid accidentally uploading design files +# +# Avoid accidental upload of the Sketch and Figma design files +##################################################### +## Please do not remove lines 5 and 6 - thanks! 🙂 ## +##################################################### +*.sketch +*.fig + +# Avoid accidental XD upload if you convert the design file +############################################### +## Please do not remove line 12 - thanks! 🙂 ## +############################################### +*.xd +.prettierignore # ---> macOS # General diff --git a/src/assets/faviconstuff/android-chrome-192x192.png b/src/assets/faviconstuff/android-chrome-192x192.png new file mode 100644 index 0000000..07a0dfa Binary files /dev/null and b/src/assets/faviconstuff/android-chrome-192x192.png differ diff --git a/src/assets/faviconstuff/android-chrome-512x512.png b/src/assets/faviconstuff/android-chrome-512x512.png new file mode 100644 index 0000000..1cde62b Binary files /dev/null and b/src/assets/faviconstuff/android-chrome-512x512.png differ diff --git a/src/assets/faviconstuff/apple-touch-icon.png b/src/assets/faviconstuff/apple-touch-icon.png new file mode 100644 index 0000000..7aa3410 Binary files /dev/null and b/src/assets/faviconstuff/apple-touch-icon.png differ diff --git a/src/assets/faviconstuff/browserconfig.xml b/src/assets/faviconstuff/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/src/assets/faviconstuff/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/src/assets/faviconstuff/favicon-16x16.png b/src/assets/faviconstuff/favicon-16x16.png new file mode 100644 index 0000000..c423fa1 Binary files /dev/null and b/src/assets/faviconstuff/favicon-16x16.png differ diff --git a/src/assets/faviconstuff/favicon-32x32.png b/src/assets/faviconstuff/favicon-32x32.png new file mode 100644 index 0000000..2180170 Binary files /dev/null and b/src/assets/faviconstuff/favicon-32x32.png differ diff --git a/src/assets/faviconstuff/favicon.ico b/src/assets/faviconstuff/favicon.ico new file mode 100644 index 0000000..d573769 Binary files /dev/null and b/src/assets/faviconstuff/favicon.ico differ diff --git a/src/assets/faviconstuff/mstile-150x150.png b/src/assets/faviconstuff/mstile-150x150.png new file mode 100644 index 0000000..7a3e945 Binary files /dev/null and b/src/assets/faviconstuff/mstile-150x150.png differ diff --git a/src/assets/faviconstuff/safari-pinned-tab.svg b/src/assets/faviconstuff/safari-pinned-tab.svg new file mode 100644 index 0000000..b17ff61 --- /dev/null +++ b/src/assets/faviconstuff/safari-pinned-tab.svg @@ -0,0 +1,40 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/src/assets/faviconstuff/site.webmanifest b/src/assets/faviconstuff/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/src/assets/faviconstuff/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/src/index.html b/src/index.html index bb467f8..ea57bb5 100644 --- a/src/index.html +++ b/src/index.html @@ -7,6 +7,14 @@ Practice Projects + + + + + + + + @@ -355,7 +363,7 @@

Intended for just little snippets of code that look useful

- The Playground + The Playground