My Portfolio: This is the source code for my technical portfolio, available at gregorgatej.github.io, showcasing my projects, technical skills, experience, and articles.
Want to use this as a template? This portfolio is built on a clean, minimal design that's easy to customize. Feel free to fork this repository and adapt it for your own portfolio. See Getting Started below.
- Clean, minimal design
- Fully responsive across all devices
- Easily customizable
- SEO-focused meta tags and JSON-LD schema markup
- Project and article portfolio showcase
- Experience, education and technical skills sections
- Run
python -m http.serverto view locally athttp://localhost:8000 - Update your photo and profile information, including JSON-LD schema markup in
index.html - Replace your CV PDF in
assets/pdf/and update the CV / social media links in the header ofindex.html - Add your articles to
articles.json - Fill in your projects, experience, education, and technical skills in their respective sections of
index.html - Customize styling in
styles.cssas needed - Deploy to GitHub Pages or your hosting of choice
.
├── index.html # Main webpage
├── styles.css # CSS styling
├── scripts.js # JavaScript for dynamic content
├── articles.json # Article data
└── assets/
├── fonts/ # Font files
├── icons/ # Favicon and UI icons
├── images/ # Profile picture and other images
└── pdf/ # CV and other PDF documents
This project is based on the Minimal Academic Website template created by Yuhui Zhang.
The original repository is available here: https://github.com/yuhui-zh15/Minimal-Academic-Website
This version includes substantial modifications, including layout changes, new sections (GitHub Projects, Articles, Experience, Education, Technical Skills), the addition of JSON-LD structured data, redesigned components, and codebase refactoring.
-
Icons provided by
- Simple Icons: https://simpleicons.org/
- Remix Icon: https://remixicon.com/
-
Fonts provided by
- Fontshare: https://www.fontshare.com/
MIT License
For the original version, visit Yuhui Zhang's website.
For a live version of this adaptation, see Gregor Gatej's website.