Simple static site based on Material Design (Materialize CSS) to present software, automation, and AI services.
index.html: main pageassets/css/styles.css: custom stylesassets/js/main.js: init and dark mode404.html: GitHub Pages friendly
Option A — User/Org repository (for your primary site):
- Create a repo named
YOUR-USER.github.io. - Push this project content to the repo root.
- Enable Pages: Settings → Pages → Source:
Deploy from a branch, Branch:main(ormaster), folder/. - It will publish at
https://YOUR-USER.github.io.
Option B — Project repository:
- Use any repo name (e.g.,
personal-brand). - Enable Pages: Settings → Pages → Source:
Deploy from a branch, Branch:main, folder/. - URL will be
https://YOUR-USER.github.io/REPO-NAME/.
git init
git add .
git commit -m "feat: personal brand site (Material Design)"
git branch -M main
git remote add origin [email protected]:YOUR-USER/YOUR-REPO.git
git push -u origin main- Replace social links, email, WhatsApp, and project repos in
index.html. - Swap images for yours (you can place them in
assets/img/). - Edit colors and styles in
assets/css/styles.css. - Dark mode preference is persisted in
localStorage.
- Materialize CSS
- Illustrative photos from Unsplash