Simple Polymer template for display a profile card ==========
You can see the demo here
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>
- Oscar Cortez (Full-stack developer | Web standards lover)
- E-mail: om.cortez.2010@gmail.com
- Twitter: @oscar_mcm
- Web: http://oscarmcm.com
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
Licensed under the Apache 2.0 license.
See the LICENSE file for more details.
Copyright (c) 2015 @oscar_mcm.