About This Website
Welcome to my private code portfolio. This site showcases the projects I've built— from conditional invertible neural networks to self-supervised learning pipelines and document understanding tools—organized into dedicated pages. It’s designed to be:
- Modular: Each project lives in its own PHP template (`scalar-spline.php`, `self-supervised.php`, `invoice-sense.php`, etc.) and pulls in a common header & footer for consistent navigation.
- Responsive: Built with Tailwind CSS for utility-first styling, ensuring it looks great on desktop, tablet, and mobile.
- Private: Access is restricted via HTTP basic auth (configured in the hosting settings), and each page includes a `` tag to prevent search engines from indexing.
- Maintainable: Uses PHP includes for shared components (`templates/header.php`, `templates/footer.php`), so updates to navigation, styles, or metadata only need to happen in one place.
Technology Stack
Frontend
- PHP for templating and simple routing
- Tailwind CSS for responsive layouts & styling
- Vanilla JavaScript for interactive sliders & components
Hosting & Security
- Served via Apache or PHP’s built-in server
- HTTP Basic Auth to restrict access
- Noindex meta tags to keep pages out of search engines
Site Structure
The main navigation (in the header) links to:
index.php– Homeabout.php– About mescalar-spline.php– cINN Spline & Affine pipelinesself-supervised.php– Contrastive Learning pipelinesinvoice-sense.php– Document OCR & NLP pipelinecontact.php– Get in touch
Preview
A glance at the homepage layout, with project cards, responsive header, and footer.