From 1463d94c211c0dd96c78829edc1f4a2b61fe40a4 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 2 Jan 2023 11:13:09 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c0a6ba9..eb76ed6 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,10 @@ yarn global add node-sass node-sass --output-style compressed sass/mobile.sass css/mobile.css node-sass --output-style compressed sass/desktop.sass css/desktop.css ``` + +## Other variants + +- [Pattern 7-1 with Split media](https://github.com/tanrax/pattern-7-1-with-split-media): The best, highly recommended ❤️) +- [Pattern 7-1](https://github.com/tanrax/pattern-7-1): Standard. **Not responsive design**. +- [Pattern 7-1 Lite with Split media](https://github.com/tanrax/pattern-7-1-lite-with-split-media): Simplified version for students or very small web sites. +- [Pattern 7-1 Lite](https://github.com/tanrax/pattern-7-1-lite): Simplified version for students or very small web sites. **Not responsive design**.