forked from ProjectSegfault/website
		
	Merge branch 'main' into form
This commit is contained in:
		@@ -1,4 +1,5 @@
 | 
			
		||||
# Project Segfault Website
 | 
			
		||||
 | 
			
		||||
Live at [projectsegfau.lt](https://projectsegfau.lt).
 | 
			
		||||
 | 
			
		||||
## Developing
 | 
			
		||||
@@ -10,6 +11,7 @@ Live at [projectsegfau.lt](https://projectsegfau.lt).
 | 
			
		||||
-   Learn [Svelte](https://svelte.dev).
 | 
			
		||||
 | 
			
		||||
### Universal
 | 
			
		||||
 | 
			
		||||
1. Clone the repository using `git clone https://github.com/ProjectSegfault/website`.
 | 
			
		||||
2. Change directory into the clone using `cd ./website`.
 | 
			
		||||
3. Install dependencies using `pnpm i` (recommended) or `npm i`.
 | 
			
		||||
@@ -17,7 +19,8 @@ Live at [projectsegfau.lt](https://projectsegfau.lt).
 | 
			
		||||
5. Open a browser on `http://localhost:5173/` and you should see the website running locally!
 | 
			
		||||
 | 
			
		||||
### NixOS
 | 
			
		||||
 | 
			
		||||
1. Clone the repository using `git clone https://github.com/ProjectSegfault/website`.
 | 
			
		||||
2. Change directory into the clone using `cd ./website`.
 | 
			
		||||
3. In the same terminal type `nix-shell`.
 | 
			
		||||
4. Open a browser on `http://localhost:5173/` and you should see the website running locally!
 | 
			
		||||
4. Open a browser on `http://localhost:5173/` and you should see the website running locally!
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								package.json
									
									
									
									
									
								
							@@ -13,10 +13,10 @@
 | 
			
		||||
		"format": "prettier --write --plugin-search-dir=. ."
 | 
			
		||||
	},
 | 
			
		||||
	"devDependencies": {
 | 
			
		||||
		"@iconify-json/fa6-solid": "^1.1.5",
 | 
			
		||||
		"@iconify-json/simple-icons": "^1.1.19",
 | 
			
		||||
		"@sveltejs/adapter-static": "next",
 | 
			
		||||
		"@sveltejs/kit": "next",
 | 
			
		||||
		"@iconify-json/fa6-solid": "^1.1.6",
 | 
			
		||||
		"@iconify-json/simple-icons": "^1.1.20",
 | 
			
		||||
		"@sveltejs/adapter-static": "1.0.0-next.38",
 | 
			
		||||
		"@sveltejs/kit": "1.0.0-next.396",
 | 
			
		||||
		"mdsvex": "^0.10.6",
 | 
			
		||||
		"prettier": "^2.7.1",
 | 
			
		||||
		"prettier-plugin-svelte": "^2.7.0",
 | 
			
		||||
@@ -28,7 +28,7 @@
 | 
			
		||||
		"tslib": "^2.4.0",
 | 
			
		||||
		"typescript": "^4.7.4",
 | 
			
		||||
		"unplugin-icons": "^0.14.7",
 | 
			
		||||
		"vite": "^3.0.2"
 | 
			
		||||
		"vite": "^3.0.3"
 | 
			
		||||
	},
 | 
			
		||||
	"type": "module"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										188
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										188
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							@@ -1,10 +1,10 @@
 | 
			
		||||
lockfileVersion: 5.4
 | 
			
		||||
 | 
			
		||||
specifiers:
 | 
			
		||||
  '@iconify-json/fa6-solid': ^1.1.5
 | 
			
		||||
  '@iconify-json/simple-icons': ^1.1.19
 | 
			
		||||
  '@sveltejs/adapter-static': next
 | 
			
		||||
  '@sveltejs/kit': next
 | 
			
		||||
  '@iconify-json/fa6-solid': ^1.1.6
 | 
			
		||||
  '@iconify-json/simple-icons': ^1.1.20
 | 
			
		||||
  '@sveltejs/adapter-static': 1.0.0-next.38
 | 
			
		||||
  '@sveltejs/kit': 1.0.0-next.396
 | 
			
		||||
  mdsvex: ^0.10.6
 | 
			
		||||
  prettier: ^2.7.1
 | 
			
		||||
  prettier-plugin-svelte: ^2.7.0
 | 
			
		||||
@@ -16,13 +16,13 @@ specifiers:
 | 
			
		||||
  tslib: ^2.4.0
 | 
			
		||||
  typescript: ^4.7.4
 | 
			
		||||
  unplugin-icons: ^0.14.7
 | 
			
		||||
  vite: ^3.0.2
 | 
			
		||||
  vite: ^3.0.3
 | 
			
		||||
 | 
			
		||||
devDependencies:
 | 
			
		||||
  '@iconify-json/fa6-solid': 1.1.5
 | 
			
		||||
  '@iconify-json/simple-icons': 1.1.19
 | 
			
		||||
  '@iconify-json/fa6-solid': 1.1.6
 | 
			
		||||
  '@iconify-json/simple-icons': 1.1.20
 | 
			
		||||
  '@sveltejs/adapter-static': 1.0.0-next.38
 | 
			
		||||
  '@sveltejs/kit': 1.0.0-next.396_svelte@3.49.0+vite@3.0.2
 | 
			
		||||
  '@sveltejs/kit': 1.0.0-next.396_svelte@3.49.0+vite@3.0.3
 | 
			
		||||
  mdsvex: 0.10.6_svelte@3.49.0
 | 
			
		||||
  prettier: 2.7.1
 | 
			
		||||
  prettier-plugin-svelte: 2.7.0_o3ioganyptcsrh6x4hnxvjkpqi
 | 
			
		||||
@@ -33,8 +33,8 @@ devDependencies:
 | 
			
		||||
  svelte-seo: 1.4.1_typescript@4.7.4
 | 
			
		||||
  tslib: 2.4.0
 | 
			
		||||
  typescript: 4.7.4
 | 
			
		||||
  unplugin-icons: 0.14.7_vite@3.0.2
 | 
			
		||||
  vite: 3.0.2
 | 
			
		||||
  unplugin-icons: 0.14.7_vite@3.0.3
 | 
			
		||||
  vite: 3.0.3
 | 
			
		||||
 | 
			
		||||
packages:
 | 
			
		||||
 | 
			
		||||
@@ -49,14 +49,14 @@ packages:
 | 
			
		||||
    resolution: {integrity: sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA==}
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /@iconify-json/fa6-solid/1.1.5:
 | 
			
		||||
    resolution: {integrity: sha512-ij9yJpXvOeD/SmQvSZar6OCSbjxcl6EvmAVV1E9ubg7ajIHYust6uclpuX46Mk28oluZTnkerd+6Wc6Df4Rcrg==}
 | 
			
		||||
  /@iconify-json/fa6-solid/1.1.6:
 | 
			
		||||
    resolution: {integrity: sha512-y5eAxaM5iG+2pUzTMec48/EX4Oo9SmXcdLjNvTrqsaNXs7VLsWIeVHBqbtvmCmPjfvUEJRcslzOBxOUg6Cmh7A==}
 | 
			
		||||
    dependencies:
 | 
			
		||||
      '@iconify/types': 1.1.0
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /@iconify-json/simple-icons/1.1.19:
 | 
			
		||||
    resolution: {integrity: sha512-7+a0CD4uLZNNEBvz9NP8H0RvRb7PNRGXp+fgoXs1MKSZAK2bT084shzx0xxVvL2P4YfxGIv6vRe3sNO6uOCPOg==}
 | 
			
		||||
  /@iconify-json/simple-icons/1.1.20:
 | 
			
		||||
    resolution: {integrity: sha512-IP5yZAoRU82fR5szwbBLnECWgY4JuZDgqEEXzioaOFygqZRP8Ku9ONgPK/qe2vwsUB6RWM5jTm0S4KHtMiTOEQ==}
 | 
			
		||||
    dependencies:
 | 
			
		||||
      '@iconify/types': 1.1.0
 | 
			
		||||
    dev: true
 | 
			
		||||
@@ -129,7 +129,7 @@ packages:
 | 
			
		||||
      tiny-glob: 0.2.9
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /@sveltejs/kit/1.0.0-next.396_svelte@3.49.0+vite@3.0.2:
 | 
			
		||||
  /@sveltejs/kit/1.0.0-next.396_svelte@3.49.0+vite@3.0.3:
 | 
			
		||||
    resolution: {integrity: sha512-bKFpuzp9QxPkOIOEIeNeedvxEMORNqBPxUmoJXDP/Se7MrSfcxYiamjBcKrG+bgGNWmV39nD3EvUox+CXno/Ig==}
 | 
			
		||||
    engines: {node: '>=16.9'}
 | 
			
		||||
    hasBin: true
 | 
			
		||||
@@ -137,17 +137,17 @@ packages:
 | 
			
		||||
      svelte: ^3.44.0
 | 
			
		||||
      vite: ^3.0.0
 | 
			
		||||
    dependencies:
 | 
			
		||||
      '@sveltejs/vite-plugin-svelte': 1.0.1_svelte@3.49.0+vite@3.0.2
 | 
			
		||||
      '@sveltejs/vite-plugin-svelte': 1.0.1_svelte@3.49.0+vite@3.0.3
 | 
			
		||||
      chokidar: 3.5.3
 | 
			
		||||
      sade: 1.8.1
 | 
			
		||||
      svelte: 3.49.0
 | 
			
		||||
      vite: 3.0.2
 | 
			
		||||
      vite: 3.0.3
 | 
			
		||||
    transitivePeerDependencies:
 | 
			
		||||
      - diff-match-patch
 | 
			
		||||
      - supports-color
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /@sveltejs/vite-plugin-svelte/1.0.1_svelte@3.49.0+vite@3.0.2:
 | 
			
		||||
  /@sveltejs/vite-plugin-svelte/1.0.1_svelte@3.49.0+vite@3.0.3:
 | 
			
		||||
    resolution: {integrity: sha512-PorCgUounn0VXcpeJu+hOweZODKmGuLHsLomwqSj+p26IwjjGffmYQfVHtiTWq+NqaUuuHWWG7vPge6UFw4Aeg==}
 | 
			
		||||
    engines: {node: ^14.18.0 || >= 16}
 | 
			
		||||
    peerDependencies:
 | 
			
		||||
@@ -165,13 +165,13 @@ packages:
 | 
			
		||||
      magic-string: 0.26.2
 | 
			
		||||
      svelte: 3.49.0
 | 
			
		||||
      svelte-hmr: 0.14.12_svelte@3.49.0
 | 
			
		||||
      vite: 3.0.2
 | 
			
		||||
      vite: 3.0.3
 | 
			
		||||
    transitivePeerDependencies:
 | 
			
		||||
      - supports-color
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /@types/node/18.0.6:
 | 
			
		||||
    resolution: {integrity: sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==}
 | 
			
		||||
  /@types/node/18.6.1:
 | 
			
		||||
    resolution: {integrity: sha512-z+2vB6yDt1fNwKOeGbckpmirO+VBDuQqecXkgeIqDlaOtmKn6hPR/viQ8cxCfqLU4fTlvM3+YjM367TukWdxpg==}
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /@types/pug/2.0.6:
 | 
			
		||||
@@ -181,7 +181,7 @@ packages:
 | 
			
		||||
  /@types/sass/1.43.1:
 | 
			
		||||
    resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==}
 | 
			
		||||
    dependencies:
 | 
			
		||||
      '@types/node': 18.0.6
 | 
			
		||||
      '@types/node': 18.6.1
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /@types/unist/2.0.6:
 | 
			
		||||
@@ -288,8 +288,8 @@ packages:
 | 
			
		||||
    resolution: {integrity: sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==}
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-android-64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-vYsdOTD+yi+kquhBiFWl3tyxnj2qZJsl4tAqwhT90ktUdnyTizgle7TjNx6Ar1bN7wcwWqZ9QInfdk2WVagSww==}
 | 
			
		||||
  /esbuild-android-64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-H7iUEm7gUJHzidsBlFPGF6FTExazcgXL/46xxLo6i6bMtPim6ZmXyTccS8yOMpy6HAC6dPZ/JCQqrkkin69n6Q==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [x64]
 | 
			
		||||
    os: [android]
 | 
			
		||||
@@ -297,8 +297,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-android-arm64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-g2HGr/hjOXCgSsvQZ1nK4nW/ei8JUx04Li74qub9qWrStlysaVmadRyTVuW32FGIpLQyc5sUjjZopj49eGGM2g==}
 | 
			
		||||
  /esbuild-android-arm64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-NFaoqEwa+OYfoYVpQWDMdKII7wZZkAjtJFo1WdnBeCYlYikvUhTnf2aPwPu5qEAw/ie1NYK0yn3cafwP+kP+OQ==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [arm64]
 | 
			
		||||
    os: [android]
 | 
			
		||||
@@ -306,8 +306,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-darwin-64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-3rvqnBCtX9ywso5fCHixt2GBCUsogNp9DjGmvbBohh31Ces34BVzFltMSxJpacNki96+WIcX5s/vum+ckXiLYg==}
 | 
			
		||||
  /esbuild-darwin-64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-gDQsCvGnZiJv9cfdO48QqxkRV8oKAXgR2CGp7TdIpccwFdJMHf8hyIJhMW/05b/HJjET/26Us27Jx91BFfEVSA==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [x64]
 | 
			
		||||
    os: [darwin]
 | 
			
		||||
@@ -315,8 +315,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-darwin-arm64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-XMaqDxO846srnGlUSJnwbijV29MTKUATmOLyQSfswbK/2X5Uv28M9tTLUJcKKxzoo9lnkYPsx2o8EJcTYwCs/A==}
 | 
			
		||||
  /esbuild-darwin-arm64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-36nNs5OjKIb/Q50Sgp8+rYW/PqirRiFN0NFc9hEvgPzNJxeJedktXwzfJSln4EcRFRh5Vz4IlqFRScp+aiBBzA==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [arm64]
 | 
			
		||||
    os: [darwin]
 | 
			
		||||
@@ -324,8 +324,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-freebsd-64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-NJ5Q6AjV879mOHFri+5lZLTp5XsO2hQ+KSJYLbfY9DgCu8s6/Zl2prWXVANYTeCDLlrIlNNYw8y34xqyLDKOmQ==}
 | 
			
		||||
  /esbuild-freebsd-64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-/1pHHCUem8e/R86/uR+4v5diI2CtBdiWKiqGuPa9b/0x3Nwdh5AOH7lj+8823C6uX1e0ufwkSLkS+aFZiBCWxA==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [x64]
 | 
			
		||||
    os: [freebsd]
 | 
			
		||||
@@ -333,8 +333,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-freebsd-arm64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-lFLtgXnAc3eXYqj5koPlBZvEbBSOSUbWO3gyY/0+4lBdRqELyz4bAuamHvmvHW5swJYL7kngzIZw6kdu25KGOA==}
 | 
			
		||||
  /esbuild-freebsd-arm64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-iKwUVMQztnPZe5pUYHdMkRc9aSpvoV1mkuHlCoPtxZA3V+Kg/ptpzkcSY+fKd0kuom+l6Rc93k0UPVkP7xoqrw==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [arm64]
 | 
			
		||||
    os: [freebsd]
 | 
			
		||||
@@ -342,8 +342,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-linux-32/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-zTTH4gr2Kb8u4QcOpTDVn7Z8q7QEIvFl/+vHrI3cF6XOJS7iEI1FWslTo3uofB2+mn6sIJEQD9PrNZKoAAMDiA==}
 | 
			
		||||
  /esbuild-linux-32/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-sWUwvf3uz7dFOpLzYuih+WQ7dRycrBWHCdoXJ4I4XdMxEHCECd8b7a9N9u7FzT6XR2gHPk9EzvchQUtiEMRwqw==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [ia32]
 | 
			
		||||
    os: [linux]
 | 
			
		||||
@@ -351,8 +351,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-linux-64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-hYmzRIDzFfLrB5c1SknkxzM8LdEUOusp6M2TnuQZJLRtxTgyPnZZVtyMeCLki0wKgYPXkFsAVhi8vzo2mBNeTg==}
 | 
			
		||||
  /esbuild-linux-64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-u0PQxPhaeI629t4Y3EEcQ0wmWG+tC/LpP2K7yDFvwuPq0jSQ8SIN+ARNYfRjGW15O2we3XJvklbGV0wRuUCPig==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [x64]
 | 
			
		||||
    os: [linux]
 | 
			
		||||
@@ -360,8 +360,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-linux-arm/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-iE3e+ZVv1Qz1Sy0gifIsarJMQ89Rpm9mtLSRtG3AH0FPgAzQ5Z5oU6vYzhc/3gSPi2UxdCOfRhw2onXuFw/0lg==}
 | 
			
		||||
  /esbuild-linux-arm/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-VALZq13bhmFJYFE/mLEb+9A0w5vo8z+YDVOWeaf9vOTrSC31RohRIwtxXBnVJ7YKLYfEMzcgFYf+OFln3Y0cWg==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [arm]
 | 
			
		||||
    os: [linux]
 | 
			
		||||
@@ -369,8 +369,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-linux-arm64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-KLQ+WpeuY+7bxukxLz5VgkAAVQxUv67Ft4DmHIPIW+2w3ObBPQhqNoeQUHxopoW/aiOn3m99NSmSV+bs4BSsdA==}
 | 
			
		||||
  /esbuild-linux-arm64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-ZyfoNgsTftD7Rp5S7La5auomKdNeB3Ck+kSKXC4pp96VnHyYGjHHXWIlcbH8i+efRn9brszo1/Thl1qn8RqmhQ==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [arm64]
 | 
			
		||||
    os: [linux]
 | 
			
		||||
@@ -378,8 +378,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-linux-mips64le/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-n+rGODfm8RSum5pFIqFQVQpYBw+AztL8s6o9kfx7tjfK0yIGF6tm5HlG6aRjodiiKkH2xAiIM+U4xtQVZYU4rA==}
 | 
			
		||||
  /esbuild-linux-mips64le/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-ygo31Vxn/WrmjKCHkBoutOlFG5yM9J2UhzHb0oWD9O61dGg+Hzjz9hjf5cmM7FBhAzdpOdEWHIrVOg2YAi6rTw==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [mips64el]
 | 
			
		||||
    os: [linux]
 | 
			
		||||
@@ -387,8 +387,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-linux-ppc64le/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-WP9zR4HX6iCBmMFH+XHHng2LmdoIeUmBpL4aL2TR8ruzXyT4dWrJ5BSbT8iNo6THN8lod6GOmYDLq/dgZLalGw==}
 | 
			
		||||
  /esbuild-linux-ppc64le/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-xWCKU5UaiTUT6Wz/O7GKP9KWdfbsb7vhfgQzRfX4ahh5NZV4ozZ4+SdzYG8WxetsLy84UzLX3Pi++xpVn1OkFQ==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [ppc64]
 | 
			
		||||
    os: [linux]
 | 
			
		||||
@@ -396,8 +396,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-linux-riscv64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-h66ORBz+Dg+1KgLvzTVQEA1LX4XBd1SK0Fgbhhw4akpG/YkN8pS6OzYI/7SGENiN6ao5hETRDSkVcvU9NRtkMQ==}
 | 
			
		||||
  /esbuild-linux-riscv64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-0+dsneSEihZTopoO9B6Z6K4j3uI7EdxBP7YSF5rTwUgCID+wHD3vM1gGT0m+pjCW+NOacU9kH/WE9N686FHAJg==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [riscv64]
 | 
			
		||||
    os: [linux]
 | 
			
		||||
@@ -405,8 +405,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-linux-s390x/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-DhrUoFVWD+XmKO1y7e4kNCqQHPs6twz6VV6Uezl/XHYGzM60rBewBF5jlZjG0nCk5W/Xy6y1xWeopkrhFFM0sQ==}
 | 
			
		||||
  /esbuild-linux-s390x/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-tVjqcu8o0P9H4StwbIhL1sQYm5mWATlodKB6dpEZFkcyTI8kfIGWiWcrGmkNGH2i1kBUOsdlBafPxR3nzp3TDA==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [s390x]
 | 
			
		||||
    os: [linux]
 | 
			
		||||
@@ -414,8 +414,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-netbsd-64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-BXaUwFOfCy2T+hABtiPUIpWjAeWK9P8O41gR4Pg73hpzoygVGnj0nI3YK4SJhe52ELgtdgWP/ckIkbn2XaTxjQ==}
 | 
			
		||||
  /esbuild-netbsd-64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-0R/glfqAQ2q6MHDf7YJw/TulibugjizBxyPvZIcorH0Mb7vSimdHy0XF5uCba5CKt+r4wjax1mvO9lZ4jiAhEg==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [x64]
 | 
			
		||||
    os: [netbsd]
 | 
			
		||||
@@ -423,8 +423,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-openbsd-64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-lP06UQeLDGmVPw9Rg437Btu6J9/BmyhdoefnQ4gDEJTtJvKtQaUcOQrhjTq455ouZN4EHFH1h28WOJVANK41kA==}
 | 
			
		||||
  /esbuild-openbsd-64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-7PAtmrR5mDOFubXIkuxYQ4bdNS6XCK8AIIHUiZxq1kL8cFIH5731jPcXQ4JNy/wbj1C9sZ8rzD8BIM80Tqk29w==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [x64]
 | 
			
		||||
    os: [openbsd]
 | 
			
		||||
@@ -432,8 +432,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-sunos-64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-4c8Zowp+V3zIWje329BeLbGh6XI9c/rqARNaj5yPHdC61pHI9UNdDxT3rePPJeWcEZVKjkiAS6AP6kiITp7FSw==}
 | 
			
		||||
  /esbuild-sunos-64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-gBxNY/wyptvD7PkHIYcq7se6SQEXcSC8Y7mE0FJB+CGgssEWf6vBPfTTZ2b6BWKnmaP6P6qb7s/KRIV5T2PxsQ==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [x64]
 | 
			
		||||
    os: [sunos]
 | 
			
		||||
@@ -441,8 +441,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-windows-32/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-q7Rb+J9yHTeKr9QTPDYkqfkEj8/kcKz9lOabDuvEXpXuIcosWCJgo5Z7h/L4r7rbtTH4a8U2FGKb6s1eeOHmJA==}
 | 
			
		||||
  /esbuild-windows-32/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-MOOe6J9cqe/iW1qbIVYSAqzJFh0p2LBLhVUIWdMVnNUNjvg2/4QNX4oT4IzgDeldU+Bym9/Tn6+DxvUHJXL5Zw==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [ia32]
 | 
			
		||||
    os: [win32]
 | 
			
		||||
@@ -450,8 +450,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-windows-64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-+Cme7Ongv0UIUTniPqfTX6mJ8Deo7VXw9xN0yJEN1lQMHDppTNmKwAM3oGbD/Vqff+07K2gN0WfNkMohmG+dVw==}
 | 
			
		||||
  /esbuild-windows-64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-r/qE5Ex3w1jjGv/JlpPoWB365ldkppUlnizhMxJgojp907ZF1PgLTuW207kgzZcSCXyquL9qJkMsY+MRtaZ5yQ==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [x64]
 | 
			
		||||
    os: [win32]
 | 
			
		||||
@@ -459,8 +459,8 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild-windows-arm64/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-v+HYNAXzuANrCbbLFJ5nmO3m5y2PGZWLe3uloAkLt87aXiO2mZr3BTmacZdjwNkNEHuH3bNtN8cak+mzVjVPfA==}
 | 
			
		||||
  /esbuild-windows-arm64/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-EMS4lQnsIe12ZyAinOINx7eq2mjpDdhGZZWDwPZE/yUTN9cnc2Ze/xUTYIAyaJqrqQda3LnDpADKpvLvol6ENQ==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    cpu: [arm64]
 | 
			
		||||
    os: [win32]
 | 
			
		||||
@@ -468,32 +468,32 @@ packages:
 | 
			
		||||
    dev: true
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  /esbuild/0.14.49:
 | 
			
		||||
    resolution: {integrity: sha512-/TlVHhOaq7Yz8N1OJrjqM3Auzo5wjvHFLk+T8pIue+fhnhIMpfAzsG6PLVMbFveVxqD2WOp3QHei+52IMUNmCw==}
 | 
			
		||||
  /esbuild/0.14.50:
 | 
			
		||||
    resolution: {integrity: sha512-SbC3k35Ih2IC6trhbMYW7hYeGdjPKf9atTKwBUHqMCYFZZ9z8zhuvfnZihsnJypl74FjiAKjBRqFkBkAd0rS/w==}
 | 
			
		||||
    engines: {node: '>=12'}
 | 
			
		||||
    hasBin: true
 | 
			
		||||
    requiresBuild: true
 | 
			
		||||
    optionalDependencies:
 | 
			
		||||
      esbuild-android-64: 0.14.49
 | 
			
		||||
      esbuild-android-arm64: 0.14.49
 | 
			
		||||
      esbuild-darwin-64: 0.14.49
 | 
			
		||||
      esbuild-darwin-arm64: 0.14.49
 | 
			
		||||
      esbuild-freebsd-64: 0.14.49
 | 
			
		||||
      esbuild-freebsd-arm64: 0.14.49
 | 
			
		||||
      esbuild-linux-32: 0.14.49
 | 
			
		||||
      esbuild-linux-64: 0.14.49
 | 
			
		||||
      esbuild-linux-arm: 0.14.49
 | 
			
		||||
      esbuild-linux-arm64: 0.14.49
 | 
			
		||||
      esbuild-linux-mips64le: 0.14.49
 | 
			
		||||
      esbuild-linux-ppc64le: 0.14.49
 | 
			
		||||
      esbuild-linux-riscv64: 0.14.49
 | 
			
		||||
      esbuild-linux-s390x: 0.14.49
 | 
			
		||||
      esbuild-netbsd-64: 0.14.49
 | 
			
		||||
      esbuild-openbsd-64: 0.14.49
 | 
			
		||||
      esbuild-sunos-64: 0.14.49
 | 
			
		||||
      esbuild-windows-32: 0.14.49
 | 
			
		||||
      esbuild-windows-64: 0.14.49
 | 
			
		||||
      esbuild-windows-arm64: 0.14.49
 | 
			
		||||
      esbuild-android-64: 0.14.50
 | 
			
		||||
      esbuild-android-arm64: 0.14.50
 | 
			
		||||
      esbuild-darwin-64: 0.14.50
 | 
			
		||||
      esbuild-darwin-arm64: 0.14.50
 | 
			
		||||
      esbuild-freebsd-64: 0.14.50
 | 
			
		||||
      esbuild-freebsd-arm64: 0.14.50
 | 
			
		||||
      esbuild-linux-32: 0.14.50
 | 
			
		||||
      esbuild-linux-64: 0.14.50
 | 
			
		||||
      esbuild-linux-arm: 0.14.50
 | 
			
		||||
      esbuild-linux-arm64: 0.14.50
 | 
			
		||||
      esbuild-linux-mips64le: 0.14.50
 | 
			
		||||
      esbuild-linux-ppc64le: 0.14.50
 | 
			
		||||
      esbuild-linux-riscv64: 0.14.50
 | 
			
		||||
      esbuild-linux-s390x: 0.14.50
 | 
			
		||||
      esbuild-netbsd-64: 0.14.50
 | 
			
		||||
      esbuild-openbsd-64: 0.14.50
 | 
			
		||||
      esbuild-sunos-64: 0.14.50
 | 
			
		||||
      esbuild-windows-32: 0.14.50
 | 
			
		||||
      esbuild-windows-64: 0.14.50
 | 
			
		||||
      esbuild-windows-arm64: 0.14.50
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /estree-walker/2.0.2:
 | 
			
		||||
@@ -918,8 +918,8 @@ packages:
 | 
			
		||||
      glob: 7.2.3
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /rollup/2.77.0:
 | 
			
		||||
    resolution: {integrity: sha512-vL8xjY4yOQEw79DvyXLijhnhh+R/O9zpF/LEgkCebZFtb6ELeN9H3/2T0r8+mp+fFTBHZ5qGpOpW2ela2zRt3g==}
 | 
			
		||||
  /rollup/2.77.2:
 | 
			
		||||
    resolution: {integrity: sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==}
 | 
			
		||||
    engines: {node: '>=10.0.0'}
 | 
			
		||||
    hasBin: true
 | 
			
		||||
    optionalDependencies:
 | 
			
		||||
@@ -1143,7 +1143,7 @@ packages:
 | 
			
		||||
      '@types/unist': 2.0.6
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /unplugin-icons/0.14.7_vite@3.0.2:
 | 
			
		||||
  /unplugin-icons/0.14.7_vite@3.0.3:
 | 
			
		||||
    resolution: {integrity: sha512-TrNnEdpaXMdiG5BsCgvU6cv/gSLYvIk1f8wGCGZmOo4wmi3nqYBuqIEuiXhmmyXdDZuRRpCaOzCnCYYZ5H7U8g==}
 | 
			
		||||
    peerDependencies:
 | 
			
		||||
      '@svgr/core': '>=5.5.0'
 | 
			
		||||
@@ -1166,7 +1166,7 @@ packages:
 | 
			
		||||
      debug: 4.3.4
 | 
			
		||||
      kolorist: 1.5.1
 | 
			
		||||
      local-pkg: 0.4.2
 | 
			
		||||
      unplugin: 0.7.2_vite@3.0.2
 | 
			
		||||
      unplugin: 0.7.2_vite@3.0.3
 | 
			
		||||
    transitivePeerDependencies:
 | 
			
		||||
      - esbuild
 | 
			
		||||
      - rollup
 | 
			
		||||
@@ -1175,7 +1175,7 @@ packages:
 | 
			
		||||
      - webpack
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /unplugin/0.7.2_vite@3.0.2:
 | 
			
		||||
  /unplugin/0.7.2_vite@3.0.3:
 | 
			
		||||
    resolution: {integrity: sha512-m7thX4jP8l5sETpLdUASoDOGOcHaOVtgNyrYlToyQUvILUtEzEnngRBrHnAX3IKqooJVmXpoa/CwQ/QqzvGaHQ==}
 | 
			
		||||
    peerDependencies:
 | 
			
		||||
      esbuild: '>=0.13'
 | 
			
		||||
@@ -1194,7 +1194,7 @@ packages:
 | 
			
		||||
    dependencies:
 | 
			
		||||
      acorn: 8.8.0
 | 
			
		||||
      chokidar: 3.5.3
 | 
			
		||||
      vite: 3.0.2
 | 
			
		||||
      vite: 3.0.3
 | 
			
		||||
      webpack-sources: 3.2.3
 | 
			
		||||
      webpack-virtual-modules: 0.4.4
 | 
			
		||||
    dev: true
 | 
			
		||||
@@ -1206,8 +1206,8 @@ packages:
 | 
			
		||||
      unist-util-stringify-position: 2.0.3
 | 
			
		||||
    dev: true
 | 
			
		||||
 | 
			
		||||
  /vite/3.0.2:
 | 
			
		||||
    resolution: {integrity: sha512-TAqydxW/w0U5AoL5AsD9DApTvGb2iNbGs3sN4u2VdT1GFkQVUfgUldt+t08TZgi23uIauh1TUOQJALduo9GXqw==}
 | 
			
		||||
  /vite/3.0.3:
 | 
			
		||||
    resolution: {integrity: sha512-sDIpIcl3mv1NUaSzZwiXGEy1ZoWwwC2vkxUHY6yiDacR6zf//ZFuBJrozO62gedpE43pmxnLATNR5IYUdAEkMQ==}
 | 
			
		||||
    engines: {node: ^14.18.0 || >=16.0.0}
 | 
			
		||||
    hasBin: true
 | 
			
		||||
    peerDependencies:
 | 
			
		||||
@@ -1225,10 +1225,10 @@ packages:
 | 
			
		||||
      terser:
 | 
			
		||||
        optional: true
 | 
			
		||||
    dependencies:
 | 
			
		||||
      esbuild: 0.14.49
 | 
			
		||||
      esbuild: 0.14.50
 | 
			
		||||
      postcss: 8.4.14
 | 
			
		||||
      resolve: 1.22.1
 | 
			
		||||
      rollup: 2.77.0
 | 
			
		||||
      rollup: 2.77.2
 | 
			
		||||
    optionalDependencies:
 | 
			
		||||
      fsevents: 2.3.2
 | 
			
		||||
    dev: true
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,4 @@
 | 
			
		||||
<script>
 | 
			
		||||
	import IconDiscord from "~icons/simple-icons/discord";
 | 
			
		||||
	import IconMatrix from "~icons/simple-icons/matrix";
 | 
			
		||||
	import IconGitHub from "~icons/simple-icons/github";
 | 
			
		||||
	import IconSignal from "~icons/fa6-solid/signal";
 | 
			
		||||
 
 | 
			
		||||
@@ -1,22 +1,22 @@
 | 
			
		||||
[
 | 
			
		||||
    {
 | 
			
		||||
        "name": "akisblack",
 | 
			
		||||
        "matrix": "https://matrix.to/#/@akis:projectsegfau.lt/",
 | 
			
		||||
        "discord": "https://discord.com/users/845535118285602866/",
 | 
			
		||||
        "position": "Web developer",
 | 
			
		||||
        "description": "Hi, I am Akis.",
 | 
			
		||||
        "github": "https://github.com/akisblack/",
 | 
			
		||||
        "website": "https://akisblack.github.io/"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "name": "Devnol",
 | 
			
		||||
        "matrix": "https://matrix.to/#/@devnol:projectsegfau.lt/",
 | 
			
		||||
        "discord": "https://discord.com/users/429353559566319626/",
 | 
			
		||||
        "position": "Greece server owner",
 | 
			
		||||
        "description": "Placeholder",
 | 
			
		||||
        "github": "https://github.com/Devnol/",
 | 
			
		||||
        "website": "https://devnol.github.io/"
 | 
			
		||||
    },
 | 
			
		||||
	{
 | 
			
		||||
		"name": "akisblack",
 | 
			
		||||
		"matrix": "https://matrix.to/#/@akis:projectsegfau.lt/",
 | 
			
		||||
		"discord": "https://discord.com/users/845535118285602866/",
 | 
			
		||||
		"position": "Web developer",
 | 
			
		||||
		"description": "Hi, I am Akis.",
 | 
			
		||||
		"github": "https://github.com/akisblack/",
 | 
			
		||||
		"website": "https://akisblack.github.io/"
 | 
			
		||||
	},
 | 
			
		||||
	{
 | 
			
		||||
		"name": "Devnol",
 | 
			
		||||
		"matrix": "https://matrix.to/#/@devnol:projectsegfau.lt/",
 | 
			
		||||
		"discord": "https://discord.com/users/429353559566319626/",
 | 
			
		||||
		"position": "Greece server owner",
 | 
			
		||||
		"description": "Placeholder",
 | 
			
		||||
		"github": "https://github.com/Devnol/",
 | 
			
		||||
		"website": "https://devnol.github.io/"
 | 
			
		||||
	},
 | 
			
		||||
	{
 | 
			
		||||
		"name": "Midou",
 | 
			
		||||
		"matrix": "https://matrix.to/#/@midou:projectsegfau.lt/",
 | 
			
		||||
@@ -28,31 +28,31 @@
 | 
			
		||||
	{
 | 
			
		||||
		"name": "MrLeRien",
 | 
			
		||||
		"discord": "https://discord.com/users/213634643327582208/",
 | 
			
		||||
        "matrix": "https://matrix.to/#/@mrlerien:projectsegfau.lt/",
 | 
			
		||||
		"matrix": "https://matrix.to/#/@mrlerien:projectsegfau.lt/",
 | 
			
		||||
		"position": "France server owner",
 | 
			
		||||
		"description": "Bonjour j'aime les bites miam"
 | 
			
		||||
		"description": "using windows server for soleil levant was a mistake"
 | 
			
		||||
	},
 | 
			
		||||
	{
 | 
			
		||||
		"name": "Odyssey346",
 | 
			
		||||
        "matrix": "https://matrix.to/#/@odyssey:projectsegfau.lt",
 | 
			
		||||
		"matrix": "https://matrix.to/#/@odyssey:projectsegfau.lt",
 | 
			
		||||
		"position": "Web developer, Gameserver system administrator",
 | 
			
		||||
		"description": "Hi, I'm Odyssey346 and I do things here. Check out my website for more info.",
 | 
			
		||||
		"github": "https://github.com/Odyssey346",
 | 
			
		||||
        "website": "https://odyssey346.dev"
 | 
			
		||||
		"website": "https://odyssey346.dev"
 | 
			
		||||
	},
 | 
			
		||||
    {
 | 
			
		||||
	{
 | 
			
		||||
		"name": "openssl_rand",
 | 
			
		||||
        	"matrix": "https://matrix.to/#/@openssl_rand:projectsegfau.lt/",
 | 
			
		||||
		"matrix": "https://matrix.to/#/@openssl_rand:projectsegfau.lt/",
 | 
			
		||||
		"position": "System administrator",
 | 
			
		||||
		"description": "\"I am openssl_rand, a system administrator of the project Segfau.lt.\" - GitHub Copilot",
 | 
			
		||||
		"email": "mailto:openssl_rand@projectsegfau.lt"
 | 
			
		||||
	},
 | 
			
		||||
	{
 | 
			
		||||
		"name": "stephenvk",
 | 
			
		||||
        "matrix": "https://matrix.to/#/@stephenvk:projectsegfau.lt",
 | 
			
		||||
		"matrix": "https://matrix.to/#/@stephenvk:projectsegfau.lt",
 | 
			
		||||
		"position": "Backup host",
 | 
			
		||||
		"description": "I am Stephenvk and I host a server that takes our backups.",
 | 
			
		||||
        "website": "https://stephenvk.xyz"
 | 
			
		||||
		"website": "https://stephenvk.xyz"
 | 
			
		||||
	},
 | 
			
		||||
	{
 | 
			
		||||
		"name": "Segfault",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,7 @@
 | 
			
		||||
<script>
 | 
			
		||||
	import IconBars from "~icons/fa6-solid/bars";
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<nav>
 | 
			
		||||
	<a class="brand" href="/">
 | 
			
		||||
		<img src="/logo.png" alt="Project Segfault logo" />
 | 
			
		||||
@@ -10,6 +14,13 @@
 | 
			
		||||
		>
 | 
			
		||||
	</a>
 | 
			
		||||
 | 
			
		||||
	<input type="checkbox" id="toggle-menu" />
 | 
			
		||||
	<label class="menu-icon" for="toggle-menu">
 | 
			
		||||
		<div id="menu-icon">
 | 
			
		||||
			<IconBars />
 | 
			
		||||
		</div>
 | 
			
		||||
	</label>
 | 
			
		||||
 | 
			
		||||
	<div class="links">
 | 
			
		||||
		<a href="https://instances.projectsegfau.lt/">Instances & Gameservers</a
 | 
			
		||||
		>
 | 
			
		||||
@@ -32,14 +43,17 @@
 | 
			
		||||
		align-items: center;
 | 
			
		||||
		justify-content: space-between;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	a.brand {
 | 
			
		||||
		display: flex;
 | 
			
		||||
		flex-direction: row;
 | 
			
		||||
		align-items: center;
 | 
			
		||||
		text-decoration: none;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	.links {
 | 
			
		||||
		display: flex;
 | 
			
		||||
		gap: 0.5rem;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	.links > * {
 | 
			
		||||
		background-color: var(--tertiary);
 | 
			
		||||
		border: none;
 | 
			
		||||
@@ -70,22 +84,57 @@
 | 
			
		||||
		border-radius: 50%;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	div.links {
 | 
			
		||||
		display: flex;
 | 
			
		||||
		gap: 8px;
 | 
			
		||||
	.menu-icon {
 | 
			
		||||
		cursor: pointer;
 | 
			
		||||
		display: none;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	@media only screen and (max-width: 820px) {
 | 
			
		||||
		nav {
 | 
			
		||||
			flex-direction: column;
 | 
			
		||||
			align-items: flex-start;
 | 
			
		||||
			line-height: normal;
 | 
			
		||||
	#toggle-menu {
 | 
			
		||||
		display: none;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	@media screen and (max-width: 1150px) {
 | 
			
		||||
		.links {
 | 
			
		||||
			display: none;
 | 
			
		||||
			width: 100%;
 | 
			
		||||
			background-color: var(--secondary);
 | 
			
		||||
			padding-top: 2rem;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		div.links {
 | 
			
		||||
		nav {
 | 
			
		||||
			display: flex;
 | 
			
		||||
			flex-direction: column;
 | 
			
		||||
			margin-top: 10px;
 | 
			
		||||
			gap: 19px;
 | 
			
		||||
			align-items: flex-start;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		.links a {
 | 
			
		||||
			display: block;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		.menu-icon {
 | 
			
		||||
			display: block;
 | 
			
		||||
			z-index: 1;
 | 
			
		||||
			position: absolute;
 | 
			
		||||
			top: 0.45rem;
 | 
			
		||||
			right: 1rem;
 | 
			
		||||
			background-color: var(--tertiary);
 | 
			
		||||
			border: none;
 | 
			
		||||
			border-radius: 10px;
 | 
			
		||||
			padding: 1rem;
 | 
			
		||||
			cursor: pointer;
 | 
			
		||||
			line-height: 1;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		#menu-icon {
 | 
			
		||||
			display: flex;
 | 
			
		||||
			align-items: center;
 | 
			
		||||
			color: var(--text);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		#toggle-menu:checked ~ .links {
 | 
			
		||||
			display: flex;
 | 
			
		||||
			flex-direction: column;
 | 
			
		||||
			gap: 1rem;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
</style>
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,8 @@
 | 
			
		||||
	openGraph={{
 | 
			
		||||
		url: "https://projectsegfau.lt/",
 | 
			
		||||
		title: "Project Segfault",
 | 
			
		||||
		description: "7 idiots, 2 OVH vpses, a BuyVM 1024 Slice, a Sun server and a Hitachi Compute Rack.",
 | 
			
		||||
		description:
 | 
			
		||||
			"7 idiots, 2 OVH vpses, a BuyVM 1024 Slice, a Sun server and a Hitachi Compute Rack.",
 | 
			
		||||
		images: [
 | 
			
		||||
			{
 | 
			
		||||
				url: "/ProjectSegfault_Desktop_16-9.png",
 | 
			
		||||
@@ -26,7 +27,10 @@
 | 
			
		||||
/>
 | 
			
		||||
 | 
			
		||||
<svelte:head>
 | 
			
		||||
	<script defer data-domain="projectsegfau.lt" src="https://analytics.projectsegfau.lt/js/plausible.js"></script>
 | 
			
		||||
	<script
 | 
			
		||||
		defer
 | 
			
		||||
		data-domain="projectsegfau.lt"
 | 
			
		||||
		src="https://analytics.projectsegfau.lt/js/plausible.js"></script>
 | 
			
		||||
</svelte:head>
 | 
			
		||||
 | 
			
		||||
<Nav />
 | 
			
		||||
 
 | 
			
		||||
@@ -16,11 +16,13 @@ Some of our services have things like databases and things, for example [Matrix]
 | 
			
		||||
If you want the data we've collected on you to be sent, please contact us on Matrix in [this room](https://matrix.to/#/#gdpr:projectsegfau.lt), or e-mail us at [contact@projectsegfau.lt](mailto:contact@projectsegfau.lt). You don't need an account on our Matrix instance in order to chat there, you can choose from a bunch of public instances or make your own.
 | 
			
		||||
 | 
			
		||||
### For our website and blog
 | 
			
		||||
 | 
			
		||||
We have Plausible analytics installed on our website (the one you are on right now!), and our [Blog](https://blog.projectsegfau.lt), which means we can just easily see what part of our site you're on, what country you are from, what platform you are from, potentially a referrer and all those get clumped up together.
 | 
			
		||||
 | 
			
		||||
It is about the same as nginx logging. We use analytics in order to see how many visitors we get every day, what pages get visited the most, what countries visit our website the most etc. uBlock and other privacy extensions block Plausible by default.
 | 
			
		||||
 | 
			
		||||
If you would like to see our website's statistics, [look no further](https://analytics.projectsegfau.lt/projectsegfau.lt).
 | 
			
		||||
 | 
			
		||||
## We don't give any of the data we collect to anyone outside of Project Segfault.
 | 
			
		||||
 | 
			
		||||
What we just described above won't be sold or given to anyone outside of Project Segfault, except for anonymous analytics like the website. Some data could be given to law enforcement if they have a warrant.
 | 
			
		||||
@@ -33,4 +35,4 @@ As we said, you can request any GDPR/Privacy things in [this Matrix room](https:
 | 
			
		||||
 | 
			
		||||
We hope you can understand our privacy policy.
 | 
			
		||||
 | 
			
		||||
*Last updated 10.07.2022 18:29 UTC+1*
 | 
			
		||||
_Last updated 10.07.2022 18:29 UTC+1_
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,6 @@
 | 
			
		||||
	<div class="member-outer">
 | 
			
		||||
		{#each members as { name, discord, matrix, position, description, github, website, email, picture }}
 | 
			
		||||
			<div class="member-inner">
 | 
			
		||||
				
 | 
			
		||||
				<div class="main">
 | 
			
		||||
					<span>{name} - {position}</span>
 | 
			
		||||
 | 
			
		||||
@@ -120,7 +119,9 @@
 | 
			
		||||
		height: 23px;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	.web, .email, .picture {
 | 
			
		||||
	.web,
 | 
			
		||||
	.email,
 | 
			
		||||
	.picture {
 | 
			
		||||
		background-color: var(--tertiary);
 | 
			
		||||
		color: #fff !important;
 | 
			
		||||
		font-size: 20px;
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@ We have an invite-only SMP server running on our network on version 1.18\* (1.18
 | 
			
		||||
 | 
			
		||||
## How do I join?
 | 
			
		||||
 | 
			
		||||
If you would like to join, please join our Matrix space or Discord server and ask a project member to whitelist your account. The links to either the Matrix or the Discord can be found on the footer of the page.
 | 
			
		||||
If you would like to join, please join our Matrix space or and ask a project member to whitelist your account. The link to the Matrix space can be found on the footer of the page.
 | 
			
		||||
 | 
			
		||||
## Rules
 | 
			
		||||
 | 
			
		||||
@@ -24,7 +24,7 @@ If you would like to join, please join our Matrix space or Discord server and as
 | 
			
		||||
 | 
			
		||||
**Bedrock**: `mc.projectsegfau.lt:19132`
 | 
			
		||||
 | 
			
		||||
_Psst, you can join bedrock on your Switch using the app we’ve linked below!_
 | 
			
		||||
_Psst, you can join the Bedrock edition server on your Switch using the app we’ve linked below!_
 | 
			
		||||
 | 
			
		||||
## Links
 | 
			
		||||
 | 
			
		||||
@@ -36,7 +36,7 @@ _Psst, you can join bedrock on your Switch using the app we’ve linked below!_
 | 
			
		||||
 | 
			
		||||
## Recommended Client Side Mods
 | 
			
		||||
 | 
			
		||||
[Click me for a list of recommended client side mods.](/minecraft/client-side-mods/)
 | 
			
		||||
[Click me for a list of recommended client side mods.](/minecraft/client-side-mods)
 | 
			
		||||
 | 
			
		||||
## Plugin List
 | 
			
		||||
 | 
			
		||||
@@ -47,7 +47,7 @@ _This is a manually made list of our plugins, so it might not reflect the plugin
 | 
			
		||||
-   BlockLocker
 | 
			
		||||
-   CoreProtect
 | 
			
		||||
-   [Dynmap](https://map.mc.projectsegfau.lt/)
 | 
			
		||||
-   EssentialsX (EssentialsXDiscord, EssentialsXGeoIP)
 | 
			
		||||
-   EssentialsX (EssentialsX Geo)
 | 
			
		||||
-   Geyser & Floodgate
 | 
			
		||||
-   LuckPerms
 | 
			
		||||
-   mcMMO ([Click here to download our build of mcMMO.](https://dl.odyssey346.dev/Software/mcMMO.jar))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user