Skip to content

Commit

Permalink
Added github link an aligned style among links
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Emil Kjaer Bilstrup committed Jul 26, 2023
1 parent d2bf047 commit a07854d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@
{$t('content.index.contactBody')}
<a
href={`mailto:${$t('content.index.contactMail')}`}
class="underline text-red-500 hover:text-red-300">
class="text-red-500 hover:underline">
{$t('content.index.contactMail')}
</a>
<p class="w-60">
{$t('content.index.contactBodyGithub')}
<a class="text-link hover:underline"
href="https://github.com/microbit-foundation/cctd-ml-machine" >cctd-ml-mahine</a>
</p>
</StandardDialog>
<StandardButton
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Homepage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</div>
<div class="flex-grow flex items-end">
<div class="pb-2 pl-10">
<p>{$t('content.index.acknowledgement')}</p>
<p>{$t('content.index.acknowledgement')} - <a class="text-link hover:underline" href="https://cctd.au.dk/">cctd.au.dk</a></p>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
<br />
<p>
{$t('content.index.oldVersion')}
<a class="text-link" href="https://www.v0.ml-machine.org/">v0.ml-machine.org</a>
<a class="text-link hover:underline" href="https://www.v0.ml-machine.org/">v0.ml-machine.org</a>
</p>
2 changes: 2 additions & 0 deletions src/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default {
"content.index.oldVersion": "Du kan finde den gamle version her:",
"content.index.contactButton": "Kontakt os",
"content.index.contactBody": "Hvis du finder fejl og mangler på denne platform, skal du være velkommen til at skrive til os. Hvis du har andre efterspørgsler, ideer eller generel interesse, skal du være velkommen til at kontakte os. Skaberne af denne platform kan kontaktes på:",
"content.index.contactBodyGithub": "Du kan også besøge vores Github side:",
"content.index.contactMail": "[email protected]",
"content.index.acknowledgement": "Udviklet af Center for Computational Thinking og Design, Aarhus Universitet",
// DATA PAGE:
Expand Down Expand Up @@ -269,6 +270,7 @@ export default {
"content.index.oldVersion": "You can finde the old version here:",
"content.index.contactButton": "Contact us",
"content.index.contactBody": "If you find errors and omissions on this platform, please feel free to write us. If you have any other requests, ideas or general interests, please feel free to contact us. The creators of this platform can be contacted at:",
"content.index.contactBodyGithub": "You can also visit our Github page:",
"content.index.contactMail": "[email protected]",
"content.index.acknowledgement": "Developed by Center for Computational Thinking and Design, Aarhus University",
// DATA PAGE:
Expand Down

0 comments on commit a07854d

Please sign in to comment.