update
This commit is contained in:
parent
386afd9fe5
commit
2f8808100f
7
TODO.md
7
TODO.md
|
@ -1,18 +1,15 @@
|
|||
## Comments
|
||||
|
||||
* [Talkyard](https://www.talkyard.io/blog-comments)
|
||||
|
||||
# TODO
|
||||
|
||||
* Add to resources post - [Shape Divider App](https://www.shapedivider.app/)
|
||||
|
||||
* rewrite 'about me' to make more interesting.
|
||||
|
||||
* temporary contact form until main site done
|
||||
|
||||
When enough content done:
|
||||
|
||||
* consider analytics on Gitea site too.
|
||||
* comments functionality
|
||||
|
||||
## FlowMM
|
||||
|
||||
extended future version:
|
||||
|
|
|
@ -9,15 +9,20 @@ tags = ["Bootstrap", "Tailwind", "CSS"]
|
|||
series = []
|
||||
+++
|
||||
|
||||
## what they are?
|
||||
## Introduction
|
||||
|
||||
## what they are?
|
||||
|
||||
tailwind - utility first css framework
|
||||
utility first - no automatically styled components
|
||||
- gives utility classes that help with styling, allows to build classes
|
||||
- basically just bunch of predefined css utility classes
|
||||
- creating a project that has a custom look without writing any css.
|
||||
- v1.0 released May 2019
|
||||
- github 28.1k stars, 9 open issues, 960 closed (6/10/2020)
|
||||
bootstrap - UI kit framework - has a default theme and a number of design decisions.
|
||||
- released august 2011
|
||||
= github stars 145k, 317 open issues, 19,313 closed (6/10/2020)
|
||||
|
||||
popularity of both - bootstrap most popular and first, tailwind new and upcoming.
|
||||
|
||||
|
|
Reference in New Issue