Fix title
This commit is contained in:
parent
6f668084c7
commit
ce3697de54
5 changed files with 6 additions and 6 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"cSpell.words": [
|
||||
"andras",
|
||||
"András",
|
||||
"Andras",
|
||||
"astra",
|
||||
"colour",
|
||||
"colours",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<meta property="og:title" content="Portfolio | Andrá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á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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue