diff --git a/README.md b/README.md
index 4779fe64..32504b92 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,11 @@
[](https://github.com/picocss/pico/blob/master/LICENSE.md)
[](https://twitter.com/picocss)
+## Yohns Updated Version
+I'm not sure if the original [Pico CSS](https://github.com/picocss/pico) repository is abandoned or not, but I really liked what they had to offer, and wanted to help not let this awesomely simple and easy to use front end framework disappear, so I merged as many of open pull requests that fixed some issues, and / or enhanced the project that were available at the time. I'll try to help keep it viable and do some bug fixes if any arise, and would alway appreciate anyone elses help to continue keeping this alive!
+
+You can see the new features I, and many others have created pull requests for by going to [Yohns Pico CSS](https://yohn.github.io/PicoCSS). This page just has the demos of most of the features I have merged, or added to the project.
+
## Minimal CSS Framework for Semantic HTML
A minimalist and lightweight starter kit that prioritizes semantic syntax, making every HTML element responsive and elegant by default.
@@ -38,13 +43,22 @@ With just the right amount of everything, Pico is great starting point for a cle
## Table of contents
-- [Quick start](#quick-start)
-- [Class-less version](#class-less-version)
-- [Limitations](#limitations)
-- [Documentation](#documentation)
-- [Browser Support](#browser-support)
-- [Contributing](#contributing)
-- [Copyright and license](#copyright-and-license)
+1. [Yohns Updated Version](#yohns-updated-version)
+2. [Minimal CSS Framework for Semantic HTML](#minimal-css-framework-for-semantic-html)
+3. [What’s new in v2?](#whats-new-in-v2)
+4. [A Superpowered HTML Reset](#a-superpowered-html-reset)
+5. [Table of contents](#table-of-contents)
+6. [Quick start](#quick-start)
+ 1. [Install manually](#install-manually)
+ 2. [Usage from CDN](#usage-from-cdn)
+ 3. [Install with NPM](#install-with-npm)
+ 4. [Starter HTML template](#starter-html-template)
+7. [Class-less version](#class-less-version)
+8. [Limitations](#limitations)
+9. [Documentation](#documentation)
+10. [Browser Support](#browser-support)
+11. [Contributing](#contributing)
+12. [Copyright and license](#copyright-and-license)
## Quick start
@@ -63,20 +77,20 @@ There are 4 ways to get started with pico.css:
Alternatively, you can use [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@picocss/pico) to link pico.css.
```html
-
+
```
### Install with NPM
```shell
-npm install @picocss/pico
+npm i @yohns/picocss
```
-
+
Then, import Pico into your SCSS file with [@use](https://sass-lang.com/documentation/at-rules/use):
@@ -84,11 +98,11 @@ Then, import Pico into your SCSS file with [@use](https://sass-lang.com/document
@use "pico";
```
-### Install with Composer
+
### Starter HTML template
@@ -121,7 +135,7 @@ Use the default `.classless` version if you need centered viewports:
```html
```
@@ -130,7 +144,7 @@ Or use the `.fluid.classless` version if you need a fluid container:
```html
```
@@ -145,7 +159,7 @@ Then just write pure HTML, and it should look great:
Hello, world!
diff --git a/demo/Moved2Docs.txt b/demo/Moved2Docs.txt
new file mode 100644
index 00000000..ab6f4cd0
--- /dev/null
+++ b/demo/Moved2Docs.txt
@@ -0,0 +1 @@
+Moved to the docs directory so I can put the updated features on github pages.
\ No newline at end of file
diff --git a/demo/img/aleksandar-jason-a562ZEFKW8I-unsplash-2000x1000.jpg b/demo/img/aleksandar-jason-a562ZEFKW8I-unsplash-2000x1000.jpg
deleted file mode 100644
index 3263a312..00000000
Binary files a/demo/img/aleksandar-jason-a562ZEFKW8I-unsplash-2000x1000.jpg and /dev/null differ
diff --git a/demo/index.html b/docs/index.html
similarity index 91%
rename from demo/index.html
rename to docs/index.html
index 9f1de194..5de18181 100644
--- a/demo/index.html
+++ b/docs/index.html
@@ -49,6 +49,12 @@
+
+
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.