Posts

Showing posts from January, 2018

Recreating the Quicksilver Logo

Image
First HTML coding Logo Design. Based on the brand, Quicksilver.  My Logo: Original Logo:  Code:  <!DOCTYPE HTML> <html> <head> <script> window.onload = function() { var canvas = document.getElementById("myCanvas"); var context = canvas.getContext("2d"); //////////////////////////////////////  //#BCF6F5 light blue  //yellow #FFFED8 //Background context.beginPath(); context.rect(0,0,800,600) context.fillStyle = '#BCF6F5' context.fill(); context.stroke(); //Big C Bezier  context.beginPath(); context.moveTo(450, 425); context.bezierCurveTo(200, 450, 250, 100, 450, 200); context.strokeStyle = '#FFFED8' context.lineWidth = 30; context.stroke(); //CURVE left top take 2  context.beginPath(); context.moveTo(155, 320); context.bezierCurveTo(250,320, 220, 70, 555, 220); context.lineTo(455, 205); context.quadraticCurveTo(250, 135, 290, 325); co

Logo Design

Image
Logo design

Who I am

Image
I'm Deanna, I'm a business marketing major with an advertising minor. I love working with pictures and design so I am excited for this class. I'm from Middletown, New Jersey, a close knit town located a few minutes from the beach. I love my hometown, family and friends; however, I'm excited to begin my life here!