{"id":13591100,"url":"https://github.com/alohe/maker-tag","last_synced_at":"2025-04-29T14:31:13.523Z","repository":{"id":153134862,"uuid":"628274403","full_name":"alohe/maker-tag","owner":"alohe","description":"Maker tag is a customizable HTML and CSS based widget that displays a text tag on a web page. The widget is designed to be added to any website with minimal configuration.","archived":false,"fork":false,"pushed_at":"2023-07-12T11:54:58.000Z","size":183,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T17:51:11.317Z","etag":null,"topics":["css3","javascript","madebyme","maker","makers","widget"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alohe.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":"2023-04-15T12:49:16.000Z","updated_at":"2024-02-01T18:00:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"bab1e130-4641-43c7-822a-9b57561a46ae","html_url":"https://github.com/alohe/maker-tag","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alohe%2Fmaker-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alohe%2Fmaker-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alohe%2Fmaker-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alohe%2Fmaker-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alohe","download_url":"https://codeload.github.com/alohe/maker-tag/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251518964,"owners_count":21602239,"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":["css3","javascript","madebyme","maker","makers","widget"],"created_at":"2024-08-01T16:00:53.615Z","updated_at":"2025-04-29T14:31:08.512Z","avatar_url":"https://github.com/alohe.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Maker tag\n\n![Demo](https://raw.githubusercontent.com/alohe/maker-tag/master/imgs/demo.png)\n\nMaker tag is a customizable HTML and CSS based widget that displays a text tag on a web page. The widget is designed to be added to any website with minimal configuration.\n\n## Usage\n\nTo add the Maker tag widget to your website, simply add the following JavaScript code to your web page:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/gh/alohe/maker-tag@1.0.1/dist/mwl.min.js\"\u003e\u003c/script\u003e\n```\n\nThe widget can be customized by passing an object to the MakerTag constructor. The following code shows the default configuration:\n\n\n## Configuration\n\nTo add the Maker tag widget to your website, simply add the following JavaScript code to your web page:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/gh/alohe/maker-tag@1.0.1/dist/mwl.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    new MakerTag({\n        text: \"Made with ❤️ by Alohe\",\n        link: \"https://twitter.com/alemalohe\",\n    });\n\u003c/script\u003e\n```\n\nThe widget can be customized by passing an object to the MakerTag constructor. The following code shows the default configuration:\n\n```html\n\u003cscript\u003e\n  new MakerTag({\n    text: \"Made with ❤️ by Alohe\",\n    link: \"https://alohe.github.io\",\n    position: \"bottom-left\",\n    background: \"radial-gradient(circle at left, #FFE2A3 0%, #fff 50%, #FFE2A3 100%)\",\n    color: \"#E59F0D\",\n    animated: true,\n    padding: \"10px 20px\",\n    margin: \"10px\",\n    font: {\n        size: \"13px\",\n        weight: \"700\",\n    },\n    borderRadius: \"13px\",\n    hover: {\n        color: \"\",\n        background: \"\",\n        shadow: \"\",\n    },\n    shadow: \"none\",\n  });\n\u003c/script\u003e\n```\n\n| Attribute        | Type    | Description                                                                                                            | Default                         |\n| ---------------- | ------- | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------- |\n| text             | string  | The text to display in the tag.                                                                                        | \"Made with ❤️\"                   |\n| link             | string  | The link that the tag points to.                                                                                       | \"https://twitter.com/alemalohe\" |\n| color            | string  | The color of the text in the tag.                                                                                      | \"white\"                         |\n| background       | string  | The background of the tag. Can be set to any valid CSS background value. Including gradients!                          | \"black\"                         |\n| margin           | string  | The margin of the tag.                                                                                                 | \"20px\"                          |\n| padding          | string  | The padding of the tag.                                                                                                | \"10px 20px\"                     |\n| font.size        | string  | The font size of the tag.                                                                                              | \"0.8rem\"                        |\n| font.weight      | string  | The font weight of the tag.                                                                                            | \"bold\"                          |\n| borderRadius     | string  | The border radius of the tag.                                                                                          | 0                               |\n| position         | string  | The position of the tag. Valid values are \"bottom-left\", \"bottom-right\", \"top-left\", and \"top-right\".                  | \"bottom-left\"                   |\n| shadow           | string  | The box shadow of the tag.                                                                                             | \"0 0 0 rgba(0, 0, 0, 0)\"        |\n| hover.color      | string  | The text color of the tag on hover.                                                                                    | \"white\"                         |\n| hover.background | string  | The background color of the tag on hover.                                                                              | \"black\"                         |\n| hover.shadow     | string  | The box shadow of the tag on hover.                                                                                    | \"0 0 0 rgba(0, 0, 0, 0)\"        |\n| animated         | boolean | Whether to enable the animated gradient background. Only works if the background attribute is set to a gradient value. | false                           |\n\n\n## License\n\nThis project is licensed under the Apache License 2.0. See the [LICENSE](https://github.com/alohe/maker-tag/blob/master/LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falohe%2Fmaker-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falohe%2Fmaker-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falohe%2Fmaker-tag/lists"}