diff --git a/README.md b/README.md index 0e54910..e196b9c 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl + [Stylize.css](#stylizecss) + [tacit](#tacit) + [Tiny.css](#tinycss) + + [tty.css](#ttycss) + [Tufte CSS](#tufte-css) + [W3C Core Styles](#w3c-core-styles) + [water.css](#watercss) @@ -331,6 +332,14 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl [![tiny.css-1-dark.png](thumbnail/tiny.css-1-dark.png)](screenshot/tiny.css-1-dark.png) +### tty.css + +* [Repository](https://github.com/piranna/tty.css) ![GitHub stars](https://img.shields.io/github/stars/piranna/tty.css?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors-anon/piranna/tty.css?style=flat-square) ![Last commit](https://img.shields.io/github/last-commit/piranna/tty.css?style=flat-square) ![GitHub open issues](https://img.shields.io/github/issues-raw/piranna/tty.css?style=flat-square) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/piranna/tty.css?style=flat-square) +* [Demo](https://piranna.github.io/tty.css/) + +[![tty.css.png](thumbnail/tty.css.png)](screenshot/tty.css.png) + + ### Tufte CSS * [Repository](https://github.com/edwardtufte/tufte-css) ![GitHub stars](https://img.shields.io/github/stars/edwardtufte/tufte-css?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors-anon/edwardtufte/tufte-css?style=flat-square) ![Last commit](https://img.shields.io/github/last-commit/edwardtufte/tufte-css?style=flat-square) ![GitHub open issues](https://img.shields.io/github/issues-raw/edwardtufte/tufte-css?style=flat-square) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/edwardtufte/tufte-css?style=flat-square) diff --git a/data/projects.toml b/data/projects.toml index 6fe391c..6ddabaa 100644 --- a/data/projects.toml +++ b/data/projects.toml @@ -275,6 +275,14 @@ website = "" screenshots = ["tiny.css-0-light.png", "tiny.css-1-dark.png"] tags = ["classless"] +["tty.css"] +demo = "https://piranna.github.io/tty.css/" +github = "piranna/tty.css" +note = "" +website = "" +screenshots = ["tty.css.png"] +tags = ["classless"] + ["Tufte CSS"] demo = "https://edwardtufte.github.io/tufte-css/" github = "edwardtufte/tufte-css" diff --git a/screenshot-page.html b/screenshot-page.html index 0937310..714dd35 100644 --- a/screenshot-page.html +++ b/screenshot-page.html @@ -4,10 +4,15 @@ Lorem ipsum dolor sit amet - - + diff --git a/screenshot/tty.css.png b/screenshot/tty.css.png new file mode 100644 index 0000000..13d0f68 Binary files /dev/null and b/screenshot/tty.css.png differ diff --git a/thumbnail/tty.css.png b/thumbnail/tty.css.png new file mode 100644 index 0000000..90e81f6 Binary files /dev/null and b/thumbnail/tty.css.png differ