{"id":21916983,"url":"https://github.com/gaintime/gaintime-factory","last_synced_at":"2025-06-20T23:34:36.840Z","repository":{"id":94172391,"uuid":"58660733","full_name":"GainTime/gaintime-factory","owner":"GainTime","description":null,"archived":false,"fork":false,"pushed_at":"2019-03-28T09:55:02.000Z","size":799,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T11:21:52.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GainTime.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-05-12T17:03:20.000Z","updated_at":"2019-10-22T16:06:40.000Z","dependencies_parsed_at":"2023-03-12T10:30:37.037Z","dependency_job_id":null,"html_url":"https://github.com/GainTime/gaintime-factory","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/GainTime/gaintime-factory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GainTime%2Fgaintime-factory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GainTime%2Fgaintime-factory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GainTime%2Fgaintime-factory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GainTime%2Fgaintime-factory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GainTime","download_url":"https://codeload.github.com/GainTime/gaintime-factory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GainTime%2Fgaintime-factory/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261036850,"owners_count":23100931,"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":[],"created_at":"2024-11-28T19:22:25.377Z","updated_at":"2025-06-20T23:34:31.825Z","avatar_url":"https://github.com/GainTime.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://gaintime.github.io\"\u003e\n    \u003cimg src=\"https://gaintime.github.io/assets/img/gaintime.png\" alt=\"\" width=150\u003e\n  \u003c/a\u003e\n\n  \u003cp align=\"center\"\u003e\n    GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.\n    \u003cbr\u003e\n    \u003ca href=\"https://gaintime.github.io/\"\u003e\u003cstrong\u003eExplore a documentação »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://github.com/GainTime/gaintime-factory/blob/master/CONTIBUTING.md\"\u003eVeja como contribuir\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/GainTime/gaintime-factory/issues/new\"\u003eRelate um bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/GainTime/gaintime-factory/issues/new?labels=feature\"\u003eSugira uma mudança\u003c/a\u003e\n    ·\n    \u003ca href=\"https://join.slack.com/t/gaintime-fw/shared_invite/enQtMzMzNzc2NzI3Mjg1LWEyMTJiYTkxMGY2OTA0OWM3ZDU1YjllODRiNTQ5MDdjZjVlY2MxNThlODA3MDRmNzRhYWI5NmY3MjNiZGM1OTU\"\u003eVenha pro nosso slack\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\n\n### Estrutura\n```\n.\n├── build\n│   ├── js\n│   │   └── gainTime.js\n│   └── sass\n│       ├── components\n│       │   ├── _badges.sass\n│       │   ├── _banner.sass\n│       │   ├── _buttons.sass\n│       │   ├── _cards.sass\n│       │   ├── _dropdowns.sass\n│       │   ├── _forms.sass\n│       │   ├── _graphs.sass\n│       │   ├── _highlight.sass\n│       │   ├── _modals.sass\n│       │   ├── _msgs.sass\n│       │   ├── _tags.sass\n│       │   ├── _tooltips.sass\n│       │   └── _vertical-list.sass\n│       ├── config\n│       │   ├── _mixins.sass\n│       │   └── _variables.sass\n│       ├── helpers\n│       │   ├── _colors.sass\n│       │   ├── _garnishes.sass\n│       │   ├── _grid-visibility.sass\n│       │   ├── _grid.sass\n│       │   ├── _singles.sass\n│       │   └── _text.sass\n│       ├── layouts\n│       │   ├── _base.sass\n│       │   ├── _flexes.sass\n│       │   ├── _header.sass\n│       │   └── _tables.sass\n│       └── run.sass\n└── README.md\n```\n\n### Uso\n\nA estilização do GainTime foi escrita em [SASS](http://sass-lang.com/). Aqui está a [documentação do SASS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaintime%2Fgaintime-factory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaintime%2Fgaintime-factory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaintime%2Fgaintime-factory/lists"}