A straightforward static website made as part of the SNW Project submission. The website is built using HTML, CSS, and images — no frameworks or build tools.
This README provides:
- The project’s goal and overview
- Instructions for running it locally
- File and folder structure
- Details about styles and assets
Quil & Byte Book Library is a small, static website designed for the SNW project. It uses only HTML and CSS for structure and styling.
The goal of this project is to demonstrate:
-
Page layout and structure
-
Responsive design (for Popular, Review, and Favorite sections)
-
Basic UI components such as:
- Navigation bar
- Search bar
- Content cards and grid layouts
-
Clone the repository
git clone https://github.com/Divyatmaj/SNW-Project-Website.git cd SNW-Project-Website -
Open the project
- Simply open
index.htmlin any browser or - Use the Live Server extension in VS Code for a better development experience
- Simply open
⚡ No build step is required — it’s a purely static site.
SNW-Project-Website/
├── images/ # Image assets used across pages
├── index.html # Home / Landing page
├── popular.html # Popular / Featured books page
├── login.html # Login page
├── signin.html # Sign in / Signup page
├── style.css # Global styles
├── popular.css # Styles specific to popular.html
├── login.css # Styles specific to login.html
└── README.md # This document
-
style.css — global styles (typography, colors, layout, etc.)
-
popular.css, login.css — page-specific overrides
- You can merge these into
style.cssif you prefer a single stylesheet.
- You can merge these into
-
images/ — store all images here
- Use meaningful filenames
- Always include alt text for accessibility
✨ Created with simplicity and clarity for the SNW Project.
Would you like me to make it look a bit more aesthetic and branded (with a color header banner, emoji section titles, and contribution/license section) — or keep it strictly professional like this?