This repository hosts the source code for my professional portfolio website. It is a static site built with Jekyll and hosted on GitHub Pages, designed to showcase my experience in Data Science, Applied Statistics, and ML Engineering.
This portfolio was built from scratch to demonstrate clean, responsive web design principles without relying on heavy pre-made themes.
Key Features:
- Architecture: Modular Jekyll structure (Markdown content separated from HTML layouts).
- Styling: Custom CSS using CSS Grid and Flexbox for a responsive "Dashboard" layout.
- CI/CD: Automated deployment via GitHub Actions/Pages.
- Navigation: Responsive 2-row navigation bar with hover effects.
melkyed.github.io/
├── _layouts/ # Master HTML templates (Navbar, Footer, Headers)
├── assets/css/ # Custom styling (Tech Blue theme, Responsive rules)
├── about.md # Detailed biography and technical skills
├── experience.md # Professional history (TD Bank, Frontier, etc.)
├── publications.md # Research papers and citations
├── projects.md # Technical project highlights
├── contact.md # Contact information and social links
└── index.md # Landing page / Dashboard