Skip to content

Instantly share code, notes, and snippets.

View lukecamelo's full-sized avatar

Luke Camelo lukecamelo

  • MBTA
  • New York, NY
View GitHub Profile

Keybase proof

I hereby claim:

  • I am lukecamelo on github.
  • I am lukecamelo (https://keybase.io/lukecamelo) on keybase.
  • I have a public key ASC6-hfKT1eih5kbZGXCBslcZYpfoYSYDxumAWCPOb_M2wo

To claim this, I am signing this object:

import React from 'react'
import { Card } from './UserControlPanel'
import { NavBar } from './NavBar'
import styled from 'styled-components'
const Header = styled.h1`
font-size: 2em;
color: ${props => props.theme.primary}
font-family: 'Roboto', sans-serif;
font-weight: 600;