Sunday, April 2, 2017

Assignment 7: Magazine Cover

The style of the magazine cover (an actual magazine) has the title in front of the face. This doesn't shy away from the fact that I know how to do it LOL. I chose this type of magazine mainly because it's how I envision myself in the future.



Monday, March 27, 2017

Assignment 6: Self Insertion


Feeling these chills! Really cool assignment.







Wednesday, March 22, 2017

Assignment 5: ASCII

Chanel logo :)


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

////////////////////////////////////// start below this line ˇˇˇˇˇˇˇˇˇˇ
//left C
var canvas = document.getElementById('myCanvas');
        var context = canvas.getContext('2d');
        var x = canvas.width / 1.8;
        var y = canvas.height / 1.27;
        var radius = 73;
        var startAngle = 1.2 * Math.PI;
        var endAngle = 2.82 * Math.PI;
        var counterClockwise = false;

        context.beginPath();
        context.arc(x, y, radius, startAngle, endAngle, counterClockwise);
      
        context.lineWidth = 27;
        // line color
        context.strokeStyle = "rgb(0,0,0)";
        context.lineCap= "flat";
        context.stroke();

//right C
var canvas = document.getElementById('myCanvas');
        var context = canvas.getContext('2d');
        var x = canvas.width / 1.52;
        var y = canvas.height / 1.27;
        var radius = 73;
        var startAngle = .20 * Math.PI;
        var endAngle = 1.8 * Math.PI;
        var counterClockwise = false;

        context.beginPath();
        context.arc(x, y, radius, startAngle, endAngle, counterClockwise);
      
        context.lineWidth = 27;
        // line color
        context.strokeStyle = "rgb(0,0,0)";
        context.lineCap= "flat";
        context.stroke();







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

};

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

Tuesday, February 28, 2017

Tuesday, February 14, 2017

Wednesday, February 8, 2017

                                    Final Logo



Simple logo of my company iXtreme. iXtreme allows the non-extreme to experience the..you guessed it, extreme! Not only a service but a brand, not only a hobby but a lifestyle.

Disqus Shortname

Comments system