This is my portfolio that I created using InDesign. There are some things that I think worked really well, and other things that I will improve so I can use this portfolio in the future. After making this I really enjoyed seeing all my works together in one place. It's a fun way to see how my work has evolved and improved over the semester.
Hours: about 21 What I learned: I had a lot of fun creating this canvas. I learned that the little details make all the difference. I am extremely happy with the end result of my project. //// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> YOUR CODE STARTS HERE //BACKGROUND COLOR var sky = context.createLinearGradient(0,0,0,600); sky.addColorStop(0,'rgba(235,243,144,0.6)' ); sky.addColorStop(1, "rgba(159,26,8,1)"); context.beginPath(); context.rect(0,0,800,600); context.closePath(); context.fillStyle= sky; context.fill(); //ISLAND context.beginPath(); context.moveTo(0,300) context.quadraticCurveTo(100,350,300,400); context.lineTo(0,400); context.closePath(); context.fillStyle= 'rgba(245,203,111,1)'; context.fill(); context.strokeStyle= "rgba(245,203,111,1)"; context.stroke(); //PALM TREE-right context.beginP...
I found these calligram examples particularly interesting and appealing. I love the Coke can and how words are made with different words. The sun and the hands caught my eye because of how they use fonts and text size to add curves and definition to enhance the appearance of shapes. The last two are my favorites for a few reasons. Steve Jobs is so impressive because of the amount of shading and detail that is made with words. His mustache and hair strands caught my eye first. I think that the last picture is amazing due to the illusion of perspective made by font size and color. All of these calligrams have something that I hope to include in my own project!
Comments
Post a Comment