This commit is contained in:
burningtree 2023-05-13 13:12:31 +00:00
parent 5d3c0bde34
commit 85ae3d102e
22 changed files with 159 additions and 55 deletions

View file

@ -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;

View file

@ -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

View file

@ -0,0 +1,4 @@
import { P } from "./_page-e4465869.js";
export {
P as component
};

View file

@ -1,4 +0,0 @@
import { P } from "./_page-87169cf6.js";
export {
P as component
};

View file

@ -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",

View file

@ -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);

View file

@ -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

View file

@ -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 = {};

View file

@ -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);
}

View file

@ -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";

View file

@ -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];

View file

@ -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);

View file

@ -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() {

View file

@ -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
};

View file

@ -1,4 +0,0 @@
import { l } from "../../chunks/_layout-240f8cf0.js";
export {
l as load
};

View file

@ -0,0 +1,4 @@
import { l } from "../../chunks/_layout-d1320605.js";
export {
l as load
};

View file

@ -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 = {

View file

@ -1 +1 @@
{"version":"1683912140800"}
{"version":"1683983533318"}

View file

@ -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",

View file

@ -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-ada1300f.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/start-48990c56.js">
<link href="./_app/immutable/assets/_layout-e6a6a17a.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/start-cd4e2b45.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-22e1cd3a.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-e8ebfe00.js">
<link rel="modulepreload" href="./_app/immutable/chunks/helpers-88229792.js">
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-ad942655.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-240f8cf0.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-414d4e8c.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_page-87169cf6.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/modules/pages/_layout.js-afc360a6.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-d1320605.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-1bedb140.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_page-e4465869.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">
@ -153,6 +153,11 @@
<div class="text-mild"><a href="https://twitter.com/nicksvyaznoy" class="hover:underline animate-speaker" target="_blank">@nicksvyaznoy</a></div>
<div class="mt-2 text-sm text-supermild markdown-basic"><p>Web3 privacy advocate behind <a href="https://web3privacy.info/">Web3Privacy Now</a>, <a href="https://nymtech.net/">NYM</a> ambassador</p>
</div></div>
</div><div class="hover:bg-white hover:text-black person-item border border-white/30"><div><img src="/people/tree.jpg" class="grayscale invert aspect-square object-cover w-full"></div>
<div class="pb-4 px-4"><div class="mt-4 speaker-name animate-speaker font-mono2">TREE</div>
<div class="text-mild"><a href="https://staging.bsky.app/profile/tree.gwei.cz" class="hover:underline animate-speaker" target="_blank">@tree.gwei.cz</a></div>
<div class="mt-2 text-sm text-supermild markdown-basic"><p>Orchestrating lunarpunk events <a href="https://ethbrno.cz">ETHBrno</a> &amp; <a href="https://github.com/web3privacy/w3ps">w3ps</a> w/ <a href="https://gwei.cz">gwei.cz</a></p>
</div></div>
</div><div class="hover:bg-white hover:text-black person-item border border-white/30"><div><img src="/people/pg.jpg" class="grayscale invert aspect-square object-cover w-full"></div>
<div class="pb-4 px-4"><div class="mt-4 speaker-name animate-speaker font-mono2">PG</div>
<div class="text-mild"><a href="https://twitter.com/PG_CDG" class="hover:underline animate-speaker" target="_blank">@PG_CDG</a></div>
@ -161,34 +166,38 @@
</div></div></div></div></div>
<div class="" id="sponsors"><div class="middle-pane-medium pt-16 mx-auto pb-24"><div class="section-header">Partners</div>
<div class="lowercase pb-6 text-xl font-mono2">Sponsors</div>
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-2 mb-6"><div class="partner-item text-center items-center p-2"><div><a href="https://research.aragon.org/"><img src="/partners/aragon-zk-research.svg" class="partner-img aspect-[16/11] w-full h-full object-contain p-4"></a></div>
<div class="lowercase pb-6 text-xl font-mono2">Community sponsors</div>
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-2 mb-6"><div class="partner-item text-center items-center p-2"><div><a href="https://research.aragon.org/"><img src="/partners/aragon-zk-research.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://research.aragon.org/" class="font-mono2 animate-section lowercase">Aragon ZK Research</a></div>
<div><a href="https://twitter.com/aragon_zk" class="text-sm text-mild">@aragon_zk</a>
</div></div>
</div><div class="partner-item text-center items-center p-2"><div><a href="https://hoprnet.org/"><img src="/partners/hopr.svg" class="partner-img aspect-[16/11] w-full h-full object-contain p-6 invert hover:invert-0 "></a></div>
<div class="p-2 partner-text"><div><a href="https://hoprnet.org/" class="font-mono2 animate-section lowercase">HOPR</a></div>
<div><a href="https://twitter.com/hoprnet" class="text-sm text-mild">@hoprnet</a>
</div></div>
</div>
</div><div class="lowercase pb-6 text-xl font-mono2">Media partners</div>
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-2 mb-6"><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-6"><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 undefined "></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>
</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 undefined 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><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-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><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 undefined 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><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://ethbarcelona.com/"><img src="/partners/ethbarcelona.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://ethbarcelona.com/"><img src="/partners/ethbarcelona.svg" class="partner-img aspect-[16/11] w-full h-full object-contain undefined p-4"></a></div>
<div class="p-2 partner-text"><div><a href="https://ethbarcelona.com/" class="font-mono2 animate-section lowercase">ETHBarcelona</a></div>
<div><a href="https://twitter.com/eth_barcelona" class="text-sm text-mild">@eth_barcelona</a>
</div></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><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 undefined "></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/undefined" class="text-sm text-mild">@undefined</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><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 undefined "></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>
@ -351,14 +360,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="ururrg">
import { start } from "./_app/immutable/start-48990c56.js";
<script type="module" data-sveltekit-hydrate="1e19s6x">
import { start } from "./_app/immutable/start-cd4e2b45.js";
start({
assets: "",
env: {},
target: document.querySelector('[data-sveltekit-hydrate="ururrg"]').parentNode,
version: "1683912140800",
target: document.querySelector('[data-sveltekit-hydrate="1e19s6x"]').parentNode,
version: "1683983533318",
hydrate: {
node_ids: [0, 2],
data: [{type:"data",data:null,uses:{}},null],

48
partners/hopr.svg Normal file
View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 249.3 113.4" style="enable-background:new 0 0 249.3 113.4;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#1D1D1B;}
.st2{fill:url(#SVGID_1_);}
.st3{fill:url(#SVGID_2_);}
.st4{fill:url(#SVGID_3_);}
.st5{fill:url(#SVGID_4_);}
</style>
<g>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="38.1501" y1="84.9116" x2="38.1501" y2="22.0279">
<stop offset="0" style="stop-color:#0000B4"/>
<stop offset="9.090910e-03" style="stop-color:#0000B4"/>
<stop offset="1" style="stop-color:#000050"/>
</linearGradient>
<path class="st2" d="M46.4,24.6c-0.7-0.1-1.3-0.1-2-0.1c-4.9,0-9.7,2-14,5.8c-2,1.8-3.9,4-5.6,6.4c-0.3-9.3-0.8-19.2-1.8-29.3H10.5
c2.7,28.4,2.4,53.2,1.9,75h0c0,0,0,0.1,0,0.1h12.5c0.4-21.8,5.8-35.8,13.9-43c2.2-1.9,4.3-2.8,6.2-2.6c9.9,1.1,8.3,31.9,7.6,45.6
h12.5c0.5-10.1,1.1-22.4-0.3-33C62.8,34,56.5,25.7,46.4,24.6z"/>
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="158.5772" y1="84.9116" x2="158.5772" y2="22.0279">
<stop offset="0" style="stop-color:#0000B4"/>
<stop offset="9.090910e-03" style="stop-color:#0000B4"/>
<stop offset="1" style="stop-color:#000050"/>
</linearGradient>
<path class="st3" d="M174.2,26.5c-3-1.4-6.2-2.1-9.4-2.1c-3.3,0-6.6,0.7-9.9,2.2c-9,4.1-16.5,13.5-20,25.2c-5.4,18-5.1,39.6-5,53.9
c0,0.4,0,0.7,0,1.1h12.5c0-0.4,0-0.8,0-1.2c-0.1-13.5-0.4-34,4.5-50.2c2.4-8.2,7.5-14.8,13.2-17.4c3.1-1.4,6.1-1.4,8.8-0.2
c2.9,1.4,4.4,4.3,5,6.6c1.6,5.2,0.8,11.5-2.1,16c-4.5,7.3-10.7,9.9-22.1,9.6l0,12.4c12,0.1,25.1-2.7,32.8-15.5
c4.6-7.6,6-17.6,3.4-26.2C184,34.2,179.8,29.1,174.2,26.5z"/>
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="99.3556" y1="84.9116" x2="99.3556" y2="22.0279">
<stop offset="0" style="stop-color:#0000B4"/>
<stop offset="9.090910e-03" style="stop-color:#0000B4"/>
<stop offset="1" style="stop-color:#000050"/>
</linearGradient>
<path class="st4" d="M99.4,24.1c-16.1,0-29.1,13.4-29.1,29.9c0,16.5,13.1,29.9,29.1,29.9c16.1,0,29.1-13.4,29.1-29.9
C128.5,37.5,115.4,24.1,99.4,24.1z M99.4,71.4c-9.2,0-16.6-7.8-16.6-17.4c0-9.6,7.4-17.4,16.6-17.4c9.2,0,16.6,7.8,16.6,17.4
C116,63.6,108.5,71.4,99.4,71.4z"/>
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="215.3602" y1="84.9116" x2="215.3602" y2="22.0279">
<stop offset="0" style="stop-color:#0000B4"/>
<stop offset="9.090910e-03" style="stop-color:#0000B4"/>
<stop offset="1" style="stop-color:#000050"/>
</linearGradient>
<path class="st5" d="M220.5,24.1c-4.6,0-8.8,1.7-12.5,5.1c-1.4,1.3-2.7,2.8-3.9,4.4c-0.3-2.6-0.6-5.3-0.9-8.1h-12.6
c3,22.3,2.7,40.7,2.5,52c0,1.7-0.1,3.2-0.1,4.5c0,0.1,0,0.2,0,0.4h0h12.5c0.1-8.4,0.4-15.1,2.3-25.3C209.7,47,215.3,36,221,36.6
c4.5,0.4,6,5.8,6.5,10.8h12.6C239.4,32.4,230.9,24.1,220.5,24.1z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB