Baelx / helen-of-joy

Helen of Joy WP custom template built with bootstrap and p5.js.
https://helenofjoyband.com
GNU General Public License v2.0
1 stars 1 forks source link

Main logo image with links over stars #3

Closed Baelx closed 7 years ago

Baelx commented 7 years ago

Validation criteria:

-Text appears over stars after time interval -Text renders over stars on any device -Text is clickable and directs users to various band pages(audio,video,etc.)

Ideally, the image will not be the entire contents of the page and there will be content below, as previously advertised to clients. However, this will depend on the method of implementation as I may need to sacrifice this to achieve the initial client request

Baelx commented 7 years ago

Using canvas with JS, these links will be helpful: https://jsfiddle.net/lannymcnie/4yy08pax/ https://www.khanacademy.org/computing/computer-programming/programming

Baelx commented 7 years ago

Initial development complete. Technology used: p5.js - a js library designed as a port of the Processing language