This file contains 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
<html> | |
<style> | |
body{ | |
font-family: "Helvetica", sans-serif; | |
font-size: small; | |
font-weight:lighter; | |
color: 545454; |
This file contains 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
<!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'> |
This file contains 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
<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; |
This file contains 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
<html> | |
<head> | |
<script src="bower_components/platform/platform.js"></script> | |
<link rel="import" href="elements/component_1.html"> | |
</head> | |
<body> | |
<x-component></x-component> |