Initial rewrite
BIN
public/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 9 KiB |
BIN
public/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
public/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 538 B |
BIN
public/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/fonts/ibm-plex-mono-latin-400.woff2
Normal file
BIN
public/fonts/ibm-plex-mono-latin-500.woff2
Normal file
BIN
public/fonts/source-sans-3-latin-variable.woff2
Normal file
BIN
public/media/downloads/cv-andras-schmelczer.pdf
Normal file
BIN
public/media/downloads/great-ai-andras-schmelczer.pdf
Normal file
BIN
public/media/downloads/sdf2d-andras-schmelczer.pdf
Normal file
BIN
public/media/video/ad_astra.mp4
Normal file
BIN
public/media/video/ad_astra.webm
Normal file
BIN
public/og-image.jpg
Normal file
|
After Width: | Height: | Size: 150 KiB |
2
public/robots.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
11
public/site.webmanifest
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "Portfolio - Andras Schmelczer",
|
||||
"short_name": "Portfolio",
|
||||
"icons": [
|
||||
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
||||
],
|
||||
"theme_color": "#B7455E",
|
||||
"background_color": "#242638",
|
||||
"display": "standalone"
|
||||
}
|
||||