IIIT-Delhi / byld-website

Static Website for IIIT-Delhi's Software Dev Club Byld
https://iiit-delhi.github.io/byld-website/
8 stars 29 forks source link

Add Pages for hackathons, hacknights and techtalks #19

Closed virresh closed 6 years ago

virresh commented 6 years ago

Note: The js is broken on the subpages the content within the tag 'eventDesc' is not being rendered because the js is not able to change opacity

ToDo: Fix that. Closes https://github.com/virresh/byldWebsite/issues/18

virresh commented 6 years ago

Looks like you missed the js breakage ?

Specifically speaking, some part of js was/is responsible for changing the opacity from 0 to 100 in here https://deploy-preview-19--blissful-brown-f7135e.netlify.com/hackathons Notice that the description of what a hackathon is , is missing from that page and empty space is there instead

Also there were some warnings and due to the fallback js that you'd written, maybe check that once too ?

peey commented 6 years ago

See latest commit, it fixes the JS issue