Skip to content

Instantly share code, notes, and snippets.

@rpbarbati
rpbarbati / Why attend the Iron Yard
Created June 9, 2016 22:42
Why attend The Iron Yard
Because our classes are immersive - we will challenge you every day to push beyond what you think you can do into what you actually can do. And when you have completed your course, we will support you in your efforts to find a job. The Iron Yard is not just about training - it's about training with a purpose, and that purpose is to provide you with the skills that businesses in your area are interested in. We know what those skills are because each Iron Yard campus works with local businesses in order to tailor our classes to fulfill their needs.
> Written with [StackEdit](https://stackedit.io/).
@rpbarbati
rpbarbati / designer.html
Last active August 29, 2015 14:18
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: relative;
width: 100%;
height: 100%;
@rpbarbati
rpbarbati / designer.html
Last active August 29, 2015 14:16
designer
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../paper-checkbox/paper-checkbox.html">
<polymer-element name="my-element">
<template>
<style>
#core_card {
position: absolute;