Move media assets into Astro locations
This commit is contained in:
parent
2e02e52661
commit
c7e8edfbf4
100 changed files with 40 additions and 196 deletions
BIN
public/android-chrome-192x192.png
Normal file
BIN
public/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9 KiB |
BIN
public/android-chrome-512x512.png
Normal file
BIN
public/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
BIN
public/apple-touch-icon.png
Normal file
BIN
public/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
BIN
public/favicon-16x16.png
Normal file
BIN
public/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 538 B |
BIN
public/favicon-32x32.png
Normal file
BIN
public/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 KiB |
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
public/fonts/ibm-plex-mono-latin-400.woff2
Normal file
BIN
public/fonts/ibm-plex-mono-latin-400.woff2
Normal file
Binary file not shown.
BIN
public/fonts/source-sans-3-latin-variable.woff2
Normal file
BIN
public/fonts/source-sans-3-latin-variable.woff2
Normal file
Binary file not shown.
BIN
public/media/downloads/cv-andras-schmelczer.pdf
Normal file
BIN
public/media/downloads/cv-andras-schmelczer.pdf
Normal file
Binary file not shown.
BIN
public/media/downloads/great-ai-andras-schmelczer.pdf
Normal file
BIN
public/media/downloads/great-ai-andras-schmelczer.pdf
Normal file
Binary file not shown.
BIN
public/media/downloads/sdf2d-andras-schmelczer.pdf
Normal file
BIN
public/media/downloads/sdf2d-andras-schmelczer.pdf
Normal file
Binary file not shown.
BIN
public/media/video/ad_astra.mp4
Normal file
BIN
public/media/video/ad_astra.mp4
Normal file
Binary file not shown.
13
public/media/video/ad_astra.vtt
Normal file
13
public/media/video/ad_astra.vtt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
WEBVTT
|
||||
|
||||
00:00.000 --> 00:04.000
|
||||
No spoken dialogue. Game audio only.
|
||||
|
||||
00:04.000 --> 00:35.000
|
||||
The Ad Astra handheld board runs the game on a small OLED display.
|
||||
|
||||
00:35.000 --> 01:05.000
|
||||
The player controls the game through the IR input while the engine updates the display in real time.
|
||||
|
||||
01:05.000 --> 01:34.600
|
||||
The clip continues showing gameplay on the custom ATtiny85-based board.
|
||||
BIN
public/media/video/ad_astra.webm
Normal file
BIN
public/media/video/ad_astra.webm
Normal file
Binary file not shown.
4
public/robots.txt
Normal file
4
public/robots.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://schmelczer.dev/sitemap-index.xml
|
||||
23
public/site.webmanifest
Normal file
23
public/site.webmanifest
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Andras Schmelczer",
|
||||
"short_name": "Schmelczer",
|
||||
"description": "Andras Schmelczer writes about software systems, AI deployment, graphics, simulations, and tools.",
|
||||
"lang": "en",
|
||||
"id": "/",
|
||||
"categories": ["education", "personal", "technology"],
|
||||
"icons": [
|
||||
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" },
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#fbfaf7",
|
||||
"background_color": "#fbfaf7",
|
||||
"display": "standalone",
|
||||
"start_url": "/",
|
||||
"scope": "/"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue