diff --git a/public/dyne-timeline.csv b/public/dyne-timeline.csv index 6cc47de..9623507 100644 --- a/public/dyne-timeline.csv +++ b/public/dyne-timeline.csv @@ -1,5 +1,5 @@ "YEAR","REST OF DATE","NAME EVENT","TYPE","LINK","COPY","IMAGE URL","MILESTONE","LOCATION","CTA1","CTA LINK1","CTA2","CTA LINK2","CTA3","CTA LINK3" -2023,"14th Sep 2023 ∙ 13:15-13:55","What sauce goes with a Tech Barbecue","crypto","https://techbbq.dk/speakers-2023/","The best of course. That's what Planet Dyne is bringing to Copenhagen in September. It happens between 13th and 14th in 2023, and the panel will be about Privacy.","https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bffe0ee-7ef7-4cdb-a3c5-00742d8280c5_800x786.png","Matrikel1, Copenhagen","👉 More info here 👈🏾","https://techbbq.dk/speakers-2023/",,,,, +2023,"14th Sep 2023 ∙ 13:15-13:55","What sauce goes with a Tech Barbecue","crypto","https://techbbq.dk/speakers-2023/","The best of course. That's what Planet Dyne is bringing to Copenhagen in September. It happens between 13th and 14th in 2023, and the panel will be about Privacy.","/timeline/2023-09-14-tech-bbq.png",,"Matrikel1, Copenhagen","👉 More info here 👈🏾","https://techbbq.dk/speakers-2023/",,,, 1994,,"Freaknet Medialab",,"freaknet.org","The first Italian medialab is born: freaknet.org in Sicily, co-founded by some of the people at the origin of Dyne.org","https://www.freaknet.org/img/logo_freaknet_trasparente.png",,"Amsterdam","mimmo","ciao","uno","due","tre","4" 1994,,"Metro Olografix",,"olografix.org"," Metro Olografix is born in Pescara, cultural association for telematic cultures",,,"Copenhagen",,,,,, 1997,,"TIG97 demoscene event",,"http://storico.olografix.org/ig97","The Italian Gathering demo party",,,"Palazzolo Acreide",,,,,, diff --git a/public/images/timeline/tech-bbq.png b/public/images/timeline/tech-bbq.png new file mode 100644 index 0000000..ba3fcf7 Binary files /dev/null and b/public/images/timeline/tech-bbq.png differ diff --git a/public/timeline/2023-09-14-tech-bbq.png b/public/timeline/2023-09-14-tech-bbq.png new file mode 100644 index 0000000..f057dc8 Binary files /dev/null and b/public/timeline/2023-09-14-tech-bbq.png differ diff --git a/src/components/timeline/colors.ts b/src/components/timeline/colors.ts index ef7bf34..6d1c3e9 100644 --- a/src/components/timeline/colors.ts +++ b/src/components/timeline/colors.ts @@ -5,7 +5,7 @@ type TimelineColorDefs = { }; export const timelineColors: Record = { - cyber: { + crypto: { accent: 'bg-dyne-purple', bg: 'bg-dyne-purple/20', border: 'border-dyne-purple', diff --git a/src/components/timeline/page/TimelinePageItem.svelte b/src/components/timeline/page/TimelinePageItem.svelte index 31acc6c..708103e 100644 --- a/src/components/timeline/page/TimelinePageItem.svelte +++ b/src/components/timeline/page/TimelinePageItem.svelte @@ -11,7 +11,7 @@ console.log(item); -
+
{#if item.restOfDate}

@@ -33,13 +33,50 @@ {#if item.description}

{item.description}

{/if} - {#if item.ctaLink1} - - {item.cta1} - + {#if item.location} +
+ + + +
{item.location}
+
{/if} +
+ {#if item.ctaLink1} + + {item.cta1} + + {/if} + {#if item.ctaLink2} + + {item.cta2} + + {/if} + {#if item.ctaLink3} + + {item.cta3} + + {/if} +