Last active
August 29, 2015 14:16
-
-
Save DaveVoyles/22e518e6b7461a631c00 to your computer and use it in GitHub Desktop.
index.html polymer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <header> | |
| <h1>article header h1</h1> | |
| <p>This web app takes advantage of Web Components and Polymer to enable new HTML features in the browser.</p> | |
| <p> | |
| In this particular case, we are using <a href="https://github.com/passy/x-pokemon"> | |
| the x-pokemon web component </a> to pull the images from a database, as well as the | |
| <a href="http://zenorocha.github.io/voice-elements/">voice-elements web component</a> to speak the name of the pokemon we entered. | |
| </p> | |
| <h2>Change the accent</h2> | |
| <x-radial-buttons id="radial-button-template"></x-radial-buttons> | |
| </header> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment