Friday, May 8, 2015

Final Portfolio

I made my cover colorful to draw in a younger crowd. Inside I kept it professional and sophisticated. This program did not take as long to figure out like the others. InDesign would be useful for putting future digital portfolios together.

Wednesday, May 6, 2015

Final Project

https://www.dropbox.com/s/v07tsa6uf0zgb8t/FINAL%20PROJECT%20FOR%20REAL.pdf?dl=0

Monday, April 6, 2015

lyrics collage

For my lyrics collage I chose the song Bad Intentions. The heart and infinity sign   are there to symbolize an endless love. The grandfather clock represents time passing. The evil eye at the bottom is for the negative energy (the bad intentions). I used the plane in literal terms for the lyrics. I kept everything pretty transparent to keep the focus mainly on the background, which is a picture I took last night.


custom graphic

For my custom graphic I took a picture of the sky and made a custom made stamp and changed the color to pink. I thought it was cool that I was able to take a scenic picture and make it almost look like wallpaper. The tree reminded me of a family tree, I used the evil eye because it is something my grandma always wore.

Wednesday, April 1, 2015

magazine cover!

For my magazine cover I extracted a picture of my best friend kendall and I and attempted to layer it. It ended up being a hard picture to extract but I took the time and tried my best. I really liked the way the the blue popped against the pink.

Monday, March 30, 2015

babe took me to the beach




I had a little too much fun with this assignment. I decided to put myself next to Mario Lopez at a beach in Greece. This was my first experience with photoshop so I was extremely shaky but I enjoyed it.

Wednesday, March 25, 2015

Hardest Project Ever !!!!!!

var x = 400;
var y = 200;
var controlx1 = 300;
var controly1 = -10;
var controlx2 = 50;
var controly2 = 150;
var endx = 200;
var endy = 320;
var controlx3 = 320;
var controly3 = 400;
var endx2 = 400;
var endy2 = 550;
var controlx4 = 480;
var controly4 = 400;
var endx3 = 600;
var endy3 = 320;
var controlx5 = 750;
var controly5 = 150;
var controlx6 = 500;
var controly6 = -10;


context.beginPath();
context.moveTo(x, y);
context.bezierCurveTo(controlx1, controly1, controlx2, controly2, endx, endy);
context.quadraticCurveTo(controlx3, controly3, endx2, endy2);
context.quadraticCurveTo(controlx4, controly4, endx3, endy3);
context.bezierCurveTo(controlx5, controly5, controlx6, controly6, x, y);
context.closePath();
context.lineWidth = 20;
context.fillStyle = 'rgb(255, 0, 0)';
context.fill();
context.strokeStyle = 'rgb(150, 0, 0)';
context.stroke();


This was one of the hardest assignments I have ever done. I wanted it to look like a little logo. I could see this being useful for a creative resume. It took me almost an hour just to make the square alone but I am happy with how my logo came out.