An artist portfolio site built with HTML, CSS, JavaScript, hosted on GitHub Pages, and containerized with Docker.
- Situation: Needed a free, scalable online portfolio.
- Task: Build a static website with potential for future scaling.
- Action:
- Designed static site with HTML/CSS/JS.
- Deployed on GitHub Pages.
- Containerized with Docker for future hosting on Render.
- Result: Live portfolio website with scalable deployment options.
- HTML5, CSS3, JavaScript
- GitHub Pages
- Docker
- Open
index.htmlin browser. - Or build with Docker:
docker build -t janparia-site .
docker run -p 8080:80 janparia-site