Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oscarmcm/profile-vcard
Polymer template for display a simple profile card
https://github.com/oscarmcm/profile-vcard
html polymer polymer-template profile-vcard
Last synced: 19 days ago
JSON representation
Polymer template for display a simple profile card
- Host: GitHub
- URL: https://github.com/oscarmcm/profile-vcard
- Owner: oscarmcm
- License: apache-2.0
- Created: 2013-10-17T21:50:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T16:53:06.000Z (about 7 years ago)
- Last Synced: 2024-10-11T10:38:15.543Z (about 1 month ago)
- Topics: html, polymer, polymer-template, profile-vcard
- Language: HTML
- Homepage: http://oscarmcm.github.io/profile-vcard
- Size: 3.33 MB
- Stars: 20
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# <profile-vcard>
> Simple Polymer template for display a profile card
==========## Demo
You can see the demo [here](http://oscarmcm.github.io/profile-vcard)## How-to
Install via bower
```
bower install profile-vcard
```And add this in your polymer project
```html
```
![Demo](https://raw.githubusercontent.com/oscarmcm/profile-vcard/master/profile-vcard-demo.png)
## Acknowledgements
- [Victor Van den Brink](https://www.facebook.com/vandenbrinkblanco)
- [Byron Corrales](https://dribbble.com/byroncor)## Maintained by
- Oscar Cortez (Full-stack developer | Web standards lover)
- E-mail: [[email protected]](mailto:[email protected])
- Twitter: [@oscar_mcm](http://twitter.com/oscar_mcm)
- Web: [http://oscarmcm.com](http://oscarmcm.com)## Contributing
If you want to contribute to this project, please read the [CONTRIBUTING](https://github.com/oscarmcm/profile-vcard/blob/master/CONTRIBUTING.md) file and perform the following steps
# Fork this repository
# Clone your fork
python -m SimpleHTTPServer 3000git checkout -b feature_branch
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send a pull request for your feature branch## License
Licensed under the Apache 2.0 license.See the [LICENSE](https://github.com/oscarmcm/profile-vcard/blob/master/LICENSE.md) file for more details.
Copyright (c) 2015 [@oscar_mcm](http://twitter.com/oscar_mcm).