added CV button, and made contact form work

This commit is contained in:
Valentijn
2026-05-15 21:50:30 +02:00
parent 8b40305b22
commit badbfd7a74
7 changed files with 97 additions and 11 deletions

13
package-lock.json generated
View File

@@ -9,7 +9,8 @@
"dependencies": {
"@iconify-json/mdi": "^1.2.3",
"astro": "^6.1.8",
"astro-icon": "^1.1.5"
"astro-icon": "^1.1.5",
"sweetalert2": "^11.26.24"
},
"engines": {
"node": ">=22.12.0"
@@ -4712,6 +4713,16 @@
"url": "https://opencollective.com/svgo"
}
},
"node_modules/sweetalert2": {
"version": "11.26.24",
"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.26.24.tgz",
"integrity": "sha512-SLgukW4wicewpW5VOukSXY5Z6DL/z7HCOK2ODSjmQPiSphCN8gJAmh9npoceXOtBRNoDN0xIz+zHYthtfiHmjg==",
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/limonte"
}
},
"node_modules/tar": {
"version": "7.5.13",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",