/profile-vcard

Polymer template for display a simple profile card

Primary LanguageHTMLApache License 2.0Apache-2.0

<profile-vcard>

Simple Polymer template for display a profile card ==========

Demo

You can see the demo here

How-to

Install via bower

bower install profile-vcard

And add this in your polymer project

<link rel="import" href="webcomponent/profile-vcard.html">

<profile-vcard name="Oscar Cortez" image="https://pbs.twimg.com/profile_images/482222151932456960/6-cd1FU0.jpeg" profession="Full Stack Ninja Developer" description="Write here your cool description" twitter="oscar_mcm" website="oscarmcm.com" place="Managua, Nicaragua"></profile-vcard>

Demo

Acknowledgements

Maintained by

Contributing

If you want to contribute to this project, please read the CONTRIBUTING 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 file for more details.

Copyright (c) 2015 @oscar_mcm.