Posts

Showing posts from February, 2018

Caligram

Image
This is my caligram project. I somewhat enjoyed it. It took me days to complete this. I also had to email the professor on how to have the right text. I learned how to round the anchor points and I also learned how to use the text tool in different ways.

Good Vs. Bad Logos

Image
 Examples of BAD Logos

Good Vs. Bad Logos

Image
Examples of GOOD logos:

Gradient Sun

Image

Alien Landscape

Image
This is my alien landscape project from the canvas folder I worked on in Dreamweaver. I really enjoyed this project because I liked learning how to work with Dreamweaver and create things by code, but this took me days to complete this project. I learned how to create a gradient in Dreamweaver and I also learned how to create distinctive shapes. //// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> YOUR CODE STARTS HERE    // BACKGROUND    var myGradient0 = context.createRadialGradient(0,0,50,100,100,300);       myGradient0.addColorStop(0,"rgba(174,160,217,1)");        myGradient0.addColorStop(0.25,"rgba(102,122,230,1)");       myGradient0.addColorStop(0.5,"rgba(144,116,153,1)");       myGradient0.addColorStop(0.75,"rgba(123,47,211,1)");       myGradient0.addColorStop(1,"rgba(92,30,157,1)");             context.beginPath();        context.rect(0,0,

Canvas

Image