Added Favicon
This commit is contained in:
parent
ed4d6f49a9
commit
4a03a9d427
BIN
favicon-32x32.png
Normal file
BIN
favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 983 B |
@ -46,7 +46,7 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name website;
|
server_name victorvobis.org;
|
||||||
root ./site;
|
root ./site;
|
||||||
|
|
||||||
#charset koi8-r;
|
#charset koi8-r;
|
||||||
@ -58,11 +58,11 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /en {
|
location /en {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /en/index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /de {
|
location /de {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /de/index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /proxy/minishell/ {
|
location /proxy/minishell/ {
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<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">
|
||||||
|
<link rel="preload" href="/css/style.css" as="style">
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
<title>Victor Vobis</title>
|
<title>Victor Vobis</title>
|
||||||
</head>
|
</head>
|
||||||
@ -14,7 +15,7 @@
|
|||||||
<nav class="nav-bar">
|
<nav class="nav-bar">
|
||||||
<a class="left" href="#projects">Projekte</a>
|
<a class="left" href="#projects">Projekte</a>
|
||||||
<a href="#work">Arbeit</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="mailto:victor@victorvobis.org">Email</a>
|
||||||
<a href="https://git.victorvobis.org/victorvobis" target="_blank">Git</a>
|
<a href="https://git.victorvobis.org/victorvobis" target="_blank">Git</a>
|
||||||
<a class="right" href="/en">English</a>
|
<a class="right" href="/en">English</a>
|
||||||
@ -54,7 +55,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="about">
|
<section id="about">
|
||||||
<h2>Über mich</h2>
|
<h2>About</h2>
|
||||||
<p>
|
<p>
|
||||||
Ich schließe demnächst meine Ausbildung bei <a href="https://42vienna.at">42Vienna</a> ab.<br>
|
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.
|
In den 2 Jahren habe ich gelernt, Projekte von Anfang bis Ende durchzuziehen und alleine oder im Team komplexe Aufgaben zu lösen.
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
<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>MiniRT - Raytracer</title>
|
<title>MiniRT - Raytracer</title>
|
||||||
|
<link rel="preload" href="/css/style.css" as="style">
|
||||||
<link href="/css/style.css" rel="stylesheet">
|
<link href="/css/style.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title></title>
|
<title></title>
|
||||||
|
<link rel="preload" href="/css/style.css" as="style">
|
||||||
<link href="/css/style.css" rel="stylesheet">
|
<link href="/css/style.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<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">
|
||||||
|
<link rel="preload" href="/css/style.css" as="style">
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
<title>Victor Vobis</title>
|
<title>Victor Vobis</title>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@ -3,7 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<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>MiniRT - Raytracer</title>
|
<title>MiniRT</title>
|
||||||
|
<link rel="preload" href="/css/style.css" as="style">
|
||||||
<link href="/css/style.css" rel="stylesheet">
|
<link href="/css/style.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -3,7 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<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">
|
<link href="/css/style.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
BIN
site/favicon.ico
Normal file
BIN
site/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user