Monday, December 10, 2012

Business Card: I changed the card a little from my original design because the border around the card made it hard to cut exactly and the first card did not incorporate the swirly cloud smoke that the brochure and letterhead had. I like it and think everything relates well.

The Letterhead: The letter head I used photoshop to create the clouds and then imported them into InDesign to manipulate them and stretch them to fit the text and information I wanted to include, then added a drop shadow for effects.


The Brochure: The brochure is very light and to the point. It just includes some pictures of my friends and I smoking hookah to attract people and show them how much fun they could have if they use my company, it also includes times and prices and a little about the idea and company. The colors are they same as the business card and the swirly clouds were also incorporated. 




Monday, November 19, 2012

Company Questionare


1)   What is your business?
A delivery hookah service, that people can call and get a hookah delivered and set up for them for a certain amount of time.

2)   Describe your business in one sentence
We deliver and set up hookah in a timely fashion.

3)   Who is your target audience?
College students, Religious families, High schoolers, middle age adults.

4)   Who are your competitors?
Hookah lounges

5)   What makes them better/worse than your product/service?
They're better because of the environment but their worse because of the convenience factor of the delivery hookah and the client gets to chose everything they would normally get to at a lounge.

6)   Do you currently have an identity? No.

7)   (If your answer to #6 is no, skip this question)  What do you like about it and what don’t you like about it?


These following questions might seem silly, but their purpose is to help generate ideas.
1)   How do you want your image to be seen in two years?
I want this company to be seen as a easy and fun way to enjoy pass time with friends and family.

2)   If your company was an animal, what animal would it be and why?
 A caterpillar because of the movie Alice in Wonderland and how the caterpillar is smoking hookah all the time.

3)   If your company/brand was a person, who would it be and why?
Probably Sara Hyland, because she is a young new celebrity who is a healthy fresh face for a new company.

4)   If your company/brand was an object, what would it be?
A hookah. 

5)   If your customer was a cartoon character, who would it be?
The caterpillar in ALice in Wonderland.

Tuesday, November 13, 2012

Lyrical Collage


I chose these lyrics from the song I'll Follow You Into the Dark by Death Cab for Cutie. I really like this picture and feel like it works well with everything.

Monday, November 5, 2012

Money Grows on Trees


For my pattern and brush I did this scene and called it "Money Grows on Trees". The brush is the money and I changed the brightness saturation and coloring to make it look realistic.

Monday, October 8, 2012

Logo

I re-uploaded the logo with a plain background instead of a transparent one to make it easier to view.

Friday, October 5, 2012

Logo Critiques.

This logo for Coca-Cola is effective and to the point. The unique color and font is a dead give away for the company and is easily recognized by their targeted audience. The logo is also very balanced and clear to read.


This next logo is for Dunkin' Donuts. It is also very effective because of the unusual color scheme and the use of the double D in the logo makes it easy to use for smaller items such as a cup of coffee or bag for a donut.

This logo is for the clothing company Juicy Couture. The two scottie dogs and crown are imprinted on every article of clothing or accessory they make no matter how small. Their items are easily identified by these two symbols and the logo gives off the sophisticated look which describes their high end clothing.




The iconic golden arches immediately make everyone think of McDonalds. There is no other symbol that compares or looks like the McDonalds arches and the strong red coloring and the bold yellow work well to stand out.


This logo is for the band Sublime. It is very detailed and stands out against other album covers or band logos. Many refer to it as the "Sublime Sun" which proves to the fact that it is popularly known.

Wednesday, October 3, 2012

Hookah 2 Go Logo Project 2

This is my Hookah 2 Go logo for the second project created in Adobe Illustrator.

Monday, September 24, 2012

Logos Project Part 1

1. The first logo I thought of would be a for the product of "Party in a box". You simply buy this product and you get a medium sized box with a bow wrapped around it. Then where ever you choose to open it, you untie the bow and an explosion of confetti, balloons, streamers, candy, and music erupts from the box creating an instant party where ever you are. The logo would have the box in the middle and streamers and confetti and such all around.

2. Next would be for a music downloading company that you can find any song you would like and download it from your computer to your itunes and it syncs directly to your iphone without having to have it connected. In the logo it would have a iPhone and somehow music shooting into or out of it with bright colors.

3. Another would be for color changing contacts and the logo would be an eye but the cornea would be a mixture of colors and the rest of the eye would be all black and white.

4. The fourth would be for a company that builds heated pool decks for outdoor pools in Florida in the winter. The tiles would be slightly heated so that you could tan and sunbath in the winter without being cold. The logo would show someone by the pool and snow flakes around them.

5. The last logo would be for hookah delivery company where you can call their number and they will come out and set up a hookah where you order it to and provide you with enough shesha and coals for however long you rent it for. The logo would be a black outline of the caterpillar smoking a hookah from Alice in Wonderland.

Tuesday, September 18, 2012

Landscape!




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

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

//rec
context.beginPath();
context.rect(0, 0, 800, 600);
var grd = context.createLinearGradient(0, 0, 800, 600);
grd.addColorStop(0, 'rgb(245,250,220)');
grd.addColorStop(1, 'rgb(50,50,50)');
context.fillStyle = grd;
context.fill();  
context.stroke();



//buildings

context.beginPath();
context.rect(100, 600, 100, 200);
context.rect(100, 200, 100, 500);
context.rect(400, 200, 100, 500)
context.rect(100, 200, 270, 500);
context.rect(200, 400, 600, 200);
context.rect(100, 10, 20, 30);
context.rect(100, 200, 100, 200);
context.rect(100, 100, 200, 100);
context.rect(100, 40, 50, 60);
context.fillStyle = 'black';
  context.fill();
 context.stroke();


//McDonalds
context.beginPath();
context.moveTo(500, 400);
context.quadraticCurveTo(550, 300, 550,400);
context.lineWidth = 10;
context.moveTo(600, 395);
context.quadraticCurveTo(600, 300, 550,400);
context.lineWidth = 5;
context.stroke();
context.strokeStyle = 'yellow';
context.stroke();
 //windows


 context.beginPath();
context.rect(200, 110, 30, 30);
context.rect(200, 150, 30, 30);
context.rect(250, 150, 30, 30);
context.rect(200, 550, 80, 50);
context.rect(300, 300, 30, 30)
context.rect(410, 300, 30, 30)
context.rect(420, 300, 30, 30)
context.rect(450, 400, 30, 30)
context.rect(460, 400, 30, 30)
context.rect(250, 110, 30, 30);
context.rect(150, 110, 30, 30);
context.rect(150, 150, 30, 30);
context.rect(580, 550, 80, 50);
context.fillStyle = 'yellow';
  context.fill();
context.lineWidth = 3;
context.strokeStyle = 'black';
 context.stroke();

//sky
context.beginPath();
context.arc(750, 100, 45, 0 , 2 * Math.PI, false);
var grd = context.createLinearGradient(0, 0, 750, 100);
grd.addColorStop(0, 'rgb(0,255,255)');
grd.addColorStop(1, 'rgb(245,250,220)');      
context.fillStyle = grd;
context.fill();
context.stroke();


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

};

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

Tuesday, September 11, 2012

The Heart!


Code for heart



<!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.moveTo(200, 200);
  context.lineTo(400,500);
   context.lineTo(600,200);
   context.quadraticCurveTo(500, 10, 400, 200);
     context.quadraticCurveTo(300, 10, 200, 200);
     context.lineWidth = 10;
      context.fillStyle = 'pink';
  context.fill();
  context.stroke();











     


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

};

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

Monday, August 27, 2012

Introduction

Hello! My name is Kylie Piche', I'm an education major and love art and drawing. I swim at the UT and this is my second year attending the school. I'm excited to start this class! (: