changed icon

This commit is contained in:
2026-03-18 19:08:42 +01:00
parent 2423ea1700
commit d3fff560e8
2 changed files with 4 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

+4 -4
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="de"> <html lang="de">
<head> <head>
<link rel="icon" href="images/generated_two.png"> <link rel="icon" href="images/generated_two_no_background.png">
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Marvins Portfolio</title> <title>Marvins Portfolio</title>
@@ -11,7 +11,7 @@
<style> <style>
:root { :root {
--bg:#5E4C93; --bg:#5E4C93;
--bg2: #000000; --bg2: #1b162a;
--text:#FFFFFF; --text:#FFFFFF;
--surface:#3e3261; --surface:#3e3261;
--muted:#C5C1D1; --muted:#C5C1D1;
@@ -23,7 +23,7 @@
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
:root { :root {
--bg:#5E4C93; --bg:#5E4C93;
--bg2: #000000; --bg2: #1b162a;
--text:#FFFFFF; --text:#FFFFFF;
--surface:#3e3261; --surface:#3e3261;
--muted:#C5C1D1; --muted:#C5C1D1;
@@ -352,7 +352,7 @@ const PROJECTS = [
{ {
id: "pixelcnn", id: "pixelcnn",
title: "PixelCNN", title: "PixelCNN",
description: "Deeplearning Bildgenerierungsmodell auf PixelCnn Struktur mit PyTorch", description: "PixelCNN-basiertes Deep-Learning-Modell zur generativen Bildsynthese mit PyTorch",
tags: ["Python", "PyTorch"], tags: ["Python", "PyTorch"],
github: "https://github.com/MarvinKrausser/pixelcnn", github: "https://github.com/MarvinKrausser/pixelcnn",
blocks: [ blocks: [