├── .gitignore ├── README.md ├── next.config.js ├── out ├── .nojekyll ├── 404.html ├── CNAME ├── _next │ └── static │ │ ├── Dtu2mpqkN_HDGESMP8GRp │ │ ├── _buildManifest.js │ │ ├── _ssgManifest.js │ │ └── pages │ │ │ ├── _app.js │ │ │ ├── _error.js │ │ │ └── index.js │ │ ├── I3sc9yvXmNEiyRia1xqBF │ │ ├── _buildManifest.js │ │ ├── _ssgManifest.js │ │ └── pages │ │ │ ├── _app.js │ │ │ ├── _error.js │ │ │ └── index.js │ │ ├── Xb5gq41gFk8RNsJSso6aR │ │ ├── _buildManifest.js │ │ ├── _ssgManifest.js │ │ └── pages │ │ │ ├── _app.js │ │ │ ├── _error.js │ │ │ └── index.js │ │ ├── chunks │ │ ├── 0.js │ │ ├── 0.js.map │ │ ├── 29107295.05fe25a68f82fc1adab1.js │ │ ├── 2eb27f31521dfddda9f534b3b1ab0a971767a911.4c15662f417aac24ef74.js │ │ ├── 472baa648e2c22e4e5046b8d88be09319f317e20.4c15662f417aac24ef74.js │ │ ├── d41241255e92092259dd3e0f5a1a5a5689cf3f8c.4c15662f417aac24ef74.js │ │ └── framework.c8966c7d8b377309e6b8.js │ │ ├── development │ │ ├── _buildManifest.js │ │ ├── _ssgManifest.js │ │ ├── dll │ │ │ ├── dll_88bfe47d29bf84228398.js │ │ │ └── dll_88bfe47d29bf84228398.js.map │ │ └── pages │ │ │ ├── _app.js │ │ │ ├── _app.js.map │ │ │ ├── _error.js │ │ │ ├── _error.js.map │ │ │ ├── index.js │ │ │ └── index.js.map │ │ ├── runtime │ │ ├── amp.js │ │ ├── amp.js.map │ │ ├── main-89c3fa0a1c8f272d65df.js │ │ ├── main.js │ │ ├── main.js.map │ │ ├── polyfills-65ef27f830dcfb7b71e7.js │ │ ├── polyfills.js │ │ ├── polyfills.js.map │ │ ├── webpack-b65cab0b00afd201cbda.js │ │ ├── webpack.js │ │ └── webpack.js.map │ │ └── webpack │ │ ├── 32888aaf968d44bbb3f8.hot-update.json │ │ ├── acc7bc2899c194082c33.hot-update.json │ │ ├── dd1e0e471e3d81a08b0e.hot-update.json │ │ └── static │ │ └── development │ │ └── pages │ │ ├── index.js.32888aaf968d44bbb3f8.hot-update.js │ │ ├── index.js.32888aaf968d44bbb3f8.hot-update.js.map │ │ ├── index.js.acc7bc2899c194082c33.hot-update.js │ │ └── index.js.acc7bc2899c194082c33.hot-update.js.map ├── collapse.gif ├── collapse.png ├── favicon.png ├── fonts │ ├── IBMPlexMono-Italic.woff │ ├── IBMPlexMono-Italic.woff2 │ ├── IBMPlexMono-Regular.woff │ └── IBMPlexMono-Regular.woff2 ├── index.html ├── mrrobot2.jpg └── veilance-field-photo.jpg ├── package.json ├── pages └── index.js └── public ├── collapse.gif ├── collapse.png ├── favicon.png ├── fonts ├── IBMPlexMono-Italic.woff ├── IBMPlexMono-Italic.woff2 ├── IBMPlexMono-Regular.woff └── IBMPlexMono-Regular.woff2 ├── mrrobot2.jpg └── veilance-field-photo.jpg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/README.md -------------------------------------------------------------------------------- /next.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/next.config.js -------------------------------------------------------------------------------- /out/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /out/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/404.html -------------------------------------------------------------------------------- /out/CNAME: -------------------------------------------------------------------------------- 1 | collapse.constraint.systems 2 | -------------------------------------------------------------------------------- /out/_next/static/Dtu2mpqkN_HDGESMP8GRp/_buildManifest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/Dtu2mpqkN_HDGESMP8GRp/_buildManifest.js -------------------------------------------------------------------------------- /out/_next/static/Dtu2mpqkN_HDGESMP8GRp/_ssgManifest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/Dtu2mpqkN_HDGESMP8GRp/_ssgManifest.js -------------------------------------------------------------------------------- /out/_next/static/Dtu2mpqkN_HDGESMP8GRp/pages/_app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/Dtu2mpqkN_HDGESMP8GRp/pages/_app.js -------------------------------------------------------------------------------- /out/_next/static/Dtu2mpqkN_HDGESMP8GRp/pages/_error.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/Dtu2mpqkN_HDGESMP8GRp/pages/_error.js -------------------------------------------------------------------------------- /out/_next/static/Dtu2mpqkN_HDGESMP8GRp/pages/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/Dtu2mpqkN_HDGESMP8GRp/pages/index.js -------------------------------------------------------------------------------- /out/_next/static/I3sc9yvXmNEiyRia1xqBF/_buildManifest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/I3sc9yvXmNEiyRia1xqBF/_buildManifest.js -------------------------------------------------------------------------------- /out/_next/static/I3sc9yvXmNEiyRia1xqBF/_ssgManifest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/I3sc9yvXmNEiyRia1xqBF/_ssgManifest.js -------------------------------------------------------------------------------- /out/_next/static/I3sc9yvXmNEiyRia1xqBF/pages/_app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/I3sc9yvXmNEiyRia1xqBF/pages/_app.js -------------------------------------------------------------------------------- /out/_next/static/I3sc9yvXmNEiyRia1xqBF/pages/_error.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/I3sc9yvXmNEiyRia1xqBF/pages/_error.js -------------------------------------------------------------------------------- /out/_next/static/I3sc9yvXmNEiyRia1xqBF/pages/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/I3sc9yvXmNEiyRia1xqBF/pages/index.js -------------------------------------------------------------------------------- /out/_next/static/Xb5gq41gFk8RNsJSso6aR/_buildManifest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/Xb5gq41gFk8RNsJSso6aR/_buildManifest.js -------------------------------------------------------------------------------- /out/_next/static/Xb5gq41gFk8RNsJSso6aR/_ssgManifest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/Xb5gq41gFk8RNsJSso6aR/_ssgManifest.js -------------------------------------------------------------------------------- /out/_next/static/Xb5gq41gFk8RNsJSso6aR/pages/_app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/Xb5gq41gFk8RNsJSso6aR/pages/_app.js -------------------------------------------------------------------------------- /out/_next/static/Xb5gq41gFk8RNsJSso6aR/pages/_error.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/Xb5gq41gFk8RNsJSso6aR/pages/_error.js -------------------------------------------------------------------------------- /out/_next/static/Xb5gq41gFk8RNsJSso6aR/pages/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/Xb5gq41gFk8RNsJSso6aR/pages/index.js -------------------------------------------------------------------------------- /out/_next/static/chunks/0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/chunks/0.js -------------------------------------------------------------------------------- /out/_next/static/chunks/0.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/chunks/0.js.map -------------------------------------------------------------------------------- /out/_next/static/chunks/29107295.05fe25a68f82fc1adab1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/chunks/29107295.05fe25a68f82fc1adab1.js -------------------------------------------------------------------------------- /out/_next/static/chunks/2eb27f31521dfddda9f534b3b1ab0a971767a911.4c15662f417aac24ef74.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/chunks/2eb27f31521dfddda9f534b3b1ab0a971767a911.4c15662f417aac24ef74.js -------------------------------------------------------------------------------- /out/_next/static/chunks/472baa648e2c22e4e5046b8d88be09319f317e20.4c15662f417aac24ef74.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/chunks/472baa648e2c22e4e5046b8d88be09319f317e20.4c15662f417aac24ef74.js -------------------------------------------------------------------------------- /out/_next/static/chunks/d41241255e92092259dd3e0f5a1a5a5689cf3f8c.4c15662f417aac24ef74.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/chunks/d41241255e92092259dd3e0f5a1a5a5689cf3f8c.4c15662f417aac24ef74.js -------------------------------------------------------------------------------- /out/_next/static/chunks/framework.c8966c7d8b377309e6b8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/chunks/framework.c8966c7d8b377309e6b8.js -------------------------------------------------------------------------------- /out/_next/static/development/_buildManifest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/development/_buildManifest.js -------------------------------------------------------------------------------- /out/_next/static/development/_ssgManifest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/development/_ssgManifest.js -------------------------------------------------------------------------------- /out/_next/static/development/dll/dll_88bfe47d29bf84228398.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/development/dll/dll_88bfe47d29bf84228398.js -------------------------------------------------------------------------------- /out/_next/static/development/dll/dll_88bfe47d29bf84228398.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/development/dll/dll_88bfe47d29bf84228398.js.map -------------------------------------------------------------------------------- /out/_next/static/development/pages/_app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/development/pages/_app.js -------------------------------------------------------------------------------- /out/_next/static/development/pages/_app.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/development/pages/_app.js.map -------------------------------------------------------------------------------- /out/_next/static/development/pages/_error.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/development/pages/_error.js -------------------------------------------------------------------------------- /out/_next/static/development/pages/_error.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/development/pages/_error.js.map -------------------------------------------------------------------------------- /out/_next/static/development/pages/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/development/pages/index.js -------------------------------------------------------------------------------- /out/_next/static/development/pages/index.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/development/pages/index.js.map -------------------------------------------------------------------------------- /out/_next/static/runtime/amp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/runtime/amp.js -------------------------------------------------------------------------------- /out/_next/static/runtime/amp.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/runtime/amp.js.map -------------------------------------------------------------------------------- /out/_next/static/runtime/main-89c3fa0a1c8f272d65df.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/runtime/main-89c3fa0a1c8f272d65df.js -------------------------------------------------------------------------------- /out/_next/static/runtime/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/runtime/main.js -------------------------------------------------------------------------------- /out/_next/static/runtime/main.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/runtime/main.js.map -------------------------------------------------------------------------------- /out/_next/static/runtime/polyfills-65ef27f830dcfb7b71e7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/runtime/polyfills-65ef27f830dcfb7b71e7.js -------------------------------------------------------------------------------- /out/_next/static/runtime/polyfills.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/runtime/polyfills.js -------------------------------------------------------------------------------- /out/_next/static/runtime/polyfills.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/runtime/polyfills.js.map -------------------------------------------------------------------------------- /out/_next/static/runtime/webpack-b65cab0b00afd201cbda.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/runtime/webpack-b65cab0b00afd201cbda.js -------------------------------------------------------------------------------- /out/_next/static/runtime/webpack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/runtime/webpack.js -------------------------------------------------------------------------------- /out/_next/static/runtime/webpack.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/runtime/webpack.js.map -------------------------------------------------------------------------------- /out/_next/static/webpack/32888aaf968d44bbb3f8.hot-update.json: -------------------------------------------------------------------------------- 1 | {"h":"20f414e70b8db26ef369","c":{"static/development/pages/index.js":true}} -------------------------------------------------------------------------------- /out/_next/static/webpack/acc7bc2899c194082c33.hot-update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/webpack/acc7bc2899c194082c33.hot-update.json -------------------------------------------------------------------------------- /out/_next/static/webpack/dd1e0e471e3d81a08b0e.hot-update.json: -------------------------------------------------------------------------------- 1 | {"h":"acc7bc2899c194082c33","c":{}} -------------------------------------------------------------------------------- /out/_next/static/webpack/static/development/pages/index.js.32888aaf968d44bbb3f8.hot-update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/webpack/static/development/pages/index.js.32888aaf968d44bbb3f8.hot-update.js -------------------------------------------------------------------------------- /out/_next/static/webpack/static/development/pages/index.js.32888aaf968d44bbb3f8.hot-update.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/webpack/static/development/pages/index.js.32888aaf968d44bbb3f8.hot-update.js.map -------------------------------------------------------------------------------- /out/_next/static/webpack/static/development/pages/index.js.acc7bc2899c194082c33.hot-update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/webpack/static/development/pages/index.js.acc7bc2899c194082c33.hot-update.js -------------------------------------------------------------------------------- /out/_next/static/webpack/static/development/pages/index.js.acc7bc2899c194082c33.hot-update.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/_next/static/webpack/static/development/pages/index.js.acc7bc2899c194082c33.hot-update.js.map -------------------------------------------------------------------------------- /out/collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/collapse.gif -------------------------------------------------------------------------------- /out/collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/collapse.png -------------------------------------------------------------------------------- /out/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/favicon.png -------------------------------------------------------------------------------- /out/fonts/IBMPlexMono-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/fonts/IBMPlexMono-Italic.woff -------------------------------------------------------------------------------- /out/fonts/IBMPlexMono-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/fonts/IBMPlexMono-Italic.woff2 -------------------------------------------------------------------------------- /out/fonts/IBMPlexMono-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/fonts/IBMPlexMono-Regular.woff -------------------------------------------------------------------------------- /out/fonts/IBMPlexMono-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/fonts/IBMPlexMono-Regular.woff2 -------------------------------------------------------------------------------- /out/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/index.html -------------------------------------------------------------------------------- /out/mrrobot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/mrrobot2.jpg -------------------------------------------------------------------------------- /out/veilance-field-photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/out/veilance-field-photo.jpg -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/package.json -------------------------------------------------------------------------------- /pages/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/pages/index.js -------------------------------------------------------------------------------- /public/collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/public/collapse.gif -------------------------------------------------------------------------------- /public/collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/public/collapse.png -------------------------------------------------------------------------------- /public/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/public/favicon.png -------------------------------------------------------------------------------- /public/fonts/IBMPlexMono-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/public/fonts/IBMPlexMono-Italic.woff -------------------------------------------------------------------------------- /public/fonts/IBMPlexMono-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/public/fonts/IBMPlexMono-Italic.woff2 -------------------------------------------------------------------------------- /public/fonts/IBMPlexMono-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/public/fonts/IBMPlexMono-Regular.woff -------------------------------------------------------------------------------- /public/fonts/IBMPlexMono-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/public/fonts/IBMPlexMono-Regular.woff2 -------------------------------------------------------------------------------- /public/mrrobot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/public/mrrobot2.jpg -------------------------------------------------------------------------------- /public/veilance-field-photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constraint-systems/collapse/HEAD/public/veilance-field-photo.jpg --------------------------------------------------------------------------------