diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2023-12-23 23:59:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-23 23:59:02 -0500 |
| commit | 3140267ea0a3b37032003992695afd7dc1f4f46c (patch) | |
| tree | 8fa8dc00f62bcaaa0c5cfac3cec199c45dd5f29c /publish-badge.svg | |
| parent | 23cc0d2f06958720b694660cd8c7e4125d09b231 (diff) | |
| download | submelon.dev-3140267ea0a3b37032003992695afd7dc1f4f46c.tar.gz submelon.dev-3140267ea0a3b37032003992695afd7dc1f4f46c.tar.bz2 submelon.dev-3140267ea0a3b37032003992695afd7dc1f4f46c.zip | |
De gatsby (#326)
* de-gatsby
* Add inversed image for dark background
* eleventy
* Reinstate workflows to prior state
* Strip inline styling for index image
* Passthrough src/public/ files
* Use global data to encode build date encoded string
* Clean public directory before build
* Reinstall eslint, prettier
* Reinstate .gitattributes for public dir
* build.yml: escape config file for version numbering
* Revert public changes for PR validation
* Rename src/public/ to src/static/
* Include github-actions in dependabot updates
* re-establish typescript
* Update prevent-file-change-action to v1.5.1
* Re-add typescript to linting
* Re-add typescript for eslint
* Fix whitespace diff for tsconfig.json
* Fix whitespace in .eslintrc.json
Diffstat (limited to 'publish-badge.svg')
| -rw-r--r-- | publish-badge.svg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/publish-badge.svg b/publish-badge.svg new file mode 100644 index 0000000..ae0a0c7 --- /dev/null +++ b/publish-badge.svg @@ -0,0 +1,20 @@ +<svg width="151.8" height="20" viewBox="0 0 1518 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Last Publish: 2023-07-08"> + <title>Last Publish: 2023-07-08</title> + <linearGradient id="a" x2="0" y2="100%"> + <stop offset="0" stop-opacity=".1" stop-color="#EEE"/> + <stop offset="1" stop-opacity=".1"/> + </linearGradient> + <mask id="m"><rect width="1518" height="200" rx="30" fill="#FFF"/></mask> + <g mask="url(#m)"> + <rect width="758" height="200" fill="#555"/> + <rect width="760" height="200" fill="#08C" x="758"/> + <rect width="1518" height="200" fill="url(#a)"/> + </g> + <g aria-hidden="true" fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110"> + <text x="60" y="148" textLength="658" fill="#000" opacity="0.25">Last Publish</text> + <text x="50" y="138" textLength="658">Last Publish</text> + <text x="813" y="148" textLength="660" fill="#000" opacity="0.25">2023-07-08</text> + <text x="803" y="138" textLength="660">2023-07-08</text> + </g> + +</svg> |
