This repository contains the GitHub Pages website for IGHAStar.
- Push this repository to GitHub as
ighastar.github.io(oryourusername.github.io/ighastarif using a project site) - Enable GitHub Pages in the repository settings
- The site will be available at
https://ighastar.github.io
ighastar.github.io/
├── index.html # Main page
├── Content/ # Images and media files
├── static/
│ └── css/
│ └── index.css # Custom styles
└── .nojekyll # Disable Jekyll processing
Edit index.html to customize the content, and static/css/index.css to modify the styling.