diff --git a/.gitignore b/.gitignore index 10b8dc02..5848ec78 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ Thumbs.db # Pico .pico package-lock.json +/docs/orig \ No newline at end of file diff --git a/docs/favicon-152x152.png b/docs/favicon-152x152.png new file mode 100644 index 00000000..16e0580d Binary files /dev/null and b/docs/favicon-152x152.png differ diff --git a/docs/favicon-167x167.png b/docs/favicon-167x167.png new file mode 100644 index 00000000..8f201e3c Binary files /dev/null and b/docs/favicon-167x167.png differ diff --git a/docs/favicon-16x16.png b/docs/favicon-16x16.png new file mode 100644 index 00000000..4091b96d Binary files /dev/null and b/docs/favicon-16x16.png differ diff --git a/docs/favicon-180x180.png b/docs/favicon-180x180.png new file mode 100644 index 00000000..8172fcf8 Binary files /dev/null and b/docs/favicon-180x180.png differ diff --git a/docs/favicon-192x192.png b/docs/favicon-192x192.png new file mode 100644 index 00000000..c750d6e0 Binary files /dev/null and b/docs/favicon-192x192.png differ diff --git a/docs/favicon-32x32.png b/docs/favicon-32x32.png new file mode 100644 index 00000000..373ba472 Binary files /dev/null and b/docs/favicon-32x32.png differ diff --git a/docs/favicon-48x48.png b/docs/favicon-48x48.png new file mode 100644 index 00000000..4713b6c3 Binary files /dev/null and b/docs/favicon-48x48.png differ diff --git a/docs/favicon-512x512.png b/docs/favicon-512x512.png new file mode 100644 index 00000000..07331530 Binary files /dev/null and b/docs/favicon-512x512.png differ diff --git a/docs/index.html b/docs/index.html index f3eaf39a..28414889 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,6 +6,23 @@ Preview • Pico CSS + + + + + + + + + + + + + + + + + @@ -69,7 +86,8 @@

Yohns PicoCSS Fork

I've merged some open pull requests from the original Pico repository, and then added a few more enhancements that I either needed for a project (timeline) or wanted to make the building process of websites easier (:user-valid "validation", using <label> within groups, .row & .row-fluid and the .col-* classes like Bootstrap, .align-* and more.) The demo docs here is the main enhanced that have been added to the Pico CSS 2.0.6 branch, for more docs, refer to the original Pico CSS docs.

-

Some of the demos on this page do require Vanilla JavaScript Files to work the same as the preview here. I may get a build script going to compile the javascript plugins / components later. Let me know if this feature would help you.

+
+

(OPTIONAL) Some of the demos on this page do require Vanilla JavaScript Files to work the same as the preview here. I may get a build script going to compile the javascript plugins / components later. Let me know if this feature would help you.

diff --git a/docs/manifest.json b/docs/manifest.json new file mode 100644 index 00000000..f899c51a --- /dev/null +++ b/docs/manifest.json @@ -0,0 +1,31 @@ +{ + "short_name": "Pico CSS", + "name": "Pico CSS", + "description": "A pure HTML example, without dependencies.", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "favicon-48x48.png", + "type": "image/png", + "sizes": "48x48" + }, + { + "src": "favicon-192x192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "favicon-512x512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} \ No newline at end of file