Added Favicon

This commit is contained in:
Victor Vobis 2026-02-24 10:49:33 +01:00
parent ed4d6f49a9
commit 4a03a9d427
10 changed files with 13 additions and 8 deletions

1
.env
View File

@ -1 +0,0 @@

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B

View File

@ -46,7 +46,7 @@ http {
server {
listen 80;
server_name website;
server_name victorvobis.org;
root ./site;
#charset koi8-r;
@ -58,11 +58,11 @@ http {
}
location /en {
try_files $uri $uri/ /index.html;
try_files $uri $uri/ /en/index.html;
}
location /de {
try_files $uri $uri/ /index.html;
try_files $uri $uri/ /de/index.html;
}
location /proxy/minishell/ {

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preload" href="/css/style.css" as="style">
<link rel="stylesheet" href="/css/style.css">
<title>Victor Vobis</title>
</head>
@ -14,7 +15,7 @@
<nav class="nav-bar">
<a class="left" href="#projects">Projekte</a>
<a href="#work">Arbeit</a>
<a href="#about">Über mich</a>
<a href="#about">About</a>
<a href="mailto:victor@victorvobis.org">Email</a>
<a href="https://git.victorvobis.org/victorvobis" target="_blank">Git</a>
<a class="right" href="/en">English</a>
@ -54,7 +55,7 @@
</section>
<section id="about">
<h2>Über mich</h2>
<h2>About</h2>
<p>
Ich schließe demnächst meine Ausbildung bei <a href="https://42vienna.at">42Vienna</a> ab.<br>
In den 2 Jahren habe ich gelernt, Projekte von Anfang bis Ende durchzuziehen und alleine oder im Team komplexe Aufgaben zu lösen.

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MiniRT - Raytracer</title>
<link rel="preload" href="/css/style.css" as="style">
<link href="/css/style.css" rel="stylesheet">
</head>
<body>

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="preload" href="/css/style.css" as="style">
<link href="/css/style.css" rel="stylesheet">
</head>
<body>

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preload" href="/css/style.css" as="style">
<link rel="stylesheet" href="/css/style.css">
<title>Victor Vobis</title>
</head>

View File

@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MiniRT - Raytracer</title>
<title>MiniRT</title>
<link rel="preload" href="/css/style.css" as="style">
<link href="/css/style.css" rel="stylesheet">
</head>
<body>

View File

@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<title>Minishell</title>
<link rel="preload" href="/css/style.css" as="style">
<link href="/css/style.css" rel="stylesheet">
</head>
<body>

BIN
site/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB