Posts

Showing posts from January, 2019

Assignment #2 | Basic HTLM

Image
canvas_gra_01.html Diagonal Line <!DOCTYPE HTML> <html> <head> <script> window.onload = function() { var canvas = document.getElementById("myCanvas"); var context = canvas.getContext("2d"); ////////////////////////////////////// start below this line ˇˇˇˇˇˇˇˇˇˇ context.beginPath(); context.moveTo(0, 0); context.lineTo(800, 600); context.stroke(); ////////////////////////////////////// end above this line ˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆ }; </script> </head> <body> <canvas id="myCanvas" width="800" height="600"></canvas> </body> </html> canvas_gra_02.html V Shape <!DOCTYPE HTML> <html> <head> <script> window.onload = function() { var canvas = document.getElementById("myCanvas"); var context = canvas.getContext("2d"); ///////////////////////////

About Me

I'm Alejandra Hurtado, an international student from Colombia. I had been here almost 4 years preparing myself to be a integrate multimedia graphic designer. My professional trip started in Tyler, Texas where my major was focusing on Journalism and media communication where I gain experiences in journalism research and reporting at the same time journalism broadcast and where I contributed on several journalism packages and I supported The DrumBeat on the Spanish language TV show as a reporter, producer, host, and director. These experiences allow me to gain knowledge about production and journalism research but... my creative skills were not challenged yet until I decided to move to Boca Raton, Florida. I had the opportunity to get a job that challenged me to have several job positions and learn from very few people and empirically about Graphic Design, Marketing, UX, UI, Social Media Manager. Now I'm learning and putting my 100% of my creativity to work around web and ad