1
0
Fork 0

add link to gitea

This commit is contained in:
Michael Czechowski 2024-10-14 23:20:24 +02:00
parent 2320821373
commit 3c7b1c3c82
Signed by: nextlevelshit
GPG Key ID: 3DB96851AACDE749
3 changed files with 8 additions and 14 deletions

View File

@ -1,8 +0,0 @@
deploy:
@set -e
@echo "Cleaning /dist directory..."
@rm -rf ./dist
@echo "Building..."
@npm run build
@echo "Deploying to Uberspace..."
@scp -r ./dist/* tengo@tuttle.uberspace.de:/home/tengo/html

View File

@ -46,6 +46,8 @@ footer#footer.bg-nls-black.text-white
rel="noopener noreferrer",
onclick="umami.track('email clicked', { position: 'footer' })"
) #{footer.emailText}
+Link("https://git.dailysh.it/nextlevelshit/dailysh.it", "gitea", "_blank", "noopener noreferrer")
| Powered by Gitea
// endregion
a(
href=footer.riskUrl,

View File

@ -3,15 +3,15 @@ header.bg-nls-black.text-white
.max-w-3xl.mb-8(class="w-4/5")
object.w-full(data=title.logoSvg, type="image/svg+xml")
.text-center.max-w-3xl.center.py-8
p.text-lg.opacity-80(class="sm:text-2xl", itemprop="name") #{title.name}
p.text-md.opacity-60(class="sm:text-xl", itemprop="jobTitle")
| #{title.jobTitle[0]}
wbr
| & #{title.jobTitle[1]}
h1.text-xl.mb-4.opacity-90(class="sm:text-5xl", itemprop="email")
a(onclick="umami.track('email clicked', { position: 'title' })", href=footer.emailLink, rel="noopener noreferrer", itemprop="email")
| #{title.email[0]}
span.opacity-20 –
| #{title.email[1]}
span.opacity-20 –
| #{title.email[2]}
p.text-lg.opacity-80(class="sm:text-2xl", itemprop="name") #{title.name}
p.text-md.opacity-60(class="sm:text-xl", itemprop="jobTitle")
| #{title.jobTitle[0]}
wbr
| & #{title.jobTitle[1]}
| #{title.email[2]}