For the autoscopy project, I decided to make four separate versions of the assignment. Although I was only supposed to make one... I had so much fun making these and love how every single one turned out!
The multiplicity project was so much fun! I loved asking my roommate to take awkward, random photographs of me doing the strangest things because she didn't understand what I was using them for no matter how many times I tried to explain. I will always remember making this project... MY SECOND AND FINAL HALL OF FAME!
The HTML5 Canvas / JavaScript Illustration took me days of blood, sweat and tears but still didn't turn out that great. I wouldn't say its my hidden talent but I had a lot of fun trying to teach myself how to do something I never would have thought I'd learn in a million years. <! doctype html > < html > < head > < meta charset = "UTF-8" > < title > DANCING STARZ </ title > <!-- import external .js scripts here --> <!-- <script type="text/javascript" src="#" ></script> --> <!-- modify CSS properties here --> < style type = "text/css" > body , td , th { font-family : Monaco, "Courier New" , "monospace" ; font-size : 14px ; color : rgba ( 255 , 255 , 255 , 1 ); } body { background-color : rgba ( 0 , 0 , 0 , 1 ); } #container { position : relative ; text-align : left ; width : 95% ; height : 800px ; } #fmxCanvas { position : relative ; ...
Comments
Post a Comment