mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
deploy: 3ad8839204
This commit is contained in:
parent
4566f3e535
commit
8c877d11d2
17 changed files with 43 additions and 46 deletions
|
@ -1220,9 +1220,6 @@ person-item:hover .text-mild,
|
|||
.sm\:w-32{
|
||||
width: 8rem;
|
||||
}
|
||||
.sm\:grid-cols-3{
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
.sm\:gap-4{
|
||||
gap: 1rem;
|
||||
}
|
||||
|
@ -1243,9 +1240,6 @@ person-item:hover .text-mild,
|
|||
.md\:grid-cols-3{
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
.md\:grid-cols-4{
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
.md\:gap-16{
|
||||
gap: 4rem;
|
||||
}
|
||||
|
@ -1278,6 +1272,9 @@ person-item:hover .text-mild,
|
|||
.lg\:grid-cols-2{
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
.lg\:grid-cols-4{
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
.lg\:grid-cols-5{
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
}
|
||||
|
@ -1310,8 +1307,8 @@ person-item:hover .text-mild,
|
|||
.xl\:grid-cols-4{
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
.xl\:grid-cols-6{
|
||||
grid-template-columns: repeat(6, minmax(0, 1fr));
|
||||
.xl\:grid-cols-5{
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
}
|
||||
.xl\:gap-14{
|
||||
gap: 3.5rem;
|
|
@ -1,5 +1,5 @@
|
|||
import { _ } from "./_layout-1937427a.js";
|
||||
import { default as default2 } from "../components/pages/_layout.svelte-344e9f1e.js";
|
||||
import { default as default2 } from "../components/pages/_layout.svelte-3ab2bad5.js";
|
||||
export {
|
||||
default2 as component,
|
||||
_ as universal
|
4
_app/immutable/chunks/2-40b209b2.js
Normal file
4
_app/immutable/chunks/2-40b209b2.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { P } from "./_page-cbf83f88.js";
|
||||
export {
|
||||
P as component
|
||||
};
|
|
@ -1,4 +0,0 @@
|
|||
import { P } from "./_page-400ac660.js";
|
||||
export {
|
||||
P as component
|
||||
};
|
|
@ -24326,7 +24326,7 @@ var CoinbaseWalletConnector = class extends Connector {
|
|||
async getProvider() {
|
||||
var _a;
|
||||
if (!__privateGet(this, _provider$1)) {
|
||||
let CoinbaseWalletSDK = (await __vitePreload(() => import("./index-956a274c.js").then((n2) => n2.i), true ? ["./index-956a274c.js","./tslib-003da331.js"] : void 0, import.meta.url)).default;
|
||||
let CoinbaseWalletSDK = (await __vitePreload(() => import("./index-d75528aa.js").then((n2) => n2.i), true ? ["./index-d75528aa.js","./tslib-ab5a5a9b.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));
|
||||
|
@ -24654,7 +24654,7 @@ var WalletConnectConnector = class extends Connector {
|
|||
}),
|
||||
{}
|
||||
) : {};
|
||||
const WalletConnectProvider = (await __vitePreload(() => import("./index-bb29fa05.js"), true ? ["./index-bb29fa05.js","./index-4bbc13cb.js","./tslib-003da331.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url)).default;
|
||||
const WalletConnectProvider = (await __vitePreload(() => import("./index-37c34043.js"), true ? ["./index-37c34043.js","./index-d4702858.js","./tslib-ab5a5a9b.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url)).default;
|
||||
__privateSet(this, _provider, new WalletConnectProvider({
|
||||
...this.options,
|
||||
chainId,
|
||||
|
@ -24701,7 +24701,7 @@ _initUniversalProviderPromise = /* @__PURE__ */ new WeakMap();
|
|||
_web3Modal = /* @__PURE__ */ new WeakMap();
|
||||
_createWeb3Modal = /* @__PURE__ */ new WeakSet();
|
||||
createWeb3Modal_fn = async function() {
|
||||
const { Web3Modal } = await __vitePreload(() => import("./index-f0f0dc74.js"), true ? ["./index-f0f0dc74.js","./preload-helper-f8376bb0.js"] : void 0, import.meta.url);
|
||||
const { Web3Modal } = await __vitePreload(() => import("./index-9f3511e9.js"), true ? ["./index-9f3511e9.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,
|
||||
|
@ -24711,7 +24711,7 @@ createWeb3Modal_fn = async function() {
|
|||
};
|
||||
_initUniversalProvider = /* @__PURE__ */ new WeakSet();
|
||||
initUniversalProvider_fn = async function() {
|
||||
const WalletConnectProvider = (await __vitePreload(() => import("./index.es-2d455bc5.js"), true ? ["./index.es-2d455bc5.js","./tslib-003da331.js","./index-4bbc13cb.js"] : void 0, import.meta.url)).default;
|
||||
const WalletConnectProvider = (await __vitePreload(() => import("./index.es-da40692d.js"), true ? ["./index.es-da40692d.js","./tslib-ab5a5a9b.js","./index-d4702858.js"] : void 0, import.meta.url)).default;
|
||||
if (typeof (WalletConnectProvider == null ? void 0 : WalletConnectProvider.init) === "function") {
|
||||
__privateSet(this, _provider, await WalletConnectProvider.init(
|
||||
this.options
|
||||
|
@ -27191,7 +27191,7 @@ class h {
|
|||
}
|
||||
async initUi() {
|
||||
if (typeof window < "u") {
|
||||
await __vitePreload(() => import("./index-2a9b2fe7.js"), true ? ["./index-2a9b2fe7.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url);
|
||||
await __vitePreload(() => import("./index-cf365292.js"), true ? ["./index-cf365292.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url);
|
||||
const e = document.createElement("w3m-modal");
|
||||
document.body.insertAdjacentElement("beforeend", e), a$1.setIsUiLoaded(true);
|
||||
}
|
||||
|
@ -29972,7 +29972,7 @@ function create_fragment(ctx) {
|
|||
attr(div12, "class", "middle-pane-medium pt-0 mx-auto pb-32");
|
||||
attr(div13, "id", "hosts");
|
||||
attr(div14, "class", "section-header");
|
||||
attr(div15, "class", "grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6 gap-2 mb-12");
|
||||
attr(div15, "class", "grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-2 mb-12");
|
||||
attr(button, "class", "button text-lg");
|
||||
attr(a2, "href", a_href_value = /*data*/
|
||||
ctx[0].config.sponsorUrl);
|
|
@ -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-400ac660.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-4bbc13cb.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-cbf83f88.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-d4702858.js";
|
||||
import { d as dijkstraExports } from "./dijkstra-cb1f074b.js";
|
||||
var cjs$2 = {};
|
||||
var cjs$1 = {};
|
|
@ -1,5 +1,5 @@
|
|||
import { _ as __vitePreload } from "./preload-helper-f8376bb0.js";
|
||||
import { k, W, a as a$1 } from "./_page-400ac660.js";
|
||||
import { k, W, a as a$1 } from "./_page-cbf83f88.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-2a9b2fe7.js"), true ? ["./index-2a9b2fe7.js","./_page-400ac660.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-cf365292.js"), true ? ["./index-cf365292.js","./_page-cbf83f88.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);
|
||||
}
|
|
@ -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-400ac660.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-cbf83f88.js";
|
||||
import { d as dijkstraExports } from "./dijkstra-cb1f074b.js";
|
||||
/**
|
||||
* @license
|
|
@ -1,5 +1,5 @@
|
|||
import { t as tslibExports, e as eventsExports } from "./tslib-003da331.js";
|
||||
import { e as commonjsGlobal, j as getDefaultExportFromCjs } from "./_page-400ac660.js";
|
||||
import { t as tslibExports, e as eventsExports } from "./tslib-ab5a5a9b.js";
|
||||
import { e as commonjsGlobal, j as getDefaultExportFromCjs } from "./_page-cbf83f88.js";
|
||||
const PARSE_ERROR = "PARSE_ERROR";
|
||||
const INVALID_REQUEST = "INVALID_REQUEST";
|
||||
const METHOD_NOT_FOUND = "METHOD_NOT_FOUND";
|
|
@ -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-400ac660.js";
|
||||
import { e as eventsExports, t as tslibExports$1 } from "./tslib-003da331.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-cbf83f88.js";
|
||||
import { e as eventsExports, t as tslibExports$1 } from "./tslib-ab5a5a9b.js";
|
||||
function _mergeNamespaces(n2, m2) {
|
||||
for (var i = 0; i < m2.length; i++) {
|
||||
const e2 = m2[i];
|
|
@ -1,6 +1,6 @@
|
|||
import { t as tslibExports, e as eventsExports } from "./tslib-003da331.js";
|
||||
import { e as commonjsGlobal, h as getAugmentedNamespace, r as require$$1 } from "./_page-400ac660.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-4bbc13cb.js";
|
||||
import { t as tslibExports, e as eventsExports } from "./tslib-ab5a5a9b.js";
|
||||
import { e as commonjsGlobal, h as getAugmentedNamespace, r as require$$1 } from "./_page-cbf83f88.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-d4702858.js";
|
||||
function tryStringify(o2) {
|
||||
try {
|
||||
return JSON.stringify(o2);
|
|
@ -1,4 +1,4 @@
|
|||
import { e as commonjsGlobal } from "./_page-400ac660.js";
|
||||
import { e as commonjsGlobal } from "./_page-cbf83f88.js";
|
||||
var eventsExports = {};
|
||||
var events = {
|
||||
get exports() {
|
|
@ -1,6 +1,6 @@
|
|||
import "../../chunks/index-2a025a89.js";
|
||||
import "../../chunks/helpers-88229792.js";
|
||||
import { P } from "../../chunks/_page-400ac660.js";
|
||||
import { P } from "../../chunks/_page-cbf83f88.js";
|
||||
export {
|
||||
P as default
|
||||
};
|
|
@ -857,9 +857,9 @@ class Root extends SvelteComponent {
|
|||
}
|
||||
const matchers = {};
|
||||
const nodes = [
|
||||
() => __vitePreload(() => import("./chunks/0-a5a87030.js"), true ? ["./chunks/0-a5a87030.js","./chunks/_layout-1937427a.js","./components/pages/_layout.svelte-344e9f1e.js","./chunks/index-2a025a89.js","./chunks/helpers-88229792.js","./assets/_layout-aa5bf70e.css"] : void 0, import.meta.url),
|
||||
() => __vitePreload(() => import("./chunks/0-f6aec9d9.js"), true ? ["./chunks/0-f6aec9d9.js","./chunks/_layout-1937427a.js","./components/pages/_layout.svelte-3ab2bad5.js","./chunks/index-2a025a89.js","./chunks/helpers-88229792.js","./assets/_layout-a3b58f47.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-56c98190.js"), true ? ["./chunks/2-56c98190.js","./chunks/_page-400ac660.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-40b209b2.js"), true ? ["./chunks/2-40b209b2.js","./chunks/_page-cbf83f88.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 = {
|
|
@ -1 +1 @@
|
|||
{"version":"1682686211313"}
|
||||
{"version":"1682686344939"}
|
20
index.html
20
index.html
|
@ -6,17 +6,17 @@
|
|||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta http-equiv="content-security-policy" content="">
|
||||
<link href="./_app/immutable/assets/_layout-aa5bf70e.css" rel="stylesheet">
|
||||
<link rel="modulepreload" href="./_app/immutable/start-8723cae2.js">
|
||||
<link href="./_app/immutable/assets/_layout-a3b58f47.css" rel="stylesheet">
|
||||
<link rel="modulepreload" href="./_app/immutable/start-b79b469b.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/index-2a025a89.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-286ffebd.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper-f8376bb0.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-344e9f1e.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-3ab2bad5.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/helpers-88229792.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-61e20756.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-1937427a.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-5d19cb56.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/_page-400ac660.js"><title>Web3Privacy Prague 2023 | 5. June 2023</title><!-- HEAD_svelte-1xuttk2_START --><meta name="description" content="June 5, 2023 - A lunarpunk conference focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research."><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@web3privacy"><meta name="twitter:title" content="Web3Privacy Prague 2023"><meta name="twitter:description" content="June 5, 2023 - A lunarpunk conference focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research."><meta name="twitter:image" content="https://prague.web3privacy.info/banner-square.png"><!-- HEAD_svelte-1xuttk2_END -->
|
||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-66093309.js">
|
||||
<link rel="modulepreload" href="./_app/immutable/chunks/_page-cbf83f88.js"><title>Web3Privacy Prague 2023 | 5. June 2023</title><!-- HEAD_svelte-1xuttk2_START --><meta name="description" content="June 5, 2023 - A lunarpunk conference focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research."><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@web3privacy"><meta name="twitter:title" content="Web3Privacy Prague 2023"><meta name="twitter:description" content="June 5, 2023 - A lunarpunk conference focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research."><meta name="twitter:image" content="https://prague.web3privacy.info/banner-square.png"><!-- HEAD_svelte-1xuttk2_END -->
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">
|
||||
|
@ -132,7 +132,7 @@
|
|||
</div></div></div></div></div>
|
||||
|
||||
<div class="" id="sponsors"><div class="middle-pane-medium pt-16 mx-auto pb-32"><div class="section-header">Partners</div>
|
||||
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6 gap-2 mb-12"><div class="partner-item text-center items-center p-2"><div><a href="https://lunardao.net"><img src="/partners/lunardao.jpg" class="partner-img aspect-[16/11] w-full h-full object-contain "></a></div>
|
||||
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-2 mb-12"><div class="partner-item text-center items-center p-2"><div><a href="https://lunardao.net"><img src="/partners/lunardao.jpg" class="partner-img aspect-[16/11] w-full h-full object-contain "></a></div>
|
||||
<div class="p-2 partner-text"><div><a href="https://lunardao.net" class="font-mono2 animate-section lowercase">LunarDAO</a></div>
|
||||
<div><a href="https://twitter.com/lunarpunksquad" class="text-sm text-mild">@lunarpunksquad</a></div></div>
|
||||
</div><div class="partner-item text-center items-center p-2"><div><a href="https://ethbrno.cz"><img src="/partners/ethbrno.svg" class="partner-img aspect-[16/11] w-full h-full object-contain p-2"></a></div>
|
||||
|
@ -287,14 +287,14 @@
|
|||
<div class="mt-4 text-sm text-supermild text-right"><p>This web is built with <a href="https://kit.svelte.dev/">SvelteKit</a> and is <a href="https://github.com/web3privacy/w3ps1">open-source</a> under CC0 license</p></div></div></footer></div>
|
||||
|
||||
|
||||
<script type="module" data-sveltekit-hydrate="sp5fxj">
|
||||
import { start } from "./_app/immutable/start-8723cae2.js";
|
||||
<script type="module" data-sveltekit-hydrate="1v1h17i">
|
||||
import { start } from "./_app/immutable/start-b79b469b.js";
|
||||
|
||||
start({
|
||||
assets: "",
|
||||
env: {},
|
||||
target: document.querySelector('[data-sveltekit-hydrate="sp5fxj"]').parentNode,
|
||||
version: "1682686211313",
|
||||
target: document.querySelector('[data-sveltekit-hydrate="1v1h17i"]').parentNode,
|
||||
version: "1682686344939",
|
||||
hydrate: {
|
||||
node_ids: [0, 2],
|
||||
data: [{type:"data",data:null,uses:{}},null],
|
||||
|
|
Loading…
Reference in a new issue