Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 597 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 597 Bytes

Project 0 of "Web Programming with Python and JavaScript"

This small project is an introduction to HTML and CSS capabilities. It takes the form of a small photography gallery. Index.html is the homepage. Each other html file (paris.html, rome.html...) represents a gallery. Each html file contains a link to all other pages. For now, each gallery is only made of one picture (as Javascript is not yet in the scope of the project). styles_with_sass.scss is the SCSS file that's been used to generate styles_with_sass.css, the main css stylesheet which configures the styling for all HTML files.