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