Add code backdrops to homepage #522
Reference in New Issue
Block a user
Delete Branch "kurt/add-code-backdrops-to-home-page"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not the easiest diff to read, the reason the diff is so big is because I change the approach to the canvas, earlier it was an entire horizontal bar of canvas with html on top, now the canvas fits into the css grid. means I can just put the asset in the middle of the canvas and place it with css into the grid, also makes adjusting for break points easier.
I just made a quick svg to use as a clip path for the code blob.
if you look at the diff, turn whitespace off.
@@ -36,0 +39,4 @@.loft().translate([0, 0, h1]))`.split('\n')this was used to move the asset in 3d when screen size changes and can be removed now.
@@ -109,0 +140,4 @@>Code</span></div>lots of
gridstartspanetc stuff since I'm forcing much of the content to overlap, and then needs to adjust for smaller screens too.Nice! I got to verify the look as part of the other PR. And GH did a solid job of making the diff readable on my phone.
Live now