Skip to content

Latest commit

 

History

173 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

Personal portfolio website of U. Levi M. Seebacher — focused on coding and IT security.

The site is a lightweight, bilingual (German / English) single-page site built with plain HTML, CSS and JavaScript, served by Nginx inside a Docker container.

🇩🇪 uinclis.de · 🇬🇧 uinclis.com

Features

  • Bilingual — the correct language page is served automatically based on the requested domain (uinclis.de → German, everything else → English).
  • Responsive design with an animated background and scroll effects.
  • Sections — Home, Career, Projects and a Contact form (handled via Formspree).
  • Security-hardened Nginx config with CSP, HSTS and other security headers.
  • Dockerized and deployed through a GitHub Actions CI/CD pipeline.

Tech Stack

  • HTML5, CSS3, vanilla JavaScript
  • anime.js for animations
  • Boxicons & Poppins font
  • Nginx (Alpine) + Docker / Docker Compose
  • GitHub Actions (build + deploy)

Project Structure

.
├── docker-compose.yml       # Service definition (portfolio on port 3001)
├── html/
│   ├── index.html           # Default page
│   ├── index-de.html        # German page
│   ├── index-en.html        # English page
│   ├── style.css
│   ├── script.js
│   ├── anime.min.js
│   ├── nginx.conf           # Nginx server + language routing + security headers
│   ├── Dockerfile
│   ├── pictures/            # Icons and images
│   ├── CV.pdf / Lebenslauf.pdf
│   └── user-regular.svg
└── .github/workflows/
    └── deploy.yml           # CI/CD pipeline

Running Locally

Requires Docker and Docker Compose.

docker compose up --build

Then open http://localhost:3001.

To stop:

docker compose down

Deployment

Pushes to the main branch trigger the GitHub Actions workflow, which builds the image and deploys it to a self-hosted runner by pulling the latest changes and restarting the container with docker compose up -d --build.

About

Personal Website

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages