langateam / langa.io

Langa Company Website
http://langa.io
MIT License
2 stars 3 forks source link

Server side render initial view #8

Closed wbprice closed 7 years ago

wbprice commented 7 years ago

Makes langa.io isomorphic, adds missing viewport tag to make it responsive. Currently live in staging at https://langa-io-staging.herokuapp.com/ Fixes #7

ryanwilliamquinn commented 7 years ago

The staging site looks good. I'm confused about which plugin is actually doing sass preprocessing.

ryanwilliamquinn commented 7 years ago

Looks good to me now, thanks Blaine. Good work.

wbprice commented 7 years ago

@ryanwilliamquinn I discovered an issue in staging involving the email form. Maybe new, maybe old. The form POSTs to api.langa.io and receives a 200 response. {"email":"hello@langa.io","status":"queued","reject_reason":null} The sent indicator doesn't update.