diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..c1b8f52
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.html linguist-vendored
diff --git a/.gitignore b/.gitignore
index c7d969a..4db5966 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
# gitignore
+package-lock.json
node_modules/
.npm
diff --git a/README.md b/README.md
index 1a0ff66..e0b7b1e 100644
--- a/README.md
+++ b/README.md
@@ -13,17 +13,23 @@ This project evolved from my own small CSS micro-framework: reoccuring basic sni
YAMB is ready to use, but can also act as a solid starting point for your own design adventure. It has everything you need!
+
+
+[››› See the demo page ‹‹‹](https://runxel.github.io/yamb-css/)
+
+
## Features
- 🏝 easy to use, since it is mostly[1](#f1) classless
- 💻 easy to hack on: it's plain simple CSS, no preproccesors involved
- 🎨 easy to customize, since there are a lot of CSS variables defined
+- 🔋 Batteries included!
- ⚡ lightweight at just 10kb minified[3](#f3)
- 🌚 **dark mode's** built in!
- 📰 comes with a **print** stylesheet[4](#f4) (yes, really!)
[1] Why "_mostly_" classless?
-There are some classes, because there are some conventions many people are following. E.g. the whole content is wrapped in a `div` with a class called `page`. I aim to finde the happy medium. [↩](#a1)
+There are some classes, because there are some conventions many people are following. E.g. I expect the whole content is being wrapped in a `div` with a class called `page`. YAMB is aimed at finding the happy medium. [↩](#a1)
[2] The CSS is still a bit too verbose for my taste, but since this is just plain CSS without any preprocessors it's as good as it can be. It is easy to imagine how compact the CSS could become if a preprocessor with mixins would be used. This is left to be discovered by the reader. [↩](#a2)
diff --git a/index.html b/index.html
index 444e314..c2e93af 100644
--- a/index.html
+++ b/index.html
@@ -18,10 +18,21 @@
YAMB CSS
YAMB («Yet Another Minimal Barebone CSS») is a mostly classless, simple CSS which acts a solid starting point for
your own work.
- Project at GitHub.