Design Work

I started by drawing on a drawing app I have on my phone:

Then I built those designs in Figma as well as chose fonts.

Idea 1

My idea was to use only an image of a flag or find a video of a flag and have it be animated within the text.

Idea 2

Idea 3


Coding

I chose to code a new version of Idea 2 Version 2 where “America is the LAND of the FREE, so let’s prove it” appears in the middle and four “Vote”s in the corner fade in and out of visibility as the background changed colors.

I worked inside Code Pen for this assignment.

I believed that to apply the animation I had to create a div to apply the CSS. However, the div, of course, took up space so it would push the 4 “Vote”s down. Once, I figured out how to have the “Votes” on top of the div, I realized that the div was 0 height x 0 width, so I couldn’t apply the CSS for the animation.

That was when I remembered the body existed and I could apply the animation to the body element. Once the animation was working, I created classes and ID’s to change the colors. Then, I added an extra opacity animation on the votes for extra practice with CSS Animation.

Here is the finished product: GOTV