Wednesday, December 14, 2016

Final Portfolio













This is my final portfolio. It is cool to see all my projects all together like this. 

Wednesday, November 30, 2016

Animation


Here is my animation. I recreated this off of my collage, my collage is off of a poem so I portray the poem in this animation.

Monday, November 14, 2016

Wednesday, November 2, 2016

Saturday, October 29, 2016

Photoshop

Above is the picture that I Photoshopped, I took one of my prom pictures and put my date and I on the red carpet we deserve to be on.

Monday, October 24, 2016

ACSII


context.beginPath();
context.rect(0, 0, 800, 600);
context.fillStyle = 'rgb(164, 204, 43)';
context.fill();

context.beginPath();
context.moveTo(145, 600);
context.quadraticCurveTo(125, 405, 225, 201);
context.quadraticCurveTo(200, 125, 210, 90);
context.quadraticCurveTo(251, 160, 274, 150);
context.quadraticCurveTo(350, 0, 500, 100);
context.quadraticCurveTo(525, 90, 524, 51);
context.quadraticCurveTo(554, 99, 525, 135);
context.quadraticCurveTo(700, 450, 675, 600);
context.fillStyle = 'rgb(173, 214, 46)';
context.fill();

context.beginPath();
context.moveTo(390, 170);
context.quadraticCurveTo(299, 176, 275, 300);
context.quadraticCurveTo(250, 450, 360, 460);
context.quadraticCurveTo(574, 476, 525, 274);
context.quadraticCurveTo(476, 151, 390, 170);
context.fillStyle = 'rgb(255, 255, 255)';
context.fill();

context.beginPath();
context.arc(400, 325, 75, 0, 2*Math.PI, true);
context.fillStyle = 'rgb(71, 182, 125)';
context.fill();

context.beginPath();
context.arc(400, 325, 60, 0, 2*Math.PI, true);
context.fillStyle = 'rgb(110, 193, 150)';
context.fill();

context.beginPath();
context.arc(400, 325, 45, 0, 2*Math.PI, true);
context.fillStyle = 'rgb(0, 0, 0)';
context.fill();

context.beginPath();
context.arc(430, 280, 15, 0, 2*Math.PI, true);
context.fillStyle = 'rgb(255, 255, 255)';
context.fill();

context.beginPath();
context.moveTo(310, 600);
context.quadraticCurveTo(399, 443, 490, 600);
context.lineTo(310, 600);
context.fillStyle = 'rgb(0, 0, 0)';
context.fill();


Wednesday, October 12, 2016