Video Walkthrough: https://youtu.be/R83xXa0t-Pk
Web Programming with Python and JavaScript Hello, index.html -- contains the home page to my webpage; there is an image; there is an unordered list; airbus.html -- contains the second page to my webpage; there is an image, an unordered list, and a table boeing.html -- contains the third page to my webpage; there is an image and a table, and an unordered list specifics.html -- contains the fourth page to my webpage; there is a table in this page
I have two stylesheets:
- stylesheet.css -- the main stylesheet
- stylesheet2.scss -- the Sass file
- stylesheet2.css -- the converted Sass file (css)