Skip to content

Instantly share code, notes, and snippets.

View adkron's full-sized avatar

Amos King adkron

View GitHub Profile
<address id="contact_info">
<h2 class="title">Contact Me</h2>
<dl class="info">
<dt>Company Site</dt>
<dd><a href="http://binarynoggin.com" title="Binary Noggin">Binary Noggin</a></dd>
<dt>Email</dt>
<dd><a href="mailto:[email protected]"
title="Email">[email protected]</a></dd>
<dt>Github</dt>
<dd><a href="http://github.com/BinaryNoggin" title="Github">BinaryNoggin</a></dd>
defmodule Hoarder.PasswordResetTest do
use Hoarder.TestCase, async: true
alias Hoarder.PasswordReset
alias Hoarder.User
setup do
Ecto.Adapters.SQL.Sandbox.allow(Hoarder.Repo, self(), GenServer.whereis(PasswordResetHoard))
:ok
end
@import "../../styles/shared"
.access-info
display: flex
.access-info__input
flex: 1
.access-info__icon
flex: 0 0 32px
Removes unused import
Amos King @adkron <[email protected]>
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch request-to-charge-page
# Your branch is up-to-date with 'origin/request-to-charge-page'.
#
# Changes to be committed:
# modified: app/components/Map/MapMarker.jsx
const config = require('../../config.json')
const mandrill_api_key = config[process.env.NODE_ENV].mandrill_api_key
const mandrill = require('mandrill-api/mandrill')
const mandrill_client = new mandrill.Mandrill(mandrill_api_key)
const defaultEmailProperties = {
from_email: '[email protected]',
from_name: 'EVmatch',
to: [
{email: '[email protected]', name: 'Founders'},
const config = require('../../config.json')
const mandrill_api_key = config[process.env.NODE_ENV].mandrill_api_key
const mandrill = require('mandrill-api/mandrill')
const mandrill_client = new mandrill.Mandrill(mandrill_api_key)
const defaultEmailProperties = {
from_email: '[email protected]',
from_name: 'EVmatch',
to: [
{email: '[email protected]', name: 'Founders'},
import React from 'react';
import CSSModules from 'react-css-modules';
import styles from './Payments.sass';
import { Button, Dialog, FontIcon, Link } from 'react-toolbox';
import CurrencyInput from 'react-currency-input';
const MAX_PROFIT = 1000;
class HostSignupPayments extends React.Component {
import React from 'react';
import CSSModules from 'react-css-modules';
import { Button } from 'react-toolbox/lib/button';
import Checkbox from 'react-toolbox/lib/checkbox';
import Dialog from 'react-toolbox/lib/dialog';
import Input from 'react-toolbox/lib/input';
import TOS from '../TOS';
import styles from './Signup.sass';
import React from 'react';
import CSSModules from 'react-css-modules';
import { Button } from 'react-toolbox/lib/button';
import Checkbox from 'react-toolbox/lib/checkbox';
import Dialog from 'react-toolbox/lib/dialog';
import Input from 'react-toolbox/lib/input';
import TOS from '../TOS';
import styles from './Signup.sass';
<!DOCTYPE html>
<html>
<head>
<title>Live Like a Hippy</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);