{"id":15578503,"url":"https://github.com/amine1107/stylizer","last_synced_at":"2026-05-02T17:05:52.204Z","repository":{"id":57373793,"uuid":"130581685","full_name":"amine1107/Stylizer","owner":"amine1107","description":"Stylizer is a flexible Css framework based on the visual aspect, the framework offers you a clean and easy work.","archived":false,"fork":false,"pushed_at":"2018-11-05T20:41:57.000Z","size":308,"stargazers_count":44,"open_issues_count":2,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-24T02:09:14.137Z","etag":null,"topics":["css-framework","css3","grid-layout","responsive-web-design","semantic-web"],"latest_commit_sha":null,"homepage":"https://amine1107.github.io/getstylizer","language":"CSS","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/amine1107.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-22T15:40:59.000Z","updated_at":"2022-01-18T18:29:37.000Z","dependencies_parsed_at":"2022-09-17T16:51:49.693Z","dependency_job_id":null,"html_url":"https://github.com/amine1107/Stylizer","commit_stats":null,"previous_names":["amine1107/lighter"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amine1107%2FStylizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amine1107%2FStylizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amine1107%2FStylizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amine1107%2FStylizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amine1107","download_url":"https://codeload.github.com/amine1107/Stylizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250546082,"owners_count":21448260,"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-framework","css3","grid-layout","responsive-web-design","semantic-web"],"created_at":"2024-10-02T19:11:08.058Z","updated_at":"2026-05-02T17:05:47.172Z","avatar_url":"https://github.com/amine1107.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv  align=\"center\"\u003e\r\n\u003cimg src =\"https://amine1107.github.io/getstylizer/img/show.png\" /\u003e\r\n  \r\n  \r\n# Stylizer V3.0\r\nStylizer is a flexible Css framework,Based on the visual aspect, the framework offers you a clean and easy work\r\n\r\n[![GitHub issues](https://img.shields.io/github/issues/amine1107/Stylizer.svg)](https://github.com/amine1107/lightx/issues)\r\n[![GitHub forks](https://img.shields.io/github/forks/amine1107/Stylizer.svg?style=flat-square)](https://github.com/amine1107/lightx/network)\r\n[![GitHub stars](https://img.shields.io/github/stars/amine1107/Stylizer.svg?style=flat-square)](https://github.com/amine1107/Stylizer/stargazers)\r\n[![GitHub license](https://img.shields.io/github/license/amine1107/Stylizer.svg?style=flat-square)](https://github.com/amine1107/Stylizer/blob/master/LICENSE)\r\n\u003c/div\u003e\r\n\r\n\r\n\r\n## Getting Started \r\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\r\n### Download the minified file\r\nthe installation of Stylizer is very simple, you can get a copy by downloading the minified file \r\n* [Download](https://gitcdn.xyz/cdn/amine1107/Stylizer/fa41b0c9fc0bfd7c3ac9083ba402cc724926136a/Stylizer.min.css)\r\n### Using CDN\r\n```html\r\n\u003clink rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"https://gitcdn.xyz/repo/amine1107/Stylizer/master/Stylizer.min.css\" /\u003e          \r\n```\r\n### Using Git\r\nYou can also clone the project using Git\r\n```git\r\n$ git clone https://github.com/amine1107/Stylizer.git\r\n```\r\n### Using Npm\r\n```npm\r\n$ npm i Stylizer\r\n```\r\n## Running the tests\r\nYou can simply add Lightx to your file Html\r\n```html\r\n\u003c!DOCTYPE html\u003e\r\n\u003chtml\u003e\r\n\u003chead\u003e\r\n  \u003cmeta charset=\"utf-8\" /\u003e\r\n  \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\r\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\r\n  \u003ctitle\u003eYour Title | Make some awesome stuff\u003c/title\u003e\r\n  \u003clink rel=\"icon\" href=\"../favicon.ico\"\u003e\r\n  \u003c!-- Add the Path where is your file --\u003e \r\n  \u003clink rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"../path/Stylizer.min.css\" /\u003e\r\n\u003c/head\u003e\r\n\u003cbody\u003e\r\n  \u003c!-- Your Content --\u003e\r\n  \r\n  \u003ch1\u003eHello World\u003c/h1\u003e\r\n  \r\n\u003c/body\u003e\r\n\u003c/html\u003e  \r\n```\r\n## Exemple\r\n### Grids\r\nStylizer contain 12 responsive grids \r\n```html \r\n\u003cdiv class=\"container\"\u003e\r\n  \u003cdiv class=\"row\"\u003e\r\n     \u003cdiv class=\"col-md-6\u003e\r\n       \u003ch1\u003eHello World\u003c/h1\u003e\r\n     \u003c/div\u003e\r\n  \u003c/div\u003e\r\n\u003c/div\u003e\r\n```\r\nFor more Informations visit : \r\n* [Stylizer Website](https://amine1107.github.io/Stylizer/)\r\n\r\n# Contributing\r\n\r\nWhen contributing to this repository, please first discuss the change you wish to make via issue,\r\nemail, or any other method with the owners of this repository before making a change. \r\n\r\nPlease note we have a code of conduct, please follow it in all your interactions with the project.\r\n\r\n## Pull Request Process\r\n\r\n1. Ensure any install or build dependencies are removed before the end of the layer when doing a \r\n   build.\r\n2. Update the README.md with details of changes to the interface, this includes new environment \r\n   variables, exposed ports, useful file locations and container parameters.\r\n3. Increase the version numbers in any examples files and the README.md to the new version that this\r\n   Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).\r\n4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you \r\n   do not have permission to do that, you may request the second reviewer to merge it for you.\r\n\r\n## Code of Conduct\r\n\r\n### Our Pledge\r\n\r\nIn the interest of fostering an open and welcoming environment, we as\r\ncontributors and maintainers pledge to making participation in our project and\r\nour community a harassment-free experience for everyone, regardless of age, body\r\nsize, disability, ethnicity, gender identity and expression, level of experience,\r\nnationality, personal appearance, race, religion, or sexual identity and\r\norientation.\r\n\r\n### Our Standards\r\n\r\nExamples of behavior that contributes to creating a positive environment\r\ninclude:\r\n\r\n* Using welcoming and inclusive language\r\n* Being respectful of differing viewpoints and experiences\r\n* Gracefully accepting constructive criticism\r\n* Focusing on what is best for the community\r\n* Showing empathy towards other community members\r\n\r\nExamples of unacceptable behavior by participants include:\r\n\r\n* The use of sexualized language or imagery and unwelcome sexual attention or\r\nadvances\r\n* Trolling, insulting/derogatory comments, and personal or political attacks\r\n* Public or private harassment\r\n* Publishing others' private information, such as a physical or electronic\r\n  address, without explicit permission\r\n* Other conduct which could reasonably be considered inappropriate in a\r\n  professional setting\r\n\r\n### Our Responsibilities\r\n\r\nProject maintainers are responsible for clarifying the standards of acceptable\r\nbehavior and are expected to take appropriate and fair corrective action in\r\nresponse to any instances of unacceptable behavior.\r\n\r\nProject maintainers have the right and responsibility to remove, edit, or\r\nreject comments, commits, code, wiki edits, issues, and other contributions\r\nthat are not aligned to this Code of Conduct, or to ban temporarily or\r\npermanently any contributor for other behaviors that they deem inappropriate,\r\nthreatening, offensive, or harmful.\r\n\r\n### Scope\r\n\r\nThis Code of Conduct applies both within project spaces and in public spaces\r\nwhen an individual is representing the project or its community. Examples of\r\nrepresenting a project or community include using an official project e-mail\r\naddress, posting via an official social media account, or acting as an appointed\r\nrepresentative at an online or offline event. Representation of a project may be\r\nfurther defined and clarified by project maintainers.\r\n\r\n### Enforcement\r\n\r\nInstances of abusive, harassing, or otherwise unacceptable behavior may be\r\nreported by contacting the project team at [amineaouane1992@gmail.com]. All\r\ncomplaints will be reviewed and investigated and will result in a response that\r\nis deemed necessary and appropriate to the circumstances. The project team is\r\nobligated to maintain confidentiality with regard to the reporter of an incident.\r\nFurther details of specific enforcement policies may be posted separately.\r\n\r\nProject maintainers who do not follow or enforce the Code of Conduct in good\r\nfaith may face temporary or permanent repercussions as determined by other\r\nmembers of the project's leadership.\r\n\r\n# Licence \r\nMIT License\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famine1107%2Fstylizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famine1107%2Fstylizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famine1107%2Fstylizer/lists"}