Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
  <script src="http://www.polymer-project.org/platform.js"></script>
<script src="http://www.polymer-project.org/polymer.js"></script>
</head>
<body>
     <polymer-element name="resume-image" noscript>
      <template>
        <style>
        </style>
        <img src="https://upload.wikimedia.org/wikipedia/commons/d/dd/Square_-_black_simple.svg" alt="David Townsend resume photo avatar" itemprop="image" width="150"/>
      </template>
    </polymer-element>
  
 <polymer-element name="Resume-aboutMe"  noscript>
  <template>
    
    <style>
    
    </style>
      
    <h1><span> stuf more stuff lots of stuff </span></h1>
    <h3><span> stuf more stuff lots of stuff </span></h3>
    <span> stuf more stuff lots of stuff </span>
     
  </template>
</polymer-element>
  
       <polymer-element name="resume-download" noscript>
      <template>
        <style>
        </style>
        <img src="https://upload.wikimedia.org/wikipedia/commons/d/dd/Square_-_black_simple.svg" alt="David Townsend resume photo avatar" itemprop="image" width="32" height="32"/>
      </template>
    </polymer-element>
  
     <polymer-element name="Resume-Linkdin" noscript>
      <template>
        <style>
        </style>
        <img src="https://upload.wikimedia.org/wikipedia/commons/d/dd/Square_-_black_simple.svg" alt="David Townsend resume photo avatar" itemprop="image" width="32" height="32"/>
      </template>
    </polymer-element>
  
  <polymer-element name="Resume-Header"  noscript> <!-- script atribute is turned off  -->
  <template>
    <style>
    </style>
        
      <Resume-Image></Resume-Image>
      <Resume-aboutMe></Resume-aboutMe>
      <Resume-download></Resume-download>
      <Resume-Linkdin></Resume-Linkdin>
  </template>
</polymer-element>
  
  <Resume-Header></Resume-Header>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
dtownsendpro
0viewers