

A minimalist, bento-style portfolio template built with HTML, CSS, and JavaScript. This project provides a clean and responsive layout to showcase your personal info, stack, and experience.
- Bento Grid Layout – Modern and aesthetically pleasing design.
- Light & Dark Mode – Switch themes dynamically.
- Live Clock – Displays current time in Your timezone.
- CodersRank Activity Graph – Showcases Git contributions.
- Fully Responsive – Works on all screen sizes.
.
├── index.html # Main HTML file
├── styles.css # Styling and layout
├── script.js # JavaScript functionality
├── favicon.svg # Favicon icon
├── README.md # Documentation
└── assets/ # Image and media files
git clone https://github.com/mxpanf/html-bento-portfolio.git
cd html-bento-portfolio
Simply open index.html
in your browser.
- Update your personal information in
index.html
. - Replace your social media links in the
.welcome-social-links
section. - Modify the CodersRank username (see below).
To display your Git activity graph, follow these steps:
- Register an account on CodersRank: https://codersrank.io
- Replace your username in
script.js
(line 33):- Open
script.js
and find this line:username="nickname"
- Replace
nickname
with your CodersRank username.
- Open
Modify :root
variables in styles.css
:
:root {
--primary-color: #222;
--secondary-color: #333;
--accent-color: #ffcc00;
}
Icons are from Iconify and can be changed easily:
<span class="iconify" data-icon="mdi:github"></span>
Find more icons at https://icon-sets.iconify.design.
This project is licensed under the MIT License. You are free to use, modify, and distribute this code with proper attribution.
Contributions are welcome! Feel free to submit a pull request or open an issue.
Built with ❤️ using HTML, CSS & JavaScript.
Inspired by Bento-like Portfolio from Gianmarco.
