Skip to content

Instantly share code, notes, and snippets.

@DaveVoyles
Last active August 29, 2015 14:16
Show Gist options
  • Save DaveVoyles/22e518e6b7461a631c00 to your computer and use it in GitHub Desktop.
Save DaveVoyles/22e518e6b7461a631c00 to your computer and use it in GitHub Desktop.
index.html polymer
<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