This repository contains the source for the Pawsitive static site served as a GitHub Pages site.
- Serve locally:
python3 -m http.server 8765 - Open: http://localhost:8765 in a browser of your choice
index.html— site entryjs/— JavaScript sources (gallery, dogs, etc.)styles/— CSS design filespublic/anddogs/— static assets and images
- See the documentation folder for additional notes.
- This is a static site; deploy by pushing to the repository used for GitHub Pages or serving the built files from a web server.
- See the CONTRIBUTING.md file for contribution guidelines.
Made with contrib.rocks.