A Pen by Machiko Yasuda on CodePen.
baxterross | |
tehpeh | |
1. Anthro101 | |
2. boovius | |
3. ceospf | |
4. darkstiffler | |
5. ekubokirs | |
6. enddynayn | |
7. jnewman12 |
<!doctype html> | |
<html lang="en"> | |
<form action="http://ga.kameronzach.com/fewd-12/week-7/forms/email-api/" method="POST"> | |
<input type="hidden" name="key" value="82b598c143888002128d54e8c51cd5aa"> | |
Email Address: <br><input id="userEmail" name="userEmail" type="text" size="37"><br> | |
Email From: <br><input id="sendEmailTo" name="sendEmailTo" type="text" size="37"><br> | |
Full name: <br><input id="userName" name="userName" type="text" size="37"><br> | |
Subject: <br><input id="userSubject" name="userSubject" type="text" size="37"><br> | |
Phone number: <br><input id="userPhone" name="userPhone" type="tel" size="37"><br> |
[ | |
{ | |
"description": "Traditional cafe, with bar attached. Opened in 1887 at another location. Rebuilt in 1952.", | |
"address": "25861 Railroad Ave, Santa Clarita, CA 91355.", | |
"link": "http://www.scvhistory.com/scvhistory/sauguscafe.htm", | |
"name": "The Saugus Cafe", | |
"year": "1905" | |
}, | |
{ | |
"description": "Known for their cocktails and French dip sandwiches, which they claim to have invented.", |
- Django, Lawrence Journal-World (newspaper in Kansas, USA): https://en.wikipedia.org/wiki/Django_(web_framework)
- Backbone.js, Underscore.js - Jeremy Ashkenas (former developer at New York Times, USA): https://en.wikipedia.org/wiki/Backbone.js
- D3.js, Mike Bostock, Jeffrey Heer, Vadim Orgievetskey, et al. (Stanford University Visualization, later at New York Times) - https://en.wikipedia.org/wiki/Mike_Bostock
- PastPages, Ben Welsh (LA Times): http://www.pastpages.org/ https://github.com/pastpages/pastpages.org
- The Financial Times' Polyfill https://polyfill.io/v2/docs/
- DocumentCloud https://www.documentcloud.org/home | https://github.com/documentcloud
- The Coral Project https://coralproject.net | https://github.com/coralproject | https://docs.coralproject.net
- Mr. Data Converter http://shancarter.github.io/mr-data-converter/
----- Tech -----
拡張現実【かくちょうげんじつ】 augmented reality, AR
投資家【とうしか】 investor
静的【せいてき】 static
-
Hack for LA's Adopt Civic Art project https://github.com/hackforla/adopt-civic-art https://hackforla.github.io/adopt-civic-art/
-
Food Oasis LA https://foodoasis.la/ https://github.com/foodoasisla/site/issues
-
LA Street Data https://github.com/hackforla/la-street-data
-
LA Metro real-time API wrapper in JavaScript https://github.com/jcblw/lametro-api
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>Reaction Commerce: React Guide</title> | |
</head> | |
<script src="https://fb.me/react-15.1.0.js"></script> | |
<script src="https://fb.me/react-dom-15.1.0.js"></script> | |
<body> |
diff
var remark = require('remark');
var report = require('vfile-reporter');
remark()
+ .use(require('remark-preset-lint-recommended'))
.process('_Emphasis_ and **importance**', function (err, file) {
console.error(report(err || file));
Ready for development checklist:
Once design mocks include these cases and scenarios, the Development team will be ready to start writing a ticket and working on the code for it:
[ ] UI States: The mock should include what the various UI states look like, including: [ ] Active [ ] Complete [ ] Incomplete (ex. Validating data) [ ] Blank/Empty data state (ex. No credit cards found) [ ] Disabled