From d47c07a9099af93fff6ff9a5a8088e71e26d0767 Mon Sep 17 00:00:00 2001 From: burningtree Date: Mon, 22 May 2023 06:25:20 +0000 Subject: [PATCH] deploy: ee2e4d5842320771df44bfff623b11af5589f37f --- ...yout-f49253cf.css => _layout-7eaf73dd.css} | 3 ++ .../chunks/{0-bac740f0.js => 0-d5221daf.js} | 4 +-- ...layout-029a866f.js => _layout-0129f360.js} | 19 +++++++++++- ...7442499b.js => _layout.svelte-c74b8e82.js} | 0 .../modules/pages/_layout.js-01f444a6.js | 4 +++ .../modules/pages/_layout.js-ebc8ea0b.js | 4 --- .../{start-1cd4fbdd.js => start-8511e16e.js} | 2 +- _app/version.json | 2 +- config.json | 19 +++++++++++- index.html | 29 ++++++++++++------ partners/navcoin.svg | 1 + people/rachel-rose-oleary.jpeg | Bin 0 -> 112742 bytes 12 files changed, 67 insertions(+), 20 deletions(-) rename _app/immutable/assets/{_layout-f49253cf.css => _layout-7eaf73dd.css} (99%) rename _app/immutable/chunks/{0-bac740f0.js => 0-d5221daf.js} (64%) rename _app/immutable/chunks/{_layout-029a866f.js => _layout-0129f360.js} (97%) rename _app/immutable/components/pages/{_layout.svelte-7442499b.js => _layout.svelte-c74b8e82.js} (100%) create mode 100644 _app/immutable/modules/pages/_layout.js-01f444a6.js delete mode 100644 _app/immutable/modules/pages/_layout.js-ebc8ea0b.js rename _app/immutable/{start-1cd4fbdd.js => start-8511e16e.js} (99%) create mode 100644 partners/navcoin.svg create mode 100644 people/rachel-rose-oleary.jpeg diff --git a/_app/immutable/assets/_layout-f49253cf.css b/_app/immutable/assets/_layout-7eaf73dd.css similarity index 99% rename from _app/immutable/assets/_layout-f49253cf.css rename to _app/immutable/assets/_layout-7eaf73dd.css index d8b984f..bd2f604 100644 --- a/_app/immutable/assets/_layout-f49253cf.css +++ b/_app/immutable/assets/_layout-7eaf73dd.css @@ -1137,6 +1137,9 @@ person-item:hover .text-mild, .p-2 { padding: 0.5rem; } +.p-3 { + padding: 0.75rem; +} .p-4 { padding: 1rem; } diff --git a/_app/immutable/chunks/0-bac740f0.js b/_app/immutable/chunks/0-d5221daf.js similarity index 64% rename from _app/immutable/chunks/0-bac740f0.js rename to _app/immutable/chunks/0-d5221daf.js index f45b413..ab0e180 100644 --- a/_app/immutable/chunks/0-bac740f0.js +++ b/_app/immutable/chunks/0-d5221daf.js @@ -1,5 +1,5 @@ -import { _ } from "./_layout-029a866f.js"; -import { default as default2 } from "../components/pages/_layout.svelte-7442499b.js"; +import { _ } from "./_layout-0129f360.js"; +import { default as default2 } from "../components/pages/_layout.svelte-c74b8e82.js"; export { default2 as component, _ as universal diff --git a/_app/immutable/chunks/_layout-029a866f.js b/_app/immutable/chunks/_layout-0129f360.js similarity index 97% rename from _app/immutable/chunks/_layout-029a866f.js rename to _app/immutable/chunks/_layout-0129f360.js index 568803e..4290749 100644 --- a/_app/immutable/chunks/_layout-029a866f.js +++ b/_app/immutable/chunks/_layout-0129f360.js @@ -274,6 +274,13 @@ const data = { img: "oliver-gale.jpeg", twitter: "OriginalOlii", caption: "CEO of [Panther Protocol](https://www.pantherprotocol.io/)" + }, + { + id: "rachel-rose-oleary", + name: "Rachel-Rose O'Leary", + img: "rachel-rose-oleary.jpeg", + twitter: "lunar_mining", + caption: "[DarkFi](https://dark.fi/) core dev, writer" } ], hosts: [ @@ -287,6 +294,7 @@ const data = { "guy-zyskind", "max-hampshire", "antoni-zolciak", + "rachel-rose-oleary", "alex-kampa", "oliver-gale", "mario-havel", @@ -327,7 +335,7 @@ const data = { web: "https://ens.domains/", twitter: "ensdomains", img: "ens.svg", - "class": "p-2", + "class": "p-3", level: 3 }, { @@ -339,6 +347,15 @@ const data = { "class": "p-4 invert", level: 3 }, + { + id: "navcoin", + name: "Navcoin", + web: "https://navcoin.org/", + twitter: "navcoin", + img: "navcoin.svg", + "class": "p-6", + level: 3 + }, { id: "aragon-zk-research", name: "Aragon ZK Research", diff --git a/_app/immutable/components/pages/_layout.svelte-7442499b.js b/_app/immutable/components/pages/_layout.svelte-c74b8e82.js similarity index 100% rename from _app/immutable/components/pages/_layout.svelte-7442499b.js rename to _app/immutable/components/pages/_layout.svelte-c74b8e82.js diff --git a/_app/immutable/modules/pages/_layout.js-01f444a6.js b/_app/immutable/modules/pages/_layout.js-01f444a6.js new file mode 100644 index 0000000..1e46f8b --- /dev/null +++ b/_app/immutable/modules/pages/_layout.js-01f444a6.js @@ -0,0 +1,4 @@ +import { l } from "../../chunks/_layout-0129f360.js"; +export { + l as load +}; diff --git a/_app/immutable/modules/pages/_layout.js-ebc8ea0b.js b/_app/immutable/modules/pages/_layout.js-ebc8ea0b.js deleted file mode 100644 index 85e1e1d..0000000 --- a/_app/immutable/modules/pages/_layout.js-ebc8ea0b.js +++ /dev/null @@ -1,4 +0,0 @@ -import { l } from "../../chunks/_layout-029a866f.js"; -export { - l as load -}; diff --git a/_app/immutable/start-1cd4fbdd.js b/_app/immutable/start-8511e16e.js similarity index 99% rename from _app/immutable/start-1cd4fbdd.js rename to _app/immutable/start-8511e16e.js index 81565cd..fb0f85b 100644 --- a/_app/immutable/start-1cd4fbdd.js +++ b/_app/immutable/start-8511e16e.js @@ -857,7 +857,7 @@ class Root extends SvelteComponent { } const matchers = {}; const nodes = [ - () => __vitePreload(() => import("./chunks/0-bac740f0.js"), true ? ["./chunks/0-bac740f0.js","./chunks/_layout-029a866f.js","./components/pages/_layout.svelte-7442499b.js","./chunks/index-2a025a89.js","./chunks/helpers-88229792.js","./assets/_layout-f49253cf.css"] : void 0, import.meta.url), + () => __vitePreload(() => import("./chunks/0-d5221daf.js"), true ? ["./chunks/0-d5221daf.js","./chunks/_layout-0129f360.js","./components/pages/_layout.svelte-c74b8e82.js","./chunks/index-2a025a89.js","./chunks/helpers-88229792.js","./assets/_layout-7eaf73dd.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-cf1247e8.js"), true ? ["./chunks/2-cf1247e8.js","./chunks/_page-c7f5b369.js","./chunks/index-2a025a89.js","./chunks/helpers-88229792.js","./chunks/singletons-286ffebd.js","./chunks/preload-helper-f8376bb0.js"] : void 0, import.meta.url) ]; diff --git a/_app/version.json b/_app/version.json index fb51d5c..8a31cc9 100644 --- a/_app/version.json +++ b/_app/version.json @@ -1 +1 @@ -{"version":"1684516325661"} \ No newline at end of file +{"version":"1684736698690"} \ No newline at end of file diff --git a/config.json b/config.json index 97e46c2..3db8cb5 100644 --- a/config.json +++ b/config.json @@ -274,6 +274,13 @@ "img": "oliver-gale.jpeg", "twitter": "OriginalOlii", "caption": "CEO of [Panther Protocol](https://www.pantherprotocol.io/)" + }, + { + "id": "rachel-rose-oleary", + "name": "Rachel-Rose O'Leary", + "img": "rachel-rose-oleary.jpeg", + "twitter": "lunar_mining", + "caption": "[DarkFi](https://dark.fi/) core dev, writer" } ], "hosts": [ @@ -287,6 +294,7 @@ "guy-zyskind", "max-hampshire", "antoni-zolciak", + "rachel-rose-oleary", "alex-kampa", "oliver-gale", "mario-havel", @@ -327,7 +335,7 @@ "web": "https://ens.domains/", "twitter": "ensdomains", "img": "ens.svg", - "class": "p-2", + "class": "p-3", "level": 3 }, { @@ -339,6 +347,15 @@ "class": "p-4 invert", "level": 3 }, + { + "id": "navcoin", + "name": "Navcoin", + "web": "https://navcoin.org/", + "twitter": "navcoin", + "img": "navcoin.svg", + "class": "p-6", + "level": 3 + }, { "id": "aragon-zk-research", "name": "Aragon ZK Research", diff --git a/index.html b/index.html index 1a38d42..fe11f35 100644 --- a/index.html +++ b/index.html @@ -6,15 +6,15 @@ - - + + - + - - + + Web3Privacy Prague 2023 | 5. June 2023 @@ -109,6 +109,11 @@
@AntoniZolciak

Co-founder of Aleph Zero & Cardinal

+
+
RACHEL-ROSE O'LEARY
+ +

DarkFi core dev, writer

+
ALEX KAMPA
@@ -176,7 +181,7 @@ -
+
Community sponsors
@@ -379,14 +388,14 @@

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

-