This assignment was definitely tough, and incredibly time consuming, but I had so much fun doing it. I came up with the design off the top of my head and completed a sketch, planned out all of the coordinates, and then went for it. Somehow, many people have said that the girl in my project almost looks like a self portrait which I think is pretty funny, but I guess this demonstrates my sense of style, and mood at the time. Clearly I was in a happy stage of my life, as portrayed in my project. I enjoyed playing with all the bright colors, gradients, layers, and shapes associated with Dreamweaver! /// BACKGROUND RECTANGLE (SUN GRADIENT) var myGradient0=context.createRadialGradient(0,0,50,100,100,300); myGradient0.addColorStop(0,"rgba(255,255,255,1)"); //white myGradient0.addColorStop(0.25,"rgba(247,234,54,1)"); // yellow myGradient0.addColorStop(0.5,"rgba(255,174,37,1)"); // light orange myGradient0.addColorStop(1,"rgba(123,255,232,1)...