Wednesday, March 15, 2017

Spotify Logo from HTML Code


HTML Code

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

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


//green circle
context.beginPath();
context.arc(400, 300, 200, 0, 2*Math.PI, false); //context.arc(centerx, centerY, radius, 0, 2*Math.PI, false);
context.closePath();
context.fillStyle = "rgb(80, 216, 80)";
context.fill();


//top black line
context.beginPath();
context.moveTo(260, 235);
context.quadraticCurveTo(430, 180, 545, 265); //context.quadraticCurveTo(controlx, controly, endx, endy);
context.lineWidth = 36;
context.lineCap = "round";
context.stroke();


//middle black line
context.beginPath();
context.moveTo(280, 295);
context.quadraticCurveTo(410, 240, 515, 318); //context.quadraticCurveTo(controlx, controly, endx, endy);
context.lineWidth = 28;
context.lineCap = "round";
context.stroke();


//bottom black line
context.beginPath();
context.moveTo(308, 353);
context.quadraticCurveTo(408, 315, 477, 365); //context.quadraticCurveTo(controlx, controly, endx, endy);
context.lineWidth = 23;
context.lineCap = "round";
context.stroke();


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

};

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

Thursday, January 26, 2017

Logo Critique


After looking over both logos and comparing them to our notes, I believe the City Dog day care’s logo is the strongest because of its uniqueness. They incorporate both aspects of their name in their logo, without having an image of a dog. In addition, the logo is very simple and can be shrunken or enlarged to a point where customers would still know what company the logo represents. The Lucky Dog's logo is unique in a way because it uses the 'd' in dog to create an organic outline of a dog. Besides it being unique, their logo lacks on visibility. The logo contains too many small details to the point where if the image was minimized or maximized, those small details, like their motto and the dog, would be lost.



Monday, January 23, 2017

Business Pitches


  1. Rent A Dog (R.A.D)
    • Rent a dog for a few hours or a day
    • Rescue animal shelter
  2. Spray on leggings
  3. Make up mirror / night light / jewelry holder / speaker
    • Mirror projects on your face what makeup goes where
    • Tilting mirror perpendicular will activate night light
    • Base of mirror has a ring holder and jewelry tray
  4. Brush that changes your hair color
    • Hair dye is infused in the bristles of the brush
    • Used to add highlights
    • Can be bought in different colors
  5. Pet FaceTime, activated by collar
    • Dogs would press a button with their nose and it would “call” their owner
    • Owners can use their smartphones
    • Easy way to check up on your dog at work or vacation
    • When owners call their dog, the pet’s LED screen would activate and the owner would be able to talk and call their dog over to the screen
    • Owners can then press a button on their phone that releases a treat for the dog from the bottom pet’s LED screen

Sunday, January 22, 2017

About Kenzie

Hello world, and welcome to my blog! I would like to introduce myself. My name is Kenzie Erickson and I am a freshman here at the University of Tampa. I am from St. Louis, Missouri and decided to come down to Tampa for the warm weather and the school's criminology program. Here at UT I am a member of Delta Gamma. My sisters have helped me adjust to the different way of living down here, and I cannot wait to watch those relationship grow! Hopefully from this class I am able to better navigate the computer programs we will use. In high school, I took a similar class called Multimedia Communications and I loved getting to know the different Adobe programs and other programs we used. I hope in this class I am able to get to know these programs in much more detail than in my previous class.