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
+4 -4
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="de">
<head>
<link rel="icon" href="images/generated_two.png">
<link rel="icon" href="images/generated_two_no_background.png">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Marvins Portfolio</title>
@@ -11,7 +11,7 @@
<style>
:root {
--bg:#5E4C93;
--bg2: #000000;
--bg2: #1b162a;
--text:#FFFFFF;
--surface:#3e3261;
--muted:#C5C1D1;
@@ -23,7 +23,7 @@
@media (prefers-color-scheme: dark) {
:root {
--bg:#5E4C93;
--bg2: #000000;
--bg2: #1b162a;
--text:#FFFFFF;
--surface:#3e3261;
--muted:#C5C1D1;
@@ -352,7 +352,7 @@ const PROJECTS = [
{
id: "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"],
github: "https://github.com/MarvinKrausser/pixelcnn",
blocks: [