I hereby claim:
- I am cassidoo on github.
- I am cassidoo (https://keybase.io/cassidoo) on keybase.
- I have a public key ASCfRIH3z01WTOl7Efc5SFuF7eGVKuu-OUbdsHiw16kOsAo
To claim this, I am signing this object:
<div id="home"> | |
<h1>Blog Posts</h1> | |
<ul class="posts"> | |
{% for post in site.posts %} | |
<li><span>{{ post.date | date_to_string }}</span> <br> <a href="{{ post.url }}" class="postname">{{ post.title }}</a></li> | |
{% endfor %} | |
</ul> | |
</div> |
<link rel="import" href="../topeka-elements/category-images.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-icons/av-icons.html"> | |
<link rel="import" href="../paper-fab/paper-fab.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> |
<select name="State"> | |
<option value="" selected="selected">Select a State</option> | |
<option value="AL">Alabama</option> | |
<option value="AK">Alaska</option> | |
<option value="AZ">Arizona</option> | |
<option value="AR">Arkansas</option> | |
<option value="CA">California</option> | |
<option value="CO">Colorado</option> | |
<option value="CT">Connecticut</option> | |
<option value="DE">Delaware</option> |
var getResults = function(/*successResponse*/){ | |
// Dummy data examples | |
var obj = [{ | |
"title": "MICHAEL Michael Kors Women\u0027s 3/4 Double-Breasted Hooded Trench,Khaki,Medium", | |
"imagePath": "http://static8.superfish.com/images_np/shared/sys_v2/images/un/30-03-2011/un-pricegrabber24-03-2011_03-25- 20/_Request_1132/source_125/category_4230_UNIFIED_COATS_W/detail/342122213_342122259", | |
"internalId": "342122259", | |
"price": "175.00$", | |
"merchantName": "Amazon", |
Medium | |
Ghost | |
Scotch https://github.com/techwraith/scotch | |
http://scriptogr.am | |
Anchor | |
https://github.com/mojombo/jekyll |
When I was a young child, about 5 or so, I dreamt of writing shows. I wanted to make my words on paper come to life on screen. I didn't even know how to write. But I had to try. | |
I started small, writing short stories about my socks or my gangster brothers. But I wanted more. I wanted to create something that would touch lives forever. But who was I? A 5-year-old suffering artist, struggling to get by? How could I stand out in the throngs of other authors and be who I truly was? | |
I had to write about something universal. I knew only my few friends and my family, who simply didn't understand me. Instead, I called a fellow artist in Brooklyn, Jay-Z. He gave me the best advice I could have asked for: "Leave it alone" (I couldn't tell if he said "it" or "me" but that was all I needed). | |
That was it. I needed to go specific. One, single thing. | |
I narrowed it down to food. Everyone eats. Everyone needs and wants food. It's the most basic desire and necessity we have. It's its own entity. | |
It was a genius plan. I wrote |
I hereby claim:
To claim this, I am signing this object:
Add to .gitignore file | |
node_modules | |
Then call: | |
git rm -r --cached node_modules | |
git commit -m "Remove node_modules now that they're ignored!" | |
git push origin master |
<style> | |
input[type=checkbox] { | |
display: none; | |
} | |
input[type=checkbox] + label { | |
display: inline-block; | |
position: relative; | |
padding: 6px; | |
background-color: white; |
const cities = [ | |
{ | |
city: "Abbeville", | |
state: "Louisiana", | |
}, | |
{ | |
city: "Aberdeen", | |
state: "Maryland", | |
}, | |
{ |