Skip to content

Instantly share code, notes, and snippets.

View bretth18's full-sized avatar
💻

Brett Henderson bretth18

💻
View GitHub Profile
Contact = React.createClass({
render(){
return (
<div className="container">
<div className="card-panel">
<div className="row">
<h4>Contact Me</h4>
<form className="col s12" onSubmit={this.onSubmit}>
<div className="row">
<div className="input-field col m6 s12">
import React from 'react';
import { Meteor } from 'meteor/meteor';
Contact = React.createClass({
render(){
return(
<div>
</div>
@bretth18
bretth18 / Materialized Portfolio.markdown
Created April 15, 2016 05:21
Materialized Portfolio
@bretth18
bretth18 / PlatformTestingInstructions(Win8-10).txt
Last active October 12, 2015 03:54
Platform Testing Spootipy framework's trackplayertest.py
**Instructions for Windows 8/10 Users**
#Pre-Req's#
-Python 2.7/3.x
-libspotify module
-A functional Spotify Premium Account
-Command Line Knowledge!