From ed9059bd917f47b7553092b969105a2059e6526b Mon Sep 17 00:00:00 2001 From: edent Date: Fri, 14 Apr 2017 13:46:03 +0100 Subject: [PATCH] Better README --- README.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f1e416b..505bfe8a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,42 @@ Originally created for my contact page - https://edent.tel/ |------ |----------- |------ |---------- |------ |----------- | | | | | | | | +## What's available so far? + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ## Why so smallious? Bytes cost money. They cost money to store, transport, and process. Simplicity should be our goal in all endeavours. @@ -26,7 +62,7 @@ Yes! These files were minified using [svgo](https://github.com/svg/svgo) and the * Colours can be simplified. `#FF0000` becomes `red` * The precision of the paths is *mostly* 0 decimal places. A few logos have 1 or 2 dp to make them look more accurate. The precision can be reduced if necessary. -You can see the difference this makes in `youtube.svg` which is a ginormous 1,074 Bytes. By applyig some of the above techniques we can get it down to a svelte 998 Bytes in `youtube-tiny.svg`. +You can see the difference this makes in `youtube.svg` which is a ginormous 1,074 Bytes. By applying some of the above techniques we can get it down to a svelte 998 Bytes in `youtube-tiny.svg`. Think you can make them smaller? Tell me by raising an issue!