hossain-khan / hossainkhan.com

Static site for hossainkhan.com
https://hossainkhan.com
Apache License 2.0
21 stars 9 forks source link
portfolio portfolio-website

Validated HTML5 and CSS

hossainkhan.com

Static site for hossainkhan.com

Site Theme Credits

Xiaoying Riley at 3rd Wave Media (http://themes.3rdwavemedia.com/)

Miscellaneous: Github pages with custom domain

Here is a quick writeup I did on how you can use custom domain for your Github pages.

Tip

Use following to run local server for development from macOS.

python -m SimpleHTTPServer 8000

# On new MacOS with Python 3
python3 -m http.server

Then visit: http://localhost:8000/

Run locally from *NIX

Alternative universal way to run it from Windows, MacOS or Linux using npm module.

npm install --global http-server
http-server ./ -a 127.0.0.1 --port 80 --cors

Site Preview - Screenshot

This is a snapshot of the website showcasing light and dark mode :last_quarter_moon:

hk-website-screenshot