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
<span className="hint--bottom" aria-label={ <Fragment> | |
<TimeRange start={ shift.date('start_time') } end={ shift.date('end_time') } /> | |
{ position && ` | ${position.name}` } | |
{ site && ` | ${site.name }` } | |
{ notes && notes.length && ` | ${notes}` } | |
</Fragment> }> | |
Witness Me! | |
</span> |
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
import React from "react"; | |
import { render } from "react-dom"; | |
class App extends React.Component { | |
render() { | |
return { | |
<div> | |
<h1>Hello!</h1> | |
</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
import React from 'react'; | |
import RecipientRows from './RecipientRows'; | |
import Spinner from '../SharedComponents/Spinner'; | |
export default class RecipientTable extends React.Component { | |
constructor(props) { | |
super(props); | |
} | |
render() { |
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
var path = require('path'); | |
var autoprefixer = require('autoprefixer'); | |
var webpack = require('webpack'); | |
var HtmlWebpackPlugin = require('html-webpack-plugin'); | |
var CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin'); | |
var ExtractTextPlugin = require('extract-text-webpack-plugin'); | |
var paths = require('./paths'); | |
var FoundationSitesLoader = require('foundation-sites-loader'); | |
module.exports = { |
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
#!/bin/bash | |
old=( | |
'adjust' | |
'adn' | |
'align-center' | |
'align-justify' | |
'align-left' | |
'align-right' | |
'ambulance' |
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
### Keybase proof | |
I hereby claim: | |
* I am th3fallen on github. | |
* I am th3fallen (https://keybase.io/th3fallen) on keybase. | |
* I have a public key whose fingerprint is DE80 9CFD D777 C1F1 04F9 A02C 1775 47AA 11DD DC04 | |
To claim this, I am signing this object: |