beauhaus / rpw_refactor_8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RecessPlayWorks.com Refactor #8

TODO: is the gatsby-link dep the same as {Link} that ships with Gatsby?

gatsbyjs/gatsby#17865 (comment)

warning about react unsafe life-cycle methods... as of Oct 16

TODO: menu lines

TODO: media query cleanup

TODO: instagram icon cleanup

TODO: twitter icon

TODO: menu border-radius and margin-top adjust

TODO: hover: on photospage> instagram link

TODO: CONTACT US! should be moved to the top

TODO: FIX INPUT ANIMATION

TODO: FIX ACTIVE LINK emphasis

TODO: classname="cta-join" - edit this

TODO: passive-event-listener --scrolling https://developers.google.com/web/tools/lighthouse/audits/passive-event-listeners?utm_source=lighthouse&utm_medium=devtools

TODO: fix menu header on ipad/ ipad mini

TODO: deal with images

TODO: why are eventposts outside of /src/ ?


import { Img } from "gatsby-image" import styled from "styled-components"

const StyledImg = styled(Img)` display: block; margin: 0 auto;

picture { // picture styles }


issues

DeprecationWarning: OutgoingMessage.prototype._headers is deprecated is a problem with node 12.0.0

https://stackoverflow.com/questions/56697360/how-to-fix-node12388-dep0066-deprecationwarning-outgoingmessage-prototype

About

License:MIT License


Languages

Language:CSS 62.5%Language:JavaScript 37.5%