Welcome to my portfolio website, where I showcase my main frontend projects.
----
Asymmetric CSS layout
The design uses asymmetric layout patterns, having animated overlays for additional context. -
Interactive overlays
Many sections include overlays for additional information. It is useful to try hovering over the movable animations. -
Bilingual interface (EN/DE)
All text content is dynamically translated between English and German. -
PHP contact form
A backend-powered contact form that validates input and sends messages directly to my inbox, ensuring reliable communication.
- Hero - Make a first impression about me.
- About Me — Find out my main motivation for working in IT and also my other personal skills.
- Core Competencies — Here you will find information about my technical skills.
- My Work — Have a look at my projects.
- Feedback — Find out, what my colleagues think of me.
- Contact — Feel free to contact me via the contact form.
This project uses HTML, CSS, JS and PHP.
Portfolio
│
├── assets
│ ├── fonts
│ └── img
│
├── html
│ ├── legal-notice.html
│ └── privacy-policy.html
│
├── scripts
│ ├── contact-form.js
│ ├── db.js
│ ├── navigation.js
│ └── translations.js
│
├── styles
│ ├── about-me.css
│ ├── contact.css
│ ├── feedback-section.css
│ ├── hero-section.css
│ ├── legal-pages.css
│ ├── my-work.css
│ ├── navigation.css
│ └── skills-section.css
│
├── .gitignore
├── contact_form_mail.php
├── index.html
├── LICENSE
├── script.js
└── style.cssAll rights reserved.
This portfolio and its contents—including code, design, text, images, and media—may not be copied, reused, modified, or distributed without explicit permission.
