{"id":19018718,"url":"https://github.com/gaintime/gaintime","last_synced_at":"2025-10-29T01:39:37.281Z","repository":{"id":57243784,"uuid":"58660695","full_name":"GainTime/gainTime","owner":"GainTime","description":"GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.","archived":false,"fork":false,"pushed_at":"2018-04-03T19:00:49.000Z","size":762,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T11:49:50.982Z","etag":null,"topics":["componentes","css","css3","form-validation","framework","grid-layout","grid-system","html5","javascript","javascript-compilados","minificados","responsive-design","resposive","sass","simplicidade","website"],"latest_commit_sha":null,"homepage":"http://gaintime.github.io","language":null,"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}},"created_at":"2016-05-12T17:02:43.000Z","updated_at":"2025-02-06T16:00:36.000Z","dependencies_parsed_at":"2022-08-30T14:51:21.017Z","dependency_job_id":null,"html_url":"https://github.com/GainTime/gainTime","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GainTime%2FgainTime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GainTime%2FgainTime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GainTime%2FgainTime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GainTime%2FgainTime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GainTime","download_url":"https://codeload.github.com/GainTime/gainTime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250372692,"owners_count":21419720,"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":["componentes","css","css3","form-validation","framework","grid-layout","grid-system","html5","javascript","javascript-compilados","minificados","responsive-design","resposive","sass","simplicidade","website"],"created_at":"2024-11-08T20:10:02.037Z","updated_at":"2025-10-29T01:39:37.207Z","avatar_url":"https://github.com/GainTime.png","language":null,"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### Por onde começar?\n\nO GainTime oferece algumas formas de download para atender níveis de necessidade diferentes. Veja qual a mais adequada para você.\n\n#### GainTime\n\nCSS e JavaScript compilados e minificados. Não inclui código fonte, nem documentação.\n\n#### Código Fonte\n\nArquivos SASS (.sass) e JavaScript. Requer o compilador SASS.\n\n#### Instalação com Bower\n\nCSS e JavaScript compilados e minificados. Não inclui código fonte, nem documentação.\n\n```\n$ bower install gaintime\n```\n\n#### Instalação com NPM\n\nCSS e JavaScript compilados e minificados. Não inclui código fonte, nem documentação.\n\n```\n$ npm install gaintime \n```\n#### Template Básico\n\nCopie o código HTML abaixo para começar a trabalhar com um documento GainTime mínimo.\n\n``` html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"utf-8\"\u003e\n    \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n    \u003ctitle\u003eMinha página\u003c/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"css/gaintime.min.css\" media =\"screen\" title=\"no title\"\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003csection\u003e\n      \u003ch1\u003eFique focado, e vai vencer no final.\u003c/h1\u003e\n    \u003c/section\u003e\n    \u003cscript type=\"text/javascript\" src=\"js/gaintime.min.js\"\u003e\u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\nGainTime 2017\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaintime%2Fgaintime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaintime%2Fgaintime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaintime%2Fgaintime/lists"}