Posts

Showing posts from September, 2018

Canvas

Image
For the Canvas assignment I attempted to code several shapes by trying to follow some of the tutorials. To no avail, I've managed to confuse myself further. If anyone can help that would be greatly appreciated. Here is the mess I made and the result. <!doctype html> <html> <head> <meta charset="UTF-8"> <title>DeCurtis_Canvas</title> </head> <body> </body> </html> // Circle // <svg height="100" width="100"> <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" / <svg height="140" width="500"> <ellipse cx="200" cy="80" rx="100" ry="50" style="fill:yellow;stroke:purple;stroke-width:2" /> </svg> // Line // <svg height="210" width="500"> <line xl=...

DeCurtis_Assignment0

Hello,      My name is Nick DeCurtis, I'm from Point Pleasant, NJ, and I am a Film & Media Arts major. Some of my interests are skating, hiking, camping, and making video edits. My primary goal, for now, is to become a camera/crewman on documentary productions of National Geographic. Nonetheless I do have interest in narrative work, advertising, and music videos. I'm looking forward to seeing what the class has to offer, and I believe it will open my mind to different applications and possibilities within my craft. I hope everyone has a great semester.