A minimal static portfolio website template for showcasing projects and contact information.
index.html— main pageassets/css/styles.css— stylesassets/images/— imagesassets/js/app.js— JavaScript
- Open
index.htmldirectly in your browser. - Or run a simple local server (Python):
python -m http.server 8000
# then open http://localhost:8000- Static site — no build step required.
- Edit files under the
assets/folder to update styles, scripts, or images.
To find the website's source code you have to check "Releases"