https://github.com/simonpainter/bbca
Public Website for BellBuskCommunity.org
https://github.com/simonpainter/bbca
Last synced: about 1 month ago
JSON representation
Public Website for BellBuskCommunity.org
- Host: GitHub
- URL: https://github.com/simonpainter/bbca
- Owner: simonpainter
- Created: 2025-04-23T23:00:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T23:40:29.000Z (about 1 year ago)
- Last Synced: 2025-04-24T00:18:47.514Z (about 1 year ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bell Busk Community Action Website
A community website for Bell Busk and Coniston Cold villages in North Yorkshire, showcasing community events, projects, and initiatives.
## Overview
This is a static website built with HTML, CSS, and vanilla JavaScript, designed to support the Bell Busk Community Action group's activities. The site provides information about upcoming events, current community projects, and ways for local residents to get involved.
## Features
- Responsive design for desktop and mobile devices
- Event calendar for community activities
- Project tracking for local initiatives (defibrillator installation, community garden)
- Newsletter signup form
- Volunteer registration form
## Technical Details
- **Structure**: HTML5 with semantic elements
- **Styling**: CSS3 with responsive media queries
- **Functionality**: Vanilla JavaScript
- **Deployment**: Automatically deployed to Amazon S3 via GitHub Actions when changes are pushed to the main branch
## Development
To run the site locally, you can use a simple HTTP server:
```bash
# Using Python
python -m http.server
# Or with a tool like live-server (Node.js)
npx live-server
```
## Contribution
To contribute to this website:
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/new-feature`)
3. Commit your changes (`git commit -am 'Add new feature'`)
4. Push to the branch (`git push origin feature/new-feature`)
5. Create a new Pull Request
## Future Enhancements
- Photo gallery for community events
- Integration with Facebook content
- Interactive map of Bell Busk and Coniston Cold
- Online donation functionality for community projects