🔖 Replaced heroimage with an image of me, fix typo
All checks were successful
Build and deploy website / build (push) Successful in 32s
All checks were successful
Build and deploy website / build (push) Successful in 32s
This commit is contained in:
parent
e1c3ae7d87
commit
25a38d2f0e
5
TODO.md
5
TODO.md
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## Code
|
## Code
|
||||||
- [ ] day.js for dates
|
- [ ] day.js for dates
|
||||||
|
- [ ] Nix Shell
|
||||||
|
|
||||||
## SSE
|
## SSE
|
||||||
- [x] Correct Sitemap.xml
|
- [x] Correct Sitemap.xml
|
||||||
@ -23,8 +24,8 @@
|
|||||||
|
|
||||||
## ~/
|
## ~/
|
||||||
- [ ] About me description
|
- [ ] About me description
|
||||||
- [ ] Latest projects
|
- [x] Latest projects
|
||||||
- [ ] Non-cat image
|
- [x] Non-cat image
|
||||||
|
|
||||||
## ~/about
|
## ~/about
|
||||||
- [ ] About me
|
- [ ] About me
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://inlang.com/schema/inlang-message-format",
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
||||||
"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.",
|
||||||
"home": "Hjem",
|
"home": "Hjem",
|
||||||
"contactMe": "Kontakt meg",
|
"contactMe": "Kontakt meg",
|
||||||
"myLinks": "Mine lenker",
|
"myLinks": "Mine lenker",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "martials-no-v2",
|
"name": "martials-no-v2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
import { Image } from "astro:assets"
|
import { Image } from "astro:assets"
|
||||||
import me from "@/images/polite-cat.jpg"
|
import me from "@/images/me.jpg"
|
||||||
import * as m from "@/paraglide/messages.js"
|
import * as m from "@/paraglide/messages.js"
|
||||||
import "@/styles/global.css"
|
import "@/styles/global.css"
|
||||||
---
|
---
|
||||||
@ -18,10 +18,10 @@ import "@/styles/global.css"
|
|||||||
</div>
|
</div>
|
||||||
<Image
|
<Image
|
||||||
src={me}
|
src={me}
|
||||||
alt="Me on a hike"
|
alt="Me on a stand in front of a poster that says 'anbudsassistent'"
|
||||||
width="400"
|
width="400"
|
||||||
height="400"
|
height="400"
|
||||||
class="p-5 mx-auto"
|
class="p-5 mx-auto rounded-full"
|
||||||
loading={"eager"}
|
loading={"eager"}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
BIN
src/images/me.jpg
Normal file
BIN
src/images/me.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
Loading…
x
Reference in New Issue
Block a user