btcrelay icon indicating copy to clipboard operation
btcrelay copied to clipboard

Functional website

Open cubedro opened this issue 7 years ago • 4 comments

Coded website with node.js, pug, less, bower, grunt tasks for development, production and surge deployment.

cubedro avatar Aug 07 '16 14:08 cubedro

Broken developer pages into separate files so they can have different URLs. Fixed broken SVG (fuzzy font on Firefox) on homepage. @ethers please review

cubedro avatar Aug 24 '16 11:08 cubedro

@cubedro Thank you for your implementation! It has been deployed to btcrelay.org

Further notes: I am still figuring out what to do with this pull request: for now the website/dist directory of this frontend branch was pushed (force required) to the tempGH branch using:

git push origin `git subtree split --prefix website/dist origin frontend`:tempGH --force

And then in gh-pages branch, this was run to deploy to btcrelay.org:

git merge -Xtheirs origin/tempGH

ethers avatar Sep 11 '16 23:09 ethers

New site looks great!

rainbreak avatar Sep 12 '16 01:09 rainbreak

@ethers site looks good! Np, you can leave it if you want to keep it separate.

cubedro avatar Sep 12 '16 07:09 cubedro