* (WIP) Join Us Flow - got most of the functionalities working
* code improvement
* code improvement & fixed thumbnail field bug
* removed an extra file
* renamed variable & removed extra code
* hooked up newsletter sign up & updated some copy
* fixed failing POST call to API's /signup route
* removed extra code + better glob pattern in package.json
* style updates and fixes
* removed console.log
* clearer rendering logic
* Replace single quotes with double quotes in package.json
Co-Authored-By: Pomax <pomax@nihongoresources.com>
* initial footer updates
* added glyphs
* updated hr styles
* final footer style updates
* optimized svgs
* organized type overrides
* added mixin override
* added h4 line height override from #1050
* opens link in new tab
* updated name of footer component
* removed prefix
* updated learn-more class to id
* making footer hr selector more specific
* removed unused classes
* updated footer donate link
* opening social links in new tab
* removed unnecessary mixin
* removed sitewide a override
* updated hex to variable
* updating text-decoration styles
* whoops
* added styles and updated main tagline
* linter updates
* more linter updates
* updated override
* removed a space
* reorganized files
* small fix to make footer text visible
* fix: #916 added profile/id route
* fix for rerouting to logged in user
fix: profile route in entry notification
fix: too many args in user update
removed unused my-profile.jsx component
fix: lint error
* fixes profilename update on profile change
lint fix
* basic loading of env vars into server and serialzing in json for client scraping
* refactoring env as module
* tweaked name and comment
* setting up separate server/client env modules
* handle client env running on server
* switching to new env imports
* cleanup
* eliminating index.html and associated tasks
* removing old comment