From 85ae3d102e22fbac4059de80fadeb03286a2cfaf Mon Sep 17 00:00:00 2001 From: burningtree Date: Sat, 13 May 2023 13:12:31 +0000 Subject: [PATCH] deploy: e2bfac7356cea6977bf5b89a39dfcaeb13f84bf1 --- ...yout-ada1300f.css => _layout-e6a6a17a.css} | 7 +++ .../chunks/{0-3f327db4.js => 0-af90822a.js} | 4 +- _app/immutable/chunks/2-a4e07aab.js | 4 ++ _app/immutable/chunks/2-fe101a56.js | 4 -- ...layout-240f8cf0.js => _layout-d1320605.js} | 23 ++++++++- .../{_page-87169cf6.js => _page-e4465869.js} | 12 +++-- .../{index-5dfd8024.js => index-2ea2649c.js} | 2 +- .../{index-00fa6138.js => index-5ec4d7f4.js} | 4 +- .../{index-3778a64d.js => index-7eb901e1.js} | 4 +- .../{index-187b989c.js => index-81e93661.js} | 4 +- .../{index-69467f61.js => index-f64e10cf.js} | 4 +- ...ex.es-7151f3ca.js => index.es-a4c02aed.js} | 6 +-- .../{tslib-27e2d856.js => tslib-9b9d7fbf.js} | 2 +- ...22e1cd3a.js => _layout.svelte-e8ebfe00.js} | 0 ...e-414d4e8c.js => _page.svelte-1bedb140.js} | 2 +- .../modules/pages/_layout.js-ad942655.js | 4 -- .../modules/pages/_layout.js-afc360a6.js | 4 ++ .../{start-48990c56.js => start-cd4e2b45.js} | 4 +- _app/version.json | 2 +- config.json | 23 ++++++++- index.html | 47 ++++++++++-------- partners/hopr.svg | 48 +++++++++++++++++++ 22 files changed, 159 insertions(+), 55 deletions(-) rename _app/immutable/assets/{_layout-ada1300f.css => _layout-e6a6a17a.css} (99%) rename _app/immutable/chunks/{0-3f327db4.js => 0-af90822a.js} (64%) create mode 100644 _app/immutable/chunks/2-a4e07aab.js delete mode 100644 _app/immutable/chunks/2-fe101a56.js rename _app/immutable/chunks/{_layout-240f8cf0.js => _layout-d1320605.js} (96%) rename _app/immutable/chunks/{_page-87169cf6.js => _page-e4465869.js} (99%) rename _app/immutable/chunks/{index-5dfd8024.js => index-2ea2649c.js} (99%) rename _app/immutable/chunks/{index-00fa6138.js => index-5ec4d7f4.js} (99%) rename _app/immutable/chunks/{index-3778a64d.js => index-7eb901e1.js} (85%) rename _app/immutable/chunks/{index-187b989c.js => index-81e93661.js} (99%) rename _app/immutable/chunks/{index-69467f61.js => index-f64e10cf.js} (99%) rename _app/immutable/chunks/{index.es-7151f3ca.js => index.es-a4c02aed.js} (99%) rename _app/immutable/chunks/{tslib-27e2d856.js => tslib-9b9d7fbf.js} (99%) rename _app/immutable/components/pages/{_layout.svelte-22e1cd3a.js => _layout.svelte-e8ebfe00.js} (100%) rename _app/immutable/components/pages/{_page.svelte-414d4e8c.js => _page.svelte-1bedb140.js} (68%) delete mode 100644 _app/immutable/modules/pages/_layout.js-ad942655.js create mode 100644 _app/immutable/modules/pages/_layout.js-afc360a6.js rename _app/immutable/{start-48990c56.js => start-cd4e2b45.js} (99%) create mode 100644 partners/hopr.svg diff --git a/_app/immutable/assets/_layout-ada1300f.css b/_app/immutable/assets/_layout-e6a6a17a.css similarity index 99% rename from _app/immutable/assets/_layout-ada1300f.css rename to _app/immutable/assets/_layout-e6a6a17a.css index 3bc9659..5dcd9dd 100644 --- a/_app/immutable/assets/_layout-ada1300f.css +++ b/_app/immutable/assets/_layout-e6a6a17a.css @@ -1016,6 +1016,9 @@ person-item:hover .text-mild, .p-4{ padding: 1rem; } +.p-6{ + padding: 1.5rem; +} .px-10{ padding-left: 2.5rem; padding-right: 2.5rem; @@ -1216,6 +1219,10 @@ person-item:hover .text-mild, .hover\:no-underline:hover{ text-decoration-line: none; } +.hover\:invert-0:hover{ + --tw-invert: invert(0); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} @media (min-width: 640px){ .sm\:inline-block{ display: inline-block; diff --git a/_app/immutable/chunks/0-3f327db4.js b/_app/immutable/chunks/0-af90822a.js similarity index 64% rename from _app/immutable/chunks/0-3f327db4.js rename to _app/immutable/chunks/0-af90822a.js index aa5d591..575b155 100644 --- a/_app/immutable/chunks/0-3f327db4.js +++ b/_app/immutable/chunks/0-af90822a.js @@ -1,5 +1,5 @@ -import { _ } from "./_layout-240f8cf0.js"; -import { default as default2 } from "../components/pages/_layout.svelte-22e1cd3a.js"; +import { _ } from "./_layout-d1320605.js"; +import { default as default2 } from "../components/pages/_layout.svelte-e8ebfe00.js"; export { default2 as component, _ as universal diff --git a/_app/immutable/chunks/2-a4e07aab.js b/_app/immutable/chunks/2-a4e07aab.js new file mode 100644 index 0000000..055b309 --- /dev/null +++ b/_app/immutable/chunks/2-a4e07aab.js @@ -0,0 +1,4 @@ +import { P } from "./_page-e4465869.js"; +export { + P as component +}; diff --git a/_app/immutable/chunks/2-fe101a56.js b/_app/immutable/chunks/2-fe101a56.js deleted file mode 100644 index 8eacfdb..0000000 --- a/_app/immutable/chunks/2-fe101a56.js +++ /dev/null @@ -1,4 +0,0 @@ -import { P } from "./_page-87169cf6.js"; -export { - P as component -}; diff --git a/_app/immutable/chunks/_layout-240f8cf0.js b/_app/immutable/chunks/_layout-d1320605.js similarity index 96% rename from _app/immutable/chunks/_layout-240f8cf0.js rename to _app/immutable/chunks/_layout-d1320605.js index 04b8f93..aaddb6e 100644 --- a/_app/immutable/chunks/_layout-240f8cf0.js +++ b/_app/immutable/chunks/_layout-d1320605.js @@ -161,6 +161,15 @@ const data = { caption: "Web3 privacy advocate behind [Web3Privacy Now](https://web3privacy.info/), [NYM](https://nymtech.net/) ambassador", country: "es" }, + { + id: "tree", + name: "Tree", + link: "https://staging.bsky.app/profile/tree.gwei.cz", + linkText: "@tree.gwei.cz", + img: "tree.jpg", + caption: "Orchestrating lunarpunk events [ETHBrno](https://ethbrno.cz) & [w3ps](https://github.com/web3privacy/w3ps) w/ [gwei.cz](https://gwei.cz)", + country: "cz" + }, { id: "pg", name: "PG", @@ -259,6 +268,7 @@ const data = { ], hosts: [ "mykola", + "tree", "pg" ], speakersNote: "We keep adding more and more speakers, stay tuned ...", @@ -278,7 +288,7 @@ const data = { partnerLevels: [ { key: 2, - name: "Sponsors" + name: "Community sponsors" }, { key: null, @@ -292,9 +302,18 @@ const data = { web: "https://research.aragon.org/", twitter: "aragon_zk", img: "aragon-zk-research.svg", - padding: 4, + "class": "p-4", level: 2 }, + { + id: "hopr", + name: "HOPR", + web: "https://hoprnet.org/", + twitter: "hoprnet", + img: "hopr.svg", + level: 2, + "class": "p-6 invert hover:invert-0" + }, { id: "lunardao", name: "LunarDAO", diff --git a/_app/immutable/chunks/_page-87169cf6.js b/_app/immutable/chunks/_page-e4465869.js similarity index 99% rename from _app/immutable/chunks/_page-87169cf6.js rename to _app/immutable/chunks/_page-e4465869.js index 1058261..4a3e323 100644 --- a/_app/immutable/chunks/_page-87169cf6.js +++ b/_app/immutable/chunks/_page-e4465869.js @@ -24428,7 +24428,7 @@ var CoinbaseWalletConnector = class extends Connector { async getProvider() { var _a; if (!__privateGet(this, _provider$1)) { - let CoinbaseWalletSDK = (await __vitePreload(() => import("./index-69467f61.js").then((n2) => n2.i), true ? ["./index-69467f61.js","./tslib-27e2d856.js"] : void 0, import.meta.url)).default; + let CoinbaseWalletSDK = (await __vitePreload(() => import("./index-f64e10cf.js").then((n2) => n2.i), true ? ["./index-f64e10cf.js","./tslib-9b9d7fbf.js"] : void 0, import.meta.url)).default; if (typeof CoinbaseWalletSDK !== "function" && typeof CoinbaseWalletSDK.default === "function") CoinbaseWalletSDK = CoinbaseWalletSDK.default; __privateSet(this, _client, new CoinbaseWalletSDK(this.options)); @@ -24756,7 +24756,7 @@ var WalletConnectConnector = class extends Connector { }), {} ) : {}; - const WalletConnectProvider = (await __vitePreload(() => import("./index-00fa6138.js"), true ? ["./index-00fa6138.js","./index-187b989c.js","./tslib-27e2d856.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url)).default; + const WalletConnectProvider = (await __vitePreload(() => import("./index-5ec4d7f4.js"), true ? ["./index-5ec4d7f4.js","./index-81e93661.js","./tslib-9b9d7fbf.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url)).default; __privateSet(this, _provider, new WalletConnectProvider({ ...this.options, chainId, @@ -24803,7 +24803,7 @@ _initUniversalProviderPromise = /* @__PURE__ */ new WeakMap(); _web3Modal = /* @__PURE__ */ new WeakMap(); _createWeb3Modal = /* @__PURE__ */ new WeakSet(); createWeb3Modal_fn = async function() { - const { Web3Modal } = await __vitePreload(() => import("./index-3778a64d.js"), true ? ["./index-3778a64d.js","./preload-helper-f8376bb0.js"] : void 0, import.meta.url); + const { Web3Modal } = await __vitePreload(() => import("./index-7eb901e1.js"), true ? ["./index-7eb901e1.js","./preload-helper-f8376bb0.js"] : void 0, import.meta.url); const { version: version2 } = this.options; __privateSet(this, _web3Modal, new Web3Modal({ walletConnectVersion: version2 === "2" ? 2 : 1, @@ -24813,7 +24813,7 @@ createWeb3Modal_fn = async function() { }; _initUniversalProvider = /* @__PURE__ */ new WeakSet(); initUniversalProvider_fn = async function() { - const WalletConnectProvider = (await __vitePreload(() => import("./index.es-7151f3ca.js"), true ? ["./index.es-7151f3ca.js","./tslib-27e2d856.js","./index-187b989c.js"] : void 0, import.meta.url)).default; + const WalletConnectProvider = (await __vitePreload(() => import("./index.es-a4c02aed.js"), true ? ["./index.es-a4c02aed.js","./tslib-9b9d7fbf.js","./index-81e93661.js"] : void 0, import.meta.url)).default; if (typeof (WalletConnectProvider == null ? void 0 : WalletConnectProvider.init) === "function") { __privateSet(this, _provider, await WalletConnectProvider.init( this.options @@ -27293,7 +27293,7 @@ class h { } async initUi() { if (typeof window < "u") { - await __vitePreload(() => import("./index-5dfd8024.js"), true ? ["./index-5dfd8024.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url); + await __vitePreload(() => import("./index-2ea2649c.js"), true ? ["./index-2ea2649c.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url); const e = document.createElement("w3m-modal"); document.body.insertAdjacentElement("beforeend", e), a$1.setIsUiLoaded(true); } @@ -28901,6 +28901,7 @@ function create_each_block_4(ctx) { ctx[15].img)) attr(img, "src", img_src_value); attr(img, "class", img_class_value = "partner-img aspect-[16/11] w-full h-full object-contain " + /*partner*/ + ctx[15].class + " " + /*partner*/ (ctx[15].padding ? `p-${/*partner*/ ctx[15].padding}` : "")); attr(a0, "href", a0_href_value = /*partner*/ @@ -28942,6 +28943,7 @@ function create_each_block_4(ctx) { } if (dirty & /*data*/ 1 && img_class_value !== (img_class_value = "partner-img aspect-[16/11] w-full h-full object-contain " + /*partner*/ + ctx2[15].class + " " + /*partner*/ (ctx2[15].padding ? `p-${/*partner*/ ctx2[15].padding}` : ""))) { attr(img, "class", img_class_value); diff --git a/_app/immutable/chunks/index-5dfd8024.js b/_app/immutable/chunks/index-2ea2649c.js similarity index 99% rename from _app/immutable/chunks/index-5dfd8024.js rename to _app/immutable/chunks/index-2ea2649c.js index 688d700..903e640 100644 --- a/_app/immutable/chunks/index-5dfd8024.js +++ b/_app/immutable/chunks/index-2ea2649c.js @@ -1,4 +1,4 @@ -import { W, k as k$1, a as a$2, L, b as P$1, A as A$1, d as d$2, g as g$2 } from "./_page-87169cf6.js"; +import { W, k as k$1, a as a$2, L, b as P$1, A as A$1, d as d$2, g as g$2 } from "./_page-e4465869.js"; import { d as dijkstraExports } from "./dijkstra-cb1f074b.js"; /** * @license diff --git a/_app/immutable/chunks/index-00fa6138.js b/_app/immutable/chunks/index-5ec4d7f4.js similarity index 99% rename from _app/immutable/chunks/index-00fa6138.js rename to _app/immutable/chunks/index-5ec4d7f4.js index 3dfa949..1cc6147 100644 --- a/_app/immutable/chunks/index-00fa6138.js +++ b/_app/immutable/chunks/index-5ec4d7f4.js @@ -1,5 +1,5 @@ -import { r as require$$1, e as commonjsGlobal, s as sha3Exports, h as getAugmentedNamespace, l as base64Js, m as ieee754, E as EventEmitter } from "./_page-87169cf6.js"; -import { p as payloadId$1, s as splitOnFirst, a as strictUriEncode, d as decodeUriComponent, c as cjs$3, I as IJsonRpcConnection, f as formatJsonRpcError, J as JsonRpcProvider, H as HttpConnection } from "./index-187b989c.js"; +import { r as require$$1, e as commonjsGlobal, s as sha3Exports, h as getAugmentedNamespace, l as base64Js, m as ieee754, E as EventEmitter } from "./_page-e4465869.js"; +import { p as payloadId$1, s as splitOnFirst, a as strictUriEncode, d as decodeUriComponent, c as cjs$3, I as IJsonRpcConnection, f as formatJsonRpcError, J as JsonRpcProvider, H as HttpConnection } from "./index-81e93661.js"; import { d as dijkstraExports } from "./dijkstra-cb1f074b.js"; var cjs$2 = {}; var cjs$1 = {}; diff --git a/_app/immutable/chunks/index-3778a64d.js b/_app/immutable/chunks/index-7eb901e1.js similarity index 85% rename from _app/immutable/chunks/index-3778a64d.js rename to _app/immutable/chunks/index-7eb901e1.js index 9565b65..7d192a7 100644 --- a/_app/immutable/chunks/index-3778a64d.js +++ b/_app/immutable/chunks/index-7eb901e1.js @@ -1,5 +1,5 @@ import { _ as __vitePreload } from "./preload-helper-f8376bb0.js"; -import { k, W, a as a$1 } from "./_page-87169cf6.js"; +import { k, W, a as a$1 } from "./_page-e4465869.js"; var s = Object.defineProperty, a = Object.getOwnPropertySymbols, c = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable, i = (o, e, t) => e in o ? s(o, e, { enumerable: true, configurable: true, writable: true, value: t }) : o[e] = t, b = (o, e) => { for (var t in e || (e = {})) c.call(e, t) && i(o, t, e[t]); @@ -14,7 +14,7 @@ class f { } async initUi() { if (typeof window < "u") { - await __vitePreload(() => import("./index-5dfd8024.js"), true ? ["./index-5dfd8024.js","./_page-87169cf6.js","./index-2a025a89.js","./helpers-88229792.js","./singletons-286ffebd.js","./preload-helper-f8376bb0.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url); + await __vitePreload(() => import("./index-2ea2649c.js"), true ? ["./index-2ea2649c.js","./_page-e4465869.js","./index-2a025a89.js","./helpers-88229792.js","./singletons-286ffebd.js","./preload-helper-f8376bb0.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url); const e = document.createElement("w3m-modal"); document.body.insertAdjacentElement("beforeend", e), a$1.setIsUiLoaded(true); } diff --git a/_app/immutable/chunks/index-187b989c.js b/_app/immutable/chunks/index-81e93661.js similarity index 99% rename from _app/immutable/chunks/index-187b989c.js rename to _app/immutable/chunks/index-81e93661.js index 7030e4c..95048bc 100644 --- a/_app/immutable/chunks/index-187b989c.js +++ b/_app/immutable/chunks/index-81e93661.js @@ -1,5 +1,5 @@ -import { t as tslibExports, e as eventsExports } from "./tslib-27e2d856.js"; -import { e as commonjsGlobal, j as getDefaultExportFromCjs } from "./_page-87169cf6.js"; +import { t as tslibExports, e as eventsExports } from "./tslib-9b9d7fbf.js"; +import { e as commonjsGlobal, j as getDefaultExportFromCjs } from "./_page-e4465869.js"; const PARSE_ERROR = "PARSE_ERROR"; const INVALID_REQUEST = "INVALID_REQUEST"; const METHOD_NOT_FOUND = "METHOD_NOT_FOUND"; diff --git a/_app/immutable/chunks/index-69467f61.js b/_app/immutable/chunks/index-f64e10cf.js similarity index 99% rename from _app/immutable/chunks/index-69467f61.js rename to _app/immutable/chunks/index-f64e10cf.js index 2d2f12a..9d0339f 100644 --- a/_app/immutable/chunks/index-69467f61.js +++ b/_app/immutable/chunks/index-f64e10cf.js @@ -1,5 +1,5 @@ -import { c as buffer$1, i as inherits_browserExports, r as require$$1$1, e as commonjsGlobal, f as bnExports, h as getAugmentedNamespace, j as getDefaultExportFromCjs } from "./_page-87169cf6.js"; -import { e as eventsExports, t as tslibExports$1 } from "./tslib-27e2d856.js"; +import { c as buffer$1, i as inherits_browserExports, r as require$$1$1, e as commonjsGlobal, f as bnExports, h as getAugmentedNamespace, j as getDefaultExportFromCjs } from "./_page-e4465869.js"; +import { e as eventsExports, t as tslibExports$1 } from "./tslib-9b9d7fbf.js"; function _mergeNamespaces(n2, m2) { for (var i = 0; i < m2.length; i++) { const e2 = m2[i]; diff --git a/_app/immutable/chunks/index.es-7151f3ca.js b/_app/immutable/chunks/index.es-a4c02aed.js similarity index 99% rename from _app/immutable/chunks/index.es-7151f3ca.js rename to _app/immutable/chunks/index.es-a4c02aed.js index 36885a7..400277a 100644 --- a/_app/immutable/chunks/index.es-7151f3ca.js +++ b/_app/immutable/chunks/index.es-a4c02aed.js @@ -1,6 +1,6 @@ -import { t as tslibExports, e as eventsExports } from "./tslib-27e2d856.js"; -import { e as commonjsGlobal, h as getAugmentedNamespace, r as require$$1 } from "./_page-87169cf6.js"; -import { b as safeJsonStringify$1, s as splitOnFirst, a as strictUriEncode, d as decodeUriComponent, i as isWsUrl, c as cjs$8, e as isLocalhostUrl, g as safeJsonParse$1, f as formatJsonRpcError, h as parseConnectionError, J as JsonRpcProvider, j as isJsonRpcRequest, k as formatJsonRpcResult, l as isJsonRpcResult, m as isJsonRpcError, n as isJsonRpcResponse, o as formatJsonRpcRequest, H as HttpConnection } from "./index-187b989c.js"; +import { t as tslibExports, e as eventsExports } from "./tslib-9b9d7fbf.js"; +import { e as commonjsGlobal, h as getAugmentedNamespace, r as require$$1 } from "./_page-e4465869.js"; +import { b as safeJsonStringify$1, s as splitOnFirst, a as strictUriEncode, d as decodeUriComponent, i as isWsUrl, c as cjs$8, e as isLocalhostUrl, g as safeJsonParse$1, f as formatJsonRpcError, h as parseConnectionError, J as JsonRpcProvider, j as isJsonRpcRequest, k as formatJsonRpcResult, l as isJsonRpcResult, m as isJsonRpcError, n as isJsonRpcResponse, o as formatJsonRpcRequest, H as HttpConnection } from "./index-81e93661.js"; function tryStringify(o2) { try { return JSON.stringify(o2); diff --git a/_app/immutable/chunks/tslib-27e2d856.js b/_app/immutable/chunks/tslib-9b9d7fbf.js similarity index 99% rename from _app/immutable/chunks/tslib-27e2d856.js rename to _app/immutable/chunks/tslib-9b9d7fbf.js index f0cb5a2..bad0ea6 100644 --- a/_app/immutable/chunks/tslib-27e2d856.js +++ b/_app/immutable/chunks/tslib-9b9d7fbf.js @@ -1,4 +1,4 @@ -import { e as commonjsGlobal } from "./_page-87169cf6.js"; +import { e as commonjsGlobal } from "./_page-e4465869.js"; var eventsExports = {}; var events = { get exports() { diff --git a/_app/immutable/components/pages/_layout.svelte-22e1cd3a.js b/_app/immutable/components/pages/_layout.svelte-e8ebfe00.js similarity index 100% rename from _app/immutable/components/pages/_layout.svelte-22e1cd3a.js rename to _app/immutable/components/pages/_layout.svelte-e8ebfe00.js diff --git a/_app/immutable/components/pages/_page.svelte-414d4e8c.js b/_app/immutable/components/pages/_page.svelte-1bedb140.js similarity index 68% rename from _app/immutable/components/pages/_page.svelte-414d4e8c.js rename to _app/immutable/components/pages/_page.svelte-1bedb140.js index b768023..231dfb4 100644 --- a/_app/immutable/components/pages/_page.svelte-414d4e8c.js +++ b/_app/immutable/components/pages/_page.svelte-1bedb140.js @@ -1,6 +1,6 @@ import "../../chunks/index-2a025a89.js"; import "../../chunks/helpers-88229792.js"; -import { P } from "../../chunks/_page-87169cf6.js"; +import { P } from "../../chunks/_page-e4465869.js"; export { P as default }; diff --git a/_app/immutable/modules/pages/_layout.js-ad942655.js b/_app/immutable/modules/pages/_layout.js-ad942655.js deleted file mode 100644 index 68accab..0000000 --- a/_app/immutable/modules/pages/_layout.js-ad942655.js +++ /dev/null @@ -1,4 +0,0 @@ -import { l } from "../../chunks/_layout-240f8cf0.js"; -export { - l as load -}; diff --git a/_app/immutable/modules/pages/_layout.js-afc360a6.js b/_app/immutable/modules/pages/_layout.js-afc360a6.js new file mode 100644 index 0000000..350ecd8 --- /dev/null +++ b/_app/immutable/modules/pages/_layout.js-afc360a6.js @@ -0,0 +1,4 @@ +import { l } from "../../chunks/_layout-d1320605.js"; +export { + l as load +}; diff --git a/_app/immutable/start-48990c56.js b/_app/immutable/start-cd4e2b45.js similarity index 99% rename from _app/immutable/start-48990c56.js rename to _app/immutable/start-cd4e2b45.js index f707202..d4bc7bc 100644 --- a/_app/immutable/start-48990c56.js +++ b/_app/immutable/start-cd4e2b45.js @@ -857,9 +857,9 @@ class Root extends SvelteComponent { } const matchers = {}; const nodes = [ - () => __vitePreload(() => import("./chunks/0-3f327db4.js"), true ? ["./chunks/0-3f327db4.js","./chunks/_layout-240f8cf0.js","./components/pages/_layout.svelte-22e1cd3a.js","./chunks/index-2a025a89.js","./chunks/helpers-88229792.js","./assets/_layout-ada1300f.css"] : void 0, import.meta.url), + () => __vitePreload(() => import("./chunks/0-af90822a.js"), true ? ["./chunks/0-af90822a.js","./chunks/_layout-d1320605.js","./components/pages/_layout.svelte-e8ebfe00.js","./chunks/index-2a025a89.js","./chunks/helpers-88229792.js","./assets/_layout-e6a6a17a.css"] : void 0, import.meta.url), () => __vitePreload(() => import("./chunks/1-1b14460c.js"), true ? ["./chunks/1-1b14460c.js","./components/error.svelte-67e543b8.js","./chunks/index-2a025a89.js","./chunks/singletons-286ffebd.js"] : void 0, import.meta.url), - () => __vitePreload(() => import("./chunks/2-fe101a56.js"), true ? ["./chunks/2-fe101a56.js","./chunks/_page-87169cf6.js","./chunks/index-2a025a89.js","./chunks/helpers-88229792.js","./chunks/singletons-286ffebd.js","./chunks/preload-helper-f8376bb0.js"] : void 0, import.meta.url) + () => __vitePreload(() => import("./chunks/2-a4e07aab.js"), true ? ["./chunks/2-a4e07aab.js","./chunks/_page-e4465869.js","./chunks/index-2a025a89.js","./chunks/helpers-88229792.js","./chunks/singletons-286ffebd.js","./chunks/preload-helper-f8376bb0.js"] : void 0, import.meta.url) ]; const server_loads = []; const dictionary = { diff --git a/_app/version.json b/_app/version.json index bd66062..249c6c7 100644 --- a/_app/version.json +++ b/_app/version.json @@ -1 +1 @@ -{"version":"1683912140800"} \ No newline at end of file +{"version":"1683983533318"} \ No newline at end of file diff --git a/config.json b/config.json index 12540c7..b39b136 100644 --- a/config.json +++ b/config.json @@ -161,6 +161,15 @@ "caption": "Web3 privacy advocate behind [Web3Privacy Now](https://web3privacy.info/), [NYM](https://nymtech.net/) ambassador", "country": "es" }, + { + "id": "tree", + "name": "Tree", + "link": "https://staging.bsky.app/profile/tree.gwei.cz", + "linkText": "@tree.gwei.cz", + "img": "tree.jpg", + "caption": "Orchestrating lunarpunk events [ETHBrno](https://ethbrno.cz) & [w3ps](https://github.com/web3privacy/w3ps) w/ [gwei.cz](https://gwei.cz)", + "country": "cz" + }, { "id": "pg", "name": "PG", @@ -259,6 +268,7 @@ ], "hosts": [ "mykola", + "tree", "pg" ], "speakersNote": "We keep adding more and more speakers, stay tuned ...", @@ -278,7 +288,7 @@ "partnerLevels": [ { "key": 2, - "name": "Sponsors" + "name": "Community sponsors" }, { "key": null, @@ -292,9 +302,18 @@ "web": "https://research.aragon.org/", "twitter": "aragon_zk", "img": "aragon-zk-research.svg", - "padding": 4, + "class": "p-4", "level": 2 }, + { + "id": "hopr", + "name": "HOPR", + "web": "https://hoprnet.org/", + "twitter": "hoprnet", + "img": "hopr.svg", + "level": 2, + "class": "p-6 invert hover:invert-0" + }, { "id": "lunardao", "name": "LunarDAO", diff --git a/index.html b/index.html index fe37879..893806a 100644 --- a/index.html +++ b/index.html @@ -6,17 +6,17 @@ - - + + - + - - - - Web3Privacy Prague 2023 | 5. June 2023 + + + + Web3Privacy Prague 2023 | 5. June 2023
@@ -153,6 +153,11 @@

Web3 privacy advocate behind Web3Privacy Now, NYM ambassador

+
+
TREE
+ +

Orchestrating lunarpunk events ETHBrno & w3ps w/ gwei.cz

+
PG
@@ -161,34 +166,38 @@
Partners
-
Sponsors
-
+
Community sponsors
+
Media partners
-
+
+
+
+
+
+
@@ -351,14 +360,14 @@

This web is built with SvelteKit and is open-source under CC0 license

-