A professional website for Brighton Computer Services, built with Jekyll and hosted on GitHub Pages.
- Responsive design that works on all devices
- Modern, tech-focused UI with smooth animations
- Services section highlighting key offerings
- Contact form for customer inquiries
- Easy to update and maintain
- Install Ruby (if not already installed)
- Install Jekyll and bundler:
gem install jekyll bundler - Clone this repository
- Navigate to the project directory
- Install dependencies:
bundle install - Run the Jekyll server:
bundle exec jekyll serve - Open your browser and go to
http://localhost:4000
This site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
- Update
_config.ymlwith your site's information - Modify the services in
index.html - Update colors and styles in
assets/css/style.scss - Replace the placeholder content with your own text and images
This project is licensed under the MIT License.