Fix title

This commit is contained in:
Andras Schmelczer 2022-10-04 14:51:53 +02:00
parent 6f668084c7
commit ce3697de54
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
5 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"cSpell.words": [
"andras",
"András",
"Andras",
"astra",
"colour",
"colours",

View file

@ -19,7 +19,7 @@
"portfolio",
"resumé"
],
"author": "András Schmelczer",
"author": "Andras Schmelczer",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/schmelczer/schmelczer.github.io/issues"

View file

@ -27,7 +27,7 @@ import { CV, Email, GitHubLink, LinkedIn } from './shared';
const imageViewer = new ImageViewer();
const main = new Main(
new Header({
name: 'András Schmelczer',
name: 'Andras Schmelczer',
image: me,
imageAltText: 'a picture of me',
imageViewer,

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta property="og:title" content="Portfolio | Andr&aacute;s Schmelczer" />
<meta property="og:title" content="Portfolio | Andras Schmelczer" />
<meta property="og:description" content="Discover my projects." />
<meta property="og:url" content="https://schmelczer.dev" />
@ -18,7 +18,7 @@
<link rel="manifest" href="/site.webmanifest" />
<meta
name="description"
content="I'm Andr&aacute;s Schmelczer, and this is my portfolio. Discover some of my projects. I'm passionate about solving challenging problems and designing large-scale systems, especially in the context of machine learning."
content="I'm Andras Schmelczer, and this is my portfolio. Discover some of my projects. I'm passionate about solving challenging problems and designing large-scale systems, especially in the context of machine learning."
/>
<meta
name="viewport"
@ -26,7 +26,7 @@
/>
<meta name="theme-color" content="#b7455e" />
<title>Portfolio | András Schmelczer</title>
<title>Portfolio | Andras Schmelczer</title>
<link inline inline-asset="index.css" inline-asset-delete />
</head>