Week 2

r e s p o n s e

09/11/24

what is one page static web-based project did you choose?

I choose the Banana Blossoms Salads website as an interesting example for this response because of the animations the website provides for their user. The design of the website allows to catch the user's attention with both their layout and color scheme. As you scroll down the page, there are tiny animations that appear and the brighful colors match with the theme that the website is trying to portray.

09/11/24

reverse engineer the website, and explain how the designers and developers use concepts we mentioned today to create the key features of the site

The designers and developers mainly used CSS for the animations throughout the website. However, the website seemingly uses javascript to make the website have a responsive design layout as shown below.

In the code, the querySelector grabs every feature with the tag "body" and it defines it as the body variable.