This week we learned . . .
This week we were introduced to our midterm project and prompted to create a proposal for what type of site it would be for. I chose to make a ‘microsite’ for a faux catering company that serves “meat & potato” style food and alcohol. The site’s demo would be those aged 21+.
Additionally this Thursday we practiced in-class building a site using Grid layout. Grid layout is useful and better for building content with two or more rows/columns. Flexbox is ideally used and designed for content in only one row/column. The site included a CSS animation that flipped a card-image over when the mouse cursor hovered over it. This was cool, seeing how it needed no JS, but ran into problems on mobile. This was because a mouse hover is not the same a finger tap on a phone. To fix this, JS could be used.
