https://github.com/andypiper/forgeandcraft-site
The Forge & Craft website
https://github.com/andypiper/forgeandcraft-site
homepage html website
Last synced: 4 months ago
JSON representation
The Forge & Craft website
- Host: GitHub
- URL: https://github.com/andypiper/forgeandcraft-site
- Owner: andypiper
- Created: 2023-05-07T14:29:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T12:07:31.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T14:18:57.611Z (over 1 year ago)
- Topics: homepage, html, website
- Language: HTML
- Homepage: https://forgeandcraft.co.uk
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forge & Craft Website
A clean, minimal website for [Forge & Craft](https://forgeandcraft.co.uk) - showcasing creative projects and events.

## About
This is a single-page application hosted on [omg.lol](https://omg.lol), featuring:
- Clean, responsive design
- Event information and updates
- Integration with social media and galleries
- Photo gallery
## Project Structure
```
├── spa.html # Main website HTML file
├── deploy.sh # Deployment script
└── README.md # This file
```
## Development
The site is built as a static HTML page with embedded styles and JavaScript as omg.lol does not support external CSS or JS files.
## Deployment
Deployment is handled via [clilol](https://clilol.readthedocs.io/latest/), which uploads the site to omg.lol:
```bash
./deploy.sh
```
**Prerequisites:** Install `clilol` and configure your omg.lol credentials.
## License
All content and code for the Forge & Craft website.