diff --git a/TODO.md b/TODO.md index 5131bb9..dcfcfea 100644 --- a/TODO.md +++ b/TODO.md @@ -1,39 +1,39 @@ # TODO +- [ ] License + ## Code - [ ] day.js for dates - [ ] Nix Shell +- [ ] Analytics -## SSE -- [x] Correct Sitemap.xml -- [x] Correct robots.txt -- [x] Correct security.txt +## SEO +- [ ] Meta tags on each page ## Layout -- [x] Show current page -- [x] Correct bg colour on entire page -- [x] Hamburger menu on mobile - [ ] Dark mode toggle - [ ] Navigate using pathname / breadcrumbs ## Accessibility -- [x] Fix colours on buttons -- [x] Correct contrast - [ ] All interactable elements have labels -- [x] Colour links, also in MDX posts + +## I18N +- [ ] Markdown for text ## ~/ - [ ] About me description -- [x] Latest projects -- [x] Non-cat image +- [ ] Limit latest projects to N (5?) ## ~/about - [ ] About me ## ~/links -- [ ] Add Bluesky link -- [ ] Add MusicBrainz link -- [ ] Add Archidekt link + +## ~/projects +- [ ] Translate projects +- [ ] Bachelor project +- [ ] Sparebank1 ActualBudget service +- [ ] More about this website ## ~/slashes - [ ] List of all slashes diff --git a/messages/en.json b/messages/en.json index d6978bc..04588c0 100644 --- a/messages/en.json +++ b/messages/en.json @@ -1,5 +1,6 @@ { "$schema": "https://inlang.com/schema/inlang-message-format", + "archidektMessage": "My MTG cards and decks", "hiIm": "Hi, I'm", "position": "Software Engineer", "aboutMe": "Dedicated developer currently working at Capgemini Bergen.", diff --git a/messages/nb.json b/messages/nb.json index 9219a69..2b9a4bf 100644 --- a/messages/nb.json +++ b/messages/nb.json @@ -1,5 +1,6 @@ { "$schema": "https://inlang.com/schema/inlang-message-format", + "archidektMessage": "Mine MTG kort og decks", "hiIm": "Hei, jeg er", "position": "Programvareutvikler", "aboutMe": "Engasjert utvikler som for tiden jobber hos Capgemini Bergen.", diff --git a/src/components/myLinks/myLinks.ts b/src/components/myLinks/myLinks.ts index d62c591..b78a0aa 100644 --- a/src/components/myLinks/myLinks.ts +++ b/src/components/myLinks/myLinks.ts @@ -13,6 +13,15 @@ export interface MyLink { } export default [ + { + title: "Archidekt", + url: "https://archidekt.com/u/Emberal", + message: m.archidektMessage(), + }, + { + title: "Bluesky", + url: "https://bsky.app/profile/martials.no", + }, { title: "Codeberg", url: "https://codeberg.org/martials", @@ -55,6 +64,10 @@ export default [ alt: "Mastodon icon", }, }, + { + title: "ListenBrainz", + url: "https://listenbrainz.org/user/emberal/", + }, { title: "Pixelfed", url: "https://pixelfed.social/i/web/profile/261454857934868480",