Skip to content

Commit

Permalink
add print-proxy-cards project
Browse files Browse the repository at this point in the history
  • Loading branch information
RobMeyer committed Aug 4, 2024
1 parent 89bca14 commit cdc1d2d
Show file tree
Hide file tree
Showing 15 changed files with 86 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.config_env.bat
.DS_Store
17 changes: 17 additions & 0 deletions static/print-proxy-cards/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"files": {
"main.css": "/print-proxy-cards/static/css/main.1af7f836.css",
"main.js": "/print-proxy-cards/static/js/main.1c84c256.js",
"static/js/453.96c2e5a8.chunk.js": "/print-proxy-cards/static/js/453.96c2e5a8.chunk.js",
"static/media/pokemon_card_back_63mm_88mm.png": "/print-proxy-cards/static/media/pokemon_card_back_63mm_88mm.7ac05ce2108ac7b497ac.png",
"static/media/mtg_card_back_63mm_88mm.png": "/print-proxy-cards/static/media/mtg_card_back_63mm_88mm.7d8536f83613b104ccba.png",
"index.html": "/print-proxy-cards/index.html",
"main.1af7f836.css.map": "/print-proxy-cards/static/css/main.1af7f836.css.map",
"main.1c84c256.js.map": "/print-proxy-cards/static/js/main.1c84c256.js.map",
"453.96c2e5a8.chunk.js.map": "/print-proxy-cards/static/js/453.96c2e5a8.chunk.js.map"
},
"entrypoints": [
"static/css/main.1af7f836.css",
"static/js/main.1c84c256.js"
]
}
Binary file added static/print-proxy-cards/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions static/print-proxy-cards/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/print-proxy-cards/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Tool to print proxy cards for popular card games such as Pokémon and Magic: The Gathering"/><link rel="manifest" href="/print-proxy-cards/manifest.json"/><title>print-proxy-cards</title><script defer="defer" src="/print-proxy-cards/static/js/main.1c84c256.js"></script><link href="/print-proxy-cards/static/css/main.1af7f836.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
15 changes: 15 additions & 0 deletions static/print-proxy-cards/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "Print Proxy Cards",
"name": "Print Proxy Cards",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions static/print-proxy-cards/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions static/print-proxy-cards/static/css/main.1af7f836.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/print-proxy-cards/static/css/main.1af7f836.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions static/print-proxy-cards/static/js/453.96c2e5a8.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions static/print-proxy-cards/static/js/main.1c84c256.js

Large diffs are not rendered by default.

Loading

0 comments on commit cdc1d2d

Please sign in to comment.