mirror of
https://github.com/andrewgioia/home.git
synced 2024-12-21 17:04:45 +00:00
Adds Mastodon link back for verification
This commit is contained in:
parent
69dd5b2ed6
commit
f4b9db3c0b
@ -10,7 +10,6 @@
|
||||
"devDependencies": {
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "sass --no-source-map src/scss/theme.scss dist/site.css && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist",
|
||||
"prod": "sass --no-source-map src/scss/theme.scss dist/site.css --style compressed && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist",
|
||||
"watch": "sass --no-source-map --watch src/scss/theme.scss dist/site.css",
|
||||
|
@ -26,13 +26,13 @@
|
||||
</h1>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="https://gioia.social/@andrew" target="blank" class="mastodon">
|
||||
<a href="https://gioia.social/@andrew" target="blank" class="mastodon" rel="me">
|
||||
<i class="icon icon-mastodon"></i>
|
||||
</a>
|
||||
<a href="https://gioia.photos/andrew" target="blank" class="pixelfed">
|
||||
<a href="https://gioia.photos/andrew" target="blank" class="pixelfed" rel="me">
|
||||
<i class="icon icon-pixelfed"></i>
|
||||
</a>
|
||||
<a href="https://git.gioia.cloud/andrew" target="blank" class="gitea">
|
||||
<a href="https://git.gioia.cloud/andrew" target="blank" class="gitea" rel="me">
|
||||
<i class="icon icon-gitea"></i>
|
||||
</a>
|
||||
<a href="mailto:hi@andrewgioia.com" target="blank" class="email">
|
||||
|
Loading…
Reference in New Issue
Block a user