{"id":19387622,"url":"https://github.com/cleilsonandrade/switch_theme","last_synced_at":"2026-05-16T02:33:36.715Z","repository":{"id":116463796,"uuid":"533533013","full_name":"CleilsonAndrade/switch_theme","owner":"CleilsonAndrade","description":"Landing page responsiva de um tênis, com a opção de troca dos claro e escuro, utilizando JavaScript.","archived":false,"fork":false,"pushed_at":"2024-03-21T20:07:30.000Z","size":468,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-07T08:32:57.177Z","etag":null,"topics":["bootstrap-icons","dark-mode","dark-theme","design","front","html","javascript","js","shoes","theme"],"latest_commit_sha":null,"homepage":"https://cleilsonandrade.github.io/switch_theme/","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/CleilsonAndrade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-06T23:25:26.000Z","updated_at":"2024-03-21T19:25:35.000Z","dependencies_parsed_at":"2024-03-21T01:45:58.197Z","dependency_job_id":"1b956dff-d9c3-4d66-8bfa-45500848f2f3","html_url":"https://github.com/CleilsonAndrade/switch_theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleilsonAndrade%2Fswitch_theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleilsonAndrade%2Fswitch_theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleilsonAndrade%2Fswitch_theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleilsonAndrade%2Fswitch_theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CleilsonAndrade","download_url":"https://codeload.github.com/CleilsonAndrade/switch_theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240540551,"owners_count":19817791,"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":["bootstrap-icons","dark-mode","dark-theme","design","front","html","javascript","js","shoes","theme"],"created_at":"2024-11-10T10:09:58.690Z","updated_at":"2026-05-16T02:33:31.695Z","avatar_url":"https://github.com/CleilsonAndrade.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eSwitch Theme\u003c/h1\u003e\n  \u003cp\u003eLanding page responsiva de um tênis, com a opção de troca dos claro e escuro, utilizando JavaScript.\u003c/p\u003e\n  \u003cimg src=\"./design/desktop.gif\" alt=\"Logo\" width=\"800\"\u003e\n\u003c/div\u003e\n\n# 📒 Índice\n* [Descrição](#descrição)\n* [Requisitos Funcionais](#requisitos)\n* [Tecnologias](#tecnologias)\n* [Design](#design)\n  * [Cores](#cores)\n  * [Fontes](#fontes)\n  * [Ícones](#ícones)\n* [Instalação](#instalação)\n* [Licença](#licença)\n\n# 📃 \u003cspan id=\"descrição\"\u003eDescrição\u003c/span\u003e\nLanding page responsiva de um tênis, com a opção de troca dos claro e escuro, utilizando JavaScript e utilizando o pacote ícones [**Bootstrap Icons**](https://icons.getbootstrap.com/).\n\n# 📌 \u003cspan id=\"requisitos\"\u003eRequisitos Funcionais\u003c/span\u003e\n- [x] Troca de tema, claro e escuro\u003cbr\u003e\n- [x] Responsividade\u003cbr\u003e\n\n# 💻 \u003cspan id=\"tecnologias\"\u003eTecnologias\u003c/span\u003e\n- **HTML**\n- **CSS**\n- **JavaScript**\n\n# 🎨 \u003cspan id=\"design\"\u003eDesign\u003c/span\u003e\n- O modelo final para versão desktop e mobile está disponível na pasta `./design`\n\n- \u003cspan id=\"cores\"\u003eCores\u003cbr\u003e\u003c/span\u003e\n  * #eceff1\u003cbr\u003e\n  * #fff\u003cbr\u003e\n  * #eff7fc\u003cbr\u003e\n  * #444\u003cbr\u003e\n  * #263238\u003cbr\u003e\n  * #37474f\u003cbr\u003e\n  * #273035\u003cbr\u003e\n  * #67b4f3\u003cbr\u003e\n  * #2196f3\u003cbr\u003e\n\n- \u003cspan id=\"fontes\"\u003eFontes\u003cbr\u003e\u003c/span\u003e\n  * Arial, sans-serif\n\n- \u003cspan id=\"ícones\"\u003eÍcones\u003cbr\u003e\u003c/span\u003e\n  * Bootstrap Icons\n\n# 🚀 \u003cspan id=\"instalação\"\u003eInstalação\u003c/span\u003e\n```bash\n  # Clone este repositório:\n  $ git clone https://github.com/CleilsonAndrade/switch_theme.git\n  $ cd ./switch_theme\n```\n\n# 📝 \u003cspan id=\"licença\"\u003eLicença\u003c/span\u003e\nEsse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.\n\n---\n\n\u003cp align=\"center\"\u003e\n  Feito com 💜 by CleilsonAndrade\n\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleilsonandrade%2Fswitch_theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcleilsonandrade%2Fswitch_theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleilsonandrade%2Fswitch_theme/lists"}