From 5a415e1bd7df4ca98d320a711db43453cddc9541 Mon Sep 17 00:00:00 2001 From: Vinicius Reif Biavatti Date: Mon, 28 Dec 2020 12:39:54 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f08c90..c4f6234 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # TuiCss ### Text-based user interface CSS library + + TuiCss is a library focused to create web applications using an interface based in ASCII table, like MS-DOS applications. This kind of interface is very eligible because the ultra-contrast colors used and the less effects of the elements. The main framework thats is following to develop TuiCss is Turbo Vision Framework with some techniques with [box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character), but some others frameworks were checked too, like [curses](https://en.wikipedia.org/wiki/Curses_(programming_library)), [ncurses](https://en.wikipedia.org/wiki/Ncurses), [Newt](https://en.wikipedia.org/wiki/Newt_(programming_library)), etc. Check the examples page in the wiki to see some creations! From f7faecd33ec1bfb284248acd45041523dfaf9d13 Mon Sep 17 00:00:00 2001 From: Vinicius Reif Biavatti Date: Mon, 28 Dec 2020 12:45:32 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c4f6234..96adbe2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,24 @@ -# TuiCss -### Text-based user interface CSS library +

+ + + +

- +

TuiCss

+ +

+ Text-based user interface CSS library +

+ +### About TuiCss is a library focused to create web applications using an interface based in ASCII table, like MS-DOS applications. This kind of interface is very eligible because the ultra-contrast colors used and the less effects of the elements. The main framework thats is following to develop TuiCss is Turbo Vision Framework with some techniques with [box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character), but some others frameworks were checked too, like [curses](https://en.wikipedia.org/wiki/Curses_(programming_library)), [ncurses](https://en.wikipedia.org/wiki/Ncurses), [Newt](https://en.wikipedia.org/wiki/Newt_(programming_library)), etc. Check the examples page in the wiki to see some creations! +### Getting Started + +TODO + ### Documentation -Check the [repository wiki](https://github.com/vinibiavatti1/TuiCss/wiki) to access the documentation, getting started, components index, examples, styles, or to know how to contribute for this project. +Check the [repository wiki](https://github.com/vinibiavatti1/TuiCss/wiki) to access the documentation, components index, examples, styles, or to know how to contribute for this project. From a2a39a113ecd4f1701420083a62037a529fabef3 Mon Sep 17 00:00:00 2001 From: Vinicius Reif Biavatti Date: Mon, 28 Dec 2020 12:47:00 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96adbe2..a021490 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ TuiCss is a library focused to create web applications using an interface based in ASCII table, like MS-DOS applications. This kind of interface is very eligible because the ultra-contrast colors used and the less effects of the elements. The main framework thats is following to develop TuiCss is Turbo Vision Framework with some techniques with [box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character), but some others frameworks were checked too, like [curses](https://en.wikipedia.org/wiki/Curses_(programming_library)), [ncurses](https://en.wikipedia.org/wiki/Ncurses), [Newt](https://en.wikipedia.org/wiki/Newt_(programming_library)), etc. Check the examples page in the wiki to see some creations! - + ### Getting Started