I need to create a landing page that’s split diagonally.
Something like this

I need both areas of the page to be clickable and, in the best possible scenario, everything should adapt dinamically to the monitor of the user so that the monitor is always split in half.
How could i do it?Should i use canvas?Any advice is welcome, also on possible fallbacks if i use canvas.
This can be realized in several ways:
1) on modern browsers in pure CSS using
clip-pathHTML
CSS
2) On less recent browsers, involving only a bit of javascript and
2D TransformationHTML
CSS
Js/jQuery: