v3 init push
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180" role="img" aria-label="MyThoughts">
|
||||
<title>MyThoughts</title>
|
||||
<defs>
|
||||
<linearGradient id="desk" x1="0" y1="0" x2="0.4" y2="1">
|
||||
<stop offset="0" stop-color="#44321e"/>
|
||||
<stop offset="0.55" stop-color="#2c2114"/>
|
||||
<stop offset="1" stop-color="#1a140d"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Touch icons are masked by the OS, so the artwork keeps clear of the edges -->
|
||||
<rect width="180" height="180" fill="url(#desk)"/>
|
||||
<g transform="translate(90 92) scale(2.55) translate(-32 -33)">
|
||||
<path d="M32 19.5C27.7 15.9 22.2 14.2 14.5 14.2v32.4c7.7 0 13.2 1.7 17.5 5.2 4.3-3.5 9.8-5.2 17.5-5.2V14.2c-7.7 0-13.2 1.7-17.5 5.3z"
|
||||
fill="#f8f2e4" stroke="#cdbb99" stroke-width="1.6" stroke-linejoin="round"/>
|
||||
<path d="M32 19.5v32.3" stroke="#cdbb99" stroke-width="2" stroke-linecap="round"/>
|
||||
<g stroke="#6d6358" stroke-width="1.7" stroke-linecap="round" opacity="0.75">
|
||||
<path d="M20.5 26.5h7.5"/>
|
||||
<path d="M20.5 32h7.5"/>
|
||||
<path d="M20.5 37.5h5"/>
|
||||
</g>
|
||||
<path d="M36.5 14.6h6v16l-3-2.4-3 2.4z" fill="#795731"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,17 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="MyThoughts">
|
||||
<title>MyThoughts</title>
|
||||
<rect width="64" height="64" rx="12" fill="#2c2114"/>
|
||||
<!-- The two pages, splayed from the gutter -->
|
||||
<path d="M32 19.5C27.7 15.9 22.2 14.2 14.5 14.2v32.4c7.7 0 13.2 1.7 17.5 5.2 4.3-3.5 9.8-5.2 17.5-5.2V14.2c-7.7 0-13.2 1.7-17.5 5.3z"
|
||||
fill="#f8f2e4" stroke="#cdbb99" stroke-width="1.6" stroke-linejoin="round"/>
|
||||
<!-- The gutter -->
|
||||
<path d="M32 19.5v32.3" stroke="#cdbb99" stroke-width="2" stroke-linecap="round"/>
|
||||
<!-- Writing on the left page, trailing off the way a page in progress does -->
|
||||
<g stroke="#6d6358" stroke-width="1.7" stroke-linecap="round" opacity="0.75">
|
||||
<path d="M20.5 26.5h7.5"/>
|
||||
<path d="M20.5 32h7.5"/>
|
||||
<path d="M20.5 37.5h5"/>
|
||||
</g>
|
||||
<!-- The ribbon, marking today's page -->
|
||||
<path d="M36.5 14.6h6v16l-3-2.4-3 2.4z" fill="#795731"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 903 B |
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "MyThoughts",
|
||||
"short_name": "MyThoughts",
|
||||
"description": "A quiet place to write. Your thoughts, on paper.",
|
||||
"start_url": "../../../",
|
||||
"scope": "../../../",
|
||||
"display": "standalone",
|
||||
"orientation": "any",
|
||||
"background_color": "#2c2114",
|
||||
"theme_color": "#2c2114",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml"
|
||||
},
|
||||
{
|
||||
"src": "apple-touch-icon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user