Init
This commit is contained in:
commit
0ad405c26e
78 changed files with 9127 additions and 0 deletions
BIN
static/fonts/Inter_400Regular.ttf
Normal file
BIN
static/fonts/Inter_400Regular.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Inter_400Regular_Italic.ttf
Normal file
BIN
static/fonts/Inter_400Regular_Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Inter_600SemiBold.ttf
Normal file
BIN
static/fonts/Inter_600SemiBold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Inter_700Bold.ttf
Normal file
BIN
static/fonts/Inter_700Bold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/Inter_700Bold_Italic.ttf
Normal file
BIN
static/fonts/Inter_700Bold_Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/JetBrainsMono_400Regular.ttf
Normal file
BIN
static/fonts/JetBrainsMono_400Regular.ttf
Normal file
Binary file not shown.
BIN
static/icon-192.png
Normal file
BIN
static/icon-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
static/icon-512.png
Normal file
BIN
static/icon-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
BIN
static/icon-maskable.png
Normal file
BIN
static/icon-maskable.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
9
static/icon.svg
Normal file
9
static/icon.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||
<rect width="512" height="512" rx="112" fill="#7f6df2"/>
|
||||
<g fill="#fff">
|
||||
<rect x="196" y="72" width="120" height="160" rx="14"/>
|
||||
<rect x="196" y="280" width="120" height="160" rx="14"/>
|
||||
<rect x="352" y="280" width="92" height="160" rx="14" opacity=".55"/>
|
||||
<rect x="68" y="72" width="92" height="160" rx="14" opacity=".55"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 421 B |
19
static/manifest.webmanifest
Normal file
19
static/manifest.webmanifest
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Papure",
|
||||
"short_name": "Papure",
|
||||
"description": "Lecture notes: markdown and ink on a tree of PDF pages.",
|
||||
"start_url": "/",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#1e1e1e",
|
||||
"theme_color": "#1e1e1e",
|
||||
"icons": [
|
||||
{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" },
|
||||
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
|
||||
{ "src": "/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
|
||||
],
|
||||
"file_handlers": [
|
||||
{ "action": "/", "accept": { "application/pdf": [".pdf"] } }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue