my website, hosted on wisp.place

feat: complete site redesign

using tailwind. this looks so nice
inspired by tangled

theres some work to do still, so ill make a few issues later

+689 -489
+6 -2
astro.config.mjs
··· 1 1 import { defineConfig } from "astro/config"; 2 2 import sitemap from "@astrojs/sitemap"; 3 + import tailwindcss from "@tailwindcss/vite"; 3 4 4 5 export default defineConfig({ 5 6 site: "https://devins.page", 6 7 integrations: [sitemap()], 8 + vite: { 9 + plugins: [tailwindcss()], 10 + }, 7 11 markdown: { 8 12 shikiConfig: { 9 13 themes: { 10 - light: "light-plus", 11 - dark: "dark-plus", 14 + light: "catppuccin-latte", 15 + dark: "catppuccin-macchiato", 12 16 }, 13 17 }, 14 18 },
+104 -2
bun.lock
··· 6 6 "dependencies": { 7 7 "@astrojs/rss": "latest", 8 8 "@astrojs/sitemap": "latest", 9 - "@intergrav/slight.css": "latest", 9 + "@fontsource-variable/geist": "latest", 10 + "@fontsource-variable/geist-mono": "latest", 11 + "@fontsource-variable/source-serif-4": "latest", 12 + "@fontsource/damion": "latest", 13 + "@tailwindcss/typography": "latest", 14 + "@tailwindcss/vite": "latest", 10 15 "astro": "latest", 11 16 "markdown-it": "latest", 12 17 "prettier": "latest", 13 18 "prettier-plugin-astro": "latest", 14 19 "sanitize-html": "latest", 20 + "tailwindcss": "latest", 15 21 }, 16 22 }, 17 23 }, ··· 94 100 95 101 "@esbuild/win32-x64": ["@esbuild/win32-x64@0.25.12", "", { "os": "win32", "cpu": "x64" }, "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA=="], 96 102 103 + "@fontsource-variable/geist": ["@fontsource-variable/geist@5.2.8", "", {}, "sha512-cJ6m9e+8MQ5dCYJsLylfZrgBh6KkG4bOLckB35Tr9J/EqdkEM6QllH5PxqP1dhTvFup+HtMRPuz9xOjxXJggxw=="], 104 + 105 + "@fontsource-variable/geist-mono": ["@fontsource-variable/geist-mono@5.2.7", "", {}, "sha512-ZKlZ5sjtalb2TwXKs400mAGDlt/+2ENLNySPx0wTz3bP3mWARCsUW+rpxzZc7e05d2qGch70pItt3K4qttbIYA=="], 106 + 107 + "@fontsource-variable/source-serif-4": ["@fontsource-variable/source-serif-4@5.2.9", "", {}, "sha512-PPcxjLFk/fS0WHg79pDM2YNvz61kC+oYZ5cWZZyCS0DHpJncmuYOuiZAsvj4tDxlWPBEvxxcRLQQNmSaRbPkqw=="], 108 + 109 + "@fontsource/damion": ["@fontsource/damion@5.2.7", "", {}, "sha512-o9QaXPFl4sPx1mNiaynOJEjOA45hB1F+bY1HrbKqCCB8oeVs0S6QyBhWRp89G3zO9w3b/QEhdkHWmXp1XjrztA=="], 110 + 97 111 "@img/colour": ["@img/colour@1.0.0", "", {}, "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw=="], 98 112 99 113 "@img/sharp-darwin-arm64": ["@img/sharp-darwin-arm64@0.34.5", "", { "optionalDependencies": { "@img/sharp-libvips-darwin-arm64": "1.2.4" }, "os": "darwin", "cpu": "arm64" }, "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w=="], ··· 144 158 145 159 "@img/sharp-win32-x64": ["@img/sharp-win32-x64@0.34.5", "", { "os": "win32", "cpu": "x64" }, "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw=="], 146 160 147 - "@intergrav/slight.css": ["@intergrav/slight.css@4.0.0", "", {}, "sha512-eRAL5seSSL9b7MUScoUjGNWoXklURMq62uk0I4NDRCtZHgJ2baLuSbp1RlFdn3wyeGwqy/JYPNVVqNimQz2WCg=="], 161 + "@jridgewell/gen-mapping": ["@jridgewell/gen-mapping@0.3.13", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA=="], 162 + 163 + "@jridgewell/remapping": ["@jridgewell/remapping@2.3.5", "", { "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ=="], 164 + 165 + "@jridgewell/resolve-uri": ["@jridgewell/resolve-uri@3.1.2", "", {}, "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw=="], 148 166 149 167 "@jridgewell/sourcemap-codec": ["@jridgewell/sourcemap-codec@1.5.5", "", {}, "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="], 168 + 169 + "@jridgewell/trace-mapping": ["@jridgewell/trace-mapping@0.3.31", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw=="], 150 170 151 171 "@oslojs/encoding": ["@oslojs/encoding@1.1.0", "", {}, "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ=="], 152 172 ··· 216 236 217 237 "@shikijs/vscode-textmate": ["@shikijs/vscode-textmate@10.0.2", "", {}, "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg=="], 218 238 239 + "@tailwindcss/node": ["@tailwindcss/node@4.1.18", "", { "dependencies": { "@jridgewell/remapping": "^2.3.4", "enhanced-resolve": "^5.18.3", "jiti": "^2.6.1", "lightningcss": "1.30.2", "magic-string": "^0.30.21", "source-map-js": "^1.2.1", "tailwindcss": "4.1.18" } }, "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ=="], 240 + 241 + "@tailwindcss/oxide": ["@tailwindcss/oxide@4.1.18", "", { "optionalDependencies": { "@tailwindcss/oxide-android-arm64": "4.1.18", "@tailwindcss/oxide-darwin-arm64": "4.1.18", "@tailwindcss/oxide-darwin-x64": "4.1.18", "@tailwindcss/oxide-freebsd-x64": "4.1.18", "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18", "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18", "@tailwindcss/oxide-linux-arm64-musl": "4.1.18", "@tailwindcss/oxide-linux-x64-gnu": "4.1.18", "@tailwindcss/oxide-linux-x64-musl": "4.1.18", "@tailwindcss/oxide-wasm32-wasi": "4.1.18", "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18", "@tailwindcss/oxide-win32-x64-msvc": "4.1.18" } }, "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A=="], 242 + 243 + "@tailwindcss/oxide-android-arm64": ["@tailwindcss/oxide-android-arm64@4.1.18", "", { "os": "android", "cpu": "arm64" }, "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q=="], 244 + 245 + "@tailwindcss/oxide-darwin-arm64": ["@tailwindcss/oxide-darwin-arm64@4.1.18", "", { "os": "darwin", "cpu": "arm64" }, "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A=="], 246 + 247 + "@tailwindcss/oxide-darwin-x64": ["@tailwindcss/oxide-darwin-x64@4.1.18", "", { "os": "darwin", "cpu": "x64" }, "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw=="], 248 + 249 + "@tailwindcss/oxide-freebsd-x64": ["@tailwindcss/oxide-freebsd-x64@4.1.18", "", { "os": "freebsd", "cpu": "x64" }, "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA=="], 250 + 251 + "@tailwindcss/oxide-linux-arm-gnueabihf": ["@tailwindcss/oxide-linux-arm-gnueabihf@4.1.18", "", { "os": "linux", "cpu": "arm" }, "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA=="], 252 + 253 + "@tailwindcss/oxide-linux-arm64-gnu": ["@tailwindcss/oxide-linux-arm64-gnu@4.1.18", "", { "os": "linux", "cpu": "arm64" }, "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw=="], 254 + 255 + "@tailwindcss/oxide-linux-arm64-musl": ["@tailwindcss/oxide-linux-arm64-musl@4.1.18", "", { "os": "linux", "cpu": "arm64" }, "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg=="], 256 + 257 + "@tailwindcss/oxide-linux-x64-gnu": ["@tailwindcss/oxide-linux-x64-gnu@4.1.18", "", { "os": "linux", "cpu": "x64" }, "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g=="], 258 + 259 + "@tailwindcss/oxide-linux-x64-musl": ["@tailwindcss/oxide-linux-x64-musl@4.1.18", "", { "os": "linux", "cpu": "x64" }, "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ=="], 260 + 261 + "@tailwindcss/oxide-wasm32-wasi": ["@tailwindcss/oxide-wasm32-wasi@4.1.18", "", { "dependencies": { "@emnapi/core": "^1.7.1", "@emnapi/runtime": "^1.7.1", "@emnapi/wasi-threads": "^1.1.0", "@napi-rs/wasm-runtime": "^1.1.0", "@tybys/wasm-util": "^0.10.1", "tslib": "^2.4.0" }, "cpu": "none" }, "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA=="], 262 + 263 + "@tailwindcss/oxide-win32-arm64-msvc": ["@tailwindcss/oxide-win32-arm64-msvc@4.1.18", "", { "os": "win32", "cpu": "arm64" }, "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA=="], 264 + 265 + "@tailwindcss/oxide-win32-x64-msvc": ["@tailwindcss/oxide-win32-x64-msvc@4.1.18", "", { "os": "win32", "cpu": "x64" }, "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q=="], 266 + 267 + "@tailwindcss/typography": ["@tailwindcss/typography@0.5.19", "", { "dependencies": { "postcss-selector-parser": "6.0.10" }, "peerDependencies": { "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" } }, "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg=="], 268 + 269 + "@tailwindcss/vite": ["@tailwindcss/vite@4.1.18", "", { "dependencies": { "@tailwindcss/node": "4.1.18", "@tailwindcss/oxide": "4.1.18", "tailwindcss": "4.1.18" }, "peerDependencies": { "vite": "^5.2.0 || ^6 || ^7" } }, "sha512-jVA+/UpKL1vRLg6Hkao5jldawNmRo7mQYrZtNHMIVpLfLhDml5nMRUo/8MwoX2vNXvnaXNNMedrMfMugAVX1nA=="], 270 + 219 271 "@types/debug": ["@types/debug@4.1.12", "", { "dependencies": { "@types/ms": "*" } }, "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ=="], 220 272 221 273 "@types/estree": ["@types/estree@1.0.8", "", {}, "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w=="], ··· 344 396 345 397 "emoji-regex": ["emoji-regex@10.6.0", "", {}, "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A=="], 346 398 399 + "enhanced-resolve": ["enhanced-resolve@5.18.4", "", { "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" } }, "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q=="], 400 + 347 401 "entities": ["entities@4.5.0", "", {}, "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw=="], 348 402 349 403 "es-module-lexer": ["es-module-lexer@1.7.0", "", {}, "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA=="], ··· 373 427 "get-east-asian-width": ["get-east-asian-width@1.4.0", "", {}, "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q=="], 374 428 375 429 "github-slugger": ["github-slugger@2.0.0", "", {}, "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw=="], 430 + 431 + "graceful-fs": ["graceful-fs@4.2.11", "", {}, "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="], 376 432 377 433 "h3": ["h3@1.15.5", "", { "dependencies": { "cookie-es": "^1.2.2", "crossws": "^0.3.5", "defu": "^6.1.4", "destr": "^2.0.5", "iron-webcrypto": "^1.2.1", "node-mock-http": "^1.0.4", "radix3": "^1.1.2", "ufo": "^1.6.3", "uncrypto": "^0.1.3" } }, "sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg=="], 378 434 ··· 420 476 421 477 "is-wsl": ["is-wsl@3.1.0", "", { "dependencies": { "is-inside-container": "^1.0.0" } }, "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw=="], 422 478 479 + "jiti": ["jiti@2.6.1", "", { "bin": { "jiti": "lib/jiti-cli.mjs" } }, "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ=="], 480 + 423 481 "js-yaml": ["js-yaml@4.1.1", "", { "dependencies": { "argparse": "^2.0.1" }, "bin": { "js-yaml": "bin/js-yaml.js" } }, "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA=="], 424 482 425 483 "kleur": ["kleur@3.0.3", "", {}, "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="], 426 484 485 + "lightningcss": ["lightningcss@1.30.2", "", { "dependencies": { "detect-libc": "^2.0.3" }, "optionalDependencies": { "lightningcss-android-arm64": "1.30.2", "lightningcss-darwin-arm64": "1.30.2", "lightningcss-darwin-x64": "1.30.2", "lightningcss-freebsd-x64": "1.30.2", "lightningcss-linux-arm-gnueabihf": "1.30.2", "lightningcss-linux-arm64-gnu": "1.30.2", "lightningcss-linux-arm64-musl": "1.30.2", "lightningcss-linux-x64-gnu": "1.30.2", "lightningcss-linux-x64-musl": "1.30.2", "lightningcss-win32-arm64-msvc": "1.30.2", "lightningcss-win32-x64-msvc": "1.30.2" } }, "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ=="], 486 + 487 + "lightningcss-android-arm64": ["lightningcss-android-arm64@1.30.2", "", { "os": "android", "cpu": "arm64" }, "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A=="], 488 + 489 + "lightningcss-darwin-arm64": ["lightningcss-darwin-arm64@1.30.2", "", { "os": "darwin", "cpu": "arm64" }, "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA=="], 490 + 491 + "lightningcss-darwin-x64": ["lightningcss-darwin-x64@1.30.2", "", { "os": "darwin", "cpu": "x64" }, "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ=="], 492 + 493 + "lightningcss-freebsd-x64": ["lightningcss-freebsd-x64@1.30.2", "", { "os": "freebsd", "cpu": "x64" }, "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA=="], 494 + 495 + "lightningcss-linux-arm-gnueabihf": ["lightningcss-linux-arm-gnueabihf@1.30.2", "", { "os": "linux", "cpu": "arm" }, "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA=="], 496 + 497 + "lightningcss-linux-arm64-gnu": ["lightningcss-linux-arm64-gnu@1.30.2", "", { "os": "linux", "cpu": "arm64" }, "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A=="], 498 + 499 + "lightningcss-linux-arm64-musl": ["lightningcss-linux-arm64-musl@1.30.2", "", { "os": "linux", "cpu": "arm64" }, "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA=="], 500 + 501 + "lightningcss-linux-x64-gnu": ["lightningcss-linux-x64-gnu@1.30.2", "", { "os": "linux", "cpu": "x64" }, "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w=="], 502 + 503 + "lightningcss-linux-x64-musl": ["lightningcss-linux-x64-musl@1.30.2", "", { "os": "linux", "cpu": "x64" }, "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA=="], 504 + 505 + "lightningcss-win32-arm64-msvc": ["lightningcss-win32-arm64-msvc@1.30.2", "", { "os": "win32", "cpu": "arm64" }, "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ=="], 506 + 507 + "lightningcss-win32-x64-msvc": ["lightningcss-win32-x64-msvc@1.30.2", "", { "os": "win32", "cpu": "x64" }, "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw=="], 508 + 427 509 "linkify-it": ["linkify-it@5.0.0", "", { "dependencies": { "uc.micro": "^2.0.0" } }, "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ=="], 428 510 429 511 "longest-streak": ["longest-streak@3.1.0", "", {}, "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g=="], ··· 572 654 573 655 "postcss": ["postcss@8.5.6", "", { "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" } }, "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg=="], 574 656 657 + "postcss-selector-parser": ["postcss-selector-parser@6.0.10", "", { "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" } }, "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w=="], 658 + 575 659 "prettier": ["prettier@3.8.1", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg=="], 576 660 577 661 "prettier-plugin-astro": ["prettier-plugin-astro@0.14.1", "", { "dependencies": { "@astrojs/compiler": "^2.9.1", "prettier": "^3.0.0", "sass-formatter": "^0.7.6" } }, "sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw=="], ··· 660 744 661 745 "svgo": ["svgo@4.0.0", "", { "dependencies": { "commander": "^11.1.0", "css-select": "^5.1.0", "css-tree": "^3.0.1", "css-what": "^6.1.0", "csso": "^5.0.5", "picocolors": "^1.1.1", "sax": "^1.4.1" }, "bin": "./bin/svgo.js" }, "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw=="], 662 746 747 + "tailwindcss": ["tailwindcss@4.1.18", "", {}, "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw=="], 748 + 749 + "tapable": ["tapable@2.3.0", "", {}, "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg=="], 750 + 663 751 "tiny-inflate": ["tiny-inflate@1.0.3", "", {}, "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw=="], 664 752 665 753 "tinyexec": ["tinyexec@1.0.2", "", {}, "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg=="], ··· 710 798 711 799 "unstorage": ["unstorage@1.17.4", "", { "dependencies": { "anymatch": "^3.1.3", "chokidar": "^5.0.0", "destr": "^2.0.5", "h3": "^1.15.5", "lru-cache": "^11.2.0", "node-fetch-native": "^1.6.7", "ofetch": "^1.5.1", "ufo": "^1.6.3" }, "peerDependencies": { "@azure/app-configuration": "^1.8.0", "@azure/cosmos": "^4.2.0", "@azure/data-tables": "^13.3.0", "@azure/identity": "^4.6.0", "@azure/keyvault-secrets": "^4.9.0", "@azure/storage-blob": "^12.26.0", "@capacitor/preferences": "^6 || ^7 || ^8", "@deno/kv": ">=0.9.0", "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0", "@planetscale/database": "^1.19.0", "@upstash/redis": "^1.34.3", "@vercel/blob": ">=0.27.1", "@vercel/functions": "^2.2.12 || ^3.0.0", "@vercel/kv": "^1 || ^2 || ^3", "aws4fetch": "^1.0.20", "db0": ">=0.2.1", "idb-keyval": "^6.2.1", "ioredis": "^5.4.2", "uploadthing": "^7.4.4" }, "optionalPeers": ["@azure/app-configuration", "@azure/cosmos", "@azure/data-tables", "@azure/identity", "@azure/keyvault-secrets", "@azure/storage-blob", "@capacitor/preferences", "@deno/kv", "@netlify/blobs", "@planetscale/database", "@upstash/redis", "@vercel/blob", "@vercel/functions", "@vercel/kv", "aws4fetch", "db0", "idb-keyval", "ioredis", "uploadthing"] }, "sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw=="], 712 800 801 + "util-deprecate": ["util-deprecate@1.0.2", "", {}, "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="], 802 + 713 803 "vfile": ["vfile@6.0.3", "", { "dependencies": { "@types/unist": "^3.0.0", "vfile-message": "^4.0.0" } }, "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q=="], 714 804 715 805 "vfile-location": ["vfile-location@5.0.3", "", { "dependencies": { "@types/unist": "^3.0.0", "vfile": "^6.0.0" } }, "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg=="], ··· 747 837 "zwitch": ["zwitch@2.0.4", "", {}, "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A=="], 748 838 749 839 "@rollup/pluginutils/estree-walker": ["estree-walker@2.0.2", "", {}, "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="], 840 + 841 + "@tailwindcss/oxide-wasm32-wasi/@emnapi/core": ["@emnapi/core@1.8.1", "", { "dependencies": { "@emnapi/wasi-threads": "1.1.0", "tslib": "^2.4.0" }, "bundled": true }, "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg=="], 842 + 843 + "@tailwindcss/oxide-wasm32-wasi/@emnapi/runtime": ["@emnapi/runtime@1.8.1", "", { "dependencies": { "tslib": "^2.4.0" }, "bundled": true }, "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg=="], 844 + 845 + "@tailwindcss/oxide-wasm32-wasi/@emnapi/wasi-threads": ["@emnapi/wasi-threads@1.1.0", "", { "dependencies": { "tslib": "^2.4.0" }, "bundled": true }, "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ=="], 846 + 847 + "@tailwindcss/oxide-wasm32-wasi/@napi-rs/wasm-runtime": ["@napi-rs/wasm-runtime@1.1.1", "", { "dependencies": { "@emnapi/core": "^1.7.1", "@emnapi/runtime": "^1.7.1", "@tybys/wasm-util": "^0.10.1" }, "bundled": true }, "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A=="], 848 + 849 + "@tailwindcss/oxide-wasm32-wasi/@tybys/wasm-util": ["@tybys/wasm-util@0.10.1", "", { "dependencies": { "tslib": "^2.4.0" }, "bundled": true }, "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg=="], 850 + 851 + "@tailwindcss/oxide-wasm32-wasi/tslib": ["tslib@2.8.1", "", { "bundled": true }, "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="], 750 852 751 853 "ansi-align/string-width": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="], 752 854
+10 -4
package.json
··· 1 1 { 2 2 "name": "", 3 - "type": "module", 4 3 "version": "0.0.1", 5 4 "dependencies": { 6 5 "@astrojs/rss": "^4.0.15", 7 6 "@astrojs/sitemap": "^3.7.0", 8 - "@intergrav/slight.css": "^4.0.0", 7 + "@fontsource-variable/geist": "^5.2.8", 8 + "@fontsource-variable/geist-mono": "^5.2.7", 9 + "@fontsource-variable/source-serif-4": "^5.2.9", 10 + "@fontsource/damion": "^5.2.7", 11 + "@tailwindcss/typography": "^0.5.19", 12 + "@tailwindcss/vite": "^4.1.18", 9 13 "astro": "^5.16.15", 10 14 "markdown-it": "^14.1.0", 11 15 "prettier": "^3.8.1", 12 16 "prettier-plugin-astro": "^0.14.1", 13 - "sanitize-html": "^2.17.0" 14 - } 17 + "sanitize-html": "^2.17.0", 18 + "tailwindcss": "^4.1.18" 19 + }, 20 + "type": "module" 15 21 }
+12
public/devin-wordmark-dark.svg
··· 1 + <svg width="69" height="37" viewBox="0 0 69 37" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 + <path d="M13.1562 22.8281C13.1458 22.849 13.1406 22.875 13.1406 22.9062C13.1406 22.9375 13.1354 22.9635 13.125 22.9844C13.125 23.1719 13.1719 23.3698 13.2656 23.5781C13.3594 23.776 13.5104 23.875 13.7188 23.875C13.8021 23.875 13.8646 23.8646 13.9062 23.8438C14.5 23.6667 15.099 23.3854 15.7031 23C16.3177 22.6146 16.9062 22.1927 17.4688 21.7344C18.0312 21.276 18.5469 20.8073 19.0156 20.3281C19.4948 19.849 19.8906 19.4219 20.2031 19.0469C20.349 18.8698 20.5104 18.7812 20.6875 18.7812C20.8438 18.7812 20.9792 18.8542 21.0938 19C21.2188 19.1458 21.2812 19.3438 21.2812 19.5938C21.2812 19.7917 21.224 20.026 21.1094 20.2969C21.0052 20.5677 20.8281 20.8594 20.5781 21.1719C19.9635 21.849 19.3333 22.5 18.6875 23.125C18.0417 23.75 17.3906 24.3073 16.7344 24.7969C16.0781 25.276 15.4219 25.6615 14.7656 25.9531C14.1198 26.2448 13.4844 26.3906 12.8594 26.3906C12.099 26.3906 11.5 26.1771 11.0625 25.75C10.625 25.3125 10.4062 24.6615 10.4062 23.7969C10.4062 23.7448 10.4062 23.6927 10.4062 23.6406C10.4062 23.5781 10.4115 23.5208 10.4219 23.4688C10.1823 23.9062 9.875 24.3073 9.5 24.6719C9.125 25.026 8.71354 25.3333 8.26562 25.5938C7.81771 25.8438 7.35417 26.0365 6.875 26.1719C6.39583 26.3177 5.93229 26.3906 5.48438 26.3906C5.09896 26.3906 4.74479 26.3385 4.42188 26.2344C4.09896 26.1302 3.81771 25.9635 3.57812 25.7344C3.34896 25.5052 3.16667 25.2135 3.03125 24.8594C2.90625 24.5052 2.84375 24.0781 2.84375 23.5781C2.84375 22.7031 2.97917 21.875 3.25 21.0938C3.52083 20.3021 3.88021 19.5781 4.32812 18.9219C4.77604 18.2552 5.28646 17.6615 5.85938 17.1406C6.44271 16.6094 7.04167 16.1615 7.65625 15.7969C8.28125 15.4219 8.90104 15.1354 9.51562 14.9375C10.1302 14.7396 10.6927 14.6406 11.2031 14.6406C11.7969 14.6406 12.3073 14.7396 12.7344 14.9375C12.9427 15.0417 13.1354 15.1823 13.3125 15.3594C13.3542 15.2656 13.3958 15.1771 13.4375 15.0938C13.5417 14.8438 13.6354 14.6302 13.7188 14.4531C13.8021 14.2656 13.8594 14.1302 13.8906 14.0469C13.9219 13.9531 14.0104 13.7344 14.1562 13.3906C14.3021 13.0469 14.4688 12.6458 14.6562 12.1875C14.8542 11.7188 15.0625 11.2188 15.2812 10.6875C15.5104 10.1562 15.7188 9.65625 15.9062 9.1875C16.0938 8.71875 16.2552 8.31771 16.3906 7.98438C16.526 7.64062 16.6094 7.42188 16.6406 7.32812C16.7135 7.06771 16.8125 6.81771 16.9375 6.57812C17.0625 6.32812 17.2083 6.11458 17.375 5.9375C17.5521 5.75 17.7552 5.60417 17.9844 5.5C18.2135 5.38542 18.474 5.32812 18.7656 5.32812C19.1615 5.32812 19.4896 5.41667 19.75 5.59375C20.0104 5.76042 20.1406 6.08854 20.1406 6.57812C20.1406 6.77604 20.1146 6.97917 20.0625 7.1875C20.0104 7.39583 19.9479 7.59896 19.875 7.79688C19.8125 7.99479 19.7396 8.19271 19.6562 8.39062C19.5833 8.57812 19.5156 8.75521 19.4531 8.92188C18.9323 9.96354 18.3854 11.099 17.8125 12.3281C17.2396 13.5469 16.6719 14.776 16.1094 16.0156C15.5469 17.2552 15.0104 18.4635 14.5 19.6406C13.9896 20.8177 13.5417 21.8802 13.1562 22.8281ZM12.6875 16.7188C12.0625 16.7396 11.4062 16.875 10.7188 17.125C9.92708 17.3958 9.20312 17.8021 8.54688 18.3438C7.89062 18.875 7.33333 19.5312 6.875 20.3125C6.42708 21.0938 6.17188 21.9896 6.10938 23C6.10938 23.4167 6.28646 23.625 6.64062 23.625C7.07812 23.625 7.49479 23.5365 7.89062 23.3594C8.28646 23.1719 8.66146 22.9271 9.01562 22.625C9.38021 22.3125 9.71875 21.9583 10.0312 21.5625C10.3438 21.1667 10.6302 20.7552 10.8906 20.3281C11.1615 19.901 11.401 19.4792 11.6094 19.0625C11.8281 18.6354 12.0156 18.2396 12.1719 17.875C12.224 17.7604 12.2969 17.599 12.3906 17.3906C12.474 17.1927 12.5729 16.9688 12.6875 16.7188ZM25.2188 16.7812C25.1667 16.7708 25.1198 16.7656 25.0781 16.7656C25.0365 16.7656 24.9896 16.7656 24.9375 16.7656C24.5417 16.7656 24.1719 16.8438 23.8281 17C23.4844 17.1562 23.1667 17.3646 22.875 17.625C22.5938 17.875 22.3385 18.1615 22.1094 18.4844C21.8906 18.8073 21.6927 19.1302 21.5156 19.4531C21.3385 19.7656 21.1875 20.0677 21.0625 20.3594C20.9479 20.651 20.8594 20.8958 20.7969 21.0938C21.1615 20.9062 21.5365 20.6927 21.9219 20.4531C22.3177 20.2135 22.6875 19.9844 23.0312 19.7656C23.375 19.5469 23.6719 19.349 23.9219 19.1719C24.1823 18.9948 24.3646 18.875 24.4688 18.8125C24.9375 18.5208 25.2604 18.25 25.4375 18C25.6146 17.7396 25.7031 17.5156 25.7031 17.3281C25.7031 17.1719 25.651 17.0469 25.5469 16.9531C25.4531 16.8594 25.3438 16.8021 25.2188 16.7812ZM25.7812 14.625C26.6458 14.625 27.2917 14.8333 27.7188 15.25C28.1458 15.6667 28.3594 16.2448 28.3594 16.9844C28.3594 17.4219 28.2448 17.8802 28.0156 18.3594C27.7865 18.8385 27.3906 19.3281 26.8281 19.8281C26.2656 20.3177 25.5104 20.8229 24.5625 21.3438C23.625 21.8542 22.4479 22.3698 21.0312 22.8906C21.0833 23.1927 21.2448 23.4323 21.5156 23.6094C21.7865 23.776 22.1458 23.8594 22.5938 23.8594C23.0729 23.8594 23.5833 23.7917 24.125 23.6562C24.6771 23.5104 25.2188 23.3281 25.75 23.1094C26.2917 22.8906 26.8177 22.6562 27.3281 22.4062C27.8385 22.1458 28.2969 21.901 28.7031 21.6719C29.1198 21.4427 29.4635 21.2448 29.7344 21.0781C30.0156 20.9115 30.2031 20.8073 30.2969 20.7656C30.3906 20.7031 30.474 20.6667 30.5469 20.6562C30.6302 20.6458 30.7031 20.6406 30.7656 20.6406C30.8906 20.6406 30.9948 20.6719 31.0781 20.7344C31.1615 20.7865 31.2292 20.8542 31.2812 20.9375C31.3438 21.0104 31.3854 21.0938 31.4062 21.1875C31.4271 21.2708 31.4375 21.3438 31.4375 21.4062C31.4375 21.5 31.4271 21.6146 31.4062 21.75C31.3854 21.875 31.3073 22.0208 31.1719 22.1875C31.1198 22.2396 30.9427 22.3802 30.6406 22.6094C30.349 22.8385 29.9688 23.1094 29.5 23.4219C29.0312 23.7344 28.4844 24.0677 27.8594 24.4219C27.2448 24.7656 26.5885 25.0833 25.8906 25.375C25.2031 25.6667 24.4844 25.9062 23.7344 26.0938C22.9844 26.2917 22.2448 26.3906 21.5156 26.3906C20.8906 26.3906 20.3333 26.2708 19.8438 26.0312C19.3646 25.7917 18.9531 25.4688 18.6094 25.0625C18.276 24.6562 18.0208 24.1875 17.8438 23.6562C17.6667 23.125 17.5781 22.5677 17.5781 21.9844C17.5781 21.5365 17.6667 21.0469 17.8438 20.5156C18.0208 19.974 18.276 19.4323 18.6094 18.8906C18.9427 18.349 19.349 17.8229 19.8281 17.3125C20.3177 16.7917 20.8646 16.3333 21.4688 15.9375C22.0729 15.5417 22.7344 15.224 23.4531 14.9844C24.1823 14.7448 24.9583 14.625 25.7812 14.625ZM43.2812 22.5C42.5 23.0938 41.7188 23.5625 40.9375 23.9062C40.1562 24.2396 39.2917 24.4062 38.3438 24.4062C38.0312 24.4062 37.7292 24.349 37.4375 24.2344C37.1458 24.1198 36.7656 23.9167 36.2969 23.625C35.6094 24.5312 34.9167 25.2188 34.2188 25.6875C33.5312 26.1562 32.8125 26.3906 32.0625 26.3906C31.6979 26.3906 31.349 26.3229 31.0156 26.1875C30.6823 26.0625 30.3906 25.8698 30.1406 25.6094C29.8906 25.349 29.6875 25.026 29.5312 24.6406C29.3854 24.2552 29.3125 23.8073 29.3125 23.2969C29.3125 22.6719 29.3802 22 29.5156 21.2812C29.6615 20.5521 29.8333 19.8438 30.0312 19.1562C30.2292 18.4688 30.4219 17.8333 30.6094 17.25C30.8073 16.6667 30.9635 16.2031 31.0781 15.8594C31.2865 15.4219 31.5469 15.1094 31.8594 14.9219C32.1823 14.724 32.4948 14.625 32.7969 14.625C32.9323 14.625 33.0677 14.651 33.2031 14.7031C33.349 14.7448 33.4792 14.8073 33.5938 14.8906C33.7083 14.974 33.8021 15.0729 33.875 15.1875C33.9479 15.3021 33.9844 15.4271 33.9844 15.5625C33.9844 15.6771 33.9635 15.776 33.9219 15.8594C33.7656 16.3594 33.5781 16.9062 33.3594 17.5C33.151 18.0833 32.9531 18.6719 32.7656 19.2656C32.5781 19.8594 32.4167 20.4427 32.2812 21.0156C32.1562 21.5781 32.0938 22.0938 32.0938 22.5625C32.0938 22.6354 32.1042 22.7344 32.125 22.8594C32.1458 22.974 32.1719 23.0885 32.2031 23.2031C32.2344 23.3073 32.276 23.401 32.3281 23.4844C32.3802 23.5573 32.4375 23.5938 32.5 23.5938C32.7708 23.5938 33.0729 23.4427 33.4062 23.1406C33.7396 22.8385 34.1042 22.4219 34.5 21.8906C34.8438 21.526 35.1667 21.099 35.4688 20.6094C35.7812 20.1094 36.0729 19.599 36.3438 19.0781C36.625 18.5573 36.8906 18.0469 37.1406 17.5469C37.401 17.0365 37.651 16.5833 37.8906 16.1875C38.1406 15.7812 38.3854 15.4583 38.625 15.2188C38.8646 14.9688 39.1094 14.8438 39.3594 14.8438C39.7865 14.8438 40.0885 14.9844 40.2656 15.2656C40.4427 15.5365 40.5312 15.8646 40.5312 16.25C40.5312 16.6875 40.4583 17.0885 40.3125 17.4531C40.1771 17.8177 39.9896 18.1979 39.75 18.5938C39.5104 18.9792 39.224 19.4115 38.8906 19.8906C38.5677 20.3594 38.2135 20.9219 37.8281 21.5781C37.9948 21.7969 38.2552 21.9062 38.6094 21.9062C38.9844 21.9062 39.3698 21.8594 39.7656 21.7656C40.1719 21.6719 40.5729 21.5417 40.9688 21.375C41.3646 21.1979 41.7552 20.9896 42.1406 20.75C42.5365 20.5 42.9167 20.2292 43.2812 19.9375C43.4375 19.8438 43.5833 19.7969 43.7188 19.7969C43.9062 19.7969 44.0573 19.8802 44.1719 20.0469C44.2969 20.2135 44.3594 20.4271 44.3594 20.6875C44.3594 20.9688 44.276 21.276 44.1094 21.6094C43.9427 21.9323 43.6667 22.2292 43.2812 22.5ZM46.0312 12.4844C46.0312 12.2448 46.0729 12 46.1562 11.75C46.25 11.4896 46.3854 11.2552 46.5625 11.0469C46.7396 10.8385 46.9583 10.6667 47.2188 10.5312C47.4896 10.3958 47.8073 10.3281 48.1719 10.3281C48.776 10.3281 49.1979 10.4479 49.4375 10.6875C49.6771 10.9167 49.7969 11.2083 49.7969 11.5625C49.7969 11.7604 49.7552 11.9792 49.6719 12.2188C49.599 12.4583 49.4844 12.6823 49.3281 12.8906C49.1719 13.0885 48.9688 13.2552 48.7188 13.3906C48.4688 13.526 48.1719 13.5938 47.8281 13.5938C47.1823 13.5938 46.7292 13.4948 46.4688 13.2969C46.2083 13.0885 46.0625 12.8177 46.0312 12.4844ZM44.3125 16C44.4896 15.7083 44.6927 15.5 44.9219 15.375C45.151 15.25 45.3854 15.1875 45.625 15.1875C46.0208 15.1875 46.3594 15.3177 46.6406 15.5781C46.9323 15.8281 47.0781 16.151 47.0781 16.5469C47.0677 16.6406 47.0521 16.7344 47.0312 16.8281C47.0208 16.9219 46.9896 17.0156 46.9375 17.1094C46.7917 17.3802 46.6719 17.6094 46.5781 17.7969C46.4844 17.9844 46.3958 18.1615 46.3125 18.3281C46.2396 18.4844 46.1667 18.6406 46.0938 18.7969C46.0208 18.9531 45.9323 19.1406 45.8281 19.3594C45.7031 19.6198 45.5625 19.9062 45.4062 20.2188C45.25 20.5208 45.099 20.8333 44.9531 21.1562C44.8177 21.4792 44.6979 21.7969 44.5938 22.1094C44.5 22.4219 44.4531 22.7083 44.4531 22.9688C44.4531 23.25 44.5208 23.4375 44.6562 23.5312C44.8021 23.6146 45.0052 23.6562 45.2656 23.6562C45.5573 23.6562 45.8594 23.5938 46.1719 23.4688C46.4948 23.3438 46.8177 23.1823 47.1406 22.9844C47.4635 22.7865 47.7812 22.5625 48.0938 22.3125C48.4062 22.0521 48.6979 21.7917 48.9688 21.5312C49.25 21.2708 49.5052 21.0208 49.7344 20.7812C49.974 20.5417 50.1719 20.3281 50.3281 20.1406C50.5365 19.9427 50.7448 19.8438 50.9531 19.8438C51.1406 19.8438 51.2917 19.9271 51.4062 20.0938C51.5312 20.2604 51.5938 20.474 51.5938 20.7344C51.5938 20.974 51.5312 21.2292 51.4062 21.5C51.2917 21.7708 51.099 22.026 50.8281 22.2656C50.2969 22.8073 49.7552 23.3281 49.2031 23.8281C48.651 24.3177 48.0833 24.7552 47.5 25.1406C46.9271 25.5156 46.349 25.8177 45.7656 26.0469C45.1823 26.276 44.5938 26.3906 44 26.3906C43.1562 26.3906 42.4896 26.1771 42 25.75C41.5208 25.3125 41.2812 24.6354 41.2812 23.7188C41.2812 23.2396 41.349 22.7708 41.4844 22.3125C41.6198 21.8542 41.7812 21.4115 41.9688 20.9844C42.1562 20.5469 42.3542 20.1302 42.5625 19.7344C42.7708 19.3281 42.9479 18.9427 43.0938 18.5781C43.1458 18.4427 43.2344 18.2344 43.3594 17.9531C43.4948 17.6719 43.6354 17.3854 43.7812 17.0938C43.9479 16.75 44.125 16.3854 44.3125 16ZM52.2656 16.5156C52.474 16.0677 52.7344 15.7344 53.0469 15.5156C53.3594 15.2969 53.6667 15.1875 53.9688 15.1875C54.2188 15.1875 54.4427 15.2812 54.6406 15.4688C54.8385 15.6458 54.9375 15.9115 54.9375 16.2656C54.9375 16.401 54.9219 16.5469 54.8906 16.7031C54.8594 16.8594 54.8021 17.026 54.7188 17.2031C54.9479 16.9115 55.276 16.6146 55.7031 16.3125C56.1302 16 56.599 15.724 57.1094 15.4844C57.6302 15.2344 58.1615 15.0312 58.7031 14.875C59.2552 14.7188 59.776 14.6406 60.2656 14.6406C60.8177 14.6406 61.276 14.776 61.6406 15.0469C62.0156 15.3073 62.2031 15.7552 62.2031 16.3906C62.2031 16.7656 62.1458 17.1562 62.0312 17.5625C61.9167 17.9688 61.7656 18.375 61.5781 18.7812C61.401 19.1875 61.1979 19.5885 60.9688 19.9844C60.75 20.3698 60.5312 20.7344 60.3125 21.0781C60.0938 21.4219 59.8906 21.7396 59.7031 22.0312C59.526 22.3125 59.3854 22.5469 59.2812 22.7344C59.1458 22.901 59.0781 23.0938 59.0781 23.3125C59.0781 23.3958 59.1042 23.4688 59.1562 23.5312C59.2083 23.5938 59.2917 23.625 59.4062 23.625C59.4792 23.625 59.5625 23.6198 59.6562 23.6094C59.75 23.5885 59.8646 23.5312 60 23.4375C60.5625 23.2292 61.1354 22.9688 61.7188 22.6562C62.3125 22.3438 62.8802 22.0156 63.4219 21.6719C63.9635 21.3177 64.4583 20.9688 64.9062 20.625C65.3646 20.2708 65.7448 19.9531 66.0469 19.6719C66.1302 19.599 66.2135 19.5469 66.2969 19.5156C66.3802 19.4844 66.4583 19.4688 66.5312 19.4688C66.7083 19.4688 66.8438 19.5365 66.9375 19.6719C67.0417 19.8073 67.0938 19.9792 67.0938 20.1875C67.0938 20.5104 66.9896 20.8698 66.7812 21.2656C66.5833 21.6615 66.2656 22.0312 65.8281 22.375C65.2344 22.8021 64.6875 23.1927 64.1875 23.5469C63.6979 23.901 63.1927 24.2344 62.6719 24.5469C62.1615 24.849 61.6094 25.1354 61.0156 25.4062C60.4323 25.6667 59.7448 25.9115 58.9531 26.1406C58.6823 26.224 58.4323 26.2865 58.2031 26.3281C57.9844 26.3698 57.7812 26.3906 57.5938 26.3906C57.0417 26.3906 56.6354 26.2396 56.375 25.9375C56.125 25.625 56 25.1927 56 24.6406C56 24.5677 56 24.5 56 24.4375C56.0104 24.3646 56.0208 24.2865 56.0312 24.2031C56.0521 23.8802 56.1354 23.526 56.2812 23.1406C56.4375 22.7552 56.6198 22.3594 56.8281 21.9531C57.0469 21.5469 57.276 21.1458 57.5156 20.75C57.7552 20.3438 57.974 19.9635 58.1719 19.6094C58.3802 19.2448 58.5521 18.9219 58.6875 18.6406C58.8229 18.3594 58.8906 18.1302 58.8906 17.9531C58.8906 17.7969 58.8438 17.6667 58.75 17.5625C58.6667 17.4479 58.5365 17.3906 58.3594 17.3906C57.6927 17.3906 57.0573 17.5885 56.4531 17.9844C55.8594 18.3802 55.3021 18.8698 54.7812 19.4531C54.2604 20.026 53.7812 20.6354 53.3438 21.2812C52.9062 21.9271 52.5208 22.5052 52.1875 23.0156C51.9792 23.3594 51.7865 23.7292 51.6094 24.125C51.4427 24.5104 51.2656 24.875 51.0781 25.2188C50.8906 25.5521 50.6771 25.8281 50.4375 26.0469C50.2083 26.276 49.9167 26.3906 49.5625 26.3906C49.1979 26.3906 48.9115 26.276 48.7031 26.0469C48.4948 25.8177 48.3906 25.5365 48.3906 25.2031C48.3906 25.026 48.4635 24.7396 48.6094 24.3438C48.7552 23.9479 48.9427 23.4896 49.1719 22.9688C49.401 22.4479 49.6562 21.8906 49.9375 21.2969C50.2292 20.6927 50.5156 20.099 50.7969 19.5156C51.0885 18.9219 51.3646 18.3646 51.625 17.8438C51.8854 17.3229 52.099 16.8802 52.2656 16.5156Z" fill="#EDEDFB"/> 3 + <mask id="mask0_4_15" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="0" width="43" height="37"> 4 + <ellipse cx="23.5" cy="14.5" rx="23.5" ry="14.5" transform="matrix(0.819152 -0.573576 0.573852 0.818959 -5 20)" fill="#E3E3F6"/> 5 + </mask> 6 + <g mask="url(#mask0_4_15)"> 7 + <path d="M50 -1L30 43H18L38 -1H50Z" fill="#595DC7"/> 8 + <path d="M38 -1L18 43H6L26 -1H38Z" fill="#7FB158"/> 9 + <path d="M26 -1L6 43H-7L13 -1H26Z" fill="#BD6161"/> 10 + </g> 11 + <path fill-rule="evenodd" clip-rule="evenodd" d="M39.4872 21.8241C43.734 15.7756 44.8809 9.28368 41.821 4.91681C37.2255 -1.64152 24.8816 -0.92332 14.2501 6.52095C3.61855 13.9652 -1.27462 25.3166 3.32086 31.8749C7.91635 38.4332 20.2603 37.715 30.8918 30.2708C33.4733 28.4632 35.7165 26.4252 37.5676 24.2815C37.524 24.267 37.4806 24.2513 37.4375 24.2344C37.1458 24.1198 36.7656 23.9167 36.2969 23.625C35.6094 24.5312 34.9167 25.2187 34.2188 25.6875C33.5313 26.1562 32.8125 26.3906 32.0625 26.3906C31.6979 26.3906 31.349 26.3229 31.0156 26.1875C30.6823 26.0625 30.3906 25.8698 30.1406 25.6094C29.8906 25.349 29.6875 25.026 29.5313 24.6406C29.4092 24.318 29.3382 23.9517 29.3183 23.5415C28.8916 23.8191 28.4053 24.1125 27.8594 24.4219C27.2448 24.7656 26.5885 25.0833 25.8906 25.375C25.2031 25.6667 24.4844 25.9062 23.7344 26.0937C22.9844 26.2917 22.2448 26.3906 21.5156 26.3906C20.8906 26.3906 20.3333 26.2708 19.8438 26.0312C19.3646 25.7917 18.9531 25.4687 18.6094 25.0625C18.3155 24.7044 18.0824 24.2977 17.91 23.8425C17.52 24.185 17.1281 24.5031 16.7344 24.7969C16.0781 25.276 15.4219 25.6615 14.7656 25.9531C14.1198 26.2448 13.4844 26.3906 12.8594 26.3906C12.099 26.3906 11.5 26.1771 11.0625 25.75C10.625 25.3125 10.4063 24.6615 10.4063 23.7969V23.6406C10.4063 23.5781 10.4115 23.5208 10.4219 23.4687C10.1823 23.9062 9.875 24.3073 9.5 24.6719C9.125 25.026 8.71354 25.3333 8.26563 25.5937C7.81771 25.8437 7.35417 26.0365 6.875 26.1719C6.39583 26.3177 5.93229 26.3906 5.48438 26.3906C5.09896 26.3906 4.74479 26.3385 4.42188 26.2344C4.09896 26.1302 3.81771 25.9635 3.57813 25.7344C3.34896 25.5052 3.16667 25.2135 3.03125 24.8594C2.90625 24.5052 2.84375 24.0781 2.84375 23.5781C2.84375 22.7031 2.97917 21.875 3.25 21.0937C3.52084 20.3021 3.88021 19.5781 4.32813 18.9219C4.77604 18.2552 5.28646 17.6615 5.85938 17.1406C6.44271 16.6094 7.04167 16.1615 7.65625 15.7969C8.28125 15.4219 8.90104 15.1354 9.51563 14.9375C10.1302 14.7396 10.6927 14.6406 11.2031 14.6406C11.7969 14.6406 12.3073 14.7396 12.7344 14.9375C12.9427 15.0417 13.1354 15.1823 13.3125 15.3594C13.3542 15.2656 13.3958 15.1771 13.4375 15.0937C13.5417 14.8437 13.6354 14.6302 13.7188 14.4531C13.8021 14.2656 13.8594 14.1302 13.8906 14.0469C13.9219 13.9531 14.0104 13.7344 14.1563 13.3906C14.3021 13.0469 14.4688 12.6458 14.6563 12.1875C14.8542 11.7187 15.0625 11.2187 15.2813 10.6875C15.5104 10.1562 15.7188 9.65625 15.9063 9.1875C16.0938 8.71875 16.2552 8.31771 16.3906 7.98437C16.526 7.64062 16.6094 7.42187 16.6406 7.32812C16.7135 7.06771 16.8125 6.81771 16.9375 6.57812C17.0625 6.32812 17.2083 6.11458 17.375 5.9375C17.5521 5.75 17.7552 5.60416 17.9844 5.5C18.2135 5.38541 18.474 5.32812 18.7656 5.32812C19.1615 5.32812 19.4896 5.41666 19.75 5.59375C20.0104 5.76041 20.1406 6.08854 20.1406 6.57812C20.1406 6.77604 20.1146 6.97916 20.0625 7.1875C20.0104 7.39583 19.9479 7.59896 19.875 7.79687C19.8125 7.99479 19.7396 8.19271 19.6563 8.39062C19.5833 8.57812 19.5156 8.75521 19.4531 8.92187C18.9323 9.96354 18.3854 11.099 17.8125 12.3281C17.2396 13.5469 16.6719 14.776 16.1094 16.0156C15.5469 17.2552 15.0104 18.4635 14.5 19.6406C13.9896 20.8177 13.5417 21.8802 13.1563 22.8281C13.1458 22.849 13.1406 22.875 13.1406 22.9062C13.1406 22.9375 13.1354 22.9635 13.125 22.9844C13.125 23.1719 13.1719 23.3698 13.2656 23.5781C13.3594 23.776 13.5104 23.875 13.7188 23.875C13.8021 23.875 13.8646 23.8646 13.9063 23.8437C14.5 23.6667 15.099 23.3854 15.7031 23C16.3177 22.6146 16.9063 22.1927 17.4688 21.7344C17.5114 21.6997 17.5537 21.6649 17.5957 21.6301C17.6296 21.2816 17.7123 20.9101 17.8438 20.5156C18.0208 19.974 18.276 19.4323 18.6094 18.8906C18.9427 18.349 19.349 17.8229 19.8281 17.3125C20.3177 16.7917 20.8646 16.3333 21.4688 15.9375C22.0729 15.5417 22.7344 15.224 23.4531 14.9844C24.1823 14.7448 24.9583 14.625 25.7813 14.625C26.6458 14.625 27.2917 14.8333 27.7188 15.25C28.1458 15.6667 28.3594 16.2448 28.3594 16.9844C28.3594 17.4219 28.2448 17.8802 28.0156 18.3594C27.7865 18.8385 27.3906 19.3281 26.8281 19.8281C26.2656 20.3177 25.5104 20.8229 24.5625 21.3437C23.625 21.8542 22.4479 22.3698 21.0313 22.8906C21.0833 23.1927 21.2448 23.4323 21.5156 23.6094C21.7865 23.776 22.1458 23.8594 22.5938 23.8594C23.0729 23.8594 23.5833 23.7917 24.125 23.6562C24.6771 23.5104 25.2188 23.3281 25.75 23.1094C26.2917 22.8906 26.8177 22.6562 27.3281 22.4062C27.8385 22.1458 28.2969 21.901 28.7031 21.6719C29.0221 21.4964 29.2984 21.3393 29.5319 21.2005C29.6742 20.4997 29.8407 19.8183 30.0313 19.1562C30.2292 18.4687 30.4219 17.8333 30.6094 17.25C30.8073 16.6667 30.9635 16.2031 31.0781 15.8594C31.2865 15.4219 31.5469 15.1094 31.8594 14.9219C32.1823 14.724 32.4948 14.625 32.7969 14.625C32.9323 14.625 33.0677 14.651 33.2031 14.7031C33.349 14.7448 33.4792 14.8073 33.5938 14.8906C33.7083 14.974 33.8021 15.0729 33.875 15.1875C33.9479 15.3021 33.9844 15.4271 33.9844 15.5625C33.9844 15.6771 33.9635 15.776 33.9219 15.8594C33.7656 16.3594 33.5781 16.9062 33.3594 17.5C33.151 18.0833 32.9531 18.6719 32.7656 19.2656C32.5781 19.8594 32.4167 20.4427 32.2813 21.0156C32.1563 21.5781 32.0938 22.0937 32.0938 22.5625C32.0938 22.6354 32.1042 22.7344 32.125 22.8594C32.1458 22.974 32.1719 23.0885 32.2031 23.2031C32.2344 23.3073 32.276 23.401 32.3281 23.4844C32.3802 23.5573 32.4375 23.5937 32.5 23.5937C32.7708 23.5937 33.0729 23.4427 33.4063 23.1406C33.7396 22.8385 34.1042 22.4219 34.5 21.8906C34.8438 21.526 35.1667 21.099 35.4688 20.6094C35.7812 20.1094 36.0729 19.599 36.3438 19.0781C36.625 18.5573 36.8906 18.0469 37.1406 17.5469C37.401 17.0365 37.651 16.5833 37.8906 16.1875C38.1406 15.7812 38.3854 15.4583 38.625 15.2187C38.8646 14.9687 39.1094 14.8437 39.3594 14.8437C39.7865 14.8437 40.0885 14.9844 40.2656 15.2656C40.4427 15.5365 40.5312 15.8646 40.5312 16.25C40.5312 16.6875 40.4583 17.0885 40.3125 17.4531C40.1771 17.8177 39.9896 18.1979 39.75 18.5937C39.5104 18.9792 39.224 19.4115 38.8906 19.8906C38.5677 20.3594 38.2135 20.9219 37.8281 21.5781C37.9948 21.7969 38.2552 21.9062 38.6094 21.9062C38.8959 21.9062 39.1885 21.8789 39.4872 21.8241ZM20.976 20.5838C21.0291 20.4857 21.0735 20.39 21.1094 20.2969C21.144 20.215 21.1734 20.1365 21.1975 20.0614C21.2921 19.8632 21.3981 19.6605 21.5156 19.4531C21.6927 19.1302 21.8906 18.8073 22.1094 18.4844C22.3385 18.1615 22.5938 17.875 22.875 17.625C23.1667 17.3646 23.4844 17.1562 23.8281 17C24.1719 16.8437 24.5417 16.7656 24.9375 16.7656H25.0781C25.1198 16.7656 25.1667 16.7708 25.2188 16.7812C25.3438 16.8021 25.4531 16.8594 25.5469 16.9531C25.651 17.0469 25.7031 17.1719 25.7031 17.3281C25.7031 17.5156 25.6146 17.7396 25.4375 18C25.2604 18.25 24.9375 18.5208 24.4688 18.8125C24.3646 18.875 24.1823 18.9948 23.9219 19.1719C23.6719 19.349 23.375 19.5469 23.0313 19.7656C22.6875 19.9844 22.3177 20.2135 21.9219 20.4531C21.5365 20.6927 21.1615 20.9062 20.7969 21.0937C20.8426 20.9489 20.9023 20.7789 20.976 20.5838ZM10.7188 17.125C11.4063 16.875 12.0625 16.7396 12.6875 16.7187C12.5729 16.9687 12.474 17.1927 12.3906 17.3906C12.2969 17.599 12.224 17.7604 12.1719 17.875C12.0156 18.2396 11.8281 18.6354 11.6094 19.0625C11.401 19.4792 11.1615 19.901 10.8906 20.3281C10.6302 20.7552 10.3438 21.1667 10.0313 21.5625C9.71875 21.9583 9.38021 22.3125 9.01563 22.625C8.66146 22.9271 8.28646 23.1719 7.89063 23.3594C7.49479 23.5365 7.07813 23.625 6.64063 23.625C6.28646 23.625 6.10938 23.4167 6.10938 23C6.17188 21.9896 6.42708 21.0937 6.875 20.3125C7.33333 19.5312 7.89063 18.875 8.54688 18.3437C9.20313 17.8021 9.92708 17.3958 10.7188 17.125Z" fill="#EDEDFB"/> 12 + </svg>
+19
public/devin-wordmark-light.svg
··· 1 + <svg width="69" height="37" viewBox="0 0 69 37" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 + <g clip-path="url(#clip0_1_99)"> 3 + <path d="M13.1562 22.8281C13.1458 22.849 13.1406 22.875 13.1406 22.9062C13.1406 22.9375 13.1354 22.9635 13.125 22.9844C13.125 23.1719 13.1719 23.3698 13.2656 23.5781C13.3594 23.776 13.5104 23.875 13.7188 23.875C13.8021 23.875 13.8646 23.8646 13.9062 23.8438C14.5 23.6667 15.099 23.3854 15.7031 23C16.3177 22.6146 16.9062 22.1927 17.4688 21.7344C18.0312 21.276 18.5469 20.8073 19.0156 20.3281C19.4948 19.849 19.8906 19.4219 20.2031 19.0469C20.349 18.8698 20.5104 18.7812 20.6875 18.7812C20.8438 18.7812 20.9792 18.8542 21.0938 19C21.2188 19.1458 21.2812 19.3438 21.2812 19.5938C21.2812 19.7917 21.224 20.026 21.1094 20.2969C21.0052 20.5677 20.8281 20.8594 20.5781 21.1719C19.9635 21.849 19.3333 22.5 18.6875 23.125C18.0417 23.75 17.3906 24.3073 16.7344 24.7969C16.0781 25.276 15.4219 25.6615 14.7656 25.9531C14.1198 26.2448 13.4844 26.3906 12.8594 26.3906C12.099 26.3906 11.5 26.1771 11.0625 25.75C10.625 25.3125 10.4062 24.6615 10.4062 23.7969C10.4062 23.7448 10.4062 23.6927 10.4062 23.6406C10.4062 23.5781 10.4115 23.5208 10.4219 23.4688C10.1823 23.9062 9.875 24.3073 9.5 24.6719C9.125 25.026 8.71354 25.3333 8.26562 25.5938C7.81771 25.8438 7.35417 26.0365 6.875 26.1719C6.39583 26.3177 5.93229 26.3906 5.48438 26.3906C5.09896 26.3906 4.74479 26.3385 4.42188 26.2344C4.09896 26.1302 3.81771 25.9635 3.57812 25.7344C3.34896 25.5052 3.16667 25.2135 3.03125 24.8594C2.90625 24.5052 2.84375 24.0781 2.84375 23.5781C2.84375 22.7031 2.97917 21.875 3.25 21.0938C3.52083 20.3021 3.88021 19.5781 4.32812 18.9219C4.77604 18.2552 5.28646 17.6615 5.85938 17.1406C6.44271 16.6094 7.04167 16.1615 7.65625 15.7969C8.28125 15.4219 8.90104 15.1354 9.51562 14.9375C10.1302 14.7396 10.6927 14.6406 11.2031 14.6406C11.7969 14.6406 12.3073 14.7396 12.7344 14.9375C12.9427 15.0417 13.1354 15.1823 13.3125 15.3594C13.3542 15.2656 13.3958 15.1771 13.4375 15.0938C13.5417 14.8438 13.6354 14.6302 13.7188 14.4531C13.8021 14.2656 13.8594 14.1302 13.8906 14.0469C13.9219 13.9531 14.0104 13.7344 14.1562 13.3906C14.3021 13.0469 14.4688 12.6458 14.6562 12.1875C14.8542 11.7188 15.0625 11.2188 15.2812 10.6875C15.5104 10.1562 15.7188 9.65625 15.9062 9.1875C16.0938 8.71875 16.2552 8.31771 16.3906 7.98438C16.526 7.64062 16.6094 7.42188 16.6406 7.32812C16.7135 7.06771 16.8125 6.81771 16.9375 6.57812C17.0625 6.32812 17.2083 6.11458 17.375 5.9375C17.5521 5.75 17.7552 5.60417 17.9844 5.5C18.2135 5.38542 18.474 5.32812 18.7656 5.32812C19.1615 5.32812 19.4896 5.41667 19.75 5.59375C20.0104 5.76042 20.1406 6.08854 20.1406 6.57812C20.1406 6.77604 20.1146 6.97917 20.0625 7.1875C20.0104 7.39583 19.9479 7.59896 19.875 7.79688C19.8125 7.99479 19.7396 8.19271 19.6562 8.39062C19.5833 8.57812 19.5156 8.75521 19.4531 8.92188C18.9323 9.96354 18.3854 11.099 17.8125 12.3281C17.2396 13.5469 16.6719 14.776 16.1094 16.0156C15.5469 17.2552 15.0104 18.4635 14.5 19.6406C13.9896 20.8177 13.5417 21.8802 13.1562 22.8281ZM12.6875 16.7188C12.0625 16.7396 11.4062 16.875 10.7188 17.125C9.92708 17.3958 9.20312 17.8021 8.54688 18.3438C7.89062 18.875 7.33333 19.5312 6.875 20.3125C6.42708 21.0938 6.17188 21.9896 6.10938 23C6.10938 23.4167 6.28646 23.625 6.64062 23.625C7.07812 23.625 7.49479 23.5365 7.89062 23.3594C8.28646 23.1719 8.66146 22.9271 9.01562 22.625C9.38021 22.3125 9.71875 21.9583 10.0312 21.5625C10.3438 21.1667 10.6302 20.7552 10.8906 20.3281C11.1615 19.901 11.401 19.4792 11.6094 19.0625C11.8281 18.6354 12.0156 18.2396 12.1719 17.875C12.224 17.7604 12.2969 17.599 12.3906 17.3906C12.474 17.1927 12.5729 16.9688 12.6875 16.7188ZM25.2188 16.7812C25.1667 16.7708 25.1198 16.7656 25.0781 16.7656C25.0365 16.7656 24.9896 16.7656 24.9375 16.7656C24.5417 16.7656 24.1719 16.8438 23.8281 17C23.4844 17.1562 23.1667 17.3646 22.875 17.625C22.5938 17.875 22.3385 18.1615 22.1094 18.4844C21.8906 18.8073 21.6927 19.1302 21.5156 19.4531C21.3385 19.7656 21.1875 20.0677 21.0625 20.3594C20.9479 20.651 20.8594 20.8958 20.7969 21.0938C21.1615 20.9062 21.5365 20.6927 21.9219 20.4531C22.3177 20.2135 22.6875 19.9844 23.0312 19.7656C23.375 19.5469 23.6719 19.349 23.9219 19.1719C24.1823 18.9948 24.3646 18.875 24.4688 18.8125C24.9375 18.5208 25.2604 18.25 25.4375 18C25.6146 17.7396 25.7031 17.5156 25.7031 17.3281C25.7031 17.1719 25.651 17.0469 25.5469 16.9531C25.4531 16.8594 25.3438 16.8021 25.2188 16.7812ZM25.7812 14.625C26.6458 14.625 27.2917 14.8333 27.7188 15.25C28.1458 15.6667 28.3594 16.2448 28.3594 16.9844C28.3594 17.4219 28.2448 17.8802 28.0156 18.3594C27.7865 18.8385 27.3906 19.3281 26.8281 19.8281C26.2656 20.3177 25.5104 20.8229 24.5625 21.3438C23.625 21.8542 22.4479 22.3698 21.0312 22.8906C21.0833 23.1927 21.2448 23.4323 21.5156 23.6094C21.7865 23.776 22.1458 23.8594 22.5938 23.8594C23.0729 23.8594 23.5833 23.7917 24.125 23.6562C24.6771 23.5104 25.2188 23.3281 25.75 23.1094C26.2917 22.8906 26.8177 22.6562 27.3281 22.4062C27.8385 22.1458 28.2969 21.901 28.7031 21.6719C29.1198 21.4427 29.4635 21.2448 29.7344 21.0781C30.0156 20.9115 30.2031 20.8073 30.2969 20.7656C30.3906 20.7031 30.474 20.6667 30.5469 20.6562C30.6302 20.6458 30.7031 20.6406 30.7656 20.6406C30.8906 20.6406 30.9948 20.6719 31.0781 20.7344C31.1615 20.7865 31.2292 20.8542 31.2812 20.9375C31.3438 21.0104 31.3854 21.0938 31.4062 21.1875C31.4271 21.2708 31.4375 21.3438 31.4375 21.4062C31.4375 21.5 31.4271 21.6146 31.4062 21.75C31.3854 21.875 31.3073 22.0208 31.1719 22.1875C31.1198 22.2396 30.9427 22.3802 30.6406 22.6094C30.349 22.8385 29.9688 23.1094 29.5 23.4219C29.0312 23.7344 28.4844 24.0677 27.8594 24.4219C27.2448 24.7656 26.5885 25.0833 25.8906 25.375C25.2031 25.6667 24.4844 25.9062 23.7344 26.0938C22.9844 26.2917 22.2448 26.3906 21.5156 26.3906C20.8906 26.3906 20.3333 26.2708 19.8438 26.0312C19.3646 25.7917 18.9531 25.4688 18.6094 25.0625C18.276 24.6562 18.0208 24.1875 17.8438 23.6562C17.6667 23.125 17.5781 22.5677 17.5781 21.9844C17.5781 21.5365 17.6667 21.0469 17.8438 20.5156C18.0208 19.974 18.276 19.4323 18.6094 18.8906C18.9427 18.349 19.349 17.8229 19.8281 17.3125C20.3177 16.7917 20.8646 16.3333 21.4688 15.9375C22.0729 15.5417 22.7344 15.224 23.4531 14.9844C24.1823 14.7448 24.9583 14.625 25.7812 14.625ZM43.2812 22.5C42.5 23.0938 41.7188 23.5625 40.9375 23.9062C40.1562 24.2396 39.2917 24.4062 38.3438 24.4062C38.0312 24.4062 37.7292 24.349 37.4375 24.2344C37.1458 24.1198 36.7656 23.9167 36.2969 23.625C35.6094 24.5312 34.9167 25.2188 34.2188 25.6875C33.5312 26.1562 32.8125 26.3906 32.0625 26.3906C31.6979 26.3906 31.349 26.3229 31.0156 26.1875C30.6823 26.0625 30.3906 25.8698 30.1406 25.6094C29.8906 25.349 29.6875 25.026 29.5312 24.6406C29.3854 24.2552 29.3125 23.8073 29.3125 23.2969C29.3125 22.6719 29.3802 22 29.5156 21.2812C29.6615 20.5521 29.8333 19.8438 30.0312 19.1562C30.2292 18.4688 30.4219 17.8333 30.6094 17.25C30.8073 16.6667 30.9635 16.2031 31.0781 15.8594C31.2865 15.4219 31.5469 15.1094 31.8594 14.9219C32.1823 14.724 32.4948 14.625 32.7969 14.625C32.9323 14.625 33.0677 14.651 33.2031 14.7031C33.349 14.7448 33.4792 14.8073 33.5938 14.8906C33.7083 14.974 33.8021 15.0729 33.875 15.1875C33.9479 15.3021 33.9844 15.4271 33.9844 15.5625C33.9844 15.6771 33.9635 15.776 33.9219 15.8594C33.7656 16.3594 33.5781 16.9062 33.3594 17.5C33.151 18.0833 32.9531 18.6719 32.7656 19.2656C32.5781 19.8594 32.4167 20.4427 32.2812 21.0156C32.1562 21.5781 32.0938 22.0938 32.0938 22.5625C32.0938 22.6354 32.1042 22.7344 32.125 22.8594C32.1458 22.974 32.1719 23.0885 32.2031 23.2031C32.2344 23.3073 32.276 23.401 32.3281 23.4844C32.3802 23.5573 32.4375 23.5938 32.5 23.5938C32.7708 23.5938 33.0729 23.4427 33.4062 23.1406C33.7396 22.8385 34.1042 22.4219 34.5 21.8906C34.8438 21.526 35.1667 21.099 35.4688 20.6094C35.7812 20.1094 36.0729 19.599 36.3438 19.0781C36.625 18.5573 36.8906 18.0469 37.1406 17.5469C37.401 17.0365 37.651 16.5833 37.8906 16.1875C38.1406 15.7812 38.3854 15.4583 38.625 15.2188C38.8646 14.9688 39.1094 14.8438 39.3594 14.8438C39.7865 14.8438 40.0885 14.9844 40.2656 15.2656C40.4427 15.5365 40.5312 15.8646 40.5312 16.25C40.5312 16.6875 40.4583 17.0885 40.3125 17.4531C40.1771 17.8177 39.9896 18.1979 39.75 18.5938C39.5104 18.9792 39.224 19.4115 38.8906 19.8906C38.5677 20.3594 38.2135 20.9219 37.8281 21.5781C37.9948 21.7969 38.2552 21.9062 38.6094 21.9062C38.9844 21.9062 39.3698 21.8594 39.7656 21.7656C40.1719 21.6719 40.5729 21.5417 40.9688 21.375C41.3646 21.1979 41.7552 20.9896 42.1406 20.75C42.5365 20.5 42.9167 20.2292 43.2812 19.9375C43.4375 19.8438 43.5833 19.7969 43.7188 19.7969C43.9062 19.7969 44.0573 19.8802 44.1719 20.0469C44.2969 20.2135 44.3594 20.4271 44.3594 20.6875C44.3594 20.9688 44.276 21.276 44.1094 21.6094C43.9427 21.9323 43.6667 22.2292 43.2812 22.5ZM46.0312 12.4844C46.0312 12.2448 46.0729 12 46.1562 11.75C46.25 11.4896 46.3854 11.2552 46.5625 11.0469C46.7396 10.8385 46.9583 10.6667 47.2188 10.5312C47.4896 10.3958 47.8073 10.3281 48.1719 10.3281C48.776 10.3281 49.1979 10.4479 49.4375 10.6875C49.6771 10.9167 49.7969 11.2083 49.7969 11.5625C49.7969 11.7604 49.7552 11.9792 49.6719 12.2188C49.599 12.4583 49.4844 12.6823 49.3281 12.8906C49.1719 13.0885 48.9688 13.2552 48.7188 13.3906C48.4688 13.526 48.1719 13.5938 47.8281 13.5938C47.1823 13.5938 46.7292 13.4948 46.4688 13.2969C46.2083 13.0885 46.0625 12.8177 46.0312 12.4844ZM44.3125 16C44.4896 15.7083 44.6927 15.5 44.9219 15.375C45.151 15.25 45.3854 15.1875 45.625 15.1875C46.0208 15.1875 46.3594 15.3177 46.6406 15.5781C46.9323 15.8281 47.0781 16.151 47.0781 16.5469C47.0677 16.6406 47.0521 16.7344 47.0312 16.8281C47.0208 16.9219 46.9896 17.0156 46.9375 17.1094C46.7917 17.3802 46.6719 17.6094 46.5781 17.7969C46.4844 17.9844 46.3958 18.1615 46.3125 18.3281C46.2396 18.4844 46.1667 18.6406 46.0938 18.7969C46.0208 18.9531 45.9323 19.1406 45.8281 19.3594C45.7031 19.6198 45.5625 19.9062 45.4062 20.2188C45.25 20.5208 45.099 20.8333 44.9531 21.1562C44.8177 21.4792 44.6979 21.7969 44.5938 22.1094C44.5 22.4219 44.4531 22.7083 44.4531 22.9688C44.4531 23.25 44.5208 23.4375 44.6562 23.5312C44.8021 23.6146 45.0052 23.6562 45.2656 23.6562C45.5573 23.6562 45.8594 23.5938 46.1719 23.4688C46.4948 23.3438 46.8177 23.1823 47.1406 22.9844C47.4635 22.7865 47.7812 22.5625 48.0938 22.3125C48.4062 22.0521 48.6979 21.7917 48.9688 21.5312C49.25 21.2708 49.5052 21.0208 49.7344 20.7812C49.974 20.5417 50.1719 20.3281 50.3281 20.1406C50.5365 19.9427 50.7448 19.8438 50.9531 19.8438C51.1406 19.8438 51.2917 19.9271 51.4062 20.0938C51.5312 20.2604 51.5938 20.474 51.5938 20.7344C51.5938 20.974 51.5312 21.2292 51.4062 21.5C51.2917 21.7708 51.099 22.026 50.8281 22.2656C50.2969 22.8073 49.7552 23.3281 49.2031 23.8281C48.651 24.3177 48.0833 24.7552 47.5 25.1406C46.9271 25.5156 46.349 25.8177 45.7656 26.0469C45.1823 26.276 44.5938 26.3906 44 26.3906C43.1562 26.3906 42.4896 26.1771 42 25.75C41.5208 25.3125 41.2812 24.6354 41.2812 23.7188C41.2812 23.2396 41.349 22.7708 41.4844 22.3125C41.6198 21.8542 41.7812 21.4115 41.9688 20.9844C42.1562 20.5469 42.3542 20.1302 42.5625 19.7344C42.7708 19.3281 42.9479 18.9427 43.0938 18.5781C43.1458 18.4427 43.2344 18.2344 43.3594 17.9531C43.4948 17.6719 43.6354 17.3854 43.7812 17.0938C43.9479 16.75 44.125 16.3854 44.3125 16ZM52.2656 16.5156C52.474 16.0677 52.7344 15.7344 53.0469 15.5156C53.3594 15.2969 53.6667 15.1875 53.9688 15.1875C54.2188 15.1875 54.4427 15.2812 54.6406 15.4688C54.8385 15.6458 54.9375 15.9115 54.9375 16.2656C54.9375 16.401 54.9219 16.5469 54.8906 16.7031C54.8594 16.8594 54.8021 17.026 54.7188 17.2031C54.9479 16.9115 55.276 16.6146 55.7031 16.3125C56.1302 16 56.599 15.724 57.1094 15.4844C57.6302 15.2344 58.1615 15.0312 58.7031 14.875C59.2552 14.7188 59.776 14.6406 60.2656 14.6406C60.8177 14.6406 61.276 14.776 61.6406 15.0469C62.0156 15.3073 62.2031 15.7552 62.2031 16.3906C62.2031 16.7656 62.1458 17.1562 62.0312 17.5625C61.9167 17.9688 61.7656 18.375 61.5781 18.7812C61.401 19.1875 61.1979 19.5885 60.9688 19.9844C60.75 20.3698 60.5312 20.7344 60.3125 21.0781C60.0938 21.4219 59.8906 21.7396 59.7031 22.0312C59.526 22.3125 59.3854 22.5469 59.2812 22.7344C59.1458 22.901 59.0781 23.0938 59.0781 23.3125C59.0781 23.3958 59.1042 23.4688 59.1562 23.5312C59.2083 23.5938 59.2917 23.625 59.4062 23.625C59.4792 23.625 59.5625 23.6198 59.6562 23.6094C59.75 23.5885 59.8646 23.5312 60 23.4375C60.5625 23.2292 61.1354 22.9688 61.7188 22.6562C62.3125 22.3438 62.8802 22.0156 63.4219 21.6719C63.9635 21.3177 64.4583 20.9688 64.9062 20.625C65.3646 20.2708 65.7448 19.9531 66.0469 19.6719C66.1302 19.599 66.2135 19.5469 66.2969 19.5156C66.3802 19.4844 66.4583 19.4688 66.5312 19.4688C66.7083 19.4688 66.8438 19.5365 66.9375 19.6719C67.0417 19.8073 67.0938 19.9792 67.0938 20.1875C67.0938 20.5104 66.9896 20.8698 66.7812 21.2656C66.5833 21.6615 66.2656 22.0312 65.8281 22.375C65.2344 22.8021 64.6875 23.1927 64.1875 23.5469C63.6979 23.901 63.1927 24.2344 62.6719 24.5469C62.1615 24.849 61.6094 25.1354 61.0156 25.4062C60.4323 25.6667 59.7448 25.9115 58.9531 26.1406C58.6823 26.224 58.4323 26.2865 58.2031 26.3281C57.9844 26.3698 57.7812 26.3906 57.5938 26.3906C57.0417 26.3906 56.6354 26.2396 56.375 25.9375C56.125 25.625 56 25.1927 56 24.6406C56 24.5677 56 24.5 56 24.4375C56.0104 24.3646 56.0208 24.2865 56.0312 24.2031C56.0521 23.8802 56.1354 23.526 56.2812 23.1406C56.4375 22.7552 56.6198 22.3594 56.8281 21.9531C57.0469 21.5469 57.276 21.1458 57.5156 20.75C57.7552 20.3438 57.974 19.9635 58.1719 19.6094C58.3802 19.2448 58.5521 18.9219 58.6875 18.6406C58.8229 18.3594 58.8906 18.1302 58.8906 17.9531C58.8906 17.7969 58.8438 17.6667 58.75 17.5625C58.6667 17.4479 58.5365 17.3906 58.3594 17.3906C57.6927 17.3906 57.0573 17.5885 56.4531 17.9844C55.8594 18.3802 55.3021 18.8698 54.7812 19.4531C54.2604 20.026 53.7812 20.6354 53.3438 21.2812C52.9062 21.9271 52.5208 22.5052 52.1875 23.0156C51.9792 23.3594 51.7865 23.7292 51.6094 24.125C51.4427 24.5104 51.2656 24.875 51.0781 25.2188C50.8906 25.5521 50.6771 25.8281 50.4375 26.0469C50.2083 26.276 49.9167 26.3906 49.5625 26.3906C49.1979 26.3906 48.9115 26.276 48.7031 26.0469C48.4948 25.8177 48.3906 25.5365 48.3906 25.2031C48.3906 25.026 48.4635 24.7396 48.6094 24.3438C48.7552 23.9479 48.9427 23.4896 49.1719 22.9688C49.401 22.4479 49.6562 21.8906 49.9375 21.2969C50.2292 20.6927 50.5156 20.099 50.7969 19.5156C51.0885 18.9219 51.3646 18.3646 51.625 17.8438C51.8854 17.3229 52.099 16.8802 52.2656 16.5156Z" fill="#282934"/> 4 + <mask id="mask0_1_99" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="0" width="43" height="37"> 5 + <ellipse cx="23.5" cy="14.5" rx="23.5" ry="14.5" transform="matrix(0.819152 -0.573576 0.573852 0.818959 -5 20)" fill="#E3E3F6"/> 6 + </mask> 7 + <g mask="url(#mask0_1_99)"> 8 + <path d="M50 -1L30 43H18L38 -1H50Z" fill="#6C70C2"/> 9 + <path d="M38 -1L18 43H6L26 -1H38Z" fill="#8BB46B"/> 10 + <path d="M26 -1L6 43H-7L13 -1H26Z" fill="#C77373"/> 11 + </g> 12 + <path fill-rule="evenodd" clip-rule="evenodd" d="M39.4872 21.8241C43.7339 15.7756 44.8809 9.28368 41.821 4.91681C37.2255 -1.64152 24.8816 -0.92332 14.2501 6.52095C3.61855 13.9652 -1.27462 25.3166 3.32086 31.8749C7.91635 38.4332 20.2603 37.715 30.8918 30.2708C33.4733 28.4632 35.7165 26.4252 37.5676 24.2815C37.524 24.267 37.4806 24.2513 37.4375 24.2344C37.1458 24.1198 36.7656 23.9167 36.2969 23.625C35.6094 24.5312 34.9167 25.2187 34.2187 25.6875C33.5312 26.1562 32.8125 26.3906 32.0625 26.3906C31.6979 26.3906 31.349 26.3229 31.0156 26.1875C30.6823 26.0625 30.3906 25.8698 30.1406 25.6094C29.8906 25.349 29.6875 25.026 29.5312 24.6406C29.4092 24.318 29.3382 23.9517 29.3183 23.5415C28.8916 23.8191 28.4053 24.1125 27.8594 24.4219C27.2448 24.7656 26.5885 25.0833 25.8906 25.375C25.2031 25.6667 24.4844 25.9062 23.7344 26.0937C22.9844 26.2917 22.2448 26.3906 21.5156 26.3906C20.8906 26.3906 20.3333 26.2708 19.8438 26.0312C19.3646 25.7917 18.9531 25.4687 18.6094 25.0625C18.3155 24.7044 18.0824 24.2977 17.91 23.8425C17.52 24.185 17.1281 24.5031 16.7344 24.7969C16.0781 25.276 15.4219 25.6615 14.7656 25.9531C14.1198 26.2448 13.4844 26.3906 12.8594 26.3906C12.099 26.3906 11.5 26.1771 11.0625 25.75C10.625 25.3125 10.4062 24.6615 10.4062 23.7969V23.6406C10.4062 23.5781 10.4115 23.5208 10.4219 23.4687C10.1823 23.9062 9.875 24.3073 9.5 24.6719C9.125 25.026 8.71354 25.3333 8.26562 25.5937C7.81771 25.8437 7.35417 26.0365 6.875 26.1719C6.39583 26.3177 5.93229 26.3906 5.48437 26.3906C5.09896 26.3906 4.74479 26.3385 4.42187 26.2344C4.09896 26.1302 3.81771 25.9635 3.57812 25.7344C3.34896 25.5052 3.16667 25.2135 3.03125 24.8594C2.90625 24.5052 2.84375 24.0781 2.84375 23.5781C2.84375 22.7031 2.97917 21.875 3.25 21.0937C3.52083 20.3021 3.88021 19.5781 4.32812 18.9219C4.77604 18.2552 5.28646 17.6615 5.85938 17.1406C6.44271 16.6094 7.04167 16.1615 7.65625 15.7969C8.28125 15.4219 8.90104 15.1354 9.51562 14.9375C10.1302 14.7396 10.6927 14.6406 11.2031 14.6406C11.7969 14.6406 12.3073 14.7396 12.7344 14.9375C12.9427 15.0417 13.1354 15.1823 13.3125 15.3594C13.3542 15.2656 13.3958 15.1771 13.4375 15.0937C13.5417 14.8437 13.6354 14.6302 13.7188 14.4531C13.8021 14.2656 13.8594 14.1302 13.8906 14.0469C13.9219 13.9531 14.0104 13.7344 14.1562 13.3906C14.3021 13.0469 14.4688 12.6458 14.6562 12.1875C14.8542 11.7187 15.0625 11.2187 15.2812 10.6875C15.5104 10.1562 15.7188 9.65625 15.9062 9.1875C16.0938 8.71875 16.2552 8.31771 16.3906 7.98437C16.526 7.64062 16.6094 7.42187 16.6406 7.32812C16.7135 7.06771 16.8125 6.81771 16.9375 6.57812C17.0625 6.32812 17.2083 6.11458 17.375 5.9375C17.5521 5.75 17.7552 5.60416 17.9844 5.5C18.2135 5.38541 18.474 5.32812 18.7656 5.32812C19.1615 5.32812 19.4896 5.41666 19.75 5.59375C20.0104 5.76041 20.1406 6.08854 20.1406 6.57812C20.1406 6.77604 20.1146 6.97916 20.0625 7.1875C20.0104 7.39583 19.9479 7.59896 19.875 7.79687C19.8125 7.99479 19.7396 8.19271 19.6562 8.39062C19.5833 8.57812 19.5156 8.75521 19.4531 8.92187C18.9323 9.96354 18.3854 11.099 17.8125 12.3281C17.2396 13.5469 16.6719 14.776 16.1094 16.0156C15.5469 17.2552 15.0104 18.4635 14.5 19.6406C13.9896 20.8177 13.5417 21.8802 13.1562 22.8281C13.1458 22.849 13.1406 22.875 13.1406 22.9062C13.1406 22.9375 13.1354 22.9635 13.125 22.9844C13.125 23.1719 13.1719 23.3698 13.2656 23.5781C13.3594 23.776 13.5104 23.875 13.7188 23.875C13.8021 23.875 13.8646 23.8646 13.9062 23.8437C14.5 23.6667 15.099 23.3854 15.7031 23C16.3177 22.6146 16.9062 22.1927 17.4688 21.7344C17.5113 21.6997 17.5537 21.6649 17.5957 21.6301C17.6296 21.2816 17.7123 20.9101 17.8438 20.5156C18.0208 19.974 18.276 19.4323 18.6094 18.8906C18.9427 18.349 19.349 17.8229 19.8281 17.3125C20.3177 16.7917 20.8646 16.3333 21.4688 15.9375C22.0729 15.5417 22.7344 15.224 23.4531 14.9844C24.1823 14.7448 24.9583 14.625 25.7812 14.625C26.6458 14.625 27.2917 14.8333 27.7188 15.25C28.1458 15.6667 28.3594 16.2448 28.3594 16.9844C28.3594 17.4219 28.2448 17.8802 28.0156 18.3594C27.7865 18.8385 27.3906 19.3281 26.8281 19.8281C26.2656 20.3177 25.5104 20.8229 24.5625 21.3437C23.625 21.8542 22.4479 22.3698 21.0312 22.8906C21.0833 23.1927 21.2448 23.4323 21.5156 23.6094C21.7865 23.776 22.1458 23.8594 22.5938 23.8594C23.0729 23.8594 23.5833 23.7917 24.125 23.6562C24.6771 23.5104 25.2188 23.3281 25.75 23.1094C26.2917 22.8906 26.8177 22.6562 27.3281 22.4062C27.8385 22.1458 28.2969 21.901 28.7031 21.6719C29.0221 21.4964 29.2984 21.3393 29.5319 21.2005C29.6742 20.4997 29.8407 19.8183 30.0312 19.1562C30.2292 18.4687 30.4219 17.8333 30.6094 17.25C30.8073 16.6667 30.9635 16.2031 31.0781 15.8594C31.2865 15.4219 31.5469 15.1094 31.8594 14.9219C32.1823 14.724 32.4948 14.625 32.7969 14.625C32.9323 14.625 33.0677 14.651 33.2031 14.7031C33.349 14.7448 33.4792 14.8073 33.5938 14.8906C33.7083 14.974 33.8021 15.0729 33.875 15.1875C33.9479 15.3021 33.9844 15.4271 33.9844 15.5625C33.9844 15.6771 33.9635 15.776 33.9219 15.8594C33.7656 16.3594 33.5781 16.9062 33.3594 17.5C33.151 18.0833 32.9531 18.6719 32.7656 19.2656C32.5781 19.8594 32.4167 20.4427 32.2812 21.0156C32.1562 21.5781 32.0938 22.0937 32.0938 22.5625C32.0938 22.6354 32.1042 22.7344 32.125 22.8594C32.1458 22.974 32.1719 23.0885 32.2031 23.2031C32.2344 23.3073 32.276 23.401 32.3281 23.4844C32.3802 23.5573 32.4375 23.5937 32.5 23.5937C32.7708 23.5937 33.0729 23.4427 33.4062 23.1406C33.7396 22.8385 34.1042 22.4219 34.5 21.8906C34.8437 21.526 35.1667 21.099 35.4687 20.6094C35.7812 20.1094 36.0729 19.599 36.3437 19.0781C36.625 18.5573 36.8906 18.0469 37.1406 17.5469C37.401 17.0365 37.651 16.5833 37.8906 16.1875C38.1406 15.7812 38.3854 15.4583 38.625 15.2187C38.8646 14.9687 39.1094 14.8437 39.3594 14.8437C39.7865 14.8437 40.0885 14.9844 40.2656 15.2656C40.4427 15.5365 40.5312 15.8646 40.5312 16.25C40.5312 16.6875 40.4583 17.0885 40.3125 17.4531C40.1771 17.8177 39.9896 18.1979 39.75 18.5937C39.5104 18.9792 39.224 19.4115 38.8906 19.8906C38.5677 20.3594 38.2135 20.9219 37.8281 21.5781C37.9948 21.7969 38.2552 21.9062 38.6094 21.9062C38.8959 21.9062 39.1885 21.8789 39.4872 21.8241ZM20.976 20.5838C21.0291 20.4857 21.0735 20.39 21.1094 20.2969C21.144 20.215 21.1734 20.1365 21.1975 20.0614C21.2921 19.8632 21.3981 19.6605 21.5156 19.4531C21.6927 19.1302 21.8906 18.8073 22.1094 18.4844C22.3385 18.1615 22.5938 17.875 22.875 17.625C23.1667 17.3646 23.4844 17.1562 23.8281 17C24.1719 16.8437 24.5417 16.7656 24.9375 16.7656H25.0781C25.1198 16.7656 25.1667 16.7708 25.2188 16.7812C25.3438 16.8021 25.4531 16.8594 25.5469 16.9531C25.651 17.0469 25.7031 17.1719 25.7031 17.3281C25.7031 17.5156 25.6146 17.7396 25.4375 18C25.2604 18.25 24.9375 18.5208 24.4688 18.8125C24.3646 18.875 24.1823 18.9948 23.9219 19.1719C23.6719 19.349 23.375 19.5469 23.0312 19.7656C22.6875 19.9844 22.3177 20.2135 21.9219 20.4531C21.5365 20.6927 21.1615 20.9062 20.7969 21.0937C20.8426 20.9489 20.9023 20.7789 20.976 20.5838ZM10.7188 17.125C11.4062 16.875 12.0625 16.7396 12.6875 16.7187C12.5729 16.9687 12.474 17.1927 12.3906 17.3906C12.2969 17.599 12.224 17.7604 12.1719 17.875C12.0156 18.2396 11.8281 18.6354 11.6094 19.0625C11.401 19.4792 11.1615 19.901 10.8906 20.3281C10.6302 20.7552 10.3438 21.1667 10.0312 21.5625C9.71875 21.9583 9.38021 22.3125 9.01562 22.625C8.66146 22.9271 8.28646 23.1719 7.89062 23.3594C7.49479 23.5365 7.07812 23.625 6.64062 23.625C6.28646 23.625 6.10938 23.4167 6.10938 23C6.17188 21.9896 6.42708 21.0937 6.875 20.3125C7.33333 19.5312 7.89062 18.875 8.54688 18.3437C9.20312 17.8021 9.92708 17.3958 10.7188 17.125Z" fill="#282934"/> 13 + </g> 14 + <defs> 15 + <clipPath id="clip0_1_99"> 16 + <rect width="69" height="37" fill="white"/> 17 + </clipPath> 18 + </defs> 19 + </svg>
+12
public/devins_page-wordmark-dark.svg
··· 1 + <svg width="144" height="37" viewBox="0 0 144 37" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 + <path d="M5.48438 26.3906C4.72396 26.3906 4.09375 26.1771 3.59375 25.75C3.09375 25.3125 2.84375 24.5885 2.84375 23.5781C2.84375 22.2969 3.13021 21.099 3.70312 19.9844C4.27604 18.8698 5 17.9167 5.875 17.125C6.73958 16.3333 7.65104 15.724 8.60938 15.2969C9.57812 14.8594 10.4427 14.6406 11.2031 14.6406C11.8177 14.6406 12.3281 14.7396 12.7344 14.9375C12.9635 15.0625 13.1562 15.2031 13.3125 15.3594L13.4375 15.0938L13.7188 14.4375L13.8906 14.0469C13.9115 13.9635 14.0469 13.6302 14.2969 13.0469C14.5469 12.4635 14.8802 11.6771 15.2969 10.6875C15.6823 9.77083 16 8.99479 16.25 8.35938C16.5 7.71354 16.6302 7.36979 16.6406 7.32812C16.7865 6.80729 17.0312 6.34375 17.375 5.9375C17.7188 5.53125 18.1823 5.32812 18.7656 5.32812C19.1615 5.32812 19.4896 5.41667 19.75 5.59375C20.0104 5.76042 20.1406 6.08854 20.1406 6.57812C20.1406 6.95312 20.0573 7.35417 19.8906 7.78125C19.724 8.20833 19.5781 8.58854 19.4531 8.92188C18.9531 9.92188 18.4115 11.0312 17.8281 12.25C17.2552 13.4688 16.6823 14.7188 16.1094 16C15.5365 17.2812 14.9948 18.5156 14.4844 19.7031C13.974 20.8802 13.5312 21.9219 13.1562 22.8281C13.1458 22.8385 13.1406 22.8646 13.1406 22.9062C13.1406 22.9479 13.1354 22.974 13.125 22.9844C13.125 23.1719 13.1719 23.3698 13.2656 23.5781C13.3594 23.776 13.5104 23.875 13.7188 23.875C13.7812 23.875 13.8438 23.8646 13.9062 23.8438C14.6771 23.6146 15.4688 23.2135 16.2812 22.6406C17.0938 22.0677 17.8438 21.4531 18.5312 20.7969C19.2292 20.1302 19.7865 19.5469 20.2031 19.0469C20.349 18.8698 20.5104 18.7812 20.6875 18.7812C20.8438 18.7812 20.9792 18.8542 21.0938 19C21.2188 19.1458 21.2812 19.3438 21.2812 19.5938C21.2812 19.7917 21.224 20.026 21.1094 20.2969C21.0052 20.5677 20.8281 20.8594 20.5781 21.1719C19.7656 22.0677 18.9219 22.9167 18.0469 23.7188C17.1719 24.5104 16.2969 25.1562 15.4219 25.6562C14.5469 26.1458 13.6927 26.3906 12.8594 26.3906C12.099 26.3906 11.5 26.1771 11.0625 25.75C10.625 25.3125 10.4062 24.6615 10.4062 23.7969V23.625C10.4062 23.5521 10.4115 23.5 10.4219 23.4688C9.94271 24.3333 9.22396 25.0365 8.26562 25.5781C7.31771 26.1198 6.39062 26.3906 5.48438 26.3906ZM6.64062 23.625C7.27604 23.625 7.88021 23.4323 8.45312 23.0469C9.02604 22.6615 9.55208 22.1667 10.0312 21.5625C10.5104 20.9583 10.9271 20.3281 11.2812 19.6719C11.6458 19.0156 11.9427 18.4167 12.1719 17.875L12.3906 17.3906L12.6875 16.7188C12.0729 16.7292 11.4167 16.8646 10.7188 17.125C9.52083 17.5312 8.47396 18.25 7.57812 19.2812C6.69271 20.3021 6.20312 21.5417 6.10938 23C6.10938 23.4167 6.28646 23.625 6.64062 23.625ZM21.5156 26.3906C20.6823 26.3906 19.9688 26.1875 19.375 25.7812C18.7917 25.3646 18.3438 24.8229 18.0312 24.1562C17.7292 23.4792 17.5781 22.7552 17.5781 21.9844C17.5781 21.3073 17.7708 20.5521 18.1562 19.7188C18.5521 18.875 19.1146 18.0677 19.8438 17.2969C20.5729 16.526 21.4427 15.8906 22.4531 15.3906C23.474 14.8802 24.5833 14.625 25.7812 14.625C26.6458 14.625 27.2917 14.8333 27.7188 15.25C28.1458 15.6667 28.3594 16.2448 28.3594 16.9844C28.3594 17.4219 28.2448 17.8802 28.0156 18.3594C27.7865 18.8385 27.3906 19.3229 26.8281 19.8125C26.2656 20.3125 25.5104 20.8229 24.5625 21.3438C23.625 21.8542 22.4479 22.3698 21.0312 22.8906C21.1458 23.5365 21.6667 23.8594 22.5938 23.8594C23.3125 23.8594 24.0885 23.7135 24.9219 23.4219C25.7552 23.1198 26.5573 22.776 27.3281 22.3906C28.099 22.0156 28.7604 21.6615 29.3125 21.3281C29.8646 20.9948 30.1927 20.8073 30.2969 20.7656C30.3906 20.7031 30.474 20.6667 30.5469 20.6562C30.6302 20.6458 30.7031 20.6406 30.7656 20.6406C31.0156 20.6406 31.1875 20.7396 31.2812 20.9375C31.3854 21.125 31.4375 21.2812 31.4375 21.4062C31.4375 21.5 31.4271 21.6146 31.4062 21.75C31.3854 21.875 31.3073 22.0208 31.1719 22.1875C31.0365 22.3229 30.6406 22.6198 29.9844 23.0781C29.3281 23.5365 28.625 23.9792 27.875 24.4062C26.9583 24.9167 25.9375 25.375 24.8125 25.7812C23.6875 26.1875 22.5885 26.3906 21.5156 26.3906ZM20.7969 21.0938C21.474 20.7396 22.1615 20.3281 22.8594 19.8594C23.5677 19.3802 24.1042 19.0312 24.4688 18.8125C24.9583 18.5 25.2812 18.224 25.4375 17.9844C25.6146 17.724 25.7031 17.5052 25.7031 17.3281C25.7031 17.1719 25.651 17.0469 25.5469 16.9531C25.4531 16.8594 25.3438 16.8021 25.2188 16.7812L25.0781 16.7656H24.9375C24.3646 16.7656 23.8333 16.9323 23.3438 17.2656C22.8646 17.5885 22.4583 17.9948 22.125 18.4844C21.7708 18.9948 21.4844 19.474 21.2656 19.9219C21.0573 20.3698 20.901 20.7604 20.7969 21.0938ZM32.0625 26.3906C31.3333 26.3906 30.6927 26.1302 30.1406 25.6094C29.5885 25.0781 29.3125 24.3073 29.3125 23.2969C29.3125 22.474 29.4271 21.5781 29.6562 20.6094C29.8854 19.6302 30.1406 18.7135 30.4219 17.8594C30.7031 16.9948 30.9219 16.3281 31.0781 15.8594C31.2865 15.4219 31.5469 15.1094 31.8594 14.9219C32.1823 14.724 32.4948 14.625 32.7969 14.625C33.0677 14.625 33.3333 14.7135 33.5938 14.8906C33.8542 15.0677 33.9844 15.2917 33.9844 15.5625C33.9844 15.6875 33.9635 15.7865 33.9219 15.8594C33.7135 16.5365 33.4635 17.276 33.1719 18.0781C32.8906 18.8698 32.6406 19.6562 32.4219 20.4375C32.2031 21.2188 32.0938 21.9271 32.0938 22.5625C32.0938 22.7188 32.1302 22.9323 32.2031 23.2031C32.276 23.4635 32.375 23.5938 32.5 23.5938C32.7708 23.5938 33.0729 23.4427 33.4062 23.1406C33.7396 22.8385 34.1042 22.4219 34.5 21.8906C35 21.3698 35.4688 20.7031 35.9062 19.8906C36.3542 19.0677 36.7708 18.2812 37.1562 17.5312C37.5312 16.7917 37.901 16.1615 38.2656 15.6406C38.6302 15.1094 38.9948 14.8438 39.3594 14.8438C39.7865 14.8438 40.0885 14.9844 40.2656 15.2656C40.4427 15.5365 40.5312 15.8646 40.5312 16.25C40.5312 16.8333 40.3958 17.3906 40.125 17.9219C39.8542 18.4531 39.5104 19.0104 39.0938 19.5938C38.6875 20.1771 38.2656 20.8385 37.8281 21.5781C38.0052 21.7969 38.2656 21.9062 38.6094 21.9062C39.3906 21.9062 40.1823 21.724 40.9844 21.3594C41.7865 20.9844 42.5521 20.5104 43.2812 19.9375C43.4375 19.8438 43.5833 19.7969 43.7188 19.7969C43.9062 19.7969 44.0573 19.8802 44.1719 20.0469C44.2969 20.2135 44.3594 20.4271 44.3594 20.6875C44.3594 20.9688 44.276 21.276 44.1094 21.6094C43.9427 21.9323 43.6667 22.2292 43.2812 22.5C42.5 23.0938 41.7188 23.5625 40.9375 23.9062C40.1562 24.2396 39.2917 24.4062 38.3438 24.4062C38.0312 24.4062 37.7292 24.349 37.4375 24.2344C37.1458 24.1198 36.7656 23.9167 36.2969 23.625C35.6094 24.5312 34.9167 25.2188 34.2188 25.6875C33.5312 26.1562 32.8125 26.3906 32.0625 26.3906ZM47.8281 13.5938C47.1823 13.5938 46.7292 13.4948 46.4688 13.2969C46.2083 13.0885 46.0625 12.8177 46.0312 12.4844C46.0312 11.9948 46.2083 11.5156 46.5625 11.0469C46.9271 10.5677 47.4635 10.3281 48.1719 10.3281C48.776 10.3281 49.1979 10.4479 49.4375 10.6875C49.6771 10.9167 49.7969 11.2083 49.7969 11.5625C49.7969 11.9583 49.6406 12.3958 49.3281 12.875C49.026 13.3542 48.526 13.5938 47.8281 13.5938ZM44 26.3906C43.1562 26.3906 42.4896 26.1771 42 25.75C41.5208 25.3125 41.2812 24.6354 41.2812 23.7188C41.2812 23.0833 41.3958 22.4531 41.625 21.8281C41.8646 21.1927 42.125 20.599 42.4062 20.0469C42.6979 19.4844 42.9271 18.9948 43.0938 18.5781C43.1458 18.4427 43.2344 18.2344 43.3594 17.9531C43.4948 17.6719 43.6354 17.3854 43.7812 17.0938L44.3125 16C44.4896 15.7083 44.6927 15.5 44.9219 15.375C45.151 15.25 45.3854 15.1875 45.625 15.1875C46.0208 15.1875 46.3594 15.3177 46.6406 15.5781C46.9323 15.8281 47.0781 16.151 47.0781 16.5469C47.0677 16.6406 47.0521 16.7344 47.0312 16.8281C47.0208 16.9219 46.9896 17.0156 46.9375 17.1094C46.7083 17.526 46.5104 17.9167 46.3438 18.2812C46.1771 18.6354 46.0052 18.9948 45.8281 19.3594C45.6823 19.6615 45.5 20.0312 45.2812 20.4688C45.0625 20.9062 44.8698 21.349 44.7031 21.7969C44.5365 22.2344 44.4531 22.625 44.4531 22.9688C44.4531 23.25 44.5208 23.4375 44.6562 23.5312C44.8021 23.6146 45.0052 23.6562 45.2656 23.6562C45.6823 23.6562 46.1406 23.526 46.6406 23.2656C47.151 23.0052 47.6354 22.6823 48.0938 22.2969C48.5729 21.9115 49.0156 21.5208 49.4219 21.125C49.8281 20.7188 50.1302 20.3906 50.3281 20.1406C50.526 19.9427 50.7344 19.8438 50.9531 19.8438C51.1406 19.8438 51.2917 19.9271 51.4062 20.0938C51.5312 20.2604 51.5938 20.474 51.5938 20.7344C51.5938 20.974 51.5312 21.2292 51.4062 21.5C51.2917 21.7708 51.099 22.026 50.8281 22.2656C50.1406 22.9635 49.4219 23.6302 48.6719 24.2656C47.9219 24.8906 47.151 25.401 46.3594 25.7969C45.5781 26.1927 44.7917 26.3906 44 26.3906ZM49.5625 26.3906C49.1979 26.3906 48.9115 26.276 48.7031 26.0469C48.4948 25.8177 48.3906 25.5365 48.3906 25.2031C48.3906 24.9323 48.5469 24.4271 48.8594 23.6875C49.1719 22.9375 49.5365 22.1354 49.9531 21.2812C50.4844 20.1667 50.9531 19.2031 51.3594 18.3906C51.7656 17.5677 52.0677 16.9427 52.2656 16.5156C52.474 16.0677 52.7344 15.7344 53.0469 15.5156C53.3594 15.2969 53.6667 15.1875 53.9688 15.1875C54.2188 15.1875 54.4427 15.2812 54.6406 15.4688C54.8385 15.6458 54.9375 15.9115 54.9375 16.2656C54.9375 16.401 54.9219 16.5469 54.8906 16.7031C54.8594 16.8594 54.8021 17.026 54.7188 17.2031C55.0417 16.7969 55.5208 16.401 56.1562 16.0156C56.7917 15.6198 57.4792 15.2917 58.2188 15.0312C58.9583 14.7708 59.6406 14.6406 60.2656 14.6406C60.8177 14.6406 61.276 14.776 61.6406 15.0469C62.0156 15.3073 62.2031 15.7552 62.2031 16.3906C62.2031 16.9323 62.0833 17.5208 61.8438 18.1562C61.6042 18.7812 61.3177 19.3854 60.9844 19.9688C60.6302 20.5833 60.2969 21.125 59.9844 21.5938C59.6823 22.0521 59.4479 22.4323 59.2812 22.7344C59.1458 22.901 59.0781 23.0938 59.0781 23.3125C59.0781 23.5208 59.1875 23.625 59.4062 23.625C59.4792 23.625 59.5625 23.6198 59.6562 23.6094C59.75 23.5885 59.8646 23.5312 60 23.4375C60.7812 23.1458 61.5573 22.776 62.3281 22.3281C63.1094 21.8802 63.8229 21.4167 64.4688 20.9375C65.125 20.4583 65.651 20.0365 66.0469 19.6719C66.2135 19.5365 66.375 19.4688 66.5312 19.4688C66.9062 19.4688 67.0938 19.7083 67.0938 20.1875C67.0938 20.5104 66.9896 20.8698 66.7812 21.2656C66.5833 21.6615 66.2656 22.0312 65.8281 22.375C65.0677 22.9167 64.3542 23.4219 63.6875 23.8906C63.0312 24.349 62.3333 24.7656 61.5938 25.1406C60.8542 25.5156 59.974 25.849 58.9531 26.1406C58.4219 26.3073 57.9688 26.3906 57.5938 26.3906C56.5312 26.3906 56 25.8073 56 24.6406C56 24.5677 56 24.5 56 24.4375C56.0104 24.3646 56.0208 24.2865 56.0312 24.2031C56.0625 23.7344 56.2292 23.1927 56.5312 22.5781C56.8333 21.9531 57.1615 21.3385 57.5156 20.7344C57.8698 20.151 58.1875 19.6042 58.4688 19.0938C58.75 18.5833 58.8906 18.2031 58.8906 17.9531C58.8906 17.5781 58.7135 17.3906 58.3594 17.3906C57.7031 17.3906 57.0729 17.5833 56.4688 17.9688C55.875 18.3542 55.3125 18.8438 54.7812 19.4375C54.2604 20.0208 53.7812 20.6354 53.3438 21.2812C52.9062 21.9167 52.5208 22.4948 52.1875 23.0156C51.9479 23.4115 51.7135 23.875 51.4844 24.4062C51.2656 24.9375 51.0052 25.401 50.7031 25.7969C50.4115 26.1927 50.0312 26.3906 49.5625 26.3906ZM67.3281 26.3906C66.2344 26.3906 65.2396 26.1458 64.3438 25.6562C63.4479 25.1562 62.875 24.3698 62.625 23.2969C62.6042 23.1927 62.5938 23.125 62.5938 23.0938C62.5938 22.8125 62.6927 22.5729 62.8906 22.375C63.0885 22.1667 63.3073 22.0625 63.5469 22.0625C63.6615 22.0625 63.7865 22.0833 63.9219 22.125C64.0677 22.1667 64.1771 22.2604 64.25 22.4062C64.5208 22.8958 64.9844 23.2917 65.6406 23.5938C66.3073 23.8854 66.9583 24.0312 67.5938 24.0312C68.2708 24.0312 68.8594 23.901 69.3594 23.6406C69.8698 23.3802 70.125 22.9531 70.125 22.3594C70.125 21.6302 69.9167 20.9844 69.5 20.4219C69.0938 19.8594 68.5781 19.3542 67.9531 18.9062C67.3385 18.4479 66.7188 18.026 66.0938 17.6406C66.0417 17.6094 65.9635 17.5208 65.8594 17.375C65.7552 17.2188 65.7031 17.0625 65.7031 16.9062C65.7031 16.7812 65.7344 16.6823 65.7969 16.6094C66.1302 16.1615 66.5573 15.724 67.0781 15.2969C67.599 14.8698 68.1719 14.6562 68.7969 14.6562C69.2552 14.6562 69.6302 14.7708 69.9219 15C70.224 15.2188 70.375 15.4375 70.375 15.6562C70.375 15.9479 70.2396 16.224 69.9688 16.4844C69.6979 16.7344 69.4167 16.974 69.125 17.2031C70.3646 17.849 71.349 18.6719 72.0781 19.6719C72.8073 20.6615 73.1719 21.6302 73.1719 22.5781C73.1719 23.3802 72.8802 24.0677 72.2969 24.6406C71.724 25.2031 70.9896 25.6354 70.0938 25.9375C69.2083 26.2396 68.2865 26.3906 67.3281 26.3906ZM79.3906 26.25C78.8906 26.25 78.4635 26.0677 78.1094 25.7031C77.7656 25.3281 77.5938 24.8958 77.5938 24.4062C77.5938 23.7812 77.8177 23.2292 78.2656 22.75C78.7135 22.2708 79.2604 22.0312 79.9062 22.0312C80.4167 22.0312 80.8281 22.2031 81.1406 22.5469C81.4635 22.8906 81.625 23.3177 81.625 23.8281C81.625 24.4844 81.401 25.0521 80.9531 25.5312C80.5052 26.0104 79.9844 26.25 79.3906 26.25ZM81.5156 33.9375C81.1406 33.9375 80.8333 33.8594 80.5938 33.7031C80.3438 33.5573 80.2188 33.2708 80.2188 32.8438C80.2188 32.4375 80.3281 32.0052 80.5469 31.5469C80.7656 31.0885 80.9531 30.6875 81.1094 30.3438C81.8385 29 82.5885 27.625 83.3594 26.2188C84.1302 24.8229 84.849 23.4479 85.5156 22.0938C86.1927 20.7396 86.7344 19.4531 87.1406 18.2344C87.2135 18.0677 87.3177 17.8229 87.4531 17.5C87.5885 17.1667 87.7552 16.8229 87.9531 16.4688C88.151 16.1146 88.3698 15.8125 88.6094 15.5625C88.849 15.3125 89.1042 15.1875 89.375 15.1875C90.1667 15.1875 90.5625 15.5052 90.5625 16.1406C90.5625 16.2552 90.526 16.4948 90.4531 16.8594C90.3906 17.2135 90.3229 17.4583 90.25 17.5938C90.7604 17.125 91.3229 16.6667 91.9375 16.2188C92.5521 15.7604 93.1927 15.3854 93.8594 15.0938C94.5365 14.7917 95.2031 14.6406 95.8594 14.6406C96.5469 14.6406 97.1875 14.8073 97.7812 15.1406C98.3854 15.4635 98.6875 15.9479 98.6875 16.5938C98.6875 17.2083 98.4219 17.8958 97.8906 18.6562C97.3698 19.4062 96.7708 20.1354 96.0938 20.8438C95.6979 21.2604 95.2969 21.6667 94.8906 22.0625C94.4844 22.4479 94.1406 22.7812 93.8594 23.0625C93.5885 23.3438 93.4479 23.5312 93.4375 23.625C93.4375 23.9062 93.6406 24.0469 94.0469 24.0469C94.4635 24.0469 95.3229 23.599 96.625 22.7031C97.9271 21.7969 99.7708 20.4479 102.156 18.6562C102.479 18.4688 102.734 18.375 102.922 18.375C103.151 18.375 103.323 18.4635 103.438 18.6406C103.552 18.8073 103.609 19.0156 103.609 19.2656C103.609 19.5365 103.536 19.8125 103.391 20.0938C103.255 20.375 103.047 20.6094 102.766 20.7969C101.682 21.599 100.688 22.3594 99.7812 23.0781C98.8958 23.776 98.0729 24.3646 97.3125 24.8438C96.5312 25.3438 95.7708 25.7292 95.0312 26C94.2917 26.2708 93.5 26.4062 92.6562 26.4062C91.8646 26.4062 91.25 26.2604 90.8125 25.9688C90.3854 25.6771 90.1719 25.276 90.1719 24.7656V24.6406L90.1875 24.5156C90.25 24.0573 90.5573 23.5 91.1094 22.8438C91.6719 22.1771 92.2865 21.5104 92.9531 20.8438C93.599 20.1979 94.1875 19.5833 94.7188 19C95.25 18.4167 95.5156 17.9688 95.5156 17.6562C95.5156 17.3854 95.2917 17.25 94.8438 17.25C94.2292 17.25 93.5833 17.4427 92.9062 17.8281C92.2396 18.2135 91.599 18.7083 90.9844 19.3125C90.349 19.9167 89.7865 20.5469 89.2969 21.2031C88.8073 21.8594 88.401 22.4688 88.0781 23.0312L87.0156 25.0156C86.776 25.4635 86.5677 25.8542 86.3906 26.1875C86.224 26.5208 86.1094 26.7448 86.0469 26.8594C85.974 26.9948 85.8333 27.2917 85.625 27.75C85.4271 28.2083 85.1823 28.7604 84.8906 29.4062C84.599 30.0417 84.349 30.5885 84.1406 31.0469C83.9427 31.5156 83.8229 31.8125 83.7812 31.9375C83.5833 32.4688 83.3021 32.9323 82.9375 33.3281C82.5729 33.7344 82.099 33.9375 81.5156 33.9375ZM103.391 26.3906C103.036 26.3906 102.615 26.2917 102.125 26.0938C101.635 25.8958 101.203 25.5677 100.828 25.1094C100.464 24.651 100.281 24.0365 100.281 23.2656C100.281 22.6198 100.427 21.8125 100.719 20.8438C101.01 19.875 101.469 18.9219 102.094 17.9844C102.719 17.026 103.516 16.2292 104.484 15.5938C105.464 14.9583 106.594 14.6406 107.875 14.6406C108.333 14.6406 108.734 14.6979 109.078 14.8125C109.422 14.9271 109.714 15.0521 109.953 15.1875C110.089 15.2708 110.214 15.3594 110.328 15.4531C110.453 15.5365 110.568 15.6302 110.672 15.7344L111.219 15.4688C111.375 15.3958 111.536 15.3333 111.703 15.2812C111.88 15.2188 112.031 15.1875 112.156 15.1875C112.552 15.1875 112.875 15.2969 113.125 15.5156C113.375 15.7344 113.5 15.974 113.5 16.2344C113.5 16.3177 113.495 16.375 113.484 16.4062C113.411 16.6979 113.276 17.099 113.078 17.6094C112.891 18.1198 112.688 18.6875 112.469 19.3125C112.25 19.9167 112.062 20.5 111.906 21.0625C111.76 21.625 111.688 22.0885 111.688 22.4531C111.688 22.7656 111.74 23.026 111.844 23.2344C111.948 23.4323 112.125 23.5312 112.375 23.5312C112.677 23.5312 113.083 23.3594 113.594 23.0156C114.104 22.6615 114.63 22.2448 115.172 21.7656C115.464 21.5052 115.766 21.2292 116.078 20.9375C116.391 20.6354 116.708 20.3177 117.031 19.9844C117.198 19.849 117.359 19.7812 117.516 19.7812C117.724 19.7812 117.896 19.8854 118.031 20.0938C118.177 20.2917 118.25 20.5156 118.25 20.7656C118.25 21.0573 118.151 21.3021 117.953 21.5C117.536 21.8854 117.109 22.2969 116.672 22.7344C116.234 23.1719 115.63 23.7083 114.859 24.3438C114.172 24.9062 113.464 25.3906 112.734 25.7969C112.005 26.1927 111.349 26.3906 110.766 26.3906C110.036 26.3906 109.505 26.1094 109.172 25.5469C108.839 24.974 108.672 24.3646 108.672 23.7188C108.672 23.25 108.74 22.8333 108.875 22.4688C108.448 23.0417 107.943 23.6354 107.359 24.25C106.776 24.8542 106.146 25.3646 105.469 25.7812C104.792 26.1875 104.099 26.3906 103.391 26.3906ZM104.641 23.6406C104.974 23.6406 105.391 23.4271 105.891 23C106.401 22.5729 106.891 22.0729 107.359 21.5C107.88 20.875 108.292 20.3073 108.594 19.7969C108.896 19.2865 109.047 18.9427 109.047 18.7656C109.047 18.3698 108.818 18.0573 108.359 17.8281C107.901 17.5885 107.49 17.4688 107.125 17.4688C106.479 17.4688 105.865 17.6771 105.281 18.0938C104.708 18.5104 104.24 19.0469 103.875 19.7031C103.51 20.349 103.328 21.0208 103.328 21.7188C103.328 22.125 103.401 22.5469 103.547 22.9844C103.703 23.4219 104.068 23.6406 104.641 23.6406ZM118.656 35.2812C118.25 35.2812 117.927 35.1406 117.688 34.8594C117.458 34.5781 117.344 34.2396 117.344 33.8438C117.344 33.4271 117.443 32.9375 117.641 32.375C117.849 31.8229 118.13 31.2292 118.484 30.5938C119.203 29.3125 120.203 27.9271 121.484 26.4375L123.422 23.9688C122.62 24.7083 121.859 25.2344 121.141 25.5469C120.422 25.849 119.823 26 119.344 26C118.51 26 117.818 25.6354 117.266 24.9062C116.724 24.1771 116.453 23.2604 116.453 22.1562C116.453 21.0104 116.672 19.974 117.109 19.0469C117.557 18.1198 118.13 17.3281 118.828 16.6719C119.516 16.026 120.276 15.526 121.109 15.1719C121.953 14.8177 122.776 14.6406 123.578 14.6406C124.036 14.6406 124.438 14.6979 124.781 14.8125C125.125 14.9271 125.417 15.0521 125.656 15.1875C125.792 15.2708 125.917 15.3594 126.031 15.4531C126.156 15.5365 126.271 15.6302 126.375 15.7344C126.542 15.6198 126.698 15.5312 126.844 15.4688C126.99 15.3958 127.151 15.3333 127.328 15.2812C127.505 15.2188 127.682 15.1875 127.859 15.1875C128.318 15.1875 128.672 15.2812 128.922 15.4688C129.172 15.6562 129.297 15.8802 129.297 16.1406C129.297 16.276 129.26 16.4115 129.188 16.5469L125.531 23.4688L125.828 23.2031C127.057 22.4844 128.068 21.9219 128.859 21.5156C129.651 21.099 130.281 20.7917 130.75 20.5938C131.115 20.4375 131.417 20.3281 131.656 20.2656C131.896 20.1927 132.057 20.1562 132.141 20.1562C132.38 20.1562 132.562 20.25 132.688 20.4375C132.823 20.6146 132.891 20.8385 132.891 21.1094C132.891 21.4115 132.802 21.7188 132.625 22.0312C132.458 22.3438 132.198 22.5677 131.844 22.7031C131.229 23.0156 130.49 23.3646 129.625 23.75C128.771 24.125 127.875 24.5677 126.938 25.0781C126.01 25.5781 125.13 26.1771 124.297 26.875L121.266 32.3594C120.786 33.5052 120.359 34.2865 119.984 34.7031C119.641 35.0885 119.198 35.2812 118.656 35.2812ZM120.5 23.375C120.823 23.375 121.229 23.1771 121.719 22.7812C122.208 22.375 122.677 21.901 123.125 21.3594C123.583 20.8177 123.969 20.3021 124.281 19.8125C124.594 19.3229 124.75 18.974 124.75 18.7656C124.75 18.3073 124.531 17.9635 124.094 17.7344C123.667 17.5052 123.297 17.3906 122.984 17.3906C122.328 17.3906 121.708 17.599 121.125 18.0156C120.552 18.4219 120.083 18.9583 119.719 19.625C119.365 20.2812 119.188 20.9792 119.188 21.7188C119.188 22.0729 119.26 22.4375 119.406 22.8125C119.552 23.1875 119.917 23.375 120.5 23.375ZM133.828 26.3906C132.995 26.3906 132.281 26.1875 131.688 25.7812C131.104 25.3646 130.656 24.8229 130.344 24.1562C130.042 23.4792 129.891 22.7552 129.891 21.9844C129.891 21.3073 130.083 20.5521 130.469 19.7188C130.865 18.875 131.427 18.0677 132.156 17.2969C132.885 16.526 133.755 15.8906 134.766 15.3906C135.786 14.8802 136.896 14.625 138.094 14.625C138.958 14.625 139.604 14.8333 140.031 15.25C140.458 15.6667 140.672 16.2448 140.672 16.9844C140.672 17.4219 140.557 17.8802 140.328 18.3594C140.099 18.8385 139.703 19.3229 139.141 19.8125C138.578 20.3125 137.823 20.8229 136.875 21.3438C135.938 21.8542 134.76 22.3698 133.344 22.8906C133.458 23.5365 133.979 23.8594 134.906 23.8594C135.625 23.8594 136.401 23.7135 137.234 23.4219C138.068 23.1198 138.87 22.776 139.641 22.3906C140.411 22.0156 141.073 21.6615 141.625 21.3281C142.177 20.9948 142.505 20.8073 142.609 20.7656C142.703 20.7031 142.786 20.6667 142.859 20.6562C142.943 20.6458 143.016 20.6406 143.078 20.6406C143.328 20.6406 143.5 20.7396 143.594 20.9375C143.698 21.125 143.75 21.2812 143.75 21.4062C143.75 21.5 143.74 21.6146 143.719 21.75C143.698 21.875 143.62 22.0208 143.484 22.1875C143.349 22.3229 142.953 22.6198 142.297 23.0781C141.641 23.5365 140.938 23.9792 140.188 24.4062C139.271 24.9167 138.25 25.375 137.125 25.7812C136 26.1875 134.901 26.3906 133.828 26.3906ZM133.109 21.0938C133.786 20.7396 134.474 20.3281 135.172 19.8594C135.88 19.3802 136.417 19.0312 136.781 18.8125C137.271 18.5 137.594 18.224 137.75 17.9844C137.927 17.724 138.016 17.5052 138.016 17.3281C138.016 17.1719 137.964 17.0469 137.859 16.9531C137.766 16.8594 137.656 16.8021 137.531 16.7812L137.391 16.7656H137.25C136.677 16.7656 136.146 16.9323 135.656 17.2656C135.177 17.5885 134.771 17.9948 134.438 18.4844C134.083 18.9948 133.797 19.474 133.578 19.9219C133.37 20.3698 133.214 20.7604 133.109 21.0938Z" fill="#EDEDFB"/> 3 + <mask id="mask0_4009_35" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="0" width="43" height="37"> 4 + <ellipse cx="23.5" cy="14.5" rx="23.5" ry="14.5" transform="matrix(0.819152 -0.573576 0.573852 0.818959 -5 20)" fill="#E3E3F6"/> 5 + </mask> 6 + <g mask="url(#mask0_4009_35)"> 7 + <path d="M50 -1L30 43H18L38 -1H50Z" fill="#595DC7"/> 8 + <path d="M38 -1L18 43H6L26 -1H38Z" fill="#7FB158"/> 9 + <path d="M26 -1L6 43H-7L13 -1H26Z" fill="#BD6161"/> 10 + </g> 11 + <path d="M14.2505 6.5205C24.8819 -0.923557 37.2253 -1.64127 41.8208 4.91699C44.8818 9.28557 43.7317 15.7795 39.4809 21.8301C39.1891 21.88 38.8988 21.9062 38.6098 21.9062C38.2663 21.9062 38.0057 21.7967 37.8286 21.5781C38.2661 20.8385 38.688 20.1771 39.0942 19.5937C39.5109 19.0104 39.8546 18.4531 40.1255 17.9219C40.3963 17.3907 40.5317 16.8333 40.5317 16.25C40.5317 15.8647 40.443 15.5364 40.2661 15.2656C40.0891 14.9845 39.7867 14.8438 39.3598 14.8437C38.9953 14.8437 38.6307 15.1094 38.2661 15.6406C37.9015 16.1615 37.5317 16.7917 37.1567 17.5312C36.7713 18.2812 36.3546 19.0677 35.9067 19.8906C35.4692 20.7031 35.0004 21.3698 34.5005 21.8906C34.1047 22.4218 33.74 22.8385 33.4067 23.1406C33.0735 23.4426 32.7712 23.5936 32.5005 23.5937C32.3755 23.5937 32.2765 23.4633 32.2036 23.2031C32.1307 22.9324 32.0943 22.7187 32.0942 22.5625C32.0942 21.9271 32.2036 21.2187 32.4223 20.4375C32.6411 19.6563 32.8911 18.8698 33.1723 18.0781C33.464 17.2761 33.714 16.5364 33.9223 15.8594C33.964 15.7865 33.9848 15.6874 33.9848 15.5625C33.9848 15.2918 33.8544 15.0677 33.5942 14.8906C33.3339 14.7136 33.068 14.6251 32.7973 14.625C32.4953 14.625 32.1827 14.724 31.8598 14.9219C31.5473 15.1094 31.2869 15.4219 31.0786 15.8594C30.9223 16.3281 30.7036 16.9948 30.4223 17.8594C30.1411 18.7135 29.8859 19.6302 29.6567 20.6094C29.6095 20.8091 29.5673 21.0057 29.5298 21.1992C29.462 21.2397 29.3893 21.282 29.313 21.3281C28.7609 21.6614 28.0993 22.0157 27.3286 22.3906C26.5578 22.776 25.7556 23.1198 24.9223 23.4219C24.0892 23.7135 23.3129 23.8593 22.5942 23.8594C21.6673 23.8594 21.1464 23.5363 21.0317 22.8906C22.4483 22.3698 23.6255 21.8541 24.563 21.3437C25.5108 20.823 26.2661 20.3125 26.8286 19.8125C27.391 19.323 27.7869 18.8385 28.0161 18.3594C28.2452 17.8803 28.3598 17.4218 28.3598 16.9844C28.3598 16.245 28.1461 15.6666 27.7192 15.25C27.2922 14.8334 26.6461 14.6251 25.7817 14.625C24.5839 14.625 23.4744 14.8803 22.4536 15.3906C21.4432 15.8906 20.5734 16.5261 19.8442 17.2969C19.1151 18.0677 18.5526 18.875 18.1567 19.7187C17.8378 20.4083 17.6522 21.0444 17.5972 21.6269C17.1779 21.9773 16.7408 22.3169 16.2817 22.6406C15.4693 23.2135 14.6775 23.6146 13.9067 23.8437C13.8443 23.8645 13.7816 23.875 13.7192 23.875C13.511 23.875 13.3599 23.7758 13.2661 23.5781C13.1724 23.3699 13.1255 23.1718 13.1255 22.9844C13.1306 22.9792 13.1346 22.9699 13.1372 22.957L13.145 22.8555C13.1476 22.8424 13.1515 22.8333 13.1567 22.8281C13.5317 21.9219 13.9744 20.8802 14.4848 19.7031C14.9953 18.5156 15.5369 17.2812 16.1098 16C16.6828 14.7188 17.2557 13.4687 17.8286 12.25C18.4119 11.0312 18.9536 9.92187 19.4536 8.92187C19.5786 8.58855 19.7244 8.20831 19.8911 7.78125C20.0577 7.35424 20.1411 6.95306 20.1411 6.57812C20.1411 6.08876 20.0107 5.76048 19.7505 5.59375C19.4901 5.41672 19.1618 5.32818 18.7661 5.32812C18.1828 5.32812 17.7192 5.53129 17.3755 5.9375C17.0317 6.34375 16.7869 6.80729 16.6411 7.32812C16.6305 7.37022 16.5003 7.71403 16.2505 8.35937C16.0005 8.99478 15.6828 9.77085 15.2973 10.6875C14.8807 11.6771 14.5473 12.4635 14.2973 13.0469C14.0474 13.6302 13.9119 13.9635 13.8911 14.0469L13.7192 14.4375L13.438 15.0937L13.313 15.3594C13.1568 15.2032 12.9638 15.0624 12.7348 14.9375C12.3287 14.7396 11.818 14.6407 11.2036 14.6406C10.4432 14.6406 9.5785 14.8594 8.60985 15.2969C7.65155 15.7239 6.74002 16.3334 5.87547 17.125C5.00047 17.9167 4.27651 18.8698 3.7036 19.9844C3.13068 21.099 2.84422 22.2969 2.84422 23.5781C2.84426 24.5884 3.09426 25.3125 3.59422 25.75C4.09417 26.1769 4.72459 26.3906 5.48485 26.3906C6.39098 26.3905 7.31831 26.1197 8.2661 25.5781C9.22433 25.0365 9.94321 24.3333 10.4223 23.4687C10.4119 23.5 10.4067 23.5521 10.4067 23.625V23.7969C10.4068 24.6614 10.6255 25.3125 11.063 25.75C11.5004 26.1769 12.0996 26.3906 12.8598 26.3906C13.6931 26.3905 14.5475 26.1458 15.4223 25.6562C16.2502 25.1831 17.0769 24.578 17.9048 23.8437C17.9437 23.9488 17.9858 24.0533 18.0317 24.1562C18.3442 24.8228 18.7922 25.3646 19.3755 25.7812C19.9692 26.1873 20.6829 26.3906 21.5161 26.3906C22.5889 26.3906 23.6881 26.1874 24.813 25.7812C25.9379 25.375 26.9589 24.9166 27.8755 24.4062C28.3788 24.1196 28.8597 23.8241 29.3208 23.5234C29.3597 24.4231 29.6311 25.1186 30.1411 25.6094C30.6931 26.13 31.3339 26.3906 32.063 26.3906C32.8128 26.3905 33.5318 26.1562 34.2192 25.6875C34.9171 25.2187 35.6099 24.5312 36.2973 23.625C36.7659 23.9165 37.1464 24.1198 37.438 24.2344C37.4807 24.2512 37.5246 24.264 37.5679 24.2783C35.7164 26.4227 33.4742 28.4624 30.8921 30.2705C20.2606 37.7147 7.91634 38.4332 3.32079 31.875C-1.2747 25.3167 3.61895 13.9648 14.2505 6.5205ZM12.3911 17.3906L12.1723 17.875C11.9432 18.4167 11.6463 19.0156 11.2817 19.6719C10.9276 20.3281 10.5109 20.9583 10.0317 21.5625C9.5526 22.1666 9.02645 22.6615 8.4536 23.0469C7.8808 23.4322 7.27638 23.6249 6.6411 23.625C6.28699 23.625 6.1099 23.4165 6.10985 23C6.2036 21.5417 6.69318 20.3021 7.5786 19.2812C8.47442 18.25 9.52134 17.5312 10.7192 17.125C11.417 16.8646 12.0735 16.7292 12.688 16.7187L12.3911 17.3906ZM25.0786 16.7656L25.2192 16.7812C25.3441 16.8021 25.4537 16.8595 25.5473 16.9531C25.6513 17.0468 25.7036 17.172 25.7036 17.3281C25.7035 17.5052 25.615 17.7241 25.438 17.9844C25.2817 18.2239 24.9587 18.5 24.4692 18.8125C24.1047 19.0312 23.5681 19.3803 22.8598 19.8594C22.162 20.3281 21.4744 20.7396 20.7973 21.0937C20.8504 20.924 20.9175 20.7395 20.9975 20.54C21.0407 20.4569 21.0793 20.3764 21.1098 20.2969C21.1372 20.2321 21.1603 20.169 21.1811 20.1084C21.2085 20.0474 21.2367 19.9852 21.2661 19.9219C21.4848 19.474 21.7713 18.9948 22.1255 18.4844C22.4588 17.9948 22.8651 17.5885 23.3442 17.2656C23.8338 16.9324 24.3651 16.7656 24.938 16.7656H25.0786Z" fill="#EDEDFB"/> 12 + </svg>
+19
public/devins_page-wordmark-light.svg
··· 1 + <svg width="144" height="37" viewBox="0 0 144 37" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 + <g clip-path="url(#clip0_4009_21)"> 3 + <path d="M5.48438 26.3906C4.72396 26.3906 4.09375 26.1771 3.59375 25.75C3.09375 25.3125 2.84375 24.5885 2.84375 23.5781C2.84375 22.2969 3.13021 21.099 3.70312 19.9844C4.27604 18.8698 5 17.9167 5.875 17.125C6.73958 16.3333 7.65104 15.724 8.60938 15.2969C9.57812 14.8594 10.4427 14.6406 11.2031 14.6406C11.8177 14.6406 12.3281 14.7396 12.7344 14.9375C12.9635 15.0625 13.1562 15.2031 13.3125 15.3594L13.4375 15.0938L13.7188 14.4375L13.8906 14.0469C13.9115 13.9635 14.0469 13.6302 14.2969 13.0469C14.5469 12.4635 14.8802 11.6771 15.2969 10.6875C15.6823 9.77083 16 8.99479 16.25 8.35938C16.5 7.71354 16.6302 7.36979 16.6406 7.32812C16.7865 6.80729 17.0312 6.34375 17.375 5.9375C17.7188 5.53125 18.1823 5.32812 18.7656 5.32812C19.1615 5.32812 19.4896 5.41667 19.75 5.59375C20.0104 5.76042 20.1406 6.08854 20.1406 6.57812C20.1406 6.95312 20.0573 7.35417 19.8906 7.78125C19.724 8.20833 19.5781 8.58854 19.4531 8.92188C18.9531 9.92188 18.4115 11.0312 17.8281 12.25C17.2552 13.4688 16.6823 14.7188 16.1094 16C15.5365 17.2812 14.9948 18.5156 14.4844 19.7031C13.974 20.8802 13.5312 21.9219 13.1562 22.8281C13.1458 22.8385 13.1406 22.8646 13.1406 22.9062C13.1406 22.9479 13.1354 22.974 13.125 22.9844C13.125 23.1719 13.1719 23.3698 13.2656 23.5781C13.3594 23.776 13.5104 23.875 13.7188 23.875C13.7812 23.875 13.8438 23.8646 13.9062 23.8438C14.6771 23.6146 15.4688 23.2135 16.2812 22.6406C17.0938 22.0677 17.8438 21.4531 18.5312 20.7969C19.2292 20.1302 19.7865 19.5469 20.2031 19.0469C20.349 18.8698 20.5104 18.7812 20.6875 18.7812C20.8438 18.7812 20.9792 18.8542 21.0938 19C21.2188 19.1458 21.2812 19.3438 21.2812 19.5938C21.2812 19.7917 21.224 20.026 21.1094 20.2969C21.0052 20.5677 20.8281 20.8594 20.5781 21.1719C19.7656 22.0677 18.9219 22.9167 18.0469 23.7188C17.1719 24.5104 16.2969 25.1562 15.4219 25.6562C14.5469 26.1458 13.6927 26.3906 12.8594 26.3906C12.099 26.3906 11.5 26.1771 11.0625 25.75C10.625 25.3125 10.4062 24.6615 10.4062 23.7969V23.625C10.4062 23.5521 10.4115 23.5 10.4219 23.4688C9.94271 24.3333 9.22396 25.0365 8.26562 25.5781C7.31771 26.1198 6.39062 26.3906 5.48438 26.3906ZM6.64062 23.625C7.27604 23.625 7.88021 23.4323 8.45312 23.0469C9.02604 22.6615 9.55208 22.1667 10.0312 21.5625C10.5104 20.9583 10.9271 20.3281 11.2812 19.6719C11.6458 19.0156 11.9427 18.4167 12.1719 17.875L12.3906 17.3906L12.6875 16.7188C12.0729 16.7292 11.4167 16.8646 10.7188 17.125C9.52083 17.5312 8.47396 18.25 7.57812 19.2812C6.69271 20.3021 6.20312 21.5417 6.10938 23C6.10938 23.4167 6.28646 23.625 6.64062 23.625ZM21.5156 26.3906C20.6823 26.3906 19.9688 26.1875 19.375 25.7812C18.7917 25.3646 18.3438 24.8229 18.0312 24.1562C17.7292 23.4792 17.5781 22.7552 17.5781 21.9844C17.5781 21.3073 17.7708 20.5521 18.1562 19.7188C18.5521 18.875 19.1146 18.0677 19.8438 17.2969C20.5729 16.526 21.4427 15.8906 22.4531 15.3906C23.474 14.8802 24.5833 14.625 25.7812 14.625C26.6458 14.625 27.2917 14.8333 27.7188 15.25C28.1458 15.6667 28.3594 16.2448 28.3594 16.9844C28.3594 17.4219 28.2448 17.8802 28.0156 18.3594C27.7865 18.8385 27.3906 19.3229 26.8281 19.8125C26.2656 20.3125 25.5104 20.8229 24.5625 21.3438C23.625 21.8542 22.4479 22.3698 21.0312 22.8906C21.1458 23.5365 21.6667 23.8594 22.5938 23.8594C23.3125 23.8594 24.0885 23.7135 24.9219 23.4219C25.7552 23.1198 26.5573 22.776 27.3281 22.3906C28.099 22.0156 28.7604 21.6615 29.3125 21.3281C29.8646 20.9948 30.1927 20.8073 30.2969 20.7656C30.3906 20.7031 30.474 20.6667 30.5469 20.6562C30.6302 20.6458 30.7031 20.6406 30.7656 20.6406C31.0156 20.6406 31.1875 20.7396 31.2812 20.9375C31.3854 21.125 31.4375 21.2812 31.4375 21.4062C31.4375 21.5 31.4271 21.6146 31.4062 21.75C31.3854 21.875 31.3073 22.0208 31.1719 22.1875C31.0365 22.3229 30.6406 22.6198 29.9844 23.0781C29.3281 23.5365 28.625 23.9792 27.875 24.4062C26.9583 24.9167 25.9375 25.375 24.8125 25.7812C23.6875 26.1875 22.5885 26.3906 21.5156 26.3906ZM20.7969 21.0938C21.474 20.7396 22.1615 20.3281 22.8594 19.8594C23.5677 19.3802 24.1042 19.0312 24.4688 18.8125C24.9583 18.5 25.2812 18.224 25.4375 17.9844C25.6146 17.724 25.7031 17.5052 25.7031 17.3281C25.7031 17.1719 25.651 17.0469 25.5469 16.9531C25.4531 16.8594 25.3438 16.8021 25.2188 16.7812L25.0781 16.7656H24.9375C24.3646 16.7656 23.8333 16.9323 23.3438 17.2656C22.8646 17.5885 22.4583 17.9948 22.125 18.4844C21.7708 18.9948 21.4844 19.474 21.2656 19.9219C21.0573 20.3698 20.901 20.7604 20.7969 21.0938ZM32.0625 26.3906C31.3333 26.3906 30.6927 26.1302 30.1406 25.6094C29.5885 25.0781 29.3125 24.3073 29.3125 23.2969C29.3125 22.474 29.4271 21.5781 29.6562 20.6094C29.8854 19.6302 30.1406 18.7135 30.4219 17.8594C30.7031 16.9948 30.9219 16.3281 31.0781 15.8594C31.2865 15.4219 31.5469 15.1094 31.8594 14.9219C32.1823 14.724 32.4948 14.625 32.7969 14.625C33.0677 14.625 33.3333 14.7135 33.5938 14.8906C33.8542 15.0677 33.9844 15.2917 33.9844 15.5625C33.9844 15.6875 33.9635 15.7865 33.9219 15.8594C33.7135 16.5365 33.4635 17.276 33.1719 18.0781C32.8906 18.8698 32.6406 19.6562 32.4219 20.4375C32.2031 21.2188 32.0938 21.9271 32.0938 22.5625C32.0938 22.7188 32.1302 22.9323 32.2031 23.2031C32.276 23.4635 32.375 23.5938 32.5 23.5938C32.7708 23.5938 33.0729 23.4427 33.4062 23.1406C33.7396 22.8385 34.1042 22.4219 34.5 21.8906C35 21.3698 35.4688 20.7031 35.9062 19.8906C36.3542 19.0677 36.7708 18.2812 37.1562 17.5312C37.5312 16.7917 37.901 16.1615 38.2656 15.6406C38.6302 15.1094 38.9948 14.8438 39.3594 14.8438C39.7865 14.8438 40.0885 14.9844 40.2656 15.2656C40.4427 15.5365 40.5312 15.8646 40.5312 16.25C40.5312 16.8333 40.3958 17.3906 40.125 17.9219C39.8542 18.4531 39.5104 19.0104 39.0938 19.5938C38.6875 20.1771 38.2656 20.8385 37.8281 21.5781C38.0052 21.7969 38.2656 21.9062 38.6094 21.9062C39.3906 21.9062 40.1823 21.724 40.9844 21.3594C41.7865 20.9844 42.5521 20.5104 43.2812 19.9375C43.4375 19.8438 43.5833 19.7969 43.7188 19.7969C43.9062 19.7969 44.0573 19.8802 44.1719 20.0469C44.2969 20.2135 44.3594 20.4271 44.3594 20.6875C44.3594 20.9688 44.276 21.276 44.1094 21.6094C43.9427 21.9323 43.6667 22.2292 43.2812 22.5C42.5 23.0938 41.7188 23.5625 40.9375 23.9062C40.1562 24.2396 39.2917 24.4062 38.3438 24.4062C38.0312 24.4062 37.7292 24.349 37.4375 24.2344C37.1458 24.1198 36.7656 23.9167 36.2969 23.625C35.6094 24.5312 34.9167 25.2188 34.2188 25.6875C33.5312 26.1562 32.8125 26.3906 32.0625 26.3906ZM47.8281 13.5938C47.1823 13.5938 46.7292 13.4948 46.4688 13.2969C46.2083 13.0885 46.0625 12.8177 46.0312 12.4844C46.0312 11.9948 46.2083 11.5156 46.5625 11.0469C46.9271 10.5677 47.4635 10.3281 48.1719 10.3281C48.776 10.3281 49.1979 10.4479 49.4375 10.6875C49.6771 10.9167 49.7969 11.2083 49.7969 11.5625C49.7969 11.9583 49.6406 12.3958 49.3281 12.875C49.026 13.3542 48.526 13.5938 47.8281 13.5938ZM44 26.3906C43.1562 26.3906 42.4896 26.1771 42 25.75C41.5208 25.3125 41.2812 24.6354 41.2812 23.7188C41.2812 23.0833 41.3958 22.4531 41.625 21.8281C41.8646 21.1927 42.125 20.599 42.4062 20.0469C42.6979 19.4844 42.9271 18.9948 43.0938 18.5781C43.1458 18.4427 43.2344 18.2344 43.3594 17.9531C43.4948 17.6719 43.6354 17.3854 43.7812 17.0938L44.3125 16C44.4896 15.7083 44.6927 15.5 44.9219 15.375C45.151 15.25 45.3854 15.1875 45.625 15.1875C46.0208 15.1875 46.3594 15.3177 46.6406 15.5781C46.9323 15.8281 47.0781 16.151 47.0781 16.5469C47.0677 16.6406 47.0521 16.7344 47.0312 16.8281C47.0208 16.9219 46.9896 17.0156 46.9375 17.1094C46.7083 17.526 46.5104 17.9167 46.3438 18.2812C46.1771 18.6354 46.0052 18.9948 45.8281 19.3594C45.6823 19.6615 45.5 20.0312 45.2812 20.4688C45.0625 20.9062 44.8698 21.349 44.7031 21.7969C44.5365 22.2344 44.4531 22.625 44.4531 22.9688C44.4531 23.25 44.5208 23.4375 44.6562 23.5312C44.8021 23.6146 45.0052 23.6562 45.2656 23.6562C45.6823 23.6562 46.1406 23.526 46.6406 23.2656C47.151 23.0052 47.6354 22.6823 48.0938 22.2969C48.5729 21.9115 49.0156 21.5208 49.4219 21.125C49.8281 20.7188 50.1302 20.3906 50.3281 20.1406C50.526 19.9427 50.7344 19.8438 50.9531 19.8438C51.1406 19.8438 51.2917 19.9271 51.4062 20.0938C51.5312 20.2604 51.5938 20.474 51.5938 20.7344C51.5938 20.974 51.5312 21.2292 51.4062 21.5C51.2917 21.7708 51.099 22.026 50.8281 22.2656C50.1406 22.9635 49.4219 23.6302 48.6719 24.2656C47.9219 24.8906 47.151 25.401 46.3594 25.7969C45.5781 26.1927 44.7917 26.3906 44 26.3906ZM49.5625 26.3906C49.1979 26.3906 48.9115 26.276 48.7031 26.0469C48.4948 25.8177 48.3906 25.5365 48.3906 25.2031C48.3906 24.9323 48.5469 24.4271 48.8594 23.6875C49.1719 22.9375 49.5365 22.1354 49.9531 21.2812C50.4844 20.1667 50.9531 19.2031 51.3594 18.3906C51.7656 17.5677 52.0677 16.9427 52.2656 16.5156C52.474 16.0677 52.7344 15.7344 53.0469 15.5156C53.3594 15.2969 53.6667 15.1875 53.9688 15.1875C54.2188 15.1875 54.4427 15.2812 54.6406 15.4688C54.8385 15.6458 54.9375 15.9115 54.9375 16.2656C54.9375 16.401 54.9219 16.5469 54.8906 16.7031C54.8594 16.8594 54.8021 17.026 54.7188 17.2031C55.0417 16.7969 55.5208 16.401 56.1562 16.0156C56.7917 15.6198 57.4792 15.2917 58.2188 15.0312C58.9583 14.7708 59.6406 14.6406 60.2656 14.6406C60.8177 14.6406 61.276 14.776 61.6406 15.0469C62.0156 15.3073 62.2031 15.7552 62.2031 16.3906C62.2031 16.9323 62.0833 17.5208 61.8438 18.1562C61.6042 18.7812 61.3177 19.3854 60.9844 19.9688C60.6302 20.5833 60.2969 21.125 59.9844 21.5938C59.6823 22.0521 59.4479 22.4323 59.2812 22.7344C59.1458 22.901 59.0781 23.0938 59.0781 23.3125C59.0781 23.5208 59.1875 23.625 59.4062 23.625C59.4792 23.625 59.5625 23.6198 59.6562 23.6094C59.75 23.5885 59.8646 23.5312 60 23.4375C60.7812 23.1458 61.5573 22.776 62.3281 22.3281C63.1094 21.8802 63.8229 21.4167 64.4688 20.9375C65.125 20.4583 65.651 20.0365 66.0469 19.6719C66.2135 19.5365 66.375 19.4688 66.5312 19.4688C66.9062 19.4688 67.0938 19.7083 67.0938 20.1875C67.0938 20.5104 66.9896 20.8698 66.7812 21.2656C66.5833 21.6615 66.2656 22.0312 65.8281 22.375C65.0677 22.9167 64.3542 23.4219 63.6875 23.8906C63.0312 24.349 62.3333 24.7656 61.5938 25.1406C60.8542 25.5156 59.974 25.849 58.9531 26.1406C58.4219 26.3073 57.9688 26.3906 57.5938 26.3906C56.5312 26.3906 56 25.8073 56 24.6406C56 24.5677 56 24.5 56 24.4375C56.0104 24.3646 56.0208 24.2865 56.0312 24.2031C56.0625 23.7344 56.2292 23.1927 56.5312 22.5781C56.8333 21.9531 57.1615 21.3385 57.5156 20.7344C57.8698 20.151 58.1875 19.6042 58.4688 19.0938C58.75 18.5833 58.8906 18.2031 58.8906 17.9531C58.8906 17.5781 58.7135 17.3906 58.3594 17.3906C57.7031 17.3906 57.0729 17.5833 56.4688 17.9688C55.875 18.3542 55.3125 18.8438 54.7812 19.4375C54.2604 20.0208 53.7812 20.6354 53.3438 21.2812C52.9062 21.9167 52.5208 22.4948 52.1875 23.0156C51.9479 23.4115 51.7135 23.875 51.4844 24.4062C51.2656 24.9375 51.0052 25.401 50.7031 25.7969C50.4115 26.1927 50.0312 26.3906 49.5625 26.3906ZM67.3281 26.3906C66.2344 26.3906 65.2396 26.1458 64.3438 25.6562C63.4479 25.1562 62.875 24.3698 62.625 23.2969C62.6042 23.1927 62.5938 23.125 62.5938 23.0938C62.5938 22.8125 62.6927 22.5729 62.8906 22.375C63.0885 22.1667 63.3073 22.0625 63.5469 22.0625C63.6615 22.0625 63.7865 22.0833 63.9219 22.125C64.0677 22.1667 64.1771 22.2604 64.25 22.4062C64.5208 22.8958 64.9844 23.2917 65.6406 23.5938C66.3073 23.8854 66.9583 24.0312 67.5938 24.0312C68.2708 24.0312 68.8594 23.901 69.3594 23.6406C69.8698 23.3802 70.125 22.9531 70.125 22.3594C70.125 21.6302 69.9167 20.9844 69.5 20.4219C69.0938 19.8594 68.5781 19.3542 67.9531 18.9062C67.3385 18.4479 66.7188 18.026 66.0938 17.6406C66.0417 17.6094 65.9635 17.5208 65.8594 17.375C65.7552 17.2188 65.7031 17.0625 65.7031 16.9062C65.7031 16.7812 65.7344 16.6823 65.7969 16.6094C66.1302 16.1615 66.5573 15.724 67.0781 15.2969C67.599 14.8698 68.1719 14.6562 68.7969 14.6562C69.2552 14.6562 69.6302 14.7708 69.9219 15C70.224 15.2188 70.375 15.4375 70.375 15.6562C70.375 15.9479 70.2396 16.224 69.9688 16.4844C69.6979 16.7344 69.4167 16.974 69.125 17.2031C70.3646 17.849 71.349 18.6719 72.0781 19.6719C72.8073 20.6615 73.1719 21.6302 73.1719 22.5781C73.1719 23.3802 72.8802 24.0677 72.2969 24.6406C71.724 25.2031 70.9896 25.6354 70.0938 25.9375C69.2083 26.2396 68.2865 26.3906 67.3281 26.3906ZM79.3906 26.25C78.8906 26.25 78.4635 26.0677 78.1094 25.7031C77.7656 25.3281 77.5938 24.8958 77.5938 24.4062C77.5938 23.7812 77.8177 23.2292 78.2656 22.75C78.7135 22.2708 79.2604 22.0312 79.9062 22.0312C80.4167 22.0312 80.8281 22.2031 81.1406 22.5469C81.4635 22.8906 81.625 23.3177 81.625 23.8281C81.625 24.4844 81.401 25.0521 80.9531 25.5312C80.5052 26.0104 79.9844 26.25 79.3906 26.25ZM81.5156 33.9375C81.1406 33.9375 80.8333 33.8594 80.5938 33.7031C80.3438 33.5573 80.2188 33.2708 80.2188 32.8438C80.2188 32.4375 80.3281 32.0052 80.5469 31.5469C80.7656 31.0885 80.9531 30.6875 81.1094 30.3438C81.8385 29 82.5885 27.625 83.3594 26.2188C84.1302 24.8229 84.849 23.4479 85.5156 22.0938C86.1927 20.7396 86.7344 19.4531 87.1406 18.2344C87.2135 18.0677 87.3177 17.8229 87.4531 17.5C87.5885 17.1667 87.7552 16.8229 87.9531 16.4688C88.151 16.1146 88.3698 15.8125 88.6094 15.5625C88.849 15.3125 89.1042 15.1875 89.375 15.1875C90.1667 15.1875 90.5625 15.5052 90.5625 16.1406C90.5625 16.2552 90.526 16.4948 90.4531 16.8594C90.3906 17.2135 90.3229 17.4583 90.25 17.5938C90.7604 17.125 91.3229 16.6667 91.9375 16.2188C92.5521 15.7604 93.1927 15.3854 93.8594 15.0938C94.5365 14.7917 95.2031 14.6406 95.8594 14.6406C96.5469 14.6406 97.1875 14.8073 97.7812 15.1406C98.3854 15.4635 98.6875 15.9479 98.6875 16.5938C98.6875 17.2083 98.4219 17.8958 97.8906 18.6562C97.3698 19.4062 96.7708 20.1354 96.0938 20.8438C95.6979 21.2604 95.2969 21.6667 94.8906 22.0625C94.4844 22.4479 94.1406 22.7812 93.8594 23.0625C93.5885 23.3438 93.4479 23.5312 93.4375 23.625C93.4375 23.9062 93.6406 24.0469 94.0469 24.0469C94.4635 24.0469 95.3229 23.599 96.625 22.7031C97.9271 21.7969 99.7708 20.4479 102.156 18.6562C102.479 18.4688 102.734 18.375 102.922 18.375C103.151 18.375 103.323 18.4635 103.438 18.6406C103.552 18.8073 103.609 19.0156 103.609 19.2656C103.609 19.5365 103.536 19.8125 103.391 20.0938C103.255 20.375 103.047 20.6094 102.766 20.7969C101.682 21.599 100.688 22.3594 99.7812 23.0781C98.8958 23.776 98.0729 24.3646 97.3125 24.8438C96.5312 25.3438 95.7708 25.7292 95.0312 26C94.2917 26.2708 93.5 26.4062 92.6562 26.4062C91.8646 26.4062 91.25 26.2604 90.8125 25.9688C90.3854 25.6771 90.1719 25.276 90.1719 24.7656V24.6406L90.1875 24.5156C90.25 24.0573 90.5573 23.5 91.1094 22.8438C91.6719 22.1771 92.2865 21.5104 92.9531 20.8438C93.599 20.1979 94.1875 19.5833 94.7188 19C95.25 18.4167 95.5156 17.9688 95.5156 17.6562C95.5156 17.3854 95.2917 17.25 94.8438 17.25C94.2292 17.25 93.5833 17.4427 92.9062 17.8281C92.2396 18.2135 91.599 18.7083 90.9844 19.3125C90.349 19.9167 89.7865 20.5469 89.2969 21.2031C88.8073 21.8594 88.401 22.4688 88.0781 23.0312L87.0156 25.0156C86.776 25.4635 86.5677 25.8542 86.3906 26.1875C86.224 26.5208 86.1094 26.7448 86.0469 26.8594C85.974 26.9948 85.8333 27.2917 85.625 27.75C85.4271 28.2083 85.1823 28.7604 84.8906 29.4062C84.599 30.0417 84.349 30.5885 84.1406 31.0469C83.9427 31.5156 83.8229 31.8125 83.7812 31.9375C83.5833 32.4688 83.3021 32.9323 82.9375 33.3281C82.5729 33.7344 82.099 33.9375 81.5156 33.9375ZM103.391 26.3906C103.036 26.3906 102.615 26.2917 102.125 26.0938C101.635 25.8958 101.203 25.5677 100.828 25.1094C100.464 24.651 100.281 24.0365 100.281 23.2656C100.281 22.6198 100.427 21.8125 100.719 20.8438C101.01 19.875 101.469 18.9219 102.094 17.9844C102.719 17.026 103.516 16.2292 104.484 15.5938C105.464 14.9583 106.594 14.6406 107.875 14.6406C108.333 14.6406 108.734 14.6979 109.078 14.8125C109.422 14.9271 109.714 15.0521 109.953 15.1875C110.089 15.2708 110.214 15.3594 110.328 15.4531C110.453 15.5365 110.568 15.6302 110.672 15.7344L111.219 15.4688C111.375 15.3958 111.536 15.3333 111.703 15.2812C111.88 15.2188 112.031 15.1875 112.156 15.1875C112.552 15.1875 112.875 15.2969 113.125 15.5156C113.375 15.7344 113.5 15.974 113.5 16.2344C113.5 16.3177 113.495 16.375 113.484 16.4062C113.411 16.6979 113.276 17.099 113.078 17.6094C112.891 18.1198 112.688 18.6875 112.469 19.3125C112.25 19.9167 112.062 20.5 111.906 21.0625C111.76 21.625 111.688 22.0885 111.688 22.4531C111.688 22.7656 111.74 23.026 111.844 23.2344C111.948 23.4323 112.125 23.5312 112.375 23.5312C112.677 23.5312 113.083 23.3594 113.594 23.0156C114.104 22.6615 114.63 22.2448 115.172 21.7656C115.464 21.5052 115.766 21.2292 116.078 20.9375C116.391 20.6354 116.708 20.3177 117.031 19.9844C117.198 19.849 117.359 19.7812 117.516 19.7812C117.724 19.7812 117.896 19.8854 118.031 20.0938C118.177 20.2917 118.25 20.5156 118.25 20.7656C118.25 21.0573 118.151 21.3021 117.953 21.5C117.536 21.8854 117.109 22.2969 116.672 22.7344C116.234 23.1719 115.63 23.7083 114.859 24.3438C114.172 24.9062 113.464 25.3906 112.734 25.7969C112.005 26.1927 111.349 26.3906 110.766 26.3906C110.036 26.3906 109.505 26.1094 109.172 25.5469C108.839 24.974 108.672 24.3646 108.672 23.7188C108.672 23.25 108.74 22.8333 108.875 22.4688C108.448 23.0417 107.943 23.6354 107.359 24.25C106.776 24.8542 106.146 25.3646 105.469 25.7812C104.792 26.1875 104.099 26.3906 103.391 26.3906ZM104.641 23.6406C104.974 23.6406 105.391 23.4271 105.891 23C106.401 22.5729 106.891 22.0729 107.359 21.5C107.88 20.875 108.292 20.3073 108.594 19.7969C108.896 19.2865 109.047 18.9427 109.047 18.7656C109.047 18.3698 108.818 18.0573 108.359 17.8281C107.901 17.5885 107.49 17.4688 107.125 17.4688C106.479 17.4688 105.865 17.6771 105.281 18.0938C104.708 18.5104 104.24 19.0469 103.875 19.7031C103.51 20.349 103.328 21.0208 103.328 21.7188C103.328 22.125 103.401 22.5469 103.547 22.9844C103.703 23.4219 104.068 23.6406 104.641 23.6406ZM118.656 35.2812C118.25 35.2812 117.927 35.1406 117.688 34.8594C117.458 34.5781 117.344 34.2396 117.344 33.8438C117.344 33.4271 117.443 32.9375 117.641 32.375C117.849 31.8229 118.13 31.2292 118.484 30.5938C119.203 29.3125 120.203 27.9271 121.484 26.4375L123.422 23.9688C122.62 24.7083 121.859 25.2344 121.141 25.5469C120.422 25.849 119.823 26 119.344 26C118.51 26 117.818 25.6354 117.266 24.9062C116.724 24.1771 116.453 23.2604 116.453 22.1562C116.453 21.0104 116.672 19.974 117.109 19.0469C117.557 18.1198 118.13 17.3281 118.828 16.6719C119.516 16.026 120.276 15.526 121.109 15.1719C121.953 14.8177 122.776 14.6406 123.578 14.6406C124.036 14.6406 124.438 14.6979 124.781 14.8125C125.125 14.9271 125.417 15.0521 125.656 15.1875C125.792 15.2708 125.917 15.3594 126.031 15.4531C126.156 15.5365 126.271 15.6302 126.375 15.7344C126.542 15.6198 126.698 15.5312 126.844 15.4688C126.99 15.3958 127.151 15.3333 127.328 15.2812C127.505 15.2188 127.682 15.1875 127.859 15.1875C128.318 15.1875 128.672 15.2812 128.922 15.4688C129.172 15.6562 129.297 15.8802 129.297 16.1406C129.297 16.276 129.26 16.4115 129.188 16.5469L125.531 23.4688L125.828 23.2031C127.057 22.4844 128.068 21.9219 128.859 21.5156C129.651 21.099 130.281 20.7917 130.75 20.5938C131.115 20.4375 131.417 20.3281 131.656 20.2656C131.896 20.1927 132.057 20.1562 132.141 20.1562C132.38 20.1562 132.562 20.25 132.688 20.4375C132.823 20.6146 132.891 20.8385 132.891 21.1094C132.891 21.4115 132.802 21.7188 132.625 22.0312C132.458 22.3438 132.198 22.5677 131.844 22.7031C131.229 23.0156 130.49 23.3646 129.625 23.75C128.771 24.125 127.875 24.5677 126.938 25.0781C126.01 25.5781 125.13 26.1771 124.297 26.875L121.266 32.3594C120.786 33.5052 120.359 34.2865 119.984 34.7031C119.641 35.0885 119.198 35.2812 118.656 35.2812ZM120.5 23.375C120.823 23.375 121.229 23.1771 121.719 22.7812C122.208 22.375 122.677 21.901 123.125 21.3594C123.583 20.8177 123.969 20.3021 124.281 19.8125C124.594 19.3229 124.75 18.974 124.75 18.7656C124.75 18.3073 124.531 17.9635 124.094 17.7344C123.667 17.5052 123.297 17.3906 122.984 17.3906C122.328 17.3906 121.708 17.599 121.125 18.0156C120.552 18.4219 120.083 18.9583 119.719 19.625C119.365 20.2812 119.188 20.9792 119.188 21.7188C119.188 22.0729 119.26 22.4375 119.406 22.8125C119.552 23.1875 119.917 23.375 120.5 23.375ZM133.828 26.3906C132.995 26.3906 132.281 26.1875 131.688 25.7812C131.104 25.3646 130.656 24.8229 130.344 24.1562C130.042 23.4792 129.891 22.7552 129.891 21.9844C129.891 21.3073 130.083 20.5521 130.469 19.7188C130.865 18.875 131.427 18.0677 132.156 17.2969C132.885 16.526 133.755 15.8906 134.766 15.3906C135.786 14.8802 136.896 14.625 138.094 14.625C138.958 14.625 139.604 14.8333 140.031 15.25C140.458 15.6667 140.672 16.2448 140.672 16.9844C140.672 17.4219 140.557 17.8802 140.328 18.3594C140.099 18.8385 139.703 19.3229 139.141 19.8125C138.578 20.3125 137.823 20.8229 136.875 21.3438C135.938 21.8542 134.76 22.3698 133.344 22.8906C133.458 23.5365 133.979 23.8594 134.906 23.8594C135.625 23.8594 136.401 23.7135 137.234 23.4219C138.068 23.1198 138.87 22.776 139.641 22.3906C140.411 22.0156 141.073 21.6615 141.625 21.3281C142.177 20.9948 142.505 20.8073 142.609 20.7656C142.703 20.7031 142.786 20.6667 142.859 20.6562C142.943 20.6458 143.016 20.6406 143.078 20.6406C143.328 20.6406 143.5 20.7396 143.594 20.9375C143.698 21.125 143.75 21.2812 143.75 21.4062C143.75 21.5 143.74 21.6146 143.719 21.75C143.698 21.875 143.62 22.0208 143.484 22.1875C143.349 22.3229 142.953 22.6198 142.297 23.0781C141.641 23.5365 140.938 23.9792 140.188 24.4062C139.271 24.9167 138.25 25.375 137.125 25.7812C136 26.1875 134.901 26.3906 133.828 26.3906ZM133.109 21.0938C133.786 20.7396 134.474 20.3281 135.172 19.8594C135.88 19.3802 136.417 19.0312 136.781 18.8125C137.271 18.5 137.594 18.224 137.75 17.9844C137.927 17.724 138.016 17.5052 138.016 17.3281C138.016 17.1719 137.964 17.0469 137.859 16.9531C137.766 16.8594 137.656 16.8021 137.531 16.7812L137.391 16.7656H137.25C136.677 16.7656 136.146 16.9323 135.656 17.2656C135.177 17.5885 134.771 17.9948 134.438 18.4844C134.083 18.9948 133.797 19.474 133.578 19.9219C133.37 20.3698 133.214 20.7604 133.109 21.0938Z" fill="#282934"/> 4 + <mask id="mask0_4009_21" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="0" width="43" height="37"> 5 + <ellipse cx="23.5" cy="14.5" rx="23.5" ry="14.5" transform="matrix(0.819152 -0.573576 0.573852 0.818959 -5 20)" fill="#E3E3F6"/> 6 + </mask> 7 + <g mask="url(#mask0_4009_21)"> 8 + <path d="M50 -1L30 43H18L38 -1H50Z" fill="#6C70C2"/> 9 + <path d="M38 -1L18 43H6L26 -1H38Z" fill="#8BB46B"/> 10 + <path d="M26 -1L6 43H-7L13 -1H26Z" fill="#C77373"/> 11 + </g> 12 + <path d="M14.2505 6.5205C24.8819 -0.923557 37.2253 -1.64127 41.8208 4.91699C44.8818 9.28557 43.7317 15.7795 39.4809 21.8301C39.1891 21.88 38.8988 21.9062 38.6098 21.9062C38.2663 21.9062 38.0057 21.7967 37.8286 21.5781C38.2661 20.8385 38.688 20.1771 39.0942 19.5937C39.5109 19.0104 39.8546 18.4531 40.1255 17.9219C40.3963 17.3907 40.5317 16.8333 40.5317 16.25C40.5317 15.8647 40.443 15.5364 40.2661 15.2656C40.0891 14.9845 39.7867 14.8438 39.3598 14.8437C38.9953 14.8437 38.6307 15.1094 38.2661 15.6406C37.9015 16.1615 37.5317 16.7917 37.1567 17.5312C36.7713 18.2812 36.3546 19.0677 35.9067 19.8906C35.4692 20.7031 35.0004 21.3698 34.5005 21.8906C34.1047 22.4218 33.74 22.8385 33.4067 23.1406C33.0735 23.4426 32.7712 23.5936 32.5005 23.5937C32.3755 23.5937 32.2765 23.4633 32.2036 23.2031C32.1307 22.9324 32.0943 22.7187 32.0942 22.5625C32.0942 21.9271 32.2036 21.2187 32.4223 20.4375C32.6411 19.6563 32.8911 18.8698 33.1723 18.0781C33.464 17.2761 33.714 16.5364 33.9223 15.8594C33.964 15.7865 33.9848 15.6874 33.9848 15.5625C33.9848 15.2918 33.8544 15.0677 33.5942 14.8906C33.3339 14.7136 33.068 14.6251 32.7973 14.625C32.4953 14.625 32.1827 14.724 31.8598 14.9219C31.5473 15.1094 31.2869 15.4219 31.0786 15.8594C30.9223 16.3281 30.7036 16.9948 30.4223 17.8594C30.1411 18.7135 29.8859 19.6302 29.6567 20.6094C29.6095 20.8091 29.5673 21.0057 29.5298 21.1992C29.462 21.2397 29.3893 21.282 29.313 21.3281C28.7609 21.6614 28.0993 22.0157 27.3286 22.3906C26.5578 22.776 25.7556 23.1198 24.9223 23.4219C24.0892 23.7135 23.3129 23.8593 22.5942 23.8594C21.6673 23.8594 21.1464 23.5363 21.0317 22.8906C22.4483 22.3698 23.6255 21.8541 24.563 21.3437C25.5108 20.823 26.2661 20.3125 26.8286 19.8125C27.391 19.323 27.7869 18.8385 28.0161 18.3594C28.2452 17.8803 28.3598 17.4218 28.3598 16.9844C28.3598 16.245 28.1461 15.6666 27.7192 15.25C27.2922 14.8334 26.6461 14.6251 25.7817 14.625C24.5839 14.625 23.4744 14.8803 22.4536 15.3906C21.4432 15.8906 20.5734 16.5261 19.8442 17.2969C19.1151 18.0677 18.5526 18.875 18.1567 19.7187C17.8378 20.4083 17.6522 21.0444 17.5972 21.6269C17.1779 21.9773 16.7408 22.3169 16.2817 22.6406C15.4693 23.2135 14.6775 23.6146 13.9067 23.8437C13.8443 23.8645 13.7816 23.875 13.7192 23.875C13.511 23.875 13.3599 23.7758 13.2661 23.5781C13.1724 23.3699 13.1255 23.1718 13.1255 22.9844C13.1306 22.9792 13.1346 22.9699 13.1372 22.957L13.145 22.8555C13.1476 22.8424 13.1515 22.8333 13.1567 22.8281C13.5317 21.9219 13.9744 20.8802 14.4848 19.7031C14.9953 18.5156 15.5369 17.2812 16.1098 16C16.6828 14.7188 17.2557 13.4687 17.8286 12.25C18.4119 11.0312 18.9536 9.92187 19.4536 8.92187C19.5786 8.58855 19.7244 8.20831 19.8911 7.78125C20.0577 7.35424 20.1411 6.95306 20.1411 6.57812C20.1411 6.08876 20.0106 5.76048 19.7505 5.59375C19.4901 5.41672 19.1618 5.32818 18.7661 5.32812C18.1828 5.32812 17.7192 5.53129 17.3755 5.9375C17.0317 6.34375 16.7869 6.80729 16.6411 7.32812C16.6305 7.37022 16.5003 7.71403 16.2505 8.35937C16.0005 8.99478 15.6828 9.77085 15.2973 10.6875C14.8807 11.6771 14.5473 12.4635 14.2973 13.0469C14.0474 13.6302 13.9119 13.9635 13.8911 14.0469L13.7192 14.4375L13.438 15.0937L13.313 15.3594C13.1568 15.2032 12.9638 15.0624 12.7348 14.9375C12.3287 14.7396 11.818 14.6407 11.2036 14.6406C10.4432 14.6406 9.5785 14.8594 8.60985 15.2969C7.65155 15.7239 6.74002 16.3334 5.87547 17.125C5.00047 17.9167 4.27651 18.8698 3.7036 19.9844C3.13068 21.099 2.84422 22.2969 2.84422 23.5781C2.84425 24.5884 3.09425 25.3125 3.59422 25.75C4.09417 26.1769 4.72459 26.3906 5.48485 26.3906C6.39098 26.3905 7.31831 26.1197 8.2661 25.5781C9.22433 25.0365 9.94321 24.3333 10.4223 23.4687C10.4119 23.5 10.4067 23.5521 10.4067 23.625V23.7969C10.4068 24.6614 10.6255 25.3125 11.063 25.75C11.5004 26.1769 12.0996 26.3906 12.8598 26.3906C13.6931 26.3905 14.5475 26.1458 15.4223 25.6562C16.2502 25.1831 17.0769 24.578 17.9048 23.8437C17.9437 23.9488 17.9858 24.0533 18.0317 24.1562C18.3442 24.8228 18.7922 25.3646 19.3755 25.7812C19.9692 26.1873 20.6829 26.3906 21.5161 26.3906C22.5889 26.3906 23.6881 26.1874 24.813 25.7812C25.9379 25.375 26.9589 24.9166 27.8755 24.4062C28.3788 24.1196 28.8597 23.8241 29.3208 23.5234C29.3597 24.4231 29.6311 25.1186 30.1411 25.6094C30.6931 26.13 31.3339 26.3906 32.063 26.3906C32.8128 26.3905 33.5318 26.1562 34.2192 25.6875C34.9171 25.2187 35.6099 24.5312 36.2973 23.625C36.7659 23.9165 37.1464 24.1198 37.438 24.2344C37.4807 24.2512 37.5246 24.264 37.5679 24.2783C35.7164 26.4227 33.4742 28.4624 30.8921 30.2705C20.2606 37.7147 7.91633 38.4332 3.32078 31.875C-1.2747 25.3167 3.61895 13.9648 14.2505 6.5205ZM12.3911 17.3906L12.1723 17.875C11.9432 18.4167 11.6463 19.0156 11.2817 19.6719C10.9276 20.3281 10.5109 20.9583 10.0317 21.5625C9.5526 22.1666 9.02645 22.6615 8.4536 23.0469C7.88079 23.4322 7.27637 23.6249 6.6411 23.625C6.28699 23.625 6.1099 23.4165 6.10985 23C6.2036 21.5417 6.69318 20.3021 7.5786 19.2812C8.47441 18.25 9.52133 17.5312 10.7192 17.125C11.417 16.8646 12.0735 16.7292 12.688 16.7187L12.3911 17.3906ZM25.0786 16.7656L25.2192 16.7812C25.3441 16.8021 25.4537 16.8595 25.5473 16.9531C25.6513 17.0468 25.7036 17.172 25.7036 17.3281C25.7035 17.5052 25.615 17.7241 25.438 17.9844C25.2817 18.2239 24.9587 18.5 24.4692 18.8125C24.1047 19.0312 23.5681 19.3803 22.8598 19.8594C22.162 20.3281 21.4744 20.7396 20.7973 21.0937C20.8504 20.924 20.9175 20.7395 20.9975 20.54C21.0407 20.4569 21.0793 20.3764 21.1098 20.2969C21.1372 20.2321 21.1603 20.169 21.1811 20.1084C21.2085 20.0474 21.2367 19.9852 21.2661 19.9219C21.4848 19.474 21.7713 18.9948 22.1255 18.4844C22.4588 17.9948 22.8651 17.5885 23.3442 17.2656C23.8338 16.9324 24.3651 16.7656 24.938 16.7656H25.0786Z" fill="#282934"/> 13 + </g> 14 + <defs> 15 + <clipPath id="clip0_4009_21"> 16 + <rect width="144" height="37" fill="white"/> 17 + </clipPath> 18 + </defs> 19 + </svg>
+11 -11
src/components/BlogMeta.astro
··· 2 2 const { pubDate, categories } = Astro.props; 3 3 --- 4 4 5 - <p> 6 - <small> 7 - { 8 - pubDate && ( 9 - <time datetime={pubDate.toISOString()}> 10 - {pubDate.toLocaleDateString()} 11 - </time> 12 - ) 13 - } 14 - {categories?.length && ` • ${categories.join(", ")}`} 15 - </small> 5 + <p 6 + class="not-prose text-xs font-mono text-dp-text-light/80 dark:text-dp-text-dark/80" 7 + > 8 + { 9 + pubDate && ( 10 + <time datetime={pubDate.toISOString()}> 11 + {pubDate.toLocaleDateString()} 12 + </time> 13 + ) 14 + } 15 + {categories?.length && ` • ${categories.join(", ")}`} 16 16 </p>
+8 -12
src/components/Footer.astro
··· 10 10 })(); 11 11 --- 12 12 13 - <footer style="text-align: center;"> 13 + <footer class="flex space-x-2 justify-between px-4 text-sm"> 14 14 <nav> 15 15 <p> 16 16 <a href="mailto:devin@devins.page">email</a> • ··· 20 20 <a href="https://www.last.fm/user/devin_real">last.fm</a> 21 21 </p> 22 22 </nav> 23 - <p> 24 - <small> 25 - <code 26 - ><a 27 - href={`https://tangled.org/devins.page/devins.page/commit/${commitHash}`} 28 - >{commitHash}</a 29 - ></code 30 - > • <a href="/privacy">privacy</a> • subscribe to <a href="/rss.xml" 31 - >rss</a 32 - ></small 33 - > 23 + <p class="text-right text-dp-text-light/80 dark:text-dp-text-dark/80"> 24 + <code 25 + ><a 26 + href={`https://tangled.org/devins.page/devins.page/commit/${commitHash}`} 27 + >{commitHash}</a 28 + ></code 29 + > • <a href="/privacy">privacy</a> • subscribe to <a href="/rss.xml">rss</a> 34 30 </p> 35 31 </footer>
+13 -7
src/components/Header.astro
··· 1 - <header style="text-align: center"> 2 - <h1>devins.page</h1> 3 - <nav> 4 - <a href="/">home</a> • 5 - <a href="/blog">blog</a> • 6 - <a href="/uses">uses</a> 7 - </nav> 1 + <header class="flex px-6 md:px-2"> 2 + <a href="/"> 3 + <img 4 + src="/devins_page-wordmark-light.svg" 5 + alt="devin logo" 6 + class="h-8 block dark:hidden" 7 + /> 8 + <img 9 + src="/devins_page-wordmark-dark.svg" 10 + alt="devin logo" 11 + class="h-8 hidden dark:block" 12 + /> 13 + </a> 8 14 </header>
+36
src/components/Nav.astro
··· 1 + --- 2 + const currentPath = Astro.url.pathname; 3 + --- 4 + 5 + <nav class="flex gap-1 px-4 overflow-y-hidden overflow-x-auto"> 6 + <a 7 + href="/" 8 + class:list={[ 9 + "py-0.5 px-4 rounded-t-sm", 10 + currentPath === "/" && 11 + "bg-dp-background2-light dark:bg-dp-background2-dark", 12 + ]} 13 + > 14 + home 15 + </a> 16 + <a 17 + href="/blog" 18 + class:list={[ 19 + "py-0.5 px-4 rounded-t-sm", 20 + currentPath.startsWith("/blog") && 21 + "bg-dp-background2-light dark:bg-dp-background2-dark", 22 + ]} 23 + > 24 + blog 25 + </a> 26 + <a 27 + href="/uses" 28 + class:list={[ 29 + "py-0.5 px-4 rounded-t-sm", 30 + currentPath === "/uses" && 31 + "bg-dp-background2-light dark:bg-dp-background2-dark", 32 + ]} 33 + > 34 + uses 35 + </a> 36 + </nav>
+15 -4
src/layouts/BlogPost.astro
··· 14 14 --- 15 15 16 16 <Layout {title} {description}> 17 - {image && <img src={image} alt={imageAlt || ""} class="floating-image" />} 18 - <h1>{title}</h1> 19 - <BlogMeta {pubDate} {categories} /> 20 - <slot /> 17 + <p class="text-sm font-bold mb-2"><a href="/blog">← blog</a></p> 18 + { 19 + image && ( 20 + <img 21 + src={image} 22 + alt={imageAlt || ""} 23 + class=" ms-4 float-end size-24 sm:size-32 rounded-sm" 24 + /> 25 + ) 26 + } 27 + <div class="prose dark:prose-invert max-w-none"> 28 + <h1>{title}</h1> 29 + <BlogMeta {pubDate} {categories} /> 30 + <slot /> 31 + </div> 21 32 </Layout>
+12 -4
src/layouts/Layout.astro
··· 1 1 --- 2 - import "@intergrav/slight.css"; 3 2 import "../styles/global.css"; 4 3 import Header from "../components/Header.astro"; 4 + import Nav from "../components/Nav.astro"; 5 5 import Footer from "../components/Footer.astro"; 6 6 7 7 const { title, description } = Astro.props; ··· 32 32 href={new URL("rss.xml", Astro.site)} 33 33 /> 34 34 </head> 35 - <body class="prose"> 35 + <body 36 + class="flex flex-col min-h-screen py-2 space-y-2 text-dp-text-light bg-dp-background-light dark:text-dp-text-dark dark:bg-dp-background-dark" 37 + style="border-bottom: 0.25rem solid; border-image: repeating-linear-gradient(var(--color-dp-palette-red-light) 0, var(--color-dp-palette-red-light) 14.28%, var(--color-dp-palette-orange-light) 14.28%, var(--color-dp-palette-orange-light) 28.56%, var(--color-dp-palette-yellow-light) 28.56%, var(--color-dp-palette-yellow-light) 42.84%, var(--color-dp-palette-green-light) 42.84%, var(--color-dp-palette-green-light) 57.12%, var(--color-dp-palette-blue-light) 57.12%, var(--color-dp-palette-blue-light) 71.4%, var(--color-dp-palette-indigo-light) 71.4%, var(--color-dp-palette-indigo-light) 85.68%, var(--color-dp-palette-violet-light) 85.68%, var(--color-dp-palette-violet-light) 100%) 1; border-image-source: repeating-linear-gradient(to right, var(--color-dp-palette-red-dark) 0, var(--color-dp-palette-red-dark) 14.28%, var(--color-dp-palette-orange-dark) 14.28%, var(--color-dp-palette-orange-dark) 28.56%, var(--color-dp-palette-yellow-dark) 28.56%, var(--color-dp-palette-yellow-dark) 42.84%, var(--color-dp-palette-green-dark) 42.84%, var(--color-dp-palette-green-dark) 57.12%, var(--color-dp-palette-blue-dark) 57.12%, var(--color-dp-palette-blue-dark) 71.4%, var(--color-dp-palette-indigo-dark) 71.4%, var(--color-dp-palette-indigo-dark) 85.68%, var(--color-dp-palette-violet-dark) 85.68%, var(--color-dp-palette-violet-dark) 100%);" 38 + > 36 39 <Header /> 37 - <main> 38 - <slot /> 40 + <main class="flex-1 w-full max-w-4xl mx-auto"> 41 + <Nav /> 42 + <section 43 + class="p-4 sm:p-6 sm:rounded-sm bg-dp-background2-light dark:bg-dp-background2-dark" 44 + > 45 + <slot /> 46 + </section> 39 47 </main> 40 48 <Footer /> 41 49 </body>
+14 -8
src/pages/404.astro
··· 6 6 title="page unavailable" 7 7 description="erm.. 404! not found! oops. whoopsie! my bad. error! uh oh!" 8 8 > 9 - <h1>page unavailable</h1> 9 + <div class="prose dark:prose-invert max-w-full"> 10 + <h1>page unavailable</h1> 10 11 11 - <p> 12 - a page wasn't found at this address. it may have been moved, removed, or 13 - just never existed in the first place. would you like to go back <a href="/" 14 - >home</a 15 - >? 16 - </p> 12 + <p> 13 + a page wasn't found at this address. it may have been moved, removed, or 14 + just never existed in the first place. would you like to go back <a 15 + href="/">home</a 16 + >? 17 + </p> 17 18 18 - <img src="https://http.cat/404" alt="404 meme picture, with a cat" /> 19 + <img 20 + class="w-full" 21 + src="https://http.cat/404" 22 + alt="404 meme picture, with a cat" 23 + /> 24 + </div> 19 25 </Layout>
+23 -23
src/pages/blog.astro
··· 10 10 --- 11 11 12 12 <Layout title="blog" description="my personal blog"> 13 - <h1>blog</h1> 14 - { 15 - posts.map((post) => ( 16 - <article> 17 - {post.data.image && ( 18 - <img 19 - src={post.data.image} 20 - alt={post.data.imageAlt || ""} 21 - class="floating-image" 22 - style="height: 4rem" 23 - /> 24 - )} 25 - <h1> 26 - <a href={`/blog/${post.slug}`}>{post.data.title}</a> 27 - </h1> 28 - <BlogMeta 29 - pubDate={post.data.pubDate} 30 - categories={post.data.categories} 31 - /> 32 - <p>{post.data.description}</p> 33 - </article> 34 - )) 35 - } 13 + <div class="flex flex-col space-y-6"> 14 + { 15 + posts.map((post) => ( 16 + <a href={`/blog/${post.slug}`}> 17 + <article class="border border-dp-text-light/20 bg-dp-background2-light dark:bg-dp-background-dark p-4 space-y-2 rounded-xs"> 18 + {post.data.image && ( 19 + <img 20 + src={post.data.image} 21 + alt={post.data.imageAlt || ""} 22 + class="float-end size-16 rounded-sm" 23 + /> 24 + )} 25 + <h1>{post.data.title}</h1> 26 + <BlogMeta 27 + pubDate={post.data.pubDate} 28 + categories={post.data.categories} 29 + /> 30 + <p>{post.data.description}</p> 31 + </article> 32 + </a> 33 + )) 34 + } 35 + </div> 36 36 </Layout>
+72 -70
src/pages/index.astro
··· 6 6 <img 7 7 src="https://avatars.githubusercontent.com/u/42325132?s=256" 8 8 alt="my current profile picture on github" 9 - class="floating-image" 9 + class="ms-4 float-end size-24 sm:size-32 rounded-sm" 10 10 /> 11 + <div class="prose dark:prose-invert max-w-full"> 12 + <p> 13 + hey, my name is devin (i'm also known as "intergrav" in some spaces). i 14 + enjoy <strong>music</strong>, <strong>UI/UX design</strong>, <strong 15 + >programming</strong 16 + >, <strong>sysadmin stuff</strong>, and a bunch of other things!!!! :) i 17 + don't have very much else to say about myself, but here are a couple 18 + projects that i've created or work on: 19 + </p> 11 20 12 - <h1>home</h1> 21 + <ul> 22 + <li> 23 + i made <a href="https://devcss.devins.page">dev.css</a> and <a 24 + href="https://slightcss.devins.page">slight.css</a 25 + >, two stylesheets for easily making simple, nice looking websites. this 26 + site uses slight.css. 27 + </li> 28 + <li> 29 + i made <a href="https://github.com/intergrav/devins-badges" 30 + >Devin's Badges</a 31 + >, a library of nicely designed badges for your projects. this project 32 + is on hiatus, i'm not sure when or if i'll work on it again. 33 + </li> 34 + <li> 35 + i have made and maintained <a 36 + href="https://modrinth.com/modpack/adrenaline">Adrenaline</a 37 + > and <a href="https://modrinth.com/modpack/additive">Additive</a> for the 38 + past 3-4 years, two Minecraft modpacks that have become relatively popular 39 + in the modding community. 40 + </li> 41 + <li> 42 + i was the leader of designing and writing the new <a 43 + href="https://prismlauncher.org">Prism Launcher website</a 44 + >, a project that took several months, focusing on cleanliness, 45 + consistency, and usability. 46 + </li> 47 + <li> 48 + i've helped contribute to <a href="https://modrinth.com">Modrinth</a> a couple 49 + times, a website for sharing Minecraft mods. I made that little <a 50 + href="https://cdn.modrinth.com/servers/excitement.webp" 51 + >robot mascot</a 52 + > 53 + that they use sometimes, contributed some ideas, helped <a 54 + href="https://support.modrinth.com/en/articles/9298760-third-party-packages" 55 + >bring</a 56 + > 57 + <a href="https://github.com/modrinth/code/issues/497">attention</a> and organize 58 + Linux/MacOS packaging for the Modrinth App, and made some images for their 59 + <a href="https://modrinth.com/news">blog</a>. 60 + </li> 61 + </ul> 13 62 14 - <p> 15 - hey, my name is devin (i'm also known as "intergrav" in some spaces). i 16 - enjoy <strong>music</strong>, <strong>UI/UX design</strong>, <strong 17 - >programming</strong 18 - >, <strong>sysadmin stuff</strong>, and a bunch of other things!!!! :) i 19 - don't have very much else to say about myself, but here are a couple 20 - projects that i've created or work on: 21 - </p> 63 + <p> 64 + this whole website is open-source and available on <a 65 + href="https://tangled.org/devins.page/devins.page">Tangled</a 66 + >. this website is built with tailwind and astro, and hosted by <a 67 + href="https://wisp.place">wisp.place</a 68 + >. (this current design is obviously inspired by tangled's design!) 69 + </p> 22 70 23 - <ul> 24 - <li> 25 - i made <a href="https://devcss.devins.page">dev.css</a> and <a 26 - href="https://slightcss.devins.page">slight.css</a 27 - >, two stylesheets for easily making simple, nice looking websites. this 28 - site uses slight.css. 29 - </li> 30 - <li> 31 - i made <a href="https://github.com/intergrav/devins-badges" 32 - >Devin's Badges</a 33 - >, a library of nicely designed badges for your projects. this project is 34 - on hiatus, i'm not sure when or if i'll work on it again. 35 - </li> 36 - <li> 37 - i have made and maintained <a 38 - href="https://modrinth.com/modpack/adrenaline">Adrenaline</a 39 - > and <a href="https://modrinth.com/modpack/additive">Additive</a> for the past 40 - 3-4 years, two Minecraft modpacks that have become relatively popular in the 41 - modding community. 42 - </li> 43 - <li> 44 - i was the leader of designing and writing the new <a 45 - href="https://prismlauncher.org">Prism Launcher website</a 46 - >, a project that took several months, focusing on cleanliness, 47 - consistency, and usability. 48 - </li> 49 - <li> 50 - i've helped contribute to <a href="https://modrinth.com">Modrinth</a> a couple 51 - times, a website for sharing Minecraft mods. I made that little <a 52 - href="https://cdn.modrinth.com/servers/excitement.webp">robot mascot</a 71 + <p> 72 + need to reach out? send me an email at <a href="mailto:devin@devins.page" 73 + >devin@devins.page</a 74 + > or message me at <a href="https://matrix.to/#/@devin_real:matrix.org" 75 + >@devin_real:matrix.org</a 76 + >. i don't really use social media anymore. 77 + </p> 78 + <p> 79 + <em 80 + >keep in mind that i am a pretty reserved person. i have limited 81 + availability and may not respond to everything immediately, or at all. 82 + it is nothing personal!</em 53 83 > 54 - that they use sometimes, contributed some ideas, helped <a 55 - href="https://support.modrinth.com/en/articles/9298760-third-party-packages" 56 - >bring</a 57 - > 58 - <a href="https://github.com/modrinth/code/issues/497">attention</a> and organize 59 - Linux/MacOS packaging for the Modrinth App, and made some images for their 60 - <a href="https://modrinth.com/news">blog</a>. 61 - </li> 62 - </ul> 63 - 64 - <p> 65 - this whole website is open-source and available on <a 66 - href="https://tangled.org/devins.page/devins.page">Tangled</a 67 - >. you can see how i made it there. 68 - </p> 69 - 70 - <p> 71 - need to reach out? send me an email at <a href="mailto:devin@devins.page" 72 - >devin@devins.page</a 73 - > or message me at <a href="https://matrix.to/#/@devin_real:matrix.org" 74 - >@devin_real:matrix.org</a 75 - >. i don't really use social media anymore. 76 - </p> 77 - <p> 78 - <em 79 - >keep in mind that i am a pretty reserved person. i have limited 80 - availability and may not respond to everything immediately, or at all. it 81 - is nothing personal!</em 82 - > 83 - </p> 84 + </p> 85 + </div> 84 86 </Layout>
+8 -12
src/pages/privacy.astro
··· 3 3 --- 4 4 5 5 <Layout title="privacy" description="privacy information for devins.page"> 6 - <h1>privacy</h1> 7 - 8 - <p> 9 - this website is deployed on <strong 10 - ><a href="https://wisp.place">wisp.place</a></strong 11 - >. 12 - </p> 13 - 14 - <p> 15 - <em>i do not personally collect, store, or share any visitor data.</em> 16 - </p> 6 + <div class="prose dark:prose-invert max-w-full"> 7 + <h1>privacy</h1> 17 8 18 - <a href="/">← home</a> 9 + <p> 10 + this website is deployed on <strong 11 + ><a href="https://wisp.place">wisp.place</a></strong 12 + >. i do not personally collect, store, or share any visitor data. 13 + </p> 14 + </div> 19 15 </Layout>
+254 -248
src/pages/uses.astro
··· 3 3 --- 4 4 5 5 <Layout title="uses" description="hardware and software i use"> 6 - <h1>uses</h1> 7 - <p> 8 - i often get asked about the stuff that i use so i wanted to make a 9 - comprehensive page listing mostly everything. i will probably update this 10 - list over time as it also helps me keep track of what i'm using - and maybe 11 - it'd be useful to help some people discover new software and hardware 12 - aswell. 13 - </p> 14 - <h2>hardware</h2> 15 - <p> 16 - my main computer is an <em>M4 MacBook Air</em> configured with 24gb of memory 17 - and 1tb of storage. i use <a href="https://nixos.org">Nix</a> and <a 18 - href="https://github.com/nix-darwin/nix-darwin">nix-darwin</a 19 - >, along with <a href="https://brew.sh">Homebrew</a> for GUI applications. i mostly 20 - went for a MacBook because I wanted to use Logic Pro, and audio production SUCKS 21 - on linux. but also because i haven't been really enjoying Windows lately. i also 22 - love the hardware. the trackpad, display, and battery life are great, and the 23 - speakers are the best i've ever heard from a laptop. 24 - </p> 25 - <p> 26 - i also have a <em>Surface</em> laptop, running Windows, which i use for games. 27 - but i don't really do much else on there. i would like to install Linux on there, 28 - but it doesn't really play nicely with my dock (Dell WD19TB). also for whatever 29 - reason on Linux it always runs the Nvidia GPU at the lowest power setting, making 30 - games unplayable. (the Nvidia driver seems to think that it's always on battery 31 - power.) 32 - </p> 33 - <p> 34 - i also play and emulate games on my <em 35 - ><a href="https://store.steampowered.com/steamdeck">Steam Deck</a></em 36 - > very often. it's a 256GB LCD model. this has been a very good purchase and i'd 37 - heavily recommend it if you're into pc gaming and you want something portable 38 - :) 39 - </p> 40 - <p> 41 - i have my old desktop which i use as my main server since i don't really 42 - have any other use for it. it's running <a href="https://nixos.org">NixOS</a 43 - >. i run <a href="https://jellyfin.org">Jellyfin</a> for movies/tv, <a 44 - href="https://www.navidrome.org">Navidrome</a 45 - > for streaming my music library, <a href="https://restic.net">restic</a> and 46 - <a href="https://en.wikipedia.org/wiki/Time_Machine_(macOS)">Time Machine</a 47 - > backup shares, and Minecraft servers for my friends. i also run <a 48 - href="https://www.samba.org">Samba</a 49 - > shares. 50 - </p> 51 - <p> 52 - i also have an <em>Intel NUC</em> (i forgot exactly which generation) which was 53 - the previous computer i used as my server before i upgraded to my old desktop. 54 - this is currently unused. 55 - </p> 56 - <p> 57 - i have a <em>Raspberry Pi 4</em> which i used to run RetroPie on. currently it's 58 - unused though, and i'm thinking of ways i could use it. 59 - </p> 60 - <p> 61 - i have an <em>iPhone 14 Pro</em>, mainly because i wanted GarageBand at the 62 - time but it also plays nicely with my Mac. i'm considering switching to a 63 - Pixel at some point though. 64 - </p> 65 - <p> 66 - i also enjoy messing with retro/vintage hardware and have some older 67 - computers: 68 - </p> 69 - <ul> 70 - <li> 71 - i very often use my <em>5th gen iPod</em> to listen to my music library on the 72 - go and at home, since it's distraction-free and fun to tinker with. i run 73 - <a href="https://www.rockbox.org">Rockbox</a> on here with <a 74 - href="https://github.com/D0-0K/adwaitapod">adwaitapod</a 75 - >, the best Rockbox theme ;) 76 - </li> 77 - <li> 78 - sometimes i used to use my <em>4th gen iPod Touch</em> for distraction-free 79 - music listening and those classic mobile games. i do quite miss when mobile 80 - devices were small and easier to handle, and this is nice to bring to places 81 - where i don't want my phone 82 - </li> 83 - <li> 84 - i have a <em>Gateway</em> laptop from 2003 that i don't really use, but sometimes 85 - mess around with it for shits and giggles 86 - </li> 87 - </ul> 88 - <p>also here's the gear i use for music:</p> 89 - <ul> 90 - <li> 91 - audio workstation: i mostly use <a href="https://www.apple.com/logic-pro" 92 - >Logic Pro</a 93 - > or <a href="https://www.bitwig.com">Bitwig</a> or <a 94 - href="https://www.image-line.com">FL Studio</a 95 - > 96 - </li> 97 - <li> 98 - instruments: i have a Donner Hush X, a Squier stratocaster, some acoustic 99 - Yamaha, a ukulele, and a Yamaha keyboard. 100 - </li> 101 - <li> 102 - virtual plugins: Logic's stock, ValhallaDSP, MeldaProduction, Spitfire 103 - Audio LABS 104 - </li> 105 - <li> 106 - midi controller: i use that Yamaha keyboard along with my <a 107 - href="https://www.arturia.com/products/hybrid-synths/minilab-3/overview" 108 - >Arturia Minilab 3</a 109 - >. 110 - </li> 111 - <li> 112 - microphone: i typically use an <a 113 - href="https://www.akg.com/microphones/condenser-microphones/P120-.html" 114 - >AKG P120</a 115 - >. 116 - </li> 117 - <li> 118 - audio interface: i use a <a 119 - href="https://us.focusrite.com/products/scarlett-solo-3rd-gen" 120 - >Focusrite Scarlett Solo 3rd Gen</a 121 - >. however, sometimes on the go, i just plug in my <a 122 - href="https://www.fender.com/products/mustang-micro" 123 - >Fender Mustang Micro</a 124 - > and start recording, but the latency is sometimes kinda bad when plugged into 125 - the laptop 126 - </li> 127 - </ul> 128 - <h2>software</h2> 129 - <h3>operating systems</h3> 130 - <p> 131 - on desktop i mostly prefer MacOS, NixOS, Fedora, and Debian. for servers i 132 - run NixOS because it's just so convenient. i also run Windows for gaming. i 133 - previously used Arch rather than NixOS but it was far too unstable for my 134 - liking and i prefer the declarative approach that NixOS offers. 135 - </p> 136 - <p> 137 - if game anti-cheat worked on Linux i would probably switch to it full-time. 138 - maybe. though i still need Logic Pro and Final Cut, which are 139 - macOS-exclusive. 140 - </p> 141 - <h3>desktop</h3> 142 - <p> 143 - on linux i typically use <a href="https://en.wikipedia.org/wiki/GNOME" 144 - >GNOME</a 145 - >, but i've also been switching between <a 146 - href="https://en.wikipedia.org/wiki/KDE">KDE</a 147 - > and GNOME ever since KDE 6 released. i also use <a 148 - href="https://swaywm.org">Sway</a 149 - >. when using KDE i often enjoy <a 150 - href="https://gitgud.io/wackyideas/aerothemeplasma">AeroThemePlasma</a 151 - > ;) 152 - </p> 153 - <p> 154 - on the desktop i prefer MacOS over Linux for various reasons, mostly because 155 - it tends to be more stable and has better support for professional 156 - applications. i need stuff like Logic Pro and Final Cut which simply can't 157 - run on Linux. but i am very much excited for whats going on in the Linux 158 - space 159 - </p> 160 - <h3>programs</h3> 161 - <ul style="column-count: 2"> 162 - <li><a href="https://www.affinity.studio">Affinity</a></li> 163 - <li> 164 - <a href="https://en.wikipedia.org/wiki/Apple_Mail">Apple Mail</a> or <a 165 - href="https://www.thunderbird.net">Thunderbird</a 166 - > 167 - </li> 168 - <li> 169 - <a href="https://github.com/mhaeuser/Battery-Toolkit">Battery Toolkit</a> 170 - </li> 171 - <li><a href="https://cinny.in">Cinny</a></li> 172 - <li><a href="https://codeweavers.com/crossover">CrossOver</a></li> 173 - <li><a href="https://discord.com">Discord</a></li> 174 - <li> 175 - <a href="https://www.apple.com/final-cut-pro">Final Cut Pro</a> or <a 176 - href="https://www.blackmagicdesign.com/products/davinciresolve/" 177 - >Davinci Resolve</a 178 - > 179 - </li> 180 - <li><a href="https://ghostty.org">Ghostty</a></li> 181 - <li> 182 - <a href="http://inkscape.org">Inkscape</a> or <a 183 - href="https://www.figma.com">Figma</a 184 - > 185 - </li> 186 - <li> 187 - <a href="https://en.wikipedia.org/wiki/ITunes">iTunes</a> (<code 188 - >Music.app</code 189 - >) or <a href="https://www.strawberrymusicplayer.org">Strawberry</a> 190 - </li> 191 - <li><a href="https://www.jetbrains.com/idea">JetBrains IDEA</a></li> 192 - <li> 193 - <a href="https://www.apple.com/logic-pro">Logic Pro</a> or <a 194 - href="https://www.bitwig.com">Bitwig</a 195 - > or <a href="https://www.image-line.com">FL Studio</a> or <a 196 - href="https://www.apple.com/mac/garageband">GarageBand</a 197 - > 198 - </li> 199 - <li><a href="https://musescore.org/en">MuseScore</a></li> 200 - <li><a href="https://neovim.io">Neovim</a></li> 201 - <li><a href="https://netnewswire.com">NetNewsWire</a></li> 202 - <li> 203 - <a href="https://nixos.org">Nix</a> and <a 6 + <div class="prose dark:prose-invert max-w-full"> 7 + <p> 8 + i often get asked about the stuff that i use so i wanted to make a 9 + comprehensive page listing mostly everything. i will probably update this 10 + list over time as it also helps me keep track of what i'm using - and 11 + maybe it'd be useful to help some people discover new software and 12 + hardware aswell. 13 + </p> 14 + <h2>hardware</h2> 15 + <p> 16 + my main computer is an <em>M4 MacBook Air</em> configured with 24gb of memory 17 + and 1tb of storage. i use <a href="https://nixos.org">Nix</a> and <a 204 18 href="https://github.com/nix-darwin/nix-darwin">nix-darwin</a 205 - > 206 - </li> 207 - <li><a href="https://obsidian.md">Obsidian</a></li> 208 - <li><a href="https://www.titanium-software.fr/en/onyx.html">OnyX</a></li> 209 - <li> 210 - <a href="https://www.pixelmator.com/photomator">Photomator</a> or <a 211 - href="https://lightroom.adobe.com">Adobe Lightroom</a 212 - > 213 - </li> 214 - <li><a href="https://prismlauncher.org">Prism Launcher</a></li> 215 - <li><a href="https://signal.org">Signal</a></li> 216 - <li><a href="https://steampowered.com">Steam</a></li> 217 - <li><a href="https://tailscale.com">Tailscale</a></li> 218 - <li><a href="https://transmissionbt.com">Transmission</a></li> 219 - <li><a href="https://code.visualstudio.com">Visual Studio Code</a></li> 220 - <li><a href="https://www.videolan.org/vlc">VLC</a></li> 221 - </ul> 222 - 223 - <p> 224 - (there may also be some other software i forgot to mention, but thats most 225 - of it) 226 - </p> 227 - <h3>services</h3> 228 - <p> 229 - these are services hosted on my NUC. i connect to everything using 230 - Tailscale. 231 - </p> 232 - <ul> 233 - <li> 234 - <a href="https://jellyfin.org">Jellyfin</a>, for streaming my movies/TV 235 - shows 236 - </li> 237 - <li> 238 - <a href="https://navidrome.org">Navidrome</a>, for streaming my music 239 - library 240 - </li> 241 - <li> 242 - <a href="https://immich.app">Immich</a>, for managing my photos and videos 243 - </li> 244 - <li> 245 - <a href="https://github.com/slskd/slskd">slskd</a> for music downloading and 246 - sharing (soulseek daemon) 247 - </li> 248 - <li>Minecraft or other game servers for friends</li> 249 - <li> 250 - shares for <a href="https://restic.net">restic</a> Linux backups and <a 251 - href="https://en.wikipedia.org/wiki/Time_Machine_(macOS)" 19 + >, along with <a href="https://brew.sh">Homebrew</a> for GUI applications. i 20 + mostly went for a MacBook because I wanted to use Logic Pro, but also because 21 + i haven't been really enjoying Windows lately. i also love the hardware. the 22 + trackpad, display, and battery life are great, and the speakers are the best 23 + i've ever heard from a laptop. 24 + </p> 25 + <p> 26 + i also have a <em>Surface</em> laptop, running Windows, which i use for games. 27 + but i don't really do much else on there. i would like to install Linux on there, 28 + but it doesn't really play nicely with my dock (Dell WD19TB). also for whatever 29 + reason on Linux it always runs the Nvidia GPU at the lowest power setting, making 30 + games unplayable. (the Nvidia driver seems to think that it's always on battery 31 + power.) 32 + </p> 33 + <p> 34 + i also play and emulate games on my <em 35 + ><a href="https://store.steampowered.com/steamdeck">Steam Deck</a></em 36 + > very often. it's a 256GB LCD model. this has been a very good purchase and 37 + i'd heavily recommend it if you're into pc gaming and you want something portable 38 + :) 39 + </p> 40 + <p> 41 + i have my old desktop which i use as my main server since i don't really 42 + have any other use for it. it's running <a href="https://nixos.org" 43 + >NixOS</a 44 + >. i run <a href="https://jellyfin.org">Jellyfin</a> for movies/tv, <a 45 + href="https://www.navidrome.org">Navidrome</a 46 + > for streaming my music library, <a href="https://restic.net">restic</a> and 47 + <a href="https://en.wikipedia.org/wiki/Time_Machine_(macOS)" 252 48 >Time Machine</a 253 - > MacOS backups 254 - </li> 255 - </ul> 49 + > backup shares, and Minecraft servers for my friends. i also run <a 50 + href="https://www.samba.org">Samba</a 51 + > shares. 52 + </p> 53 + <p> 54 + i also have an <em>Intel NUC</em> (i forgot exactly which generation) which 55 + was the previous computer i used as my server before i upgraded to my old desktop. 56 + this is currently unused. 57 + </p> 58 + <p> 59 + i have a <em>Raspberry Pi 4</em> which i used to run RetroPie on. currently 60 + it's unused though, and i'm thinking of ways i could use it. 61 + </p> 62 + <p> 63 + i have an <em>iPhone 14 Pro</em>, mainly because i wanted GarageBand at 64 + the time but it also plays nicely with my Mac. i'm considering switching 65 + to a Pixel at some point though. 66 + </p> 67 + <p> 68 + i also enjoy messing with retro/vintage hardware and have some older 69 + computers: 70 + </p> 71 + <ul> 72 + <li> 73 + i very often use my <em>5th gen iPod</em> to listen to my music library on 74 + the go and at home, since it's distraction-free and fun to tinker with. i 75 + run 76 + <a href="https://www.rockbox.org">Rockbox</a> on here with <a 77 + href="https://github.com/D0-0K/adwaitapod">adwaitapod</a 78 + >, the best Rockbox theme ;) 79 + </li> 80 + <li> 81 + sometimes i used to use my <em>4th gen iPod Touch</em> for distraction-free 82 + music listening and those classic mobile games. i do quite miss when mobile 83 + devices were small and easier to handle, and this is nice to bring to places 84 + where i don't want my phone 85 + </li> 86 + <li> 87 + i have a <em>Gateway</em> laptop from 2003 that i don't really use, but sometimes 88 + mess around with it for shits and giggles 89 + </li> 90 + </ul> 91 + <p>also here's the gear i use for music:</p> 92 + <ul> 93 + <li> 94 + audio workstation: i mostly use <a 95 + href="https://www.apple.com/logic-pro">Logic Pro</a 96 + > or <a href="https://www.bitwig.com">Bitwig</a> or <a 97 + href="https://www.image-line.com">FL Studio</a 98 + > 99 + </li> 100 + <li> 101 + instruments: i have a Donner Hush X, a Squier stratocaster, some 102 + acoustic Yamaha, a ukulele, and a Yamaha keyboard. 103 + </li> 104 + <li> 105 + virtual plugins: Logic's stock, ValhallaDSP, MeldaProduction, Spitfire 106 + Audio LABS 107 + </li> 108 + <li> 109 + midi controller: i use that Yamaha keyboard along with my <a 110 + href="https://www.arturia.com/products/hybrid-synths/minilab-3/overview" 111 + >Arturia Minilab 3</a 112 + >. 113 + </li> 114 + <li> 115 + microphone: i typically use an <a 116 + href="https://www.akg.com/microphones/condenser-microphones/P120-.html" 117 + >AKG P120</a 118 + >. 119 + </li> 120 + <li> 121 + audio interface: i use a <a 122 + href="https://us.focusrite.com/products/scarlett-solo-3rd-gen" 123 + >Focusrite Scarlett Solo 3rd Gen</a 124 + >. however, sometimes on the go, i just plug in my <a 125 + href="https://www.fender.com/products/mustang-micro" 126 + >Fender Mustang Micro</a 127 + > and start recording, but the latency is sometimes kinda bad when plugged 128 + into the laptop 129 + </li> 130 + </ul> 131 + <h2>software</h2> 132 + <h3>operating systems</h3> 133 + <p> 134 + on desktop i mostly prefer MacOS, NixOS, Fedora, and Debian. for servers i 135 + run NixOS because it's just so convenient. i also run Windows for gaming. 136 + i previously used Arch rather than NixOS but it was far too unstable for 137 + my liking and i prefer the declarative approach that NixOS offers. 138 + </p> 139 + <p> 140 + if game anti-cheat worked on Linux i would probably switch to it 141 + full-time. maybe. though i still need Logic Pro and Final Cut, which are 142 + macOS-exclusive. 143 + </p> 144 + <h3>desktop</h3> 145 + <p> 146 + on linux i typically use <a href="https://en.wikipedia.org/wiki/GNOME" 147 + >GNOME</a 148 + >, but i've also been switching between <a 149 + href="https://en.wikipedia.org/wiki/KDE">KDE</a 150 + > and GNOME ever since KDE 6 released. i also use <a 151 + href="https://swaywm.org">Sway</a 152 + >. when using KDE i often enjoy <a 153 + href="https://gitgud.io/wackyideas/aerothemeplasma">AeroThemePlasma</a 154 + > ;) 155 + </p> 156 + <p> 157 + on the desktop i prefer MacOS over Linux for various reasons, mostly 158 + because it tends to be more stable and has better support for professional 159 + applications. i need stuff like Logic Pro and Final Cut which simply can't 160 + run on Linux. but i am very much excited for whats going on in the Linux 161 + space 162 + </p> 163 + <h3>programs</h3> 164 + <ul class="columns-1 md:columns-3"> 165 + <li><a href="https://www.affinity.studio">Affinity</a></li> 166 + <li> 167 + <a href="https://en.wikipedia.org/wiki/Apple_Mail">Apple Mail</a> or <a 168 + href="https://www.thunderbird.net">Thunderbird</a 169 + > 170 + </li> 171 + <li> 172 + <a href="https://github.com/mhaeuser/Battery-Toolkit">Battery Toolkit</a 173 + > 174 + </li> 175 + <li><a href="https://cinny.in">Cinny</a></li> 176 + <li><a href="https://codeweavers.com/crossover">CrossOver</a></li> 177 + <li><a href="https://discord.com">Discord</a></li> 178 + <li> 179 + <a href="https://www.apple.com/final-cut-pro">Final Cut Pro</a> or <a 180 + href="https://www.blackmagicdesign.com/products/davinciresolve/" 181 + >Davinci Resolve</a 182 + > 183 + </li> 184 + <li><a href="https://ghostty.org">Ghostty</a></li> 185 + <li> 186 + <a href="http://inkscape.org">Inkscape</a> or <a 187 + href="https://www.figma.com">Figma</a 188 + > 189 + </li> 190 + <li> 191 + <a href="https://en.wikipedia.org/wiki/ITunes">iTunes</a> (<code 192 + >Music.app</code 193 + >) or <a href="https://www.strawberrymusicplayer.org">Strawberry</a> 194 + </li> 195 + <li><a href="https://www.jetbrains.com/idea">JetBrains IDEA</a></li> 196 + <li> 197 + <a href="https://www.apple.com/logic-pro">Logic Pro</a> or <a 198 + href="https://www.bitwig.com">Bitwig</a 199 + > or <a href="https://www.image-line.com">FL Studio</a> or <a 200 + href="https://www.apple.com/mac/garageband">GarageBand</a 201 + > 202 + </li> 203 + <li><a href="https://musescore.org/en">MuseScore</a></li> 204 + <li><a href="https://neovim.io">Neovim</a></li> 205 + <li><a href="https://netnewswire.com">NetNewsWire</a></li> 206 + <li> 207 + <a href="https://nixos.org">Nix</a> and <a 208 + href="https://github.com/nix-darwin/nix-darwin">nix-darwin</a 209 + > 210 + </li> 211 + <li><a href="https://obsidian.md">Obsidian</a></li> 212 + <li><a href="https://www.titanium-software.fr/en/onyx.html">OnyX</a></li> 213 + <li> 214 + <a href="https://www.pixelmator.com/photomator">Photomator</a> or <a 215 + href="https://lightroom.adobe.com">Adobe Lightroom</a 216 + > 217 + </li> 218 + <li><a href="https://prismlauncher.org">Prism Launcher</a></li> 219 + <li><a href="https://signal.org">Signal</a></li> 220 + <li><a href="https://steampowered.com">Steam</a></li> 221 + <li><a href="https://tailscale.com">Tailscale</a></li> 222 + <li><a href="https://transmissionbt.com">Transmission</a></li> 223 + <li><a href="https://code.visualstudio.com">Visual Studio Code</a></li> 224 + <li><a href="https://www.videolan.org/vlc">VLC</a></li> 225 + </ul> 226 + 227 + <p> 228 + (there may also be some other software i forgot to mention, but thats most 229 + of it) 230 + </p> 231 + <h3>services</h3> 232 + <p> 233 + these are services hosted on my NUC. i connect to everything using 234 + Tailscale. 235 + </p> 236 + <ul> 237 + <li> 238 + <a href="https://jellyfin.org">Jellyfin</a>, for streaming my movies/TV 239 + shows 240 + </li> 241 + <li> 242 + <a href="https://navidrome.org">Navidrome</a>, for streaming my music 243 + library 244 + </li> 245 + <li> 246 + <a href="https://immich.app">Immich</a>, for managing my photos and 247 + videos 248 + </li> 249 + <li> 250 + <a href="https://github.com/slskd/slskd">slskd</a> for music downloading and 251 + sharing (soulseek daemon) 252 + </li> 253 + <li>Minecraft or other game servers for friends</li> 254 + <li> 255 + shares for <a href="https://restic.net">restic</a> Linux backups and <a 256 + href="https://en.wikipedia.org/wiki/Time_Machine_(macOS)" 257 + >Time Machine</a 258 + > MacOS backups 259 + </li> 260 + </ul> 261 + </div> 256 262 </Layout>
+41 -82
src/styles/global.css
··· 1 - /* color palette */ 2 - 3 - :root { 4 - --sc_prose_background-color: #f3e2d8; 5 - --sc_prose_border-color: #bb9d99; 6 - } 1 + @import "tailwindcss"; 2 + @plugin "@tailwindcss/typography"; 7 3 8 - body { 9 - background-color: #fdf4ef; 10 - color: #56393a; 11 - } 12 - 13 - a { 14 - color: #9f635e; 15 - } 16 - 17 - @media (prefers-color-scheme: dark) { 18 - :root { 19 - --sc_prose_background-color: #272321; 20 - --sc_prose_border-color: #423b39; 21 - } 22 - 23 - body { 24 - background-color: #191817; 25 - color: #f9eae1; 26 - } 4 + @import "@fontsource-variable/geist"; 5 + @import "@fontsource-variable/source-serif-4"; 6 + @import "@fontsource-variable/geist-mono"; 7 + @import "@fontsource/damion"; 27 8 28 - a { 29 - color: #cba28e; 30 - } 9 + /* devins.page brand colors from figma */ 31 10 32 - /* mobile devices: make background darker for oled screens */ 33 - @media (max-width: 32rem) { 34 - :root { 35 - --sc_prose_background-color: rgb(18, 17, 17); 36 - --sc_prose_border-color: #47413f; 37 - } 11 + @theme { 12 + --color-dp-background-light: #ededfb; 13 + --color-dp-background2-light: #ffffff; 14 + --color-dp-text-light: #282934; 15 + --color-dp-palette-red-light: #c77373; 16 + --color-dp-palette-orange-light: #bc9979; 17 + --color-dp-palette-yellow-light: #b8b574; 18 + --color-dp-palette-green-light: #8bb46b; 19 + --color-dp-palette-blue-light: #6c70c2; 20 + --color-dp-palette-indigo-light: #9679bc; 21 + --color-dp-palette-violet-light: #af6fa9; 38 22 39 - body { 40 - background-color: rgb(0, 0, 0); 41 - color: #ffffff; 42 - } 43 - } 23 + --color-dp-background-dark: #282934; 24 + --color-dp-background2-dark: #333440; 25 + --color-dp-text-dark: #ededfb; 26 + --color-dp-palette-red-dark: #bd6161; 27 + --color-dp-palette-orange-dark: #ad7b4c; 28 + --color-dp-palette-yellow-dark: #b5b154; 29 + --color-dp-palette-green-dark: #7fb158; 30 + --color-dp-palette-blue-dark: #595dc7; 31 + --color-dp-palette-indigo-dark: #825ac4; 32 + --color-dp-palette-violet-dark: #9c5194; 44 33 } 45 34 46 - /* fonts */ 47 - 48 - :root { 49 - --sc_typography_font_sans-serif: 50 - Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, 51 - sans-serif; 52 - --sc_typography_font_serif: 53 - Superclarendon, "Bookman Old Style", "URW Bookman", "URW Bookman L", 54 - "Georgia Pro", Georgia, serif; 55 - --sc_typography_font_mono: "Nimbus Mono PS", "Courier New", monospace; 35 + @theme { 36 + --font-sans: 37 + "Geist Variable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", 38 + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 39 + --font-serif: 40 + "Source Serif 4 Variable", ui-serif, Georgia, Cambria, "Times New Roman", 41 + Times, serif; 42 + --font-mono: 43 + "Geist Mono Variable", ui-monospace, SFMono-Regular, Menlo, Monaco, 44 + Consolas, "Liberation Mono", "Courier New", monospace; 45 + --font-cursive: "Damion", cursive; 56 46 } 57 47 58 - h1, 59 - h2, 60 - h3, 61 - h4, 62 - h5, 63 - h6 { 64 - font-family: var(--sc_typography_font_serif); 65 - } 66 - 67 - header h1 { 68 - font-family: cursive; 69 - } 70 - 71 - /* other */ 72 - 73 - article { 74 - margin-block: 1rem; 75 - padding-inline: 1rem; 76 - background-color: var(--sc_prose_background-color); 77 - border: 1px solid var(--sc_prose_border-color); 78 - border-radius: var(--sc_prose_border-radius); 79 - } 80 - 81 - .floating-image { 82 - float: right; 83 - margin-inline-start: 1rem; 84 - margin-block: 1rem; 85 - height: 8rem; 86 - } 87 - 88 - pre { 89 - /* shiki changes the background color, so i have to add this to separate the code from the rest of the text */ 90 - border: 1px solid var(--sc_prose_border-color); 48 + a:hover { 49 + @apply underline; 91 50 } 92 51 93 52 @media (prefers-color-scheme: dark) {