Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
<script src="bower_components/platform/platform.js"></script>
<link rel="import" href="elements/component_1.html">
</head>
<body>
<x-component></x-component>
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/polymer-ajax/polymer-ajax.html">
<polymer-element name="x-component" noscript>
<style>
:host section.container{
display: inline;
}
:host div.image{
height:150px;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Coding the Humanities</title>
<link rel="stylesheet" href="styles.css">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<html>
<style>
body{
font-family: "Helvetica", sans-serif;
font-size: small;
font-weight:lighter;
color: 545454;