{"id":18347915,"url":"https://github.com/collaborne/paper-contact","last_synced_at":"2025-04-09T23:26:43.514Z","repository":{"id":57741199,"uuid":"45172791","full_name":"Collaborne/paper-contact","owner":"Collaborne","description":"A collection of components for contact information in Material Design","archived":false,"fork":false,"pushed_at":"2018-11-21T13:58:36.000Z","size":177,"stargazers_count":12,"open_issues_count":4,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-15T15:08:17.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.webcomponents.org/element/Collaborne/paper-contact","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/Collaborne.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}},"created_at":"2015-10-29T09:22:53.000Z","updated_at":"2019-04-17T03:03:15.000Z","dependencies_parsed_at":"2022-09-09T10:51:43.037Z","dependency_job_id":null,"html_url":"https://github.com/Collaborne/paper-contact","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fpaper-contact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fpaper-contact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fpaper-contact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fpaper-contact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Collaborne","download_url":"https://codeload.github.com/Collaborne/paper-contact/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248128017,"owners_count":21052339,"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-05T21:15:33.943Z","updated_at":"2025-04-09T23:26:43.496Z","avatar_url":"https://github.com/Collaborne.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"paper-contact [![Bower version](https://badge.fury.io/bo/paper-contact.svg)](http://badge.fury.io/bo/paper-contact) [![Travis state](https://travis-ci.org/Collaborne/paper-contact.svg?branch=master)](https://travis-ci.org/Collaborne/paper-contact) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Collaborne/paper-contact)\n  \n[![Published on Vaadin  Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/Collabornepaper-contact)\n[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/Collabornepaper-contact.svg)](https://vaadin.com/directory/component/Collabornepaper-contact)\n=========\n\nA collection of components for contact information in Material Design build with [Polymer](https://www.polymer-project.org)\n\nTo use the elements:\n\n`bower install paper-contact`\n\n\u003c!--\n```\n\u003ccustom-element-demo\u003e\n  \u003ctemplate\u003e\n    \u003clink rel=\"import\" href=\"paper-contact-list.html\"\u003e\n    \u003clink rel=\"import\" href=\"paper-contact-email.html\"\u003e\n    \u003clink rel=\"import\" href=\"paper-contact-phone.html\"\u003e\n    \u003clink rel=\"import\" href=\"paper-contact-mobile.html\"\u003e\n    \u003clink rel=\"import\" href=\"paper-contact-fax.html\"\u003e\n    \u003clink rel=\"import\" href=\"paper-contact-linkedin.html\"\u003e\n    \u003clink rel=\"import\" href=\"paper-contact-twitter.html\"\u003e\n    \u003clink rel=\"import\" href=\"paper-contact-skype.html\"\u003e\n    \u003clink rel=\"import\" href=\"paper-contact-address.html\"\u003e\n    \u003cnext-code-block\u003e\u003c/next-code-block\u003e\n  \u003c/template\u003e\n\u003c/custom-element-demo\u003e\n```\n--\u003e\n```html\n\u003cpaper-contact-list style=\"width: 300px;\"\u003e\n    \u003cpaper-contact-email\u003email@example.com\u003c/paper-contact-email\u003e\n    \u003cpaper-contact-phone\u003e+1-873-217-3442\u003c/paper-contact-phone\u003e\n    \u003cpaper-contact-mobile\u003e+1-292-613-3742\u003c/paper-contact-mobile\u003e\n    \u003cpaper-contact-mobile\u003e+1-154-864-365\u003c/paper-contact-mobile\u003e\n    \u003cpaper-contact-fax\u003e+1-544-217-3442\u003c/paper-contact-fax\u003e\n    \u003cpaper-contact-linkedin\u003ehttps://www.linkedin.com/in/williamhgates/\u003c/paper-contact-linkedin\u003e\n    \u003cpaper-contact-twitter\u003e@twitter-id\u003c/paper-contact-twitter\u003e\n    \u003cpaper-contact-skype\u003eskype-id\u003c/paper-contact-skype\u003e\n    \u003cpaper-contact-address latitude=\"51.5287718\" longitude=\"-0.2416798\"\u003e23 Belgrave Square\u0026#10;London SW1X 8PZ\u0026#10;United Kingdom\u003c/paper-contact-address\u003e\n\u003c/paper-contact-list\u003e\n```\n\n\n## License\n\n    This software is licensed under the Apache 2 license, quoted below.\n\n    Copyright 2011-2015 Collaborne B.V. \u003chttp://github.com/Collaborne/\u003e\n\n    Licensed under the Apache License, Version 2.0 (the \"License\"); you may not\n    use this file except in compliance with the License. You may obtain a copy of\n    the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\n    License for the specific language governing permissions and limitations under\n    the License.\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollaborne%2Fpaper-contact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcollaborne%2Fpaper-contact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollaborne%2Fpaper-contact/lists"}