HTML Files: These are the foundational files that provide the structure and content for each website. Within each project folder (e.g., Hotel_Website, Newsgrid, Knowledge_resume), you would find an index.html file or similar HTML files. These files would contain the text, images, and other elements of the web page, all marked up with HTML tags.
CSS Files: These files are responsible for the styling and presentation of the HTML content. In each of your project folders, there is likely a styles.css, main.css, or other CSS file. These files contain rules that define the colors, fonts, layouts (like the css_grid_sandbox and Newsgrid folders), and other visual aspects of the website. The CSS files are linked to the HTML files to apply the styling.
This repository is a collection of my personal web development projects, created for practice and learning purposes.
Each folder represents a separate project and contains its own HTML and CSS files.
- css_grid_sandbox: Practice with CSS Grid Layout.
- CSSsandbox & CSSSANDBOX2: General CSS practice and experiments.
- Dropdown: A project focused on creating a functional dropdown menu.
- Edge_ledger: A multi-page website, likely for a business or portfolio.
- Hamburger: A project dedicated to building a responsive hamburger menu.
- Hotel_Website: A full website for a hotel.
- HTMLSandbox: A collection of HTML-focused practice files.
- Knowledge_resume: An online resume or CV.
- Newsgrid: A news-style layout using CSS Grid.
- practice: Miscellaneous practice files and tests.
- Presentation: A web-based presentation or landing page.
- Saas_sandbox: A project exploring the front-end design of a SaaS website.