diff --git a/403.html b/403.html new file mode 100644 index 0000000..35ae9c9 --- /dev/null +++ b/403.html @@ -0,0 +1,45 @@ + + + + + + 403 Forbidden — Miles Allen + + + + + + + + +
+
+
+

403

+

Access denied. You don't have permission to view this content.

+
+
+ +
+

Access Forbidden

+

This page or resource is restricted and you don't have permission to access it. If you believe this is an error, please contact the site administrator.

+

← Back to Home

+
+
+ + + + + + diff --git a/404.html b/404.html new file mode 100644 index 0000000..49dbe72 --- /dev/null +++ b/404.html @@ -0,0 +1,45 @@ + + + + + + 404 Not Found — Miles Allen + + + + + + + + +
+
+
+

404

+

This page doesn't exist. The photo you're looking for has been lost in the shadows.

+
+
+ +
+

Page Not Found

+

It looks like you've stumbled upon a page that doesn't exist. This could be due to a mistyped URL or a removed page.

+

← Back to Home

+
+
+ + + + + + diff --git a/500.html b/500.html new file mode 100644 index 0000000..d50e134 --- /dev/null +++ b/500.html @@ -0,0 +1,45 @@ + + + + + + 500 Server Error — Miles Allen + + + + + + + + +
+
+
+

500

+

Something went wrong on our end. We're working to fix it.

+
+
+ +
+

Server Error

+

An error has occurred on the server. I has been notified and I am working to resolve the issue. Please try again later.

+

← Back to Home

+
+
+ + + + + + diff --git a/LICENSE b/LICENSE index cc2fa06..1440b82 100644 --- a/LICENSE +++ b/LICENSE @@ -1,18 +1,21 @@ MIT License -Copyright (c) 2026 miles +Copyright (c) 2026 mileswa1q22 -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -associated documentation files (the "Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the -following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all copies or substantial -portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO -EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index a557e78..10470f0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,52 @@ -# school-photo-project +# Photo School Project + + +**Photo School Project** is a simple web-based photo gallery created as part of a school assignment. It demonstrates basic HTML, CSS, and JavaScript skills by organizing images across multiple pages and adding interactive behavior. + +## 📁 Project Structure + +``` +index.html - Main landing page with navigation +photos1.html - Gallery page 1 +photos2.html - Gallery page 2 +photos3.html - Gallery page 3 +photos4.html - Gallery page 4 +scripts.js - JavaScript for interactivity (e.g., navigation or lightbox) +styles.css - Styling for layout and appearance +photos/ - Directory containing the image assets +``` + +## 🚀 Features + +- Responsive layout using CSS +- Separate pages for different sets of photos +- Basic JavaScript to handle events or navigation +- Basic config for your photos + +## 🛠️ Technologies Used + +- HTML5 +- CSS3 +- Vanilla JavaScript + +## 🧩 How to Use + +1. Clone the repository: + ```bash + git clone + cd photo-shcool-project + ``` +2. Open `index.html` in a web browser. +3. Navigate through the photo pages using links on the main page. + +## 📌 Notes + +- Replace placeholder images in the `photos/` directory with your own. +- Optimize image file sizes (resize dimensions, compress, or convert to WebP/AVIF) to improve load times. +- Use lazy loading (`loading="lazy"`) and modern attributes (`decoding="async"`) on `` elements (already applied in this template). +- Feel free to enhance the project with additional features like a lightbox effect, responsive grid, or image captions. + +--- + +*This progect is made for school or personal use. NOT COMMERCIAL it is free to use for commercial but is not made for it. Do not make comments or issues to add commercial staderds or fetchers this is for school or personal use and thanks for reding the readme* -idk \ No newline at end of file