diff --git a/README.md b/README.md index f8ca008..37d0799 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This is useful, for example, in prototyping. + [BareCSS](#barecss) + [Basic.css](#basiccss) + [Bolt.css](#boltcss) + + [bullframe.css](#bullframecss) + [ChimeraCSS](#chimeracss) + [Classless.css](#classlesscss) + [concrete.css](#concretecss) @@ -194,6 +195,21 @@ This is useful, for example, in prototyping. [![bolt.css.png](thumbnail/bolt.css.png)](screenshot/bolt.css.png) +### bullframe.css + +- [Website](https://bullframecss.marcopontili.com) +- [Repository](https://github.com/marcop135/bullframe.css) + ![GitHub stars](https://img.shields.io/github/stars/marcop135/bullframe.css?style=flat-square) + ![GitHub contributors](https://img.shields.io/github/contributors-anon/marcop135/bullframe.css?style=flat-square) + ![Last commit](https://img.shields.io/github/last-commit/marcop135/bullframe.css?style=flat-square) + ![GitHub open issues](https://img.shields.io/github/issues-raw/marcop135/bullframe.css?style=flat-square) + ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/marcop135/bullframe.css?style=flat-square) +- [Demo](https://bullframecss.marcopontili.com/kitchen-sink/) + +[![bullframe-css.png](thumbnail/bullframe-css.png)](screenshot/bullframe-css.png) +[![bullframe-css-1-system-dark.png](thumbnail/bullframe-css-1-system-dark.png)](screenshot/bullframe-css-1-system-dark.png) + + ### ChimeraCSS - [Repository](https://github.com/ChimeraCSS/ChimeraCSS) diff --git a/data/projects.toml b/data/projects.toml index ff23136..62ef2e7 100644 --- a/data/projects.toml +++ b/data/projects.toml @@ -87,6 +87,18 @@ website = "" screenshots = ["bolt.css.png"] tags = ["classless"] + +["bullframe.css"] +demo = "https://bullframecss.marcopontili.com/kitchen-sink/" +github = "marcop135/bullframe.css" +note = "" +website = "https://bullframecss.marcopontili.com" +screenshots = [ + "bullframe-css.png", + "bullframe-css-1-system-dark.png", +] +tags = ["classless"] + [ChimeraCSS] demo = "https://chimera-demo.vercel.app/" github = "ChimeraCSS/ChimeraCSS" diff --git a/screenshot/bullframe-css-1-system-dark.png b/screenshot/bullframe-css-1-system-dark.png new file mode 100644 index 0000000..493d98a Binary files /dev/null and b/screenshot/bullframe-css-1-system-dark.png differ diff --git a/screenshot/bullframe-css.png b/screenshot/bullframe-css.png new file mode 100644 index 0000000..c257aa8 Binary files /dev/null and b/screenshot/bullframe-css.png differ diff --git a/thumbnail/bullframe-css-1-system-dark.png b/thumbnail/bullframe-css-1-system-dark.png new file mode 100644 index 0000000..2556383 Binary files /dev/null and b/thumbnail/bullframe-css-1-system-dark.png differ diff --git a/thumbnail/bullframe-css.png b/thumbnail/bullframe-css.png new file mode 100644 index 0000000..6f6c4b8 Binary files /dev/null and b/thumbnail/bullframe-css.png differ