Canvas
I chose my design searching on the internet. I found a mosaic piece and then I tried to copy it and make the image in my own way. I picked this image because it had all the requirements this assignment asked us to have. It may look very simple to do but with all the code and details this image has it was harder than you may think. Since this image had a lot of details I have to do, and knowing how to place each shape together is actually takes a lot of time for me. What I did is play with the numbers of the code until I got to the place that I wanted. This project took me about 8 hours to make in total. What I think makes this project so successful is because of all the hours and details I had to do to make it look good. code: //backgroung 1 var x=0; var y=300; var width = 6500 var height= 320; context.beginPath(); context.rect(x, y, width, height); context.lineWidth = 10; context.fillStyle = 'rgba(187,40,42,1.00)...