Monday, November 9, 2015

Lyrical Collage

I enjoyed working with this project. It was fun using these images since I just went to Disney this past weekend. I like integrating the different images onto a single background.


Original Images:






Magazine


I chose to do a cheerleading magazine because I had pictures from being on the cheer team last year. I enjoyed doing this project because it was on something I am interested in and was fun to do. 


Original pictures:



Monday, October 26, 2015

Photoshop Myself in Ireland

I enjoyed doing this project using photoshop. It was fun placing myself in a location that I someday hope to visit.

Tuesday, October 20, 2015

HTML project

I really didn't like doing this project. It was very frustrating. At first I was going to make Bubbles from the PowerPuff Girls but it was too difficult. I am so glad it's over.

TextWrangler

<!DOCTYPE HTML>
<html>
<head>
<script>
window.onload = function() {
var canvas = document.getElementById("myCanvas");
var context = canvas.getContext("2d");

////////////////////////////////////// start below this line ˇˇˇˇˇˇˇˇˇˇ

//Background
context.beginPath();
context.rect(0, 0, canvas.width, canvas.height);
var grd = context.createLinearGradient(0, 0, canvas.width, canvas.height);
grd.addColorStop(0, '#8ED6FF');
grd.addColorStop(1, '#004CB3');
context.fillStyle = grd;
context.fill();

//left ear
context.beginPath();
context.moveTo(325,45);
context.lineTo(250,250);
context.lineTo(350,250);
context.lineTo(325,45);
context.lineWidth = 3;
context.strokeStyle = 'black';
context.stroke();
context.fillStyle = 'pink';
context.fill();

//right ear
context.beginPath();
context.moveTo(525,45);
context.lineTo(450,250);
context.lineTo(550,250);
context.lineTo(525,45);
context.lineWidth = 3;
context.strokeStyle = 'black';
context.stroke();
context.fillStyle = 'pink';
context.fill();


//head
context.beginPath();
context.arc(425, 300, 200, 0, 2 * Math.PI, false);
context.lineWidth = 8;
context.strokeStyle = 'black';
context.stroke();
context.fillStyle = 'pink';
context.fill();

//nose
context.beginPath();
context.arc(425, 425, 120, 0, 2 * Math.PI, false);
context.lineWidth = 8;
context.strokeStyle = 'black';
context.stroke();
context.fillStyle = 'pink';
context.fill();

//nostril 1
context.beginPath();
context.arc(350, 425, 45, 0, 2 * Math.PI, false);
context.fillStyle = 'black';
context.fill();

//nostril 2
context.beginPath();
context.arc(498, 425, 45, 0, 2 * Math.PI, false);
context.fillStyle = 'black';
context.fill();

//left eye
context.beginPath();
context.arc(325, 225, 65, 0, 2 * Math.PI, false);
context.fillStyle = 'white';
context.fill();

//right eye
context.beginPath();
context.arc(525, 225, 65, 0, 2 * Math.PI, false);
context.fillStyle = 'white';
context.fill();


//pupil
context.beginPath();
context.arc(325, 225, 30, 0, 2 * Math.PI, false);
context.fillStyle = 'aqua';
context.fill();
context.beginPath();
context.arc(325, 225, 25, 0, 2 * Math.PI, false);
context.fillStyle = 'black';
context.fill();

//pupil2
context.beginPath();
context.arc(525, 225, 30, 0, 2 * Math.PI, false);
context.fillStyle = 'aqua';
context.fill();
context.beginPath();
context.arc(525, 225, 25, 0, 2 * Math.PI, false);
context.fillStyle = 'black';
context.fill();










////////////////////////////////////// end above this line ˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆ

};

</script>
</head>
<body>
<canvas id="myCanvas" width="800" height="600"></canvas>
</body>
</html>

Sunday, October 4, 2015

Vector Illustration

I enjoyed doing this vector project because I got to recreate a picture of my family members. Although it took a while due to specific detailing, my aunt and uncle turned out similar looking to the actual picture. My favorite part was working on my aunt's face.



This is the original photo.

Monday, September 28, 2015

Exquisite Corpse

This is Ted. He is a bird/octopus. I enjoyed making his head the most, yet struggled with the background because I wanted to use a gradient yellow color for the sun and a gradient blue for the sky but I couldn't figure out how to get the colors to change from greyscale. It was not allowing me to change to CMYK. 

Monday, September 21, 2015

S'mores 'n More logo


I chose to make a logo for S'mores 'n More, a restaurant that allows costumers to indulge a favorite summer treat year round. They can add different treats such as Reese cups to ice cream. For my logo I chose to write the words in red letters because it is a warm color and reminds me of the fire that the marshmallows are roasted over. The letters are more organic with curves representing the outdoors where s'mores are usually made. I chose the iconic s'more in the middle because it is the best representation of what will be found in the store.