2023-02-11 21:55:49 +01:00
import { S as SvelteComponent , i as init , s as safe _not _equal , a as space , k as element , q as text , N as head _selector , h as detach , c as claim _space , l as claim _element , m as children , r as claim _text , n as attr , b as insert _hydration , H as append _hydration , C as noop , L as destroy _each , u as set _data } from "../../chunks/index-dc145a1c.js" ;
function get _each _context ( ctx , list , i ) {
const child _ctx = ctx . slice ( ) ;
child _ctx [ 1 ] = list [ i ] ;
return child _ctx ;
}
function get _each _context _1 ( ctx , list , i ) {
const child _ctx = ctx . slice ( ) ;
child _ctx [ 4 ] = list [ i ] ;
return child _ctx ;
}
function create _each _block _1 ( ctx ) {
let div2 ;
let div0 ;
let t0 _value = (
/*ti*/
ctx [ 4 ] . title + ""
) ;
let t0 ;
let t1 ;
let div1 ;
let t2 ;
let t3 ;
return {
c ( ) {
div2 = element ( "div" ) ;
div0 = element ( "div" ) ;
t0 = text ( t0 _value ) ;
t1 = space ( ) ;
div1 = element ( "div" ) ;
t2 = text ( "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras interdum tincidunt eros eu malesuada. Vivamus in urna at ex dictum pretium quis a erat." ) ;
t3 = space ( ) ;
this . h ( ) ;
} ,
l ( nodes ) {
div2 = claim _element ( nodes , "DIV" , { class : true } ) ;
var div2 _nodes = children ( div2 ) ;
div0 = claim _element ( div2 _nodes , "DIV" , { class : true } ) ;
var div0 _nodes = children ( div0 ) ;
t0 = claim _text ( div0 _nodes , t0 _value ) ;
div0 _nodes . forEach ( detach ) ;
t1 = claim _space ( div2 _nodes ) ;
div1 = claim _element ( div2 _nodes , "DIV" , { class : true } ) ;
var div1 _nodes = children ( div1 ) ;
t2 = claim _text ( div1 _nodes , "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras interdum tincidunt eros eu malesuada. Vivamus in urna at ex dictum pretium quis a erat." ) ;
div1 _nodes . forEach ( detach ) ;
t3 = claim _space ( div2 _nodes ) ;
div2 _nodes . forEach ( detach ) ;
this . h ( ) ;
} ,
h ( ) {
2023-02-11 22:35:42 +01:00
attr ( div0 , "class" , "text-2xl uppercase" ) ;
attr ( div1 , "class" , "mt-4 text-lg" ) ;
attr ( div2 , "class" , "bg-[#0d1117] hover:text-black hover:bg-white px-4 py-6 cursor-pointer" ) ;
2023-02-11 21:55:49 +01:00
} ,
m ( target , anchor ) {
insert _hydration ( target , div2 , anchor ) ;
append _hydration ( div2 , div0 ) ;
append _hydration ( div0 , t0 ) ;
append _hydration ( div2 , t1 ) ;
append _hydration ( div2 , div1 ) ;
append _hydration ( div1 , t2 ) ;
append _hydration ( div2 , t3 ) ;
} ,
p ( ctx2 , dirty ) {
if ( dirty & /*data*/
1 && t0 _value !== ( t0 _value = /*ti*/
ctx2 [ 4 ] . title + "" ) )
set _data ( t0 , t0 _value ) ;
} ,
d ( detaching ) {
if ( detaching )
detach ( div2 ) ;
}
} ;
}
function create _each _block ( ctx ) {
let div1 ;
let div0 ;
let t0 _value = (
/*tt*/
ctx [ 1 ] . title + ""
) ;
let t0 ;
let t1 ;
return {
c ( ) {
div1 = element ( "div" ) ;
div0 = element ( "div" ) ;
t0 = text ( t0 _value ) ;
t1 = space ( ) ;
this . h ( ) ;
} ,
l ( nodes ) {
div1 = claim _element ( nodes , "DIV" , { class : true } ) ;
var div1 _nodes = children ( div1 ) ;
div0 = claim _element ( div1 _nodes , "DIV" , { class : true } ) ;
var div0 _nodes = children ( div0 ) ;
t0 = claim _text ( div0 _nodes , t0 _value ) ;
div0 _nodes . forEach ( detach ) ;
t1 = claim _space ( div1 _nodes ) ;
div1 _nodes . forEach ( detach ) ;
this . h ( ) ;
} ,
h ( ) {
attr ( div0 , "class" , "text-2xl" ) ;
attr ( div1 , "class" , "border px-3 py-10" ) ;
} ,
m ( target , anchor ) {
insert _hydration ( target , div1 , anchor ) ;
append _hydration ( div1 , div0 ) ;
append _hydration ( div0 , t0 ) ;
append _hydration ( div1 , t1 ) ;
} ,
p ( ctx2 , dirty ) {
if ( dirty & /*data*/
1 && t0 _value !== ( t0 _value = /*tt*/
ctx2 [ 1 ] . title + "" ) )
set _data ( t0 , t0 _value ) ;
} ,
d ( detaching ) {
if ( detaching )
detach ( div1 ) ;
}
} ;
}
function create _fragment ( ctx ) {
let title _value ;
let t0 ;
let div4 ;
let div3 ;
let div0 ;
let t1 ;
let t2 ;
let div1 ;
let t3 ;
let t4 ;
let div2 ;
let t5 ;
let div8 ;
let div7 ;
let div5 ;
let t6 ;
let t7 ;
let div6 ;
let t8 ;
let div11 ;
let div10 ;
let div9 ;
let t9 ;
let t10 ;
let div14 ;
let div13 ;
let div12 ;
let t11 ;
let t12 ;
let div18 ;
let div17 ;
let div15 ;
let t13 ;
let t14 ;
let div16 ;
document . title = title _value = /*data*/
2023-02-11 22:35:42 +01:00
ctx [ 0 ] . config . title + " | " + /*data*/
ctx [ 0 ] . config . date ;
2023-02-11 21:55:49 +01:00
let each _value _1 = (
/*data*/
ctx [ 0 ] . config . themes
) ;
let each _blocks _1 = [ ] ;
for ( let i = 0 ; i < each _value _1 . length ; i += 1 ) {
each _blocks _1 [ i ] = create _each _block _1 ( get _each _context _1 ( ctx , each _value _1 , i ) ) ;
}
let each _value = (
/*data*/
ctx [ 0 ] . config . tickets
) ;
let each _blocks = [ ] ;
for ( let i = 0 ; i < each _value . length ; i += 1 ) {
each _blocks [ i ] = create _each _block ( get _each _context ( ctx , each _value , i ) ) ;
}
return {
c ( ) {
t0 = space ( ) ;
div4 = element ( "div" ) ;
div3 = element ( "div" ) ;
div0 = element ( "div" ) ;
t1 = text ( "For the first time in the internet’ s history, web3 has made meaningful ownership of our own data possible. DeData Salon will bring 18th Century salons up to speed, inviting leaders in the space to discuss what data ownership will mean in the Web3 economy." ) ;
t2 = space ( ) ;
div1 = element ( "div" ) ;
t3 = text ( "Key themes" ) ;
t4 = space ( ) ;
div2 = element ( "div" ) ;
for ( let i = 0 ; i < each _blocks _1 . length ; i += 1 ) {
each _blocks _1 [ i ] . c ( ) ;
}
t5 = space ( ) ;
div8 = element ( "div" ) ;
div7 = element ( "div" ) ;
div5 = element ( "div" ) ;
t6 = text ( "Speakers" ) ;
t7 = space ( ) ;
div6 = element ( "div" ) ;
t8 = space ( ) ;
div11 = element ( "div" ) ;
div10 = element ( "div" ) ;
div9 = element ( "div" ) ;
t9 = text ( "Program" ) ;
t10 = space ( ) ;
div14 = element ( "div" ) ;
div13 = element ( "div" ) ;
div12 = element ( "div" ) ;
t11 = text ( "Sponsors" ) ;
t12 = space ( ) ;
div18 = element ( "div" ) ;
div17 = element ( "div" ) ;
div15 = element ( "div" ) ;
t13 = text ( "Ticket" ) ;
t14 = space ( ) ;
div16 = element ( "div" ) ;
for ( let i = 0 ; i < each _blocks . length ; i += 1 ) {
each _blocks [ i ] . c ( ) ;
}
this . h ( ) ;
} ,
l ( nodes ) {
2023-02-11 22:35:42 +01:00
const head _nodes = head _selector ( "svelte-a0ctph" , document . head ) ;
2023-02-11 21:55:49 +01:00
head _nodes . forEach ( detach ) ;
t0 = claim _space ( nodes ) ;
div4 = claim _element ( nodes , "DIV" , { class : true , id : true } ) ;
var div4 _nodes = children ( div4 ) ;
div3 = claim _element ( div4 _nodes , "DIV" , { class : true } ) ;
var div3 _nodes = children ( div3 ) ;
div0 = claim _element ( div3 _nodes , "DIV" , { class : true } ) ;
var div0 _nodes = children ( div0 ) ;
t1 = claim _text ( div0 _nodes , "For the first time in the internet’ s history, web3 has made meaningful ownership of our own data possible. DeData Salon will bring 18th Century salons up to speed, inviting leaders in the space to discuss what data ownership will mean in the Web3 economy." ) ;
div0 _nodes . forEach ( detach ) ;
t2 = claim _space ( div3 _nodes ) ;
div1 = claim _element ( div3 _nodes , "DIV" , { class : true } ) ;
var div1 _nodes = children ( div1 ) ;
t3 = claim _text ( div1 _nodes , "Key themes" ) ;
div1 _nodes . forEach ( detach ) ;
t4 = claim _space ( div3 _nodes ) ;
div2 = claim _element ( div3 _nodes , "DIV" , { class : true } ) ;
var div2 _nodes = children ( div2 ) ;
for ( let i = 0 ; i < each _blocks _1 . length ; i += 1 ) {
each _blocks _1 [ i ] . l ( div2 _nodes ) ;
}
div2 _nodes . forEach ( detach ) ;
div3 _nodes . forEach ( detach ) ;
div4 _nodes . forEach ( detach ) ;
t5 = claim _space ( nodes ) ;
div8 = claim _element ( nodes , "DIV" , { class : true , id : true } ) ;
var div8 _nodes = children ( div8 ) ;
div7 = claim _element ( div8 _nodes , "DIV" , { class : true } ) ;
var div7 _nodes = children ( div7 ) ;
div5 = claim _element ( div7 _nodes , "DIV" , { class : true } ) ;
var div5 _nodes = children ( div5 ) ;
t6 = claim _text ( div5 _nodes , "Speakers" ) ;
div5 _nodes . forEach ( detach ) ;
t7 = claim _space ( div7 _nodes ) ;
div6 = claim _element ( div7 _nodes , "DIV" , { class : true } ) ;
children ( div6 ) . forEach ( detach ) ;
div7 _nodes . forEach ( detach ) ;
div8 _nodes . forEach ( detach ) ;
t8 = claim _space ( nodes ) ;
div11 = claim _element ( nodes , "DIV" , { class : true , id : true } ) ;
var div11 _nodes = children ( div11 ) ;
div10 = claim _element ( div11 _nodes , "DIV" , { class : true } ) ;
var div10 _nodes = children ( div10 ) ;
div9 = claim _element ( div10 _nodes , "DIV" , { class : true } ) ;
var div9 _nodes = children ( div9 ) ;
t9 = claim _text ( div9 _nodes , "Program" ) ;
div9 _nodes . forEach ( detach ) ;
div10 _nodes . forEach ( detach ) ;
div11 _nodes . forEach ( detach ) ;
t10 = claim _space ( nodes ) ;
div14 = claim _element ( nodes , "DIV" , { class : true , id : true } ) ;
var div14 _nodes = children ( div14 ) ;
div13 = claim _element ( div14 _nodes , "DIV" , { class : true } ) ;
var div13 _nodes = children ( div13 ) ;
div12 = claim _element ( div13 _nodes , "DIV" , { class : true } ) ;
var div12 _nodes = children ( div12 ) ;
t11 = claim _text ( div12 _nodes , "Sponsors" ) ;
div12 _nodes . forEach ( detach ) ;
div13 _nodes . forEach ( detach ) ;
div14 _nodes . forEach ( detach ) ;
t12 = claim _space ( nodes ) ;
div18 = claim _element ( nodes , "DIV" , { class : true , id : true } ) ;
var div18 _nodes = children ( div18 ) ;
div17 = claim _element ( div18 _nodes , "DIV" , { class : true } ) ;
var div17 _nodes = children ( div17 ) ;
div15 = claim _element ( div17 _nodes , "DIV" , { class : true } ) ;
var div15 _nodes = children ( div15 ) ;
t13 = claim _text ( div15 _nodes , "Ticket" ) ;
div15 _nodes . forEach ( detach ) ;
t14 = claim _space ( div17 _nodes ) ;
div16 = claim _element ( div17 _nodes , "DIV" , { class : true } ) ;
var div16 _nodes = children ( div16 ) ;
for ( let i = 0 ; i < each _blocks . length ; i += 1 ) {
each _blocks [ i ] . l ( div16 _nodes ) ;
}
div16 _nodes . forEach ( detach ) ;
div17 _nodes . forEach ( detach ) ;
div18 _nodes . forEach ( detach ) ;
this . h ( ) ;
} ,
h ( ) {
attr ( div0 , "class" , "py-32 w-1/2 mx-auto" ) ;
attr ( div1 , "class" , "section-header" ) ;
attr ( div2 , "class" , "grid grid-cols-3 gap-10" ) ;
attr ( div3 , "class" , "middle-pane-medium pb-20 text-xl text-center mx-auto" ) ;
attr ( div4 , "class" , "bg-black" ) ;
attr ( div4 , "id" , "about" ) ;
attr ( div5 , "class" , "section-header" ) ;
attr ( div6 , "class" , "h-screen" ) ;
attr ( div7 , "class" , "middle-pane-medium pt-20 text-xl text-center mx-auto" ) ;
attr ( div8 , "class" , "" ) ;
attr ( div8 , "id" , "speakers" ) ;
attr ( div9 , "class" , "section-header" ) ;
attr ( div10 , "class" , "middle-pane-medium pt-20 text-xl text-center mx-auto" ) ;
attr ( div11 , "class" , "" ) ;
attr ( div11 , "id" , "program" ) ;
attr ( div12 , "class" , "section-header" ) ;
attr ( div13 , "class" , "middle-pane-medium pt-20 text-xl text-center mx-auto" ) ;
attr ( div14 , "class" , "" ) ;
attr ( div14 , "id" , "sponsors" ) ;
attr ( div15 , "class" , "section-header" ) ;
attr ( div16 , "class" , "grid grid-cols-2 mb-48 gap-10 w-2/3 mx-auto" ) ;
attr ( div17 , "class" , "middle-pane-medium pt-20 text-xl text-center mx-auto" ) ;
attr ( div18 , "class" , "" ) ;
attr ( div18 , "id" , "ticket" ) ;
} ,
m ( target , anchor ) {
insert _hydration ( target , t0 , anchor ) ;
insert _hydration ( target , div4 , anchor ) ;
append _hydration ( div4 , div3 ) ;
append _hydration ( div3 , div0 ) ;
append _hydration ( div0 , t1 ) ;
append _hydration ( div3 , t2 ) ;
append _hydration ( div3 , div1 ) ;
append _hydration ( div1 , t3 ) ;
append _hydration ( div3 , t4 ) ;
append _hydration ( div3 , div2 ) ;
for ( let i = 0 ; i < each _blocks _1 . length ; i += 1 ) {
each _blocks _1 [ i ] . m ( div2 , null ) ;
}
insert _hydration ( target , t5 , anchor ) ;
insert _hydration ( target , div8 , anchor ) ;
append _hydration ( div8 , div7 ) ;
append _hydration ( div7 , div5 ) ;
append _hydration ( div5 , t6 ) ;
append _hydration ( div7 , t7 ) ;
append _hydration ( div7 , div6 ) ;
insert _hydration ( target , t8 , anchor ) ;
insert _hydration ( target , div11 , anchor ) ;
append _hydration ( div11 , div10 ) ;
append _hydration ( div10 , div9 ) ;
append _hydration ( div9 , t9 ) ;
insert _hydration ( target , t10 , anchor ) ;
insert _hydration ( target , div14 , anchor ) ;
append _hydration ( div14 , div13 ) ;
append _hydration ( div13 , div12 ) ;
append _hydration ( div12 , t11 ) ;
insert _hydration ( target , t12 , anchor ) ;
insert _hydration ( target , div18 , anchor ) ;
append _hydration ( div18 , div17 ) ;
append _hydration ( div17 , div15 ) ;
append _hydration ( div15 , t13 ) ;
append _hydration ( div17 , t14 ) ;
append _hydration ( div17 , div16 ) ;
for ( let i = 0 ; i < each _blocks . length ; i += 1 ) {
each _blocks [ i ] . m ( div16 , null ) ;
}
} ,
p ( ctx2 , [ dirty ] ) {
if ( dirty & /*data*/
1 && title _value !== ( title _value = /*data*/
2023-02-11 22:35:42 +01:00
ctx2 [ 0 ] . config . title + " | " + /*data*/
ctx2 [ 0 ] . config . date ) ) {
2023-02-11 21:55:49 +01:00
document . title = title _value ;
}
if ( dirty & /*data*/
1 ) {
each _value _1 = /*data*/
ctx2 [ 0 ] . config . themes ;
let i ;
for ( i = 0 ; i < each _value _1 . length ; i += 1 ) {
const child _ctx = get _each _context _1 ( ctx2 , each _value _1 , i ) ;
if ( each _blocks _1 [ i ] ) {
each _blocks _1 [ i ] . p ( child _ctx , dirty ) ;
} else {
each _blocks _1 [ i ] = create _each _block _1 ( child _ctx ) ;
each _blocks _1 [ i ] . c ( ) ;
each _blocks _1 [ i ] . m ( div2 , null ) ;
}
}
for ( ; i < each _blocks _1 . length ; i += 1 ) {
each _blocks _1 [ i ] . d ( 1 ) ;
}
each _blocks _1 . length = each _value _1 . length ;
}
if ( dirty & /*data*/
1 ) {
each _value = /*data*/
ctx2 [ 0 ] . config . tickets ;
let i ;
for ( i = 0 ; i < each _value . length ; i += 1 ) {
const child _ctx = get _each _context ( ctx2 , each _value , i ) ;
if ( each _blocks [ i ] ) {
each _blocks [ i ] . p ( child _ctx , dirty ) ;
} else {
each _blocks [ i ] = create _each _block ( child _ctx ) ;
each _blocks [ i ] . c ( ) ;
each _blocks [ i ] . m ( div16 , null ) ;
}
}
for ( ; i < each _blocks . length ; i += 1 ) {
each _blocks [ i ] . d ( 1 ) ;
}
each _blocks . length = each _value . length ;
}
} ,
i : noop ,
o : noop ,
d ( detaching ) {
if ( detaching )
detach ( t0 ) ;
if ( detaching )
detach ( div4 ) ;
destroy _each ( each _blocks _1 , detaching ) ;
if ( detaching )
detach ( t5 ) ;
if ( detaching )
detach ( div8 ) ;
if ( detaching )
detach ( t8 ) ;
if ( detaching )
detach ( div11 ) ;
if ( detaching )
detach ( t10 ) ;
if ( detaching )
detach ( div14 ) ;
if ( detaching )
detach ( t12 ) ;
if ( detaching )
detach ( div18 ) ;
destroy _each ( each _blocks , detaching ) ;
}
} ;
}
function instance ( $$self , $$props , $$invalidate ) {
let { data } = $$props ;
$$self . $$set = ( $$props2 ) => {
if ( "data" in $$props2 )
$$invalidate ( 0 , data = $$props2 . data ) ;
} ;
return [ data ] ;
}
class Page extends SvelteComponent {
constructor ( options ) {
super ( ) ;
init ( this , options , instance , create _fragment , safe _not _equal , { data : 0 } ) ;
}
}
export {
Page as default
} ;