Monday, October 20, 2014

Wednesday, September 24, 2014

logo ideas

grocery store for bros: the grocery store

design agency: Goldwasser Designs

iPhone app for deals: island apps

School for the sassy: Sassmasters

out of this world pizza delivery

i want to ride my bicycleeeeeeeeee

i made my downhill bicycle.

Sunday, September 14, 2014

tree and bird





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

////////////////////////////////////// start below this line ˇˇˇˇˇˇˇˇˇˇ
var X = 180;
var Y = 150;
var radius = 90;

var x3 = 250;
var y3 = 200;
var radius2 = 70;

var x4 = 150;
var y4 = 250;
var radius3 = 80;

var x5 = 300;
var y5 = 250;
var radius4 = 90;

var x6 = 290;
var y6 = 140;
var radius5 = 80;

var x1 = 180;
var y1 = 200;
var x2 = 80;
var y2 = 250;


//rectangle
context.beginPath();
context.rect(x1, y1, x2, y2);
context.fillStyle = 'rgb(100, 100, 100)';
context.fill();
context.lineWidth = 7;
context.strokeStyle = 'black';
context.stroke();

//bezier
context.beginPath();
context.moveTo(170, 60);
context.bezierCurveTo(240, 10, 250, 10, 280, 90);
context.fillStyle = 'green';
context.fill();
context.lineWidth = 2;
context.strokeStyle = 'black';
context.stroke();

//bezier2
context.beginPath();
context.moveTo(200, 120);
context.bezierCurveTo(240, 10, 250, 10, 350, 90);
context.fillStyle = 'green';
context.fill();
context.lineWidth = 2;
context.strokeStyle = 'black';
context.stroke();

//circle5
context.beginPath();
context.arc(x6, y6, radius5, 0, 2 * Math.PI, false);
context.fillStyle = 'green';
context.fill();
context.lineWidth = 2;
context.strokeStyle = 'rbg(0, 0, 0)';
context.stroke();

//circle
context.beginPath();
context.arc(X, Y, radius, 0, 2 * Math.PI, false);
context.fillStyle = 'green';
context.fill();
context.lineWidth = 2;
context.strokeStyle = 'rbg(100, 100, 100)';
context.stroke();

//circle2
context.beginPath();
context.arc(x3, y3, radius2, 0, 2 * Math.PI, false);
context.fillStyle = 'green';
context.fill();
context.lineWidth = 2;
context.strokeStyle = 'rbg(100, 100, 100)';
context.stroke();


//circle3
context.beginPath();
context.arc(x4, y4, radius3, 0, 2 * Math.PI, false);
context.fillStyle = 'green';
context.fill();
context.lineWidth = 2;
context.strokeStyle = 'rbg(100, 100, 100)';
context.stroke();

//circle4
context.beginPath();
context.arc(x5, y5, radius4, 0, 2 * Math.PI, false);
context.fillStyle = 'green';
context.fill();
context.lineWidth = 2;
context.strokeStyle = 'rbg(0, 0, 0)';
context.stroke();

//quadratic
context.beginPath();
context.moveTo(30,50);
context.quadraticCurveTo(67, 0, 67, 60);
context.lineWidth = 5;
context.strokeStyle = 'black';
context.stroke();

//quadratic2
context.beginPath();
context.moveTo(67, 57.5);
context.quadraticCurveTo(92, 20, 117, 57.5);
context.lineWidth = 5;
context.strokeStyle = 'black';
context.stroke();


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

};

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

Monday, August 25, 2014

Welcome to my Blog!

Whatsup Everybody,
My names Ian Goldwasser, Im currently studying graphic design student here. i recently just transferred here as an incoming junior. i have done a few different freelance jobs with t shirt design, logos, and illustration. I'm looking forward to furthering my knowledge in the design programs. i enjoy long walks on the beach and sex and the city marathons.