Compare commits

...

2 commits

Author SHA1 Message Date
Samuel Philipp faac6ce4a8 minor fixes
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 38s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Successful in 4s
2024-04-10 02:07:35 +02:00
Samuel Philipp 45aa617818 minor fixes 2024-04-10 02:05:58 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "website for sp-magic.de",
"scripts": {
"minify-css": "uncss -n -H dist/en/ -o dist/en/css/main-*.css dist/en/index.html",
"minify-css": "uncss -n -H dist/ -o dist/css/main-*.css dist/index.html",
"build": "eleventy && npm run minify-css",
"start": "eleventy --serve --watch"
},

View file

@ -57,7 +57,7 @@
<div class="m-2"><a href="mailto:mail@sp-magic.de"><span
class="fas fa-fw fa-4x fa-envelope"></span></a></div>
<div class="m-2"><a href="https://matrix.to/#/@samuel-p:matrix.sp-codes.de">
<img class="matrix-icon" src="../img/matrix.png" alt=""></a></div>
<img class="matrix-icon" src="img/matrix.png" alt=""></a></div>
<div class="m-2"><a rel="me" href="https://social.sp-codes.de/@samuel_p"><span
class="fab fa-fw fa-4x fa-mastodon"></span></a></div>
</div>