feat(app): update og and icons
31
index.html
@@ -1,9 +1,8 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
<title>Phosphor Icons</title>
|
<title>Phosphor Icons</title>
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#343330" />
|
<meta name="theme-color" content="#343330" />
|
||||||
<meta
|
<meta
|
||||||
@@ -11,6 +10,19 @@
|
|||||||
content="A flexible icon family for interfaces, diagrams, presentations — whatever, really."
|
content="A flexible icon family for interfaces, diagrams, presentations — whatever, really."
|
||||||
/>
|
/>
|
||||||
<meta name="author" content="Tobias Fried" />
|
<meta name="author" content="Tobias Fried" />
|
||||||
|
<link rel="icon" href="/favicon.ico" />
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
|
||||||
|
<link rel="apple-touch-icon" href="/favicon-192.png" />
|
||||||
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
<link
|
||||||
|
href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
|
|
||||||
<!-- GOOGLE META -->
|
<!-- GOOGLE META -->
|
||||||
<meta itemprop="name" content="Phosphor Icons" />
|
<meta itemprop="name" content="Phosphor Icons" />
|
||||||
@@ -28,7 +40,7 @@
|
|||||||
"@type": "Project",
|
"@type": "Project",
|
||||||
"url": "https://phosphoricons.com",
|
"url": "https://phosphoricons.com",
|
||||||
"email": "hello@phosphoricons.com",
|
"email": "hello@phosphoricons.com",
|
||||||
"location": "Brooklyn, NY",
|
"location": "Denver, CO",
|
||||||
"description": "A flexible icon family for interfaces, diagrams, presentations — whatever, really.",
|
"description": "A flexible icon family for interfaces, diagrams, presentations — whatever, really.",
|
||||||
"logo": "https://phosphoricons.com/favicon-512.png"
|
"logo": "https://phosphoricons.com/favicon-512.png"
|
||||||
}
|
}
|
||||||
@@ -65,19 +77,6 @@
|
|||||||
/>
|
/>
|
||||||
<meta name="twitter:site" content="@_phosphoricons" />
|
<meta name="twitter:site" content="@_phosphoricons" />
|
||||||
<meta name="twitter:creator" content="@friedtm" />
|
<meta name="twitter:creator" content="@friedtm" />
|
||||||
|
|
||||||
<link rel="apple-touch-icon" href="/favicon-192.png" />
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
||||||
<link rel="manifest" href="/manifest.json" />
|
|
||||||
<link
|
|
||||||
href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap"
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
<link
|
|
||||||
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap"
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|||||||
BIN
public/favicon-16.png
Normal file
|
After Width: | Height: | Size: 483 B |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
public/favicon-32.png
Normal file
|
After Width: | Height: | Size: 817 B |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 38 KiB |