Static website for Peden Security, converted from WordPress to static HTML and hosted on GitHub Pages.
- Hosted on GitHub Pages
- Domain configured via GitHub Pages settings
- SSL certificate automatically provisioned by GitHub
A Records:
185.199.108.153
185.199.109.153
185.199.110.153
185.199.111.153
- Clone the repository
- Serve locally using any static file server
# Example using Python python -m http.server 8000
Site automatically deploys when changes are pushed to the master
branch.
index.html
- Homepagecss/
- Stylesheetsjs/
- JavaScript filesimages/
- Site images and assets