changed icon
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
+4
-4
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user