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: over 1 year 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T16:53:06.000Z (almost 9 years ago)
- Last Synced: 2025-03-17T23:09:32.562Z (over 1 year ago)
- Topics: html, polymer, polymer-template, profile-vcard
- Language: HTML
- Homepage: http://oscarmcm.github.io/profile-vcard
- Size: 3.33 MB
- Stars: 20
- Watchers: 3
- 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
```

## 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: [om.cortez.2010@gmail.com](mailto:om.cortez.2010@gmail.com)
- 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 3000
git 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).