Posts

flower gleam and glow

I decided to do my stop motion about a flower growing in reverse. I wanted to focus on how one way or another we all make it back to our roots somehow. Our roots are what build us whether we appreciate them or not. They turn us into our own beautiful flowers.

Self Portrait

Image
I love the show game of thrones so I decided that I would play off of the theme Khaleesi mother of dragons. I decided to make my features those of a Dragon. Adding the tail and the horns.

somewhere piece

Image

self portrait

Image

Logos

Image
I decided to make 5 different logos for 5 different brands or companies. Starting with the logo with the "S" and the blue lines I thought this could be a logo for a social media app or something. I used and "S' because of my name. The dog logo is for a pet store or humane society and I used my initials. The flower child logo represents my care free personality and it is supposed to be a logo for a clothing brand. The treble clef logo with my name wrapped around is for a singing studio. I love to sing so that was my inspiration. The fresh minds strawberry is based on my favorite food. It is supposed to represent a healthy market place store logo.

Calligraphy Project

Image
The picture I decided to do was one of Scooby Doo. Scooby Doo has always been one of my favorite characters and always made me feel good. The text I chose were two themes songs from two scooby doo shows. One of the theme songs was the classic "Scooby Doo Where are You" theme song, and the other was the "What's New Scooby Doo" theme song. I combined them to make the text long enough to run the entire length of the photo.

project #2 code

<!doctype html> <html> <head> <meta charset="UTF-8"> <title> ART 210 - CANVAS PROJECT </title> <style type="text/css"> body,td,th { font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: rgba(0,0,0,1); } body { background-color: rgba(255,255,255,1); } #myCanvas { border: rgba(102,0,255,1) medium dashed; } </style> </head> <body> <canvas id="myCanvas" width="800" height="600"></canvas> <script> var canvas = document.getElementById('myCanvas'); var context = canvas.getContext('2d'); //// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> YOUR CODE STARTS HERE // FIRST SHAPE <!DOCTYPE HTML> <html>   <head>     <style>       body {         margin: 0px;         padding: 0px;       }     </