diff --git a/package.json b/package.json index 2a39ca5..6b18580 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "prettier-plugin-svelte": "^2.7.0", "svelte": "^3.49.0", "svelte-check": "^2.8.0", + "svelte-hcaptcha": "^0.1.1", "svelte-preprocess": "^4.10.7", "svelte-seo": "^1.4.1", "tslib": "^2.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f304a6f..e7edbe6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,6 +10,7 @@ specifiers: prettier-plugin-svelte: ^2.7.0 svelte: ^3.49.0 svelte-check: ^2.8.0 + svelte-hcaptcha: ^0.1.1 svelte-preprocess: ^4.10.7 svelte-seo: ^1.4.1 tslib: ^2.4.0 @@ -27,6 +28,7 @@ devDependencies: prettier-plugin-svelte: 2.7.0_o3ioganyptcsrh6x4hnxvjkpqi svelte: 3.49.0 svelte-check: 2.8.0_svelte@3.49.0 + svelte-hcaptcha: 0.1.1 svelte-preprocess: 4.10.7_uslzfc62di2n2otc2tvfklnwji svelte-seo: 1.4.1_typescript@4.7.4 tslib: 2.4.0 @@ -1034,6 +1036,10 @@ packages: - sugarss dev: true + /svelte-hcaptcha/0.1.1: + resolution: {integrity: sha512-iFF3HwfrCRciJnDs4Y9/rpP/BM2U/5zt+vh+9d4tALPAHVkcANiJIKqYuS835pIaTm6gt+xOzjfFI3cgiRI29A==} + dev: true + /svelte-hmr/0.14.12_svelte@3.49.0: resolution: {integrity: sha512-4QSW/VvXuqVcFZ+RhxiR8/newmwOCTlbYIezvkeN6302YFRE8cXy0naamHcjz8Y9Ce3ITTZtrHrIL0AGfyo61w==} engines: {node: ^12.20 || ^14.13.1 || >= 16} diff --git a/src/routes/contact.md b/src/routes/contact.md index a83591d..54a671a 100644 --- a/src/routes/contact.md +++ b/src/routes/contact.md @@ -3,10 +3,41 @@ title: Contact Us description: Do you want to contact us? --- + + + + # { title } { description } +## Contact Form +
+ ## Our email [contact@projectsegfau.lt](mailto:contact@projectsegfau.lt) @@ -16,3 +47,74 @@ _Please be aware that Microsoft often blocks non-popular emails, if you do conta ## People You can find ways to contact individual members [on our Members page](/members). + + \ No newline at end of file