Minor modifications
This commit is contained in:
parent
5de596c38a
commit
fb3ef7475c
11 changed files with 57 additions and 19 deletions
18
index.html
18
index.html
|
|
@ -3,18 +3,12 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
||||
<meta property="og:image:width" content="1744" />
|
||||
<meta property="og:image:height" content="913" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="This is my portfolio where you can see my previous projects on a timeline."
|
||||
/>
|
||||
<meta property="og:title" content="András Schmelczer" />
|
||||
<meta property="og:url" content="https://schmelczer.dev/" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://schmelczer.dev/static/og-image.jpg"
|
||||
/>
|
||||
<meta property="og:image:width" content="1500">
|
||||
<meta property="og:image:height" content="785">
|
||||
<meta property="og:title" content="Portfolio - András Schmelczer">
|
||||
<meta property="og:description" content="You can view my projects on a timeline.">
|
||||
<meta property="og:url" content="https://schmelczer.dev">
|
||||
<meta property="og:image" content="https://schmelczer.dev/og-image.jpg">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<meta name="theme-color" content="#31343F" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue