mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
deploy: 2c9b038dcb
This commit is contained in:
parent
2c48117c01
commit
b8beffead1
20 changed files with 63 additions and 46 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { _ } from "./_layout-357ab459.js";
|
import { _ } from "./_layout-1affe419.js";
|
||||||
import { default as default2 } from "../components/pages/_layout.svelte-344e9f1e.js";
|
import { default as default2 } from "../components/pages/_layout.svelte-344e9f1e.js";
|
||||||
export {
|
export {
|
||||||
default2 as component,
|
default2 as component,
|
|
@ -1,4 +0,0 @@
|
||||||
import { P } from "./_page-08e947ec.js";
|
|
||||||
export {
|
|
||||||
P as component
|
|
||||||
};
|
|
4
_app/immutable/chunks/2-56c98190.js
Normal file
4
_app/immutable/chunks/2-56c98190.js
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
import { P } from "./_page-400ac660.js";
|
||||||
|
export {
|
||||||
|
P as component
|
||||||
|
};
|
|
@ -266,6 +266,13 @@ const data = {
|
||||||
img: "ethrome.svg",
|
img: "ethrome.svg",
|
||||||
twitter: "ethereumrome",
|
twitter: "ethereumrome",
|
||||||
padding: 4
|
padding: 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "ukraine-dao",
|
||||||
|
name: "Ukraine DAO",
|
||||||
|
web: "https://ukrainedao.love",
|
||||||
|
img: "ukraine-dao.png",
|
||||||
|
twitter: "Ukraine_DAO"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
hosts: [
|
hosts: [
|
|
@ -24326,7 +24326,7 @@ var CoinbaseWalletConnector = class extends Connector {
|
||||||
async getProvider() {
|
async getProvider() {
|
||||||
var _a;
|
var _a;
|
||||||
if (!__privateGet(this, _provider$1)) {
|
if (!__privateGet(this, _provider$1)) {
|
||||||
let CoinbaseWalletSDK = (await __vitePreload(() => import("./index-3842764d.js").then((n2) => n2.i), true ? ["./index-3842764d.js","./tslib-c7a463c9.js"] : void 0, import.meta.url)).default;
|
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;
|
||||||
if (typeof CoinbaseWalletSDK !== "function" && typeof CoinbaseWalletSDK.default === "function")
|
if (typeof CoinbaseWalletSDK !== "function" && typeof CoinbaseWalletSDK.default === "function")
|
||||||
CoinbaseWalletSDK = CoinbaseWalletSDK.default;
|
CoinbaseWalletSDK = CoinbaseWalletSDK.default;
|
||||||
__privateSet(this, _client, new CoinbaseWalletSDK(this.options));
|
__privateSet(this, _client, new CoinbaseWalletSDK(this.options));
|
||||||
|
@ -24654,7 +24654,7 @@ var WalletConnectConnector = class extends Connector {
|
||||||
}),
|
}),
|
||||||
{}
|
{}
|
||||||
) : {};
|
) : {};
|
||||||
const WalletConnectProvider = (await __vitePreload(() => import("./index-fabf4c85.js"), true ? ["./index-fabf4c85.js","./index-5e8d0308.js","./tslib-c7a463c9.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url)).default;
|
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;
|
||||||
__privateSet(this, _provider, new WalletConnectProvider({
|
__privateSet(this, _provider, new WalletConnectProvider({
|
||||||
...this.options,
|
...this.options,
|
||||||
chainId,
|
chainId,
|
||||||
|
@ -24701,7 +24701,7 @@ _initUniversalProviderPromise = /* @__PURE__ */ new WeakMap();
|
||||||
_web3Modal = /* @__PURE__ */ new WeakMap();
|
_web3Modal = /* @__PURE__ */ new WeakMap();
|
||||||
_createWeb3Modal = /* @__PURE__ */ new WeakSet();
|
_createWeb3Modal = /* @__PURE__ */ new WeakSet();
|
||||||
createWeb3Modal_fn = async function() {
|
createWeb3Modal_fn = async function() {
|
||||||
const { Web3Modal } = await __vitePreload(() => import("./index-3892eb68.js"), true ? ["./index-3892eb68.js","./preload-helper-f8376bb0.js"] : void 0, import.meta.url);
|
const { Web3Modal } = await __vitePreload(() => import("./index-f0f0dc74.js"), true ? ["./index-f0f0dc74.js","./preload-helper-f8376bb0.js"] : void 0, import.meta.url);
|
||||||
const { version: version2 } = this.options;
|
const { version: version2 } = this.options;
|
||||||
__privateSet(this, _web3Modal, new Web3Modal({
|
__privateSet(this, _web3Modal, new Web3Modal({
|
||||||
walletConnectVersion: version2 === "2" ? 2 : 1,
|
walletConnectVersion: version2 === "2" ? 2 : 1,
|
||||||
|
@ -24711,7 +24711,7 @@ createWeb3Modal_fn = async function() {
|
||||||
};
|
};
|
||||||
_initUniversalProvider = /* @__PURE__ */ new WeakSet();
|
_initUniversalProvider = /* @__PURE__ */ new WeakSet();
|
||||||
initUniversalProvider_fn = async function() {
|
initUniversalProvider_fn = async function() {
|
||||||
const WalletConnectProvider = (await __vitePreload(() => import("./index.es-f4390627.js"), true ? ["./index.es-f4390627.js","./tslib-c7a463c9.js","./index-5e8d0308.js"] : void 0, import.meta.url)).default;
|
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;
|
||||||
if (typeof (WalletConnectProvider == null ? void 0 : WalletConnectProvider.init) === "function") {
|
if (typeof (WalletConnectProvider == null ? void 0 : WalletConnectProvider.init) === "function") {
|
||||||
__privateSet(this, _provider, await WalletConnectProvider.init(
|
__privateSet(this, _provider, await WalletConnectProvider.init(
|
||||||
this.options
|
this.options
|
||||||
|
@ -27191,7 +27191,7 @@ class h {
|
||||||
}
|
}
|
||||||
async initUi() {
|
async initUi() {
|
||||||
if (typeof window < "u") {
|
if (typeof window < "u") {
|
||||||
await __vitePreload(() => import("./index-fddd6465.js"), true ? ["./index-fddd6465.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url);
|
await __vitePreload(() => import("./index-2a9b2fe7.js"), true ? ["./index-2a9b2fe7.js","./dijkstra-cb1f074b.js"] : void 0, import.meta.url);
|
||||||
const e = document.createElement("w3m-modal");
|
const e = document.createElement("w3m-modal");
|
||||||
document.body.insertAdjacentElement("beforeend", e), a$1.setIsUiLoaded(true);
|
document.body.insertAdjacentElement("beforeend", e), a$1.setIsUiLoaded(true);
|
||||||
}
|
}
|
||||||
|
@ -28808,7 +28808,7 @@ function create_each_block_3(ctx) {
|
||||||
ctx[11].twitter);
|
ctx[11].twitter);
|
||||||
attr(a2, "class", "text-sm text-mild");
|
attr(a2, "class", "text-sm text-mild");
|
||||||
attr(div3, "class", "p-2 partner-text");
|
attr(div3, "class", "p-2 partner-text");
|
||||||
attr(div4, "class", "partner-item text-center items-center p-4");
|
attr(div4, "class", "partner-item text-center items-center p-2");
|
||||||
},
|
},
|
||||||
m(target, anchor) {
|
m(target, anchor) {
|
||||||
insert_hydration(target, div4, anchor);
|
insert_hydration(target, div4, anchor);
|
||||||
|
@ -29972,7 +29972,7 @@ function create_fragment(ctx) {
|
||||||
attr(div12, "class", "middle-pane-medium pt-0 mx-auto pb-32");
|
attr(div12, "class", "middle-pane-medium pt-0 mx-auto pb-32");
|
||||||
attr(div13, "id", "hosts");
|
attr(div13, "id", "hosts");
|
||||||
attr(div14, "class", "section-header");
|
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-4 mb-12");
|
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(button, "class", "button text-lg");
|
attr(button, "class", "button text-lg");
|
||||||
attr(a2, "href", a_href_value = /*data*/
|
attr(a2, "href", a_href_value = /*data*/
|
||||||
ctx[0].config.sponsorUrl);
|
ctx[0].config.sponsorUrl);
|
|
@ -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-08e947ec.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-400ac660.js";
|
||||||
import { d as dijkstraExports } from "./dijkstra-cb1f074b.js";
|
import { d as dijkstraExports } from "./dijkstra-cb1f074b.js";
|
||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
|
@ -1,5 +1,5 @@
|
||||||
import { t as tslibExports, e as eventsExports } from "./tslib-c7a463c9.js";
|
import { t as tslibExports, e as eventsExports } from "./tslib-003da331.js";
|
||||||
import { e as commonjsGlobal, j as getDefaultExportFromCjs } from "./_page-08e947ec.js";
|
import { e as commonjsGlobal, j as getDefaultExportFromCjs } from "./_page-400ac660.js";
|
||||||
const PARSE_ERROR = "PARSE_ERROR";
|
const PARSE_ERROR = "PARSE_ERROR";
|
||||||
const INVALID_REQUEST = "INVALID_REQUEST";
|
const INVALID_REQUEST = "INVALID_REQUEST";
|
||||||
const METHOD_NOT_FOUND = "METHOD_NOT_FOUND";
|
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-08e947ec.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-400ac660.js";
|
||||||
import { e as eventsExports, t as tslibExports$1 } from "./tslib-c7a463c9.js";
|
import { e as eventsExports, t as tslibExports$1 } from "./tslib-003da331.js";
|
||||||
function _mergeNamespaces(n2, m2) {
|
function _mergeNamespaces(n2, m2) {
|
||||||
for (var i = 0; i < m2.length; i++) {
|
for (var i = 0; i < m2.length; i++) {
|
||||||
const e2 = m2[i];
|
const e2 = m2[i];
|
|
@ -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-08e947ec.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-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-5e8d0308.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 { d as dijkstraExports } from "./dijkstra-cb1f074b.js";
|
import { d as dijkstraExports } from "./dijkstra-cb1f074b.js";
|
||||||
var cjs$2 = {};
|
var cjs$2 = {};
|
||||||
var cjs$1 = {};
|
var cjs$1 = {};
|
|
@ -1,5 +1,5 @@
|
||||||
import { _ as __vitePreload } from "./preload-helper-f8376bb0.js";
|
import { _ as __vitePreload } from "./preload-helper-f8376bb0.js";
|
||||||
import { k, W, a as a$1 } from "./_page-08e947ec.js";
|
import { k, W, a as a$1 } from "./_page-400ac660.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) => {
|
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 = {}))
|
for (var t in e || (e = {}))
|
||||||
c.call(e, t) && i(o, t, e[t]);
|
c.call(e, t) && i(o, t, e[t]);
|
||||||
|
@ -14,7 +14,7 @@ class f {
|
||||||
}
|
}
|
||||||
async initUi() {
|
async initUi() {
|
||||||
if (typeof window < "u") {
|
if (typeof window < "u") {
|
||||||
await __vitePreload(() => import("./index-fddd6465.js"), true ? ["./index-fddd6465.js","./_page-08e947ec.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-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);
|
||||||
const e = document.createElement("w3m-modal");
|
const e = document.createElement("w3m-modal");
|
||||||
document.body.insertAdjacentElement("beforeend", e), a$1.setIsUiLoaded(true);
|
document.body.insertAdjacentElement("beforeend", e), a$1.setIsUiLoaded(true);
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
import { t as tslibExports, e as eventsExports } from "./tslib-c7a463c9.js";
|
import { t as tslibExports, e as eventsExports } from "./tslib-003da331.js";
|
||||||
import { e as commonjsGlobal, h as getAugmentedNamespace, r as require$$1 } from "./_page-08e947ec.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-5e8d0308.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";
|
||||||
function tryStringify(o2) {
|
function tryStringify(o2) {
|
||||||
try {
|
try {
|
||||||
return JSON.stringify(o2);
|
return JSON.stringify(o2);
|
|
@ -1,4 +1,4 @@
|
||||||
import { e as commonjsGlobal } from "./_page-08e947ec.js";
|
import { e as commonjsGlobal } from "./_page-400ac660.js";
|
||||||
var eventsExports = {};
|
var eventsExports = {};
|
||||||
var events = {
|
var events = {
|
||||||
get exports() {
|
get exports() {
|
|
@ -1,6 +1,6 @@
|
||||||
import "../../chunks/index-2a025a89.js";
|
import "../../chunks/index-2a025a89.js";
|
||||||
import "../../chunks/helpers-88229792.js";
|
import "../../chunks/helpers-88229792.js";
|
||||||
import { P } from "../../chunks/_page-08e947ec.js";
|
import { P } from "../../chunks/_page-400ac660.js";
|
||||||
export {
|
export {
|
||||||
P as default
|
P as default
|
||||||
};
|
};
|
4
_app/immutable/modules/pages/_layout.js-0d0ed7ad.js
Normal file
4
_app/immutable/modules/pages/_layout.js-0d0ed7ad.js
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
import { l } from "../../chunks/_layout-1affe419.js";
|
||||||
|
export {
|
||||||
|
l as load
|
||||||
|
};
|
|
@ -1,4 +0,0 @@
|
||||||
import { l } from "../../chunks/_layout-357ab459.js";
|
|
||||||
export {
|
|
||||||
l as load
|
|
||||||
};
|
|
|
@ -857,9 +857,9 @@ class Root extends SvelteComponent {
|
||||||
}
|
}
|
||||||
const matchers = {};
|
const matchers = {};
|
||||||
const nodes = [
|
const nodes = [
|
||||||
() => __vitePreload(() => import("./chunks/0-cf16e111.js"), true ? ["./chunks/0-cf16e111.js","./chunks/_layout-357ab459.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-c382bc5b.js"), true ? ["./chunks/0-c382bc5b.js","./chunks/_layout-1affe419.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/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/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-2e0cef22.js"), true ? ["./chunks/2-2e0cef22.js","./chunks/_page-08e947ec.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-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)
|
||||||
];
|
];
|
||||||
const server_loads = [];
|
const server_loads = [];
|
||||||
const dictionary = {
|
const dictionary = {
|
|
@ -1 +1 @@
|
||||||
{"version":"1682685667092"}
|
{"version":"1682686137539"}
|
|
@ -266,6 +266,13 @@
|
||||||
"img": "ethrome.svg",
|
"img": "ethrome.svg",
|
||||||
"twitter": "ethereumrome",
|
"twitter": "ethereumrome",
|
||||||
"padding": 4
|
"padding": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ukraine-dao",
|
||||||
|
"name": "Ukraine DAO",
|
||||||
|
"web": "https://ukrainedao.love",
|
||||||
|
"img": "ukraine-dao.png",
|
||||||
|
"twitter": "Ukraine_DAO"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"hosts": [
|
"hosts": [
|
||||||
|
|
29
index.html
29
index.html
|
@ -7,16 +7,16 @@
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta http-equiv="content-security-policy" content="">
|
<meta http-equiv="content-security-policy" content="">
|
||||||
<link href="./_app/immutable/assets/_layout-aa5bf70e.css" rel="stylesheet">
|
<link href="./_app/immutable/assets/_layout-aa5bf70e.css" rel="stylesheet">
|
||||||
<link rel="modulepreload" href="./_app/immutable/start-410c9af3.js">
|
<link rel="modulepreload" href="./_app/immutable/start-09e02839.js">
|
||||||
<link rel="modulepreload" href="./_app/immutable/chunks/index-2a025a89.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/singletons-286ffebd.js">
|
||||||
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper-f8376bb0.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-344e9f1e.js">
|
||||||
<link rel="modulepreload" href="./_app/immutable/chunks/helpers-88229792.js">
|
<link rel="modulepreload" href="./_app/immutable/chunks/helpers-88229792.js">
|
||||||
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-3a2d2d2f.js">
|
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-0d0ed7ad.js">
|
||||||
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-357ab459.js">
|
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-1affe419.js">
|
||||||
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-976d9273.js">
|
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-5d19cb56.js">
|
||||||
<link rel="modulepreload" href="./_app/immutable/chunks/_page-08e947ec.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/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 -->
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover">
|
||||||
<div style="display: contents">
|
<div style="display: contents">
|
||||||
|
@ -132,18 +132,21 @@
|
||||||
</div></div></div></div></div>
|
</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="" 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-4 mb-12"><div class="partner-item text-center items-center p-4"><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 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="p-2 partner-text"><div><a href="https://lunardao.net" class="font-mono2 animate-section lowercase">LunarDAO</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><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-4"><div><a href="https://gwei.cz"><img src="/partners/gweicz.png" class="partner-img aspect-[16/11] w-full h-full object-contain "></a></div>
|
</div><div class="partner-item text-center items-center p-2"><div><a href="https://gwei.cz"><img src="/partners/gweicz.png" class="partner-img aspect-[16/11] w-full h-full object-contain "></a></div>
|
||||||
<div class="p-2 partner-text"><div><a href="https://gwei.cz" class="font-mono2 animate-section lowercase">Gwei.cz</a></div>
|
<div class="p-2 partner-text"><div><a href="https://gwei.cz" class="font-mono2 animate-section lowercase">Gwei.cz</a></div>
|
||||||
<div><a href="https://twitter.com/gweicz" class="text-sm text-mild">@gweicz</a></div></div>
|
<div><a href="https://twitter.com/gweicz" class="text-sm text-mild">@gweicz</a></div></div>
|
||||||
</div><div class="partner-item text-center items-center p-4"><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>
|
</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>
|
||||||
<div class="p-2 partner-text"><div><a href="https://ethbrno.cz" class="font-mono2 animate-section lowercase">ETHBrno</a></div>
|
<div class="p-2 partner-text"><div><a href="https://ethbrno.cz" class="font-mono2 animate-section lowercase">ETHBrno</a></div>
|
||||||
<div><a href="https://twitter.com/ETHBrno" class="text-sm text-mild">@ETHBrno</a></div></div>
|
<div><a href="https://twitter.com/ETHBrno" class="text-sm text-mild">@ETHBrno</a></div></div>
|
||||||
</div><div class="partner-item text-center items-center p-4"><div><a href="https://ethrome.org"><img src="/partners/ethrome.svg" class="partner-img aspect-[16/11] w-full h-full object-contain p-4"></a></div>
|
</div><div class="partner-item text-center items-center p-2"><div><a href="https://ethrome.org"><img src="/partners/ethrome.svg" class="partner-img aspect-[16/11] w-full h-full object-contain p-4"></a></div>
|
||||||
<div class="p-2 partner-text"><div><a href="https://ethrome.org" class="font-mono2 animate-section lowercase">ETHRome</a></div>
|
<div class="p-2 partner-text"><div><a href="https://ethrome.org" class="font-mono2 animate-section lowercase">ETHRome</a></div>
|
||||||
<div><a href="https://twitter.com/ethereumrome" class="text-sm text-mild">@ethereumrome</a></div></div>
|
<div><a href="https://twitter.com/ethereumrome" class="text-sm text-mild">@ethereumrome</a></div></div>
|
||||||
|
</div><div class="partner-item text-center items-center p-2"><div><a href="https://ukrainedao.love"><img src="/partners/ukraine-dao.png" class="partner-img aspect-[16/11] w-full h-full object-contain "></a></div>
|
||||||
|
<div class="p-2 partner-text"><div><a href="https://ukrainedao.love" class="font-mono2 animate-section lowercase">Ukraine DAO</a></div>
|
||||||
|
<div><a href="https://twitter.com/Ukraine_DAO" class="text-sm text-mild">@Ukraine_DAO</a></div></div>
|
||||||
</div></div>
|
</div></div>
|
||||||
<div><a href="https://prague.web3privacy.info/sponsors.pdf"><button class="button text-lg">Become a partner</button></a></div></div></div>
|
<div><a href="https://prague.web3privacy.info/sponsors.pdf"><button class="button text-lg">Become a partner</button></a></div></div></div>
|
||||||
|
|
||||||
|
@ -284,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>
|
<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="n1xqea">
|
<script type="module" data-sveltekit-hydrate="yjw7qf">
|
||||||
import { start } from "./_app/immutable/start-410c9af3.js";
|
import { start } from "./_app/immutable/start-09e02839.js";
|
||||||
|
|
||||||
start({
|
start({
|
||||||
assets: "",
|
assets: "",
|
||||||
env: {},
|
env: {},
|
||||||
target: document.querySelector('[data-sveltekit-hydrate="n1xqea"]').parentNode,
|
target: document.querySelector('[data-sveltekit-hydrate="yjw7qf"]').parentNode,
|
||||||
version: "1682685667092",
|
version: "1682686137539",
|
||||||
hydrate: {
|
hydrate: {
|
||||||
node_ids: [0, 2],
|
node_ids: [0, 2],
|
||||||
data: [{type:"data",data:null,uses:{}},null],
|
data: [{type:"data",data:null,uses:{}},null],
|
||||||
|
|
BIN
partners/ukraine-dao.png
Normal file
BIN
partners/ukraine-dao.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Loading…
Reference in a new issue