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> |
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> | |
<template> | |
<style> | |
:host section.container{ | |
display: inline; |
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> | |
<body> | |
<header> | |
<h1> Identity and The Selfie </h1> | |
</header> | |
<article class="history"> | |
<h2> History </h2> | |
</article> | |
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> | |
<body> | |
<header> | |
Identity and the Selfie | |
</header> | |
<section> | |
<div id="History"> | |
History | |
</div> |
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><link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'></head> | |
<style> | |
body {background: #CC0000;} | |
.image {text-align: center;} | |
.slogan {text-align: center;} | |
.list {font-family: 'EB Garamond', serif;} | |
.slogan{font-family: 'EB Garamond', serif;} | |
.slogan {font-weight: bold; | |
font-size: 30;} |
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> | |
<body> | |
<section> | |
<section> | |
<img src=http://www.wizards.com/global/images/ah_prod_diplomacy_pic3_en.jpg> | |
</section> | |
<h1>Divide and Rule</h1> | |
<article> | |
<ul> | |
<li>Diplomacy</li> |