{"id":13717316,"url":"https://github.com/Nanasi-CSS/Nanasi-CSS","last_synced_at":"2025-05-07T07:31:05.337Z","repository":{"id":49494337,"uuid":"181517348","full_name":"Nanasi-CSS/Nanasi-CSS","owner":"Nanasi-CSS","description":"Responsive and pure CSS framework built on Flexbox. 🍍","archived":false,"fork":false,"pushed_at":"2023-07-12T03:25:40.000Z","size":916,"stargazers_count":8,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-13T01:19:21.803Z","etag":null,"topics":["css","css-framework","flexbox","framework","frontend","html","nanasi-css","tanzania","tz","web-development"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nanasi-CSS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-04-15T15:39:31.000Z","updated_at":"2021-06-16T14:08:38.000Z","dependencies_parsed_at":"2024-01-05T23:57:39.328Z","dependency_job_id":"8cadf9ae-f0cb-487e-abc2-14651b0481dd","html_url":"https://github.com/Nanasi-CSS/Nanasi-CSS","commit_stats":{"total_commits":74,"total_committers":6,"mean_commits":"12.333333333333334","dds":0.6081081081081081,"last_synced_commit":"5701f2f17b1f5d55963ccdb5519c2d500e1696ab"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nanasi-CSS%2FNanasi-CSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nanasi-CSS%2FNanasi-CSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nanasi-CSS%2FNanasi-CSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nanasi-CSS%2FNanasi-CSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nanasi-CSS","download_url":"https://codeload.github.com/Nanasi-CSS/Nanasi-CSS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224573467,"owners_count":17333804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","css-framework","flexbox","framework","frontend","html","nanasi-css","tanzania","tz","web-development"],"created_at":"2024-08-03T00:01:20.665Z","updated_at":"2024-11-14T05:31:26.108Z","avatar_url":"https://github.com/Nanasi-CSS.png","language":"JavaScript","funding_links":[],"categories":["Frameworks / Resources"],"sub_categories":["N"],"readme":"\n\u003ch1 align=\"center\"\u003eNanasi.CSS\u003c/h1\u003e\n\u003cp align=\"center\"\u003eNanasi.CSS is a responsive and pure CSS framework you can use as a basis for creating websites or web applications.\u003cbr/\u003eMade with ❤️ in Tanzania.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/made%20in-tanzania-green?style=for-the-badge\" alt=\"made in tanzania\"\u003e\n    \u003c/a\u003e\n  \u003ca href=\"https://github.com/gxvr/Nanasi-CSS/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=flat-square\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/github/license/Spiderpig86/Cirrus.svg?style=flat-square\" alt=\"MIT License\"\u003e\u003c/a\u003e\n   \u003ca href=\"#badge\"\u003e\n    \u003cimg alt=\"code style: prettier\" src=\"https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ca align=\"center\" href=\"https://gxvr.github.io/Nanasi-CSS/\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/gxvr/Nanasi-CSS/master/docs/images/nanasi-logo.png\" alt=\"Nanasi: Responsive and pure CSS\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n\n## Progress 🚀\n\nCurrently in Beta\n\n## Features\n\n- Small and simple\n- Responsive and fluid\n- Pure CSS\n- Based on Flexbox\n- Easy to extend \u0026 customize\n- BEM ready (Block, Element, Modifier) \n- No headaches 😉\n\n\n## Usage\n\nClone this repo \n```\nhttps://github.com/Nanasi-CSS/Nanasi-CSS.git\n```\nor install via NPM (Must have Node \u0026 NPM installed beforehand)\n```\nnpm i nanasi-css\n```\n\nNanasi CSS uses a 12 column flex box layout. Simply, set up your html file in the below format:\n```\n\u003cbody\u003e\n  \u003cdiv class=\"wrapper\"\u003e\n    \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"column\"\u003e\u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003cbody\u003e\n```\nInside the `container` and `column` classes you can add your own custom classes.\n\n## Browser Support\n\n![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png)\n--- | --- | --- | --- | --- | --- |\nLatest ✔ | Latest ✔ | Latest ✔ | 11+ ✔ | 9.1+ ✔ | Latest ✔ |\n\n## Contributors ✨\n\nThanks goes to these wonderful people:\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n     \u003ctd align=\"center\"\u003e\u003ca href=\"https://gxvr.netlify.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/7034586?v=4\" width=\"100px;\" alt=\"Geofrey (Xvr) Kivaru\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGeofrey (Xvr) Kivaru\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gxvr/Nanasi-CSS/commits?author=gxvr\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://alphaolomi.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/10551599?v=4\" width=\"100px;\" alt=\"Alpha Olomi\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlpha Olomi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/gxvr/Nanasi-CSS/commits?author=alphaolomi\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## Contributing\n\nPull requests are welcome. Please see [CONTRIBUTING](./.github/CONTRIBUTING.md) and [CODE_OF_CONDUCT](./.github/CODE_OF_CONDUCT.md) for details. \nNOTE: *Every line of code should appear to be written by a single person, no matter the number of contributors.*\n\n\n## Security\n\nIf you discover any security related issues, please email [geofreyxvr@gmail.com](mailto:eofreyxvr@gmail.com) instead of using the issue tracker.\n\n## License\n\nThe MIT License. Please see [License File](LICENSE) for more information.\n\n[link-author]: https://github.com/alphaolomi\n[link-contributors]: ../../contributors\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNanasi-CSS%2FNanasi-CSS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNanasi-CSS%2FNanasi-CSS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNanasi-CSS%2FNanasi-CSS/lists"}