Monday, April 25, 2016


In this photo is a picture of Kendall Jenner. I outlined this photo because it was one of my favorites taken of her. Although this was one of the most difficult for me I feel that I was still able to create it to be semi-realistic. The part I was the most proud of from this project is when I did the eyelashes and lips. This is because I feel focusing on these two parts really enhanced the reality of my project.
In this project I added a lot of my creativity. I am a business major and I am really into waking up and hustling to get stuff done. In order to get me through the day I enjoy inspirational words and quotes and drinking coffee.

In this project I took a photo from a coffee mug and cropped in the words in which I came up with myself. The outline of the coffee mug is one of my favorite quote “work hard in silence and let success be your noise. 

I loved doing this video! If I am ever able to create a project where I am able to incorporate fitness into it then it always makes me happy. In this video I showed a few different workouts related to cross fit. I the showed the people in an intense workout and moved them across the screen. I added fun music to show the intensity of the workout video! In this video I grabbed photos over the internet so I did not take any of these myself. 

Tuesday, April 12, 2016


I love the feeling of people free. This quote is from the song I hope you dance. This song is about inspiring people to always stay humble and positive In this picture I took images from the internet and placed it into the background photo of the ocean If you look carefully on the right hand side you can see man standing by the ocean smaller than any of the other images to help represent my quote. He is looking up at the rainbow in which is supposed to be his inspiration. 

Wednesday, March 30, 2016

I truly loved doing this assignment. Fitness is something really close to my heart. Everyday I am in the gym working out. This magazine cover describes me because its colorful but simple. There is not too much going on and goes direct to the point. Whenever I read articles I do not like them being too clustered with words and images. I enjoy blank space in order to give the reader a focus on what you are trying to get out of the image itself.

On this cover the girl on the right is my idol. I look up to her for my fitness inspiration and hope to be on her level one day. 

Wednesday, March 23, 2016

This is my flexing on the Eiffel tower. I love fitness and dream of going to Paris. So why not make both dreams happen at once?

Wednesday, March 16, 2016


I tried to make this as a background image. Where Mickey mouse is the main focus with circles to make it look pretty. This was by far my least favorite assignment.

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

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


context.beginPath();
context.arc(250, 450, 100, 0, 2*Math.PI, false);
context.fillStyle = 'rgb(0, 0 ,0)';
context.fill();


context.beginPath();
context.arc(150,375, 50, 0, 2*Math.PI, false);
context.fillStyle = 'rgb(0, 0 ,0)';
context.fill();

context.beginPath();
context.arc(350,375, 50, 0, 2*Math.PI, false);
context.fillStyle = 'rgb(0, 0 ,0)';
context.fill();


context.beginPath();
context.arc(150,100, 50, 0, 2*Math.PI, false);
context.fillStyle = 'rgb(225, 225 ,0)';
context.fill();

context.beginPath();
context.arc(300,200, 50, 0, 2*Math.PI, false);
context.fillStyle = 'rgb(225, 225 ,0)';
context.fill();

context.beginPath();
context.arc(400,215, 50, 0, 2*Math.PI, false);
context.fillStyle = 'rgb(225, 225 ,0)';
context.fill();


context.beginPath();
context.arc(100,200, 50, 0, 2*Math.PI, false);
context.fillStyle = 'rgb(325, 225 ,0)';
context.fill();


context.beginPath();
context.arc(450,100, 50, 0, 2*Math.PI, false);
context.fillStyle = 'rgb(425, 225 ,0)';
context.fill();

context.beginPath();
context.moveTo(150,300);
context.bezierCurveTo(250,50,500,550,650,300);
context.strokeStyle= 'rgba(0,0,0)';
context.stroke();

context.beginPath();
context.arc(100,550, 50, 0, 2*Math.PI, false);
context.fillStyle = 'rgb(350, 350 ,0)';
context.fill();