From 5069bb89e82adb5d589b69287d87364a2060aa51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Braun?= Date: Wed, 15 Jan 2025 00:08:47 +0100 Subject: [PATCH] Remove old app resources --- .../composeResources/drawable-dark/about.xml | 60 ---- .../drawable-dark/academy.png | Bin 4823 -> 0 bytes .../drawable-dark/android.png | Bin 4405 -> 0 bytes .../drawable-dark/btsystems.xml | 181 ----------- .../drawable-dark/closing.xml | 37 --- .../drawable-dark/cloud_inject.xml | 25 -- .../drawable-dark/express.png | Bin 5769 -> 0 bytes .../drawable-dark/foundation.xml | 80 ----- .../composeResources/drawable-dark/google.xml | 28 -- .../composeResources/drawable-dark/gradle.xml | 29 -- .../composeResources/drawable-dark/kodein.xml | 46 --- .../drawable-dark/kt_weekly.xml | 70 ---- .../drawable-dark/mercari.xml | 13 - .../composeResources/drawable-dark/monta.xml | 44 --- .../composeResources/drawable-dark/pretix.xml | 19 -- .../composeResources/drawable-dark/sentry.xml | 13 - .../composeResources/drawable-dark/shape.xml | 71 ----- .../drawable-dark/stickermule.xml | 47 --- .../drawable-dark/touchlab.xml | 34 -- .../composeResources/drawable-dark/uber.xml | 22 -- .../drawable-dark/worldline.xml | 54 ---- .../drawable/about_conf_bottom_banner.xml | 56 ---- .../drawable/about_conf_top_banner.xml | 66 ---- .../composeResources/drawable/academy.png | Bin 4823 -> 0 bytes .../composeResources/drawable/android.png | Bin 5443 -> 0 bytes .../composeResources/drawable/arrow_right.xml | 9 - .../composeResources/drawable/back.xml | 9 - .../composeResources/drawable/bookmark.xml | 9 - .../drawable/bookmark_active.xml | 9 - .../composeResources/drawable/btsystems.xml | 181 ----------- .../composeResources/drawable/close.xml | 9 - .../drawable/cloud_inject.xml | 25 -- .../composeResources/drawable/cup.xml | 13 - .../composeResources/drawable/cup_active.xml | 13 - .../composeResources/drawable/express.png | Bin 5769 -> 0 bytes .../composeResources/drawable/foundation.xml | 80 ----- .../composeResources/drawable/google.xml | 28 -- .../composeResources/drawable/gradle.xml | 29 -- .../composeResources/drawable/kodein.xml | 46 --- .../composeResources/drawable/kt_weekly.xml | 70 ---- .../composeResources/drawable/light.xml | 13 - .../composeResources/drawable/location.xml | 10 - .../drawable/location_active.xml | 13 - .../composeResources/drawable/lunch.xml | 9 - .../drawable/lunch_active.xml | 9 - .../composeResources/drawable/menu.xml | 10 - .../composeResources/drawable/mercari.xml | 13 - .../composeResources/drawable/monta.xml | 44 --- .../composeResources/drawable/pretix.xml | 19 -- .../drawable/privacy_policy_bird.xml | 36 --- .../drawable/schedule_day_1_banner.xml | 65 ---- .../drawable/schedule_day_2_banner.xml | 55 ---- .../drawable/schedule_day_3_banner.xml | 55 ---- .../drawable/schedule_party_section_bird.xml | 28 -- .../composeResources/drawable/search.xml | 9 - .../composeResources/drawable/sentry.xml | 13 - .../composeResources/drawable/shape.xml | 105 ------ .../composeResources/drawable/slack.xml | 10 - .../composeResources/drawable/smilehappy.xml | 10 - .../drawable/smilehappy_active.xml | 13 - .../drawable/smileneutral.xml | 10 - .../drawable/smileneutral_active.xml | 13 - .../composeResources/drawable/smilesad.xml | 10 - .../drawable/smilesad_active.xml | 13 - .../composeResources/drawable/speakers.xml | 10 - .../drawable/speakers_active.xml | 14 - .../composeResources/drawable/stickermule.xml | 47 --- .../composeResources/drawable/time.xml | 10 - .../composeResources/drawable/time_active.xml | 9 - .../composeResources/drawable/touchlab.xml | 34 -- .../composeResources/drawable/uber.xml | 22 -- .../composeResources/drawable/worldline.xml | 54 ---- .../composeResources/drawable/x.xml | 9 - .../composeResources/files/app-description.md | 6 - .../files/app-privacy-policy.md | 301 ------------------ .../composeResources/files/app-terms.md | 240 -------------- .../composeResources/files/code-of-conduct.md | 11 - .../files/first-floor-dark.svg | 190 ----------- .../composeResources/files/first-floor.svg | 190 ----------- .../files/ground-floor-dark.svg | 179 ----------- .../composeResources/files/ground-floor.svg | 179 ----------- .../files/visitors-privacy-policy.md | 130 -------- .../composeResources/files/visitors-terms.md | 205 ------------ 83 files changed, 3950 deletions(-) delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/about.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/academy.png delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/android.png delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/btsystems.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/closing.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/cloud_inject.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/express.png delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/foundation.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/google.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/gradle.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/kodein.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/kt_weekly.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/mercari.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/monta.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/pretix.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/sentry.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/shape.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/stickermule.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/touchlab.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/uber.xml delete mode 100644 shared/src/commonMain/composeResources/drawable-dark/worldline.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/about_conf_bottom_banner.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/about_conf_top_banner.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/academy.png delete mode 100644 shared/src/commonMain/composeResources/drawable/android.png delete mode 100644 shared/src/commonMain/composeResources/drawable/arrow_right.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/back.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/bookmark.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/bookmark_active.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/btsystems.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/close.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/cloud_inject.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/cup.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/cup_active.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/express.png delete mode 100644 shared/src/commonMain/composeResources/drawable/foundation.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/google.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/gradle.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/kodein.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/kt_weekly.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/light.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/location.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/location_active.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/lunch.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/lunch_active.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/menu.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/mercari.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/monta.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/pretix.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/privacy_policy_bird.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/schedule_day_1_banner.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/schedule_day_2_banner.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/schedule_day_3_banner.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/schedule_party_section_bird.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/search.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/sentry.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/shape.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/slack.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/smilehappy.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/smilehappy_active.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/smileneutral.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/smileneutral_active.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/smilesad.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/smilesad_active.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/speakers.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/speakers_active.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/stickermule.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/time.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/time_active.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/touchlab.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/uber.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/worldline.xml delete mode 100644 shared/src/commonMain/composeResources/drawable/x.xml delete mode 100644 shared/src/commonMain/composeResources/files/app-description.md delete mode 100644 shared/src/commonMain/composeResources/files/app-privacy-policy.md delete mode 100644 shared/src/commonMain/composeResources/files/app-terms.md delete mode 100644 shared/src/commonMain/composeResources/files/code-of-conduct.md delete mode 100644 shared/src/commonMain/composeResources/files/first-floor-dark.svg delete mode 100644 shared/src/commonMain/composeResources/files/first-floor.svg delete mode 100644 shared/src/commonMain/composeResources/files/ground-floor-dark.svg delete mode 100644 shared/src/commonMain/composeResources/files/ground-floor.svg delete mode 100644 shared/src/commonMain/composeResources/files/visitors-privacy-policy.md delete mode 100644 shared/src/commonMain/composeResources/files/visitors-terms.md diff --git a/shared/src/commonMain/composeResources/drawable-dark/about.xml b/shared/src/commonMain/composeResources/drawable-dark/about.xml deleted file mode 100644 index 7b48c72d..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/about.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/academy.png b/shared/src/commonMain/composeResources/drawable-dark/academy.png deleted file mode 100644 index 8934e94ae7d09e418b29381427877c337bb65520..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4823 zcmV;|5-9D7P)8- zaw5G52n7BV!9vv_EeT0pUfH+1GxPuLh9Jjjcp&&ckNxJ8S7v8sXXpFt^ANIO!-fqT zHf-3iVZ(+E8#Zj%uwlc74I4IW*sx*4#yLYJc%x2oRbLCT*6yxjD&*bW>c$e$dHKq zYj|2#Yew}nguLhME4;nkr@w>(E`hASh&23gOaNniY93%dxL=HAh_@j!eK6+fqHn~k zo(^AlNitlH2D$iMU`$$az}xP!H1o9*ZV?L`iLq#eFpoR=<&OI1hKB3z8CvT&5E5fj z`aO!Ob;3-fVK3t7Tu_VuBD{&!q+^_9GAD$%YPYw)QaruAtG1!kr($%9@!*)`M;Pb1 z6w@a>1x25lZT@2=EeO*#2+kUU=}6^F-HgI?EV>L)E8%5$S4V5(G16c=J&5TYOg6#4 z-YpjPr)T#E^DVK0j@csr=4~J(X`C531mne`Fr#^G_W=_u3(oIH2DJo=3(?OaP+-;) z-C)EX(7S?3mVS1E2Gws^h<0$#=P)7fd!`n>Tyr_PpykGkW zqcA#D+kMbM_7D)>1UbW+F{*7B!B{IvalDHN*@eAcF4SO;ePx>{Iu|f0hu81mzfFZV zsp-F5YZ=f@Srr@^*t|Jf3%Mi8u@UU9HbVy1ILdd6}ace>8t_^v%-%2QYPec3# z(>K<11@jA+MLKBEcM#=0A`sb%C>;rA)XkClvo65Qxw&qPhruh$rFwp(Y12W%<}pKu zwc(FKLlUnRT-@9|J?du(VgaYHERPW1DNgBjun-9}$X`Dde^g`74Q51lS(1DvY9$O*rEp!i@|}l}BSw92pHH84i!)g(%x&IAh+|u=)THScL~H`q`Aw z@Oi2;2#`3(Q(Jb+GJOgxM#o@I(u+0gLtd{bkvhR=2*G8D+BIAu2Zdn64X%VJb!;i2 z(tJ>(6$%LrM2d17IL*G=#Ed_gU16`UgT&}I?5b)*$FH9hG)NR5|A)tEv~wruUbC~O z*2W~Y6S}qp=Bq;_G8pD+3(ehS%kA?R}L`B>n+iCa9Hg$>m-K`y?A$ z)w@vyt!p%6V<_smtz(Eo@;jZ%*A7{}iwc%+6lV4(b*o;&x$8c|PwotuW1R-;Lnvv2 zR4oBmICAE^Vr)`Z2^p(_WQ{mTYKV(HKzs`lGawny{Q8hw++-(5(ov>{KIEL&m1MfO zwsoSGh=KNUuoS1Wfe>>21#-2ok-=yCa#H%3ZJ0s;$#~1a;p64uoW(Ojc}dBbq1OoJ zbA%V2U#;Lbidr8se(u&{D$CojU?~-vy0U6S@&NHfH;OH-_3d>3cw0B~H zY&YB7C(#5&CcQZ)!?DEXxY{(?3U2C;vO^gVQR?_#fOGn@(g#}gL4tii6$-JGB&bY} zVTrDg6}n53m2Ido`W%&ztAx(p0VNxUa@Q^8-VOyIN^2`k*|N9n zaJ)$*90R5?1^yjGlA@?Aea8rSM%L@Rg_P1{MA=E9vRAN>yI}8X)f_MKlCA{@x|Vag zoXTW0q)$#BR-b}sz9$k~0Nn}rmDauJt4qYC8a2I?W0HXbglAu_rZDz^Jk3<^RJsD%#(>JY)E3xhR~sPvvY zp5~zoK>sPrVk@I#W6aN#m7e%?M6WQqgh-yUx_4^9ibqlk(D$3iqKDCcFd`#7uFv66 z`NtU!LLMMSFkipIxq}3?b#5X59eY>357F)iXiCTXQGVx6kPh|YRGNBvus4HZ7D&e) z{UlOwrkK<@ z5lzf+;GDJdAQ;O4CqX4%XZIPyl{CM4?0iue`&>4VU2YKAygR?G^`r~`Y+tApi77v zV~&0UIetVMZW!8E9E-L3;~#_HrX^UGKa?cA28yYNkt8+Zm~|1;x-H~t@JdLKAVii= zSG11%PloC{l@n$jELfu@B1f(VY5hRt^Og3V#WxMeYia~c!G(BN2>x}Z)aP}*cJ*!XC;eJ@!H85JItL<_$k3?N zKQrB!3PD=})YgMomNY1s9H0*A1r*o(e^B;ZgHKGKh`2G1$nw=VZ*4I`r+oOt_G9RT zjfK{CaY_&J5}P6@s(=gV4gp&|W-tesbA=hg0bMq6>K+vP;DZy zqm<@@z)G-hqkv?{N?~nIX<(BmWy#+1(3fDf8afnt!p1R~lgxQj3s=0N>BfVyMCNZA z+jY>n_9)_FgX`%p-t<0YXdcG&@4^uMMA^3=q5RCNi9+YW`XHaxZ>||< zYBto~-}-ST2YHCU#C}zPX^&tpXxt;Qy7>7JTB4np2jSi^4ITboTA3^Gwn1Q=3su4aE`{bx6jz$-WtuVQ z?V;)AU=rUm$AE&|Va{O+A7e%rvrU%e4F%MM)&<%-52tVilfVpSx2biw7sgWe3M zUYI#r6lP{BRnB7Ka6N_!GOi^-G7=uU<>?dd*yy2AXUA&;nR!0(H9fKvpU;f4BjFDqcp< zS*w1hC?r@tLLgrlw>Wc-fq&Z+4car?WWQdFD{)I+mwI5jtKAVWtvVApkZa}ioFQk; zIIgnZ9_4z+|#k#(-13)~C1&NKxzHp)34MTqk<>1V?^ZtY%pvr;E9IlTeKQYHi+ z<48%I7uBg4D8LHTRNDfh+BFnD{S{8+Y0~7Pe^?U~T(m3(R|GXHU;&NUlhXK__6~jk zHtR}M%0dmlJY4w|<2)`9WVgh|SIzeaoW%y`jY|EM(^3joJnllYN^;B~q11w9JHTXI1!=^v4wIMfU_?*|5+AO1%GJ!cWwI0s zRU>qcnhL?AWh8d0mJQ*pSB>hh-wfJ*Tzd8IIyBG%OP9~c1~^9l=IR#A!0XA{g7&i`x1}#R^2Y8ACOw2 zGtoxZ^c6l$-3$TM@I{B09)KWhD@4h$Do3k*s@Mc$DXONy(nKLC;IeQrz#=3swXoSLooO}2!BGkUtd^KWqjoeYG3(6`qY12`Hy^tgSuYBFOeP9 zA6QMFANwsD)3uUPc@C`6Wu~7_S$Ywj2Y!);{}k}ttvW(m&5!19!F`r5=WGxmo>8Ff zrRWl%yfnbTkv>Yn-ZGi5JNr6y&@qa@3n(F>t@XA#*JNjG={|kQbpcJfTOit;38T`Z zNNdnoFTeWbqO2noz9E9+Iu1#E;MZ^%g39Y4137HYwP{qRy&a!j(}5Ywu<=&iXcGi#18s6i%Rqy)zMh}Sa%+tdkAV9MMDg+2W*VkwWn@=Hu#^eE*4qUu-Wa zKW36m2(F0t(8BYa=F$_6a~78)8^0J<$cMxcAU>$b(#k8`(V0sg>wE~=_^-!h{Ub~p xHf-3iVZ(+E8#Zj%uwlc74I4IW*!X|I{{f^Izh{$WYa;*v002ovPDHLkV1llr72E&- diff --git a/shared/src/commonMain/composeResources/drawable-dark/android.png b/shared/src/commonMain/composeResources/drawable-dark/android.png deleted file mode 100644 index 86a32a27e7ca089c94d91797d15d2de4e6fe77c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4405 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 diff --git a/shared/src/commonMain/composeResources/drawable-dark/btsystems.xml b/shared/src/commonMain/composeResources/drawable-dark/btsystems.xml deleted file mode 100644 index e803f6e3..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/btsystems.xml +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/closing.xml b/shared/src/commonMain/composeResources/drawable-dark/closing.xml deleted file mode 100644 index eff38a95..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/closing.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/cloud_inject.xml b/shared/src/commonMain/composeResources/drawable-dark/cloud_inject.xml deleted file mode 100644 index dcf5fa78..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/cloud_inject.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/express.png b/shared/src/commonMain/composeResources/drawable-dark/express.png deleted file mode 100644 index ac227efafa260f07cc87fd9cd87c18568c1d3708..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5769 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/google.xml b/shared/src/commonMain/composeResources/drawable-dark/google.xml deleted file mode 100644 index 5886cea8..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/google.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/gradle.xml b/shared/src/commonMain/composeResources/drawable-dark/gradle.xml deleted file mode 100644 index 4789fdad..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/gradle.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/kodein.xml b/shared/src/commonMain/composeResources/drawable-dark/kodein.xml deleted file mode 100644 index 462e821f..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/kodein.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/kt_weekly.xml b/shared/src/commonMain/composeResources/drawable-dark/kt_weekly.xml deleted file mode 100644 index d5c1aaf4..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/kt_weekly.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/mercari.xml b/shared/src/commonMain/composeResources/drawable-dark/mercari.xml deleted file mode 100644 index fc89d4c3..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/mercari.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/monta.xml b/shared/src/commonMain/composeResources/drawable-dark/monta.xml deleted file mode 100644 index 7e63a211..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/monta.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/pretix.xml b/shared/src/commonMain/composeResources/drawable-dark/pretix.xml deleted file mode 100644 index ae28a9be..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/pretix.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/sentry.xml b/shared/src/commonMain/composeResources/drawable-dark/sentry.xml deleted file mode 100644 index 5fccaab5..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/sentry.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/shape.xml b/shared/src/commonMain/composeResources/drawable-dark/shape.xml deleted file mode 100644 index 29db0cd0..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/shape.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/stickermule.xml b/shared/src/commonMain/composeResources/drawable-dark/stickermule.xml deleted file mode 100644 index 11e66501..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/stickermule.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/touchlab.xml b/shared/src/commonMain/composeResources/drawable-dark/touchlab.xml deleted file mode 100644 index f3a645a4..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/touchlab.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/uber.xml b/shared/src/commonMain/composeResources/drawable-dark/uber.xml deleted file mode 100644 index c2703829..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/uber.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable-dark/worldline.xml b/shared/src/commonMain/composeResources/drawable-dark/worldline.xml deleted file mode 100644 index 750e1efe..00000000 --- a/shared/src/commonMain/composeResources/drawable-dark/worldline.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/about_conf_bottom_banner.xml b/shared/src/commonMain/composeResources/drawable/about_conf_bottom_banner.xml deleted file mode 100644 index 978dd29a..00000000 --- a/shared/src/commonMain/composeResources/drawable/about_conf_bottom_banner.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/about_conf_top_banner.xml b/shared/src/commonMain/composeResources/drawable/about_conf_top_banner.xml deleted file mode 100644 index 070d1523..00000000 --- a/shared/src/commonMain/composeResources/drawable/about_conf_top_banner.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/academy.png b/shared/src/commonMain/composeResources/drawable/academy.png deleted file mode 100644 index 8934e94ae7d09e418b29381427877c337bb65520..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4823 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 diff --git a/shared/src/commonMain/composeResources/drawable/android.png b/shared/src/commonMain/composeResources/drawable/android.png deleted file mode 100644 index f6d015a3717d4caa952400509124104ef3a4a9a4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5443 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 diff --git a/shared/src/commonMain/composeResources/drawable/arrow_right.xml b/shared/src/commonMain/composeResources/drawable/arrow_right.xml deleted file mode 100644 index d98ed329..00000000 --- a/shared/src/commonMain/composeResources/drawable/arrow_right.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/back.xml b/shared/src/commonMain/composeResources/drawable/back.xml deleted file mode 100644 index e459540d..00000000 --- a/shared/src/commonMain/composeResources/drawable/back.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/bookmark.xml b/shared/src/commonMain/composeResources/drawable/bookmark.xml deleted file mode 100644 index f4bdd802..00000000 --- a/shared/src/commonMain/composeResources/drawable/bookmark.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/bookmark_active.xml b/shared/src/commonMain/composeResources/drawable/bookmark_active.xml deleted file mode 100644 index dfcc553e..00000000 --- a/shared/src/commonMain/composeResources/drawable/bookmark_active.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/btsystems.xml b/shared/src/commonMain/composeResources/drawable/btsystems.xml deleted file mode 100644 index be4efb3b..00000000 --- a/shared/src/commonMain/composeResources/drawable/btsystems.xml +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/close.xml b/shared/src/commonMain/composeResources/drawable/close.xml deleted file mode 100644 index 4133e9ef..00000000 --- a/shared/src/commonMain/composeResources/drawable/close.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/cloud_inject.xml b/shared/src/commonMain/composeResources/drawable/cloud_inject.xml deleted file mode 100644 index d70dc480..00000000 --- a/shared/src/commonMain/composeResources/drawable/cloud_inject.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/cup.xml b/shared/src/commonMain/composeResources/drawable/cup.xml deleted file mode 100644 index 75a6afb7..00000000 --- a/shared/src/commonMain/composeResources/drawable/cup.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/cup_active.xml b/shared/src/commonMain/composeResources/drawable/cup_active.xml deleted file mode 100644 index f146829a..00000000 --- a/shared/src/commonMain/composeResources/drawable/cup_active.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/express.png b/shared/src/commonMain/composeResources/drawable/express.png deleted file mode 100644 index ac227efafa260f07cc87fd9cd87c18568c1d3708..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5769 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/google.xml b/shared/src/commonMain/composeResources/drawable/google.xml deleted file mode 100644 index 5886cea8..00000000 --- a/shared/src/commonMain/composeResources/drawable/google.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/gradle.xml b/shared/src/commonMain/composeResources/drawable/gradle.xml deleted file mode 100644 index 463d5acb..00000000 --- a/shared/src/commonMain/composeResources/drawable/gradle.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/kodein.xml b/shared/src/commonMain/composeResources/drawable/kodein.xml deleted file mode 100644 index feca84e8..00000000 --- a/shared/src/commonMain/composeResources/drawable/kodein.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/kt_weekly.xml b/shared/src/commonMain/composeResources/drawable/kt_weekly.xml deleted file mode 100644 index 1ddb9aae..00000000 --- a/shared/src/commonMain/composeResources/drawable/kt_weekly.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/light.xml b/shared/src/commonMain/composeResources/drawable/light.xml deleted file mode 100644 index cbb69dd1..00000000 --- a/shared/src/commonMain/composeResources/drawable/light.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/location.xml b/shared/src/commonMain/composeResources/drawable/location.xml deleted file mode 100644 index decba22a..00000000 --- a/shared/src/commonMain/composeResources/drawable/location.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/location_active.xml b/shared/src/commonMain/composeResources/drawable/location_active.xml deleted file mode 100644 index 053abb42..00000000 --- a/shared/src/commonMain/composeResources/drawable/location_active.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/lunch.xml b/shared/src/commonMain/composeResources/drawable/lunch.xml deleted file mode 100644 index 024ceb3e..00000000 --- a/shared/src/commonMain/composeResources/drawable/lunch.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/lunch_active.xml b/shared/src/commonMain/composeResources/drawable/lunch_active.xml deleted file mode 100644 index 7eaac87c..00000000 --- a/shared/src/commonMain/composeResources/drawable/lunch_active.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/menu.xml b/shared/src/commonMain/composeResources/drawable/menu.xml deleted file mode 100644 index fae3cf82..00000000 --- a/shared/src/commonMain/composeResources/drawable/menu.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/mercari.xml b/shared/src/commonMain/composeResources/drawable/mercari.xml deleted file mode 100644 index 3ea58328..00000000 --- a/shared/src/commonMain/composeResources/drawable/mercari.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/monta.xml b/shared/src/commonMain/composeResources/drawable/monta.xml deleted file mode 100644 index 7e63a211..00000000 --- a/shared/src/commonMain/composeResources/drawable/monta.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/pretix.xml b/shared/src/commonMain/composeResources/drawable/pretix.xml deleted file mode 100644 index 97fbb41a..00000000 --- a/shared/src/commonMain/composeResources/drawable/pretix.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/privacy_policy_bird.xml b/shared/src/commonMain/composeResources/drawable/privacy_policy_bird.xml deleted file mode 100644 index 04fb680e..00000000 --- a/shared/src/commonMain/composeResources/drawable/privacy_policy_bird.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/schedule_day_1_banner.xml b/shared/src/commonMain/composeResources/drawable/schedule_day_1_banner.xml deleted file mode 100644 index 87225624..00000000 --- a/shared/src/commonMain/composeResources/drawable/schedule_day_1_banner.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/schedule_day_2_banner.xml b/shared/src/commonMain/composeResources/drawable/schedule_day_2_banner.xml deleted file mode 100644 index 98e4a661..00000000 --- a/shared/src/commonMain/composeResources/drawable/schedule_day_2_banner.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/schedule_day_3_banner.xml b/shared/src/commonMain/composeResources/drawable/schedule_day_3_banner.xml deleted file mode 100644 index 5a648155..00000000 --- a/shared/src/commonMain/composeResources/drawable/schedule_day_3_banner.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/schedule_party_section_bird.xml b/shared/src/commonMain/composeResources/drawable/schedule_party_section_bird.xml deleted file mode 100644 index af5108a1..00000000 --- a/shared/src/commonMain/composeResources/drawable/schedule_party_section_bird.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/search.xml b/shared/src/commonMain/composeResources/drawable/search.xml deleted file mode 100644 index fc6220ae..00000000 --- a/shared/src/commonMain/composeResources/drawable/search.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/sentry.xml b/shared/src/commonMain/composeResources/drawable/sentry.xml deleted file mode 100644 index a2a8cce5..00000000 --- a/shared/src/commonMain/composeResources/drawable/sentry.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/shape.xml b/shared/src/commonMain/composeResources/drawable/shape.xml deleted file mode 100644 index 2e19f8af..00000000 --- a/shared/src/commonMain/composeResources/drawable/shape.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/slack.xml b/shared/src/commonMain/composeResources/drawable/slack.xml deleted file mode 100644 index 5876cc53..00000000 --- a/shared/src/commonMain/composeResources/drawable/slack.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/smilehappy.xml b/shared/src/commonMain/composeResources/drawable/smilehappy.xml deleted file mode 100644 index 6e3eeec3..00000000 --- a/shared/src/commonMain/composeResources/drawable/smilehappy.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/smilehappy_active.xml b/shared/src/commonMain/composeResources/drawable/smilehappy_active.xml deleted file mode 100644 index e279c544..00000000 --- a/shared/src/commonMain/composeResources/drawable/smilehappy_active.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/smileneutral.xml b/shared/src/commonMain/composeResources/drawable/smileneutral.xml deleted file mode 100644 index 84546118..00000000 --- a/shared/src/commonMain/composeResources/drawable/smileneutral.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/smileneutral_active.xml b/shared/src/commonMain/composeResources/drawable/smileneutral_active.xml deleted file mode 100644 index cd0b9fdd..00000000 --- a/shared/src/commonMain/composeResources/drawable/smileneutral_active.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/smilesad.xml b/shared/src/commonMain/composeResources/drawable/smilesad.xml deleted file mode 100644 index 5929d550..00000000 --- a/shared/src/commonMain/composeResources/drawable/smilesad.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/smilesad_active.xml b/shared/src/commonMain/composeResources/drawable/smilesad_active.xml deleted file mode 100644 index 22e7be45..00000000 --- a/shared/src/commonMain/composeResources/drawable/smilesad_active.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/speakers.xml b/shared/src/commonMain/composeResources/drawable/speakers.xml deleted file mode 100644 index 2cc9abf4..00000000 --- a/shared/src/commonMain/composeResources/drawable/speakers.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/speakers_active.xml b/shared/src/commonMain/composeResources/drawable/speakers_active.xml deleted file mode 100644 index 05357e3f..00000000 --- a/shared/src/commonMain/composeResources/drawable/speakers_active.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/stickermule.xml b/shared/src/commonMain/composeResources/drawable/stickermule.xml deleted file mode 100644 index 157fe69b..00000000 --- a/shared/src/commonMain/composeResources/drawable/stickermule.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/time.xml b/shared/src/commonMain/composeResources/drawable/time.xml deleted file mode 100644 index 28cc540a..00000000 --- a/shared/src/commonMain/composeResources/drawable/time.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/time_active.xml b/shared/src/commonMain/composeResources/drawable/time_active.xml deleted file mode 100644 index e50a05cc..00000000 --- a/shared/src/commonMain/composeResources/drawable/time_active.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/drawable/touchlab.xml b/shared/src/commonMain/composeResources/drawable/touchlab.xml deleted file mode 100644 index f3a645a4..00000000 --- a/shared/src/commonMain/composeResources/drawable/touchlab.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/uber.xml b/shared/src/commonMain/composeResources/drawable/uber.xml deleted file mode 100644 index e2e21ded..00000000 --- a/shared/src/commonMain/composeResources/drawable/uber.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/worldline.xml b/shared/src/commonMain/composeResources/drawable/worldline.xml deleted file mode 100644 index 750e1efe..00000000 --- a/shared/src/commonMain/composeResources/drawable/worldline.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/drawable/x.xml b/shared/src/commonMain/composeResources/drawable/x.xml deleted file mode 100644 index 6d187d94..00000000 --- a/shared/src/commonMain/composeResources/drawable/x.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/shared/src/commonMain/composeResources/files/app-description.md b/shared/src/commonMain/composeResources/files/app-description.md deleted file mode 100644 index 8192e01a..00000000 --- a/shared/src/commonMain/composeResources/files/app-description.md +++ /dev/null @@ -1,6 +0,0 @@ -The KotlinConf application is developed by the JetBrains team with Kotlin Multiplatform shared logic. -Compose Multiplatform is used for all apps on Android, iOS, and Web. - -Check out the [GitHub repository](https://github.com/JetBrains/kotlinconf-app) for the source code and more technical details about the application. - -Enjoy the app, and please share your feedback to help us make it even better! \ No newline at end of file diff --git a/shared/src/commonMain/composeResources/files/app-privacy-policy.md b/shared/src/commonMain/composeResources/files/app-privacy-policy.md deleted file mode 100644 index 65123061..00000000 --- a/shared/src/commonMain/composeResources/files/app-privacy-policy.md +++ /dev/null @@ -1,301 +0,0 @@ -**KotlinConf App Privacy Policy** - -Version 1.1, effective from February 28, 2024 - -In this KotlinConf App Privacy Policy (“Privacy Policy”), we describe -the types of data, including Personal Data (collectively, "data"), that -we and our associated companies collect from you when you use the -KotlinConf app and the functionalities and services it offers -(collectively, the "App"), how we and our associated companies use and -disclose that data, and your options to access or update your data. - -The data controllers are JetBrains Expo B.V. with its business address -at Huidekoperstraat 26, 1017 ZM, the Netherlands, and [its associated -companies](https://www.jetbrains.com/company/contacts/#headquarters-international-sales): -JetBrains N.V., JetBrains s.r.o. and JetBrains GmbH. - -JetBrains and its associated companies act as joint data controllers, -who are jointly responsible for compliance with data protection -legislation. JetBrains Expo B.V. is primarily -responsible for exercising the rights of data subjects and providing -information about data processing. - -**Definitions** - -The following definitions are used throughout this Privacy Policy: - -**JetBrains Website**. The website of JetBrains which can be found on -[https://www.jetbrains.com/](https://www.jetbrains.com/). - -**KotlinConf**. The official event by -[JetBrains](https://www.jetbrains.com/) under the name KotlinConf -of which more information can be directly found on the website -[https://kotlinconf.com/](https://kotlinconf.com/). - -**Personal Data** means any data relating to an identified or -identifiable natural person. - -All other capitalized terms used in this Privacy Policy shall have the -same meaning as defined in article 4 GDPR (such as personal data, -controller, processor, data subject, and others), unless defined -otherwise in this definition clause. - -**Why We Collect Data and What We Collect** - -We collect data for various reasons as reflected in our [general -Privacy -Policy](https://www.jetbrains.com/legal/docs/privacy/privacy/) which -can be found on the JetBrains Website, but for this App specifically we -collect data for only the following reasons: - -a) **To provide you with the basic functionalities of the App.** Upon -your (re-)installation of the App we generate and collect a random ID, -which is required to provide you with the basic functionalities of this -App, such as in any case the account management (used for the setup or -management of a user’s account) and other processing connected with the -use of this App. Please note that we do not collect, store or process -any Personal Data, such as your Device ID, so we can’t trace the random -ID back to any device or person. We use [Google -Cloud](https://cloud.google.com/terms/cloud-privacy-notice) -Platform, as third party service provider, acting as a data -processor, to assist us in hosting and providing the App to you or in -our operations. The legal basis for this data processing is the -performance of a contract between you and us. - -b) **To improve the App and KotlinConf.** We may collect anonymous data -based on your use of the App and we may use feedback that you provide -voluntarily through the App, in particular on the talks during -KotlinConf, as applicable. We use such data to better understand the -usage patterns of the App, the options it provides and the behavior, -preferences and feedback of our KoltinConf audience. Collection of data -based on your use of the App and feedback that you provide voluntarily -through the App is done anonymously but if you decide to share any -Personal Data in your feedback the legal basis for this data processing -shall be your consent. - -Categories of data involved in data processing include: - -- generated random ID, - -- data about usage of the App and services, - -- votes, comments, voluntarily provided feedback, and any data provided - in survey responses, - -Where appropriate, we will prompt you to give us your consent to the -collection and processing of your data as described above. This will in -any case happen within the App upon your first use of it, in a clear and -conspicuous manner. You can manage your Personal Data and opt-outs as -described in the Transparency section below. - -**Your Privacy Choices And Rights** - -Your Privacy Choices. The privacy choices you may have about your -Personal Data are determined by applicable law and are described below. - -● Mobile Devices. We may send push notifications through the App. You -may opt out from receiving these push notifications by changing the -settings on your mobile device. - -Please note you must separately opt out in each browser and on each -device. - -**Children** - -This App is not designed for and is not offered to children under the -age of 16. If we discover that a person under the age of 16 has -submitted information directly to us, we will endeavor to delete the -information from our systems. - -**Transparency** - -To respect your privacy, before using your Personal Data we will inform -you about the categories of Personal Data we collect and the purposes we -use them for. We will also inform you about the data management options -that you may have. For this purpose, we use this Privacy Policy and the -Terms of Use found in the App. In this case, the App does not collect, -store or process any Personal Data. Should you wish to get more detailed -information on this topic, please do not hesitate to contact us. - -**Sharing** - -Collected Personal Data are shared based on this Privacy Policy. -Additionally, we share collected Personal Data within the JetBrains -group of companies described above, which act as joint data controllers -and process Personal Data for the purposes described above. - -We may share your Personal Data with [Google Cloud Platform which -third party hosts and helps us provide you with this -App.](https://cloud.google.com/terms/cloud-privacy-notice) - -We may also share your Personal Data with certain third parties if we -are obliged to do so under applicable legislation (especially with tax -authorities or with other government bodies exercising their statutory -powers) or if such sharing is necessary to achieve the purposes defined -above (especially with government bodies or with parties harmed as a -result of violations of applicable laws). - -To adhere to the requirements of the California Consumer Privacy Act -(CCPA), we hereby notify you that JetBrains will not a) retain, use, -sell, or otherwise disclose any Personal Data for any purpose other than -to provide the App; or b) retain, use, sell, or disclose such Personal -Data outside of the direct relationship between you and JetBrains; or c) -use Personal Data other than as described within this Privacy Policy. - -**Security** - -We take steps to ensure that your information is treated securely and in -accordance with this Privacy Policy. To secure your Personal Data, this -App is designed with security and privacy in mind. Unfortunately, no -system is 100% secure, and we cannot ensure or warrant the security of -any information you provide to us. To the fullest extent permitted by -applicable law, we do not accept liability for unauthorized access, -acquisition, use, disclosure, or loss of personal information. - -We encrypt your data in transfer and at rest where it is technically -feasible. External web resources are protected by SSL encryption. - -We review the processes of Personal Data usage before implementing them. -This is done to minimize data usage and to make sure that you as the -data owner are informed about the processing. When the reason for data -storage expires, we remove your Personal Data from our servers or -anonymize it for further usage. By the nature of the activity within -which your data is collected, in particular when using the App to -provide feedback. it may appear in our internal datasets used for -researching the results of the voting. Before using the datasets for -research or other purposes you are not informed of, we remove or -anonymize your Personal Data in the datasets. - -We are using [Google -Cloud](https://cloud.google.com/terms/cloud-privacy-notice) -Platform as a third party to host the App and to process your -data in accordance with this Privacy Policy. While choosing the -partners, we ascertain their compliance with legal regulations and -security standards to make sure your data are stored in a secure -location with appropriate security measures in place. - -**Location of Your Information** - -Any servers or services of the App that contain Personal Data are -located within the EU. At times, JetBrains may process or transfer some -of your Personal Data to our affiliate companies outside of the EU. Any -such transfer will be made in accordance with the applicable laws on -data protection and this Privacy Policy and will be based on a relevant -adequacy decision of the European Commission, especially on standard -data protection clauses. - -**Third-Party Links** - -The App may contain links to other websites/applications and other -websites/applications may reference or link to our App. These -third-party services are not controlled by us. We encourage our users to -read the privacy policies of each website and application with which -they interact. We do not endorse, screen, or approve, and are not -responsible for, the privacy practices or content of such other websites -or applications. Providing personal information to third-party websites -or applications is at your own risk. - -**Data Retention, Withdrawal of Approval, Access to Data and Your -Rights** - -As the App does not collect, store or process any Personal Data, there -is no Personal Data that needs to be removed from our servers if you -choose to cease using this App at any time. Generally, we retain your -Personal Data as long as we need to in order to achieve the purpose for -which it was collected. We may retain your information if it is required -to comply with legal obligations and/or defense in case of violation of -any JetBrains terms of use and/or Privacy Policies. We may also have -copies of your information in application logs, weblogs, and/or backups -made for security and support purposes or consent text accepted before -the Personal Data collection. These backups will not be accessible as -separately delineated information. We may store Personal Data as -reflected above for as long as you are using the App and/or for as long -as you have it installed on your device. Further, we may keep the data -to protect ourselves from damage in case of litigation in accordance -with the current legislation. Please note, however, that you must retain -a copy of all data that you have placed on our servers in the case of -any loss; further, if you cease using our software and/or services, we -will not be responsible for the retention of any of your data. - -If applicable, you are responsible for the correctness of the Personal -Data you provide to us. We expect you to check the Personal Data you -provide to us and if any inconsistency takes place, update your Personal -Data or report the inconsistency to JetBrains. - -As permitted by applicable law, EU residents may request a copy of the -information that we hold about them. As we do not collect, store or -process any Personal Data with the App we do not hold any information -about you. - -Moreover, as set out in locally applicable Personal Data protection law, -you may have the right to: (i) request access to your Personal Data; -(ii) request rectification of your Personal Data; (iii) request erasure -of your Personal Data; (iv) request a restriction on the processing of -your Personal Data; (v) request Personal Data portability; or (vi) -object to the processing of your Personal Data. Please note that as we -do not collect, store or process any Personal Data with the App, some of -the rights can’t be exercised. - -- **Right of Access.** You may have the right to obtain from us a - confirmation as to whether or not Personal Data concerning you are - being processed, and, where that is the case, to request access to - your Personal Data. The information about Personal Data processing - includes the purposes of the processing, the categories of Personal - Data concerned, and the recipients or categories of recipients to whom - your Personal Data have been or will be disclosed, etc. However, this - is not an absolute right and the interests of other individuals may - restrict your right of access. Further, you may have the right to - obtain a copy of your Personal Data undergoing processing. For - additional copies requested, we may charge a reasonable fee based on - administrative costs. - -- **Right to Rectification.** You may have the right to obtain from us - the rectification of inaccurate Personal Data. Depending on the - purposes of the processing, you may have the right to have incomplete - Personal Data made complete, in particular by providing a - supplementary statement. - -- **Right to Erasure (Right to Be Forgotten).** Under certain - circumstances, you may have the right to require us to delete your - Personal Data. - -- **Right to a Restriction of Processing.** Under certain circumstances, - you may have the right to require us to restrict the processing of - your Personal Data. In this case, the respective Personal Data will be - marked and may only be processed by us for certain purposes. - -- **Right to Personal Data portability.** Under certain circumstances, - you may have the right to receive the Personal Data concerning you, - which you have provided to us, in a structured, commonly used, and - machine-readable format, and to transmit these Personal Data to - another entity. - -- **Right to Object.** Under certain circumstances, you may have the - right to object, on grounds relating to their particular situation, at - any time to the processing of your Personal Data by us and we can be - required to no longer process your Personal Data. - -Where applicable, these rights can be exercised via the email -address [privacy@jetbrains.com](privacy@jetbrains.com). - -You may also contact JetBrains to get up-to-date information about your -Personal Data processing and any Personal Data recipients. - -You may lodge a complaint related to the processing of your personal data with the competent data protection supervisory authority, i.e. in the Netherlands the Authority Personal Data (*Autoriteit Persoonsgegevens*), with its visiting address at Hoge Nieuwstraat 8, 2514 EL Den Haag. For more information, please visit [https://autoriteitpersoonsgegevens.nl](https://autoriteitpersoonsgegevens.nl). - -**Changes to this Policy** - -This Privacy Policy is current as of the Effective Date set forth above. -We may change this Privacy Policy from time to time, so please be sure -to check back periodically. We will post any changes to this Privacy -Policy in the App. If we make any changes to this Privacy Policy that -materially affect our practices with regard to the Personal Data we have -previously collected from you, we will endeavor to provide you with an -advance notice of such change by highlighting the change upon your -subsequent use of the App. - -**Reaching out** - -If you have any questions or concerns, or you feel that this Privacy -Policy has been violated in any way, please let us know immediately by -contacting [privacy@jetbrains.com](privacy@jetbrains.com). diff --git a/shared/src/commonMain/composeResources/files/app-terms.md b/shared/src/commonMain/composeResources/files/app-terms.md deleted file mode 100644 index af71d079..00000000 --- a/shared/src/commonMain/composeResources/files/app-terms.md +++ /dev/null @@ -1,240 +0,0 @@ -IMPORTANT! READ CAREFULLY: - -THIS IS A LEGAL AGREEMENT. BY CLICKING ON THE “I AGREE” (OR SIMILAR) -BUTTON THAT IS PRESENTED TO YOU AT THE TIME WHEN YOU DOWNLOAD, INSTALL, -OR OTHERWISE KOTLINCONF APP, YOU BECOME A PARTY TO THIS AGREEMENT AND -YOU CONSENTS TO BE BOUND BY ALL THE TERMS AND CONDITIONS SET FORTH -BELOW. - -JetBrains and You may each also be referred to individually as a “Party” -or jointly as the “Parties”. - -#### 1. PARTIES - -1.1. “**You**” means a natural person entering into and exercising -rights under this Agreement. - -1.2. “**JetBrains**” or “**we**” means JetBrains Expo B.V., having its -principal place of business at Huidekoperstraat 26, 1017 ZM, Amsterdam, -the Netherlands, registered with the Dutch Chamber of Commerce under the -number: 74098896, VAT ID number: NL85977129B01. - -#### 2. GRANT OF RIGHTS - -2.1. KontlinConf App is licensed for use under the Apache 2.0 license -(see -[https://github.com/JetBrains/kotlinconf-app/blob/master/LICENSE](https://github.com/JetBrains/kotlinconf-app/blob/master/LICENSE)). - -In connection with Your use of KotlinConf App, You may: - -\(i\) access, download, and use of any content made available by -JetBrains in the KotlinConf App in connection with KotlinConf, the -official event by JetBrains (“**KotlinConf**”); and - -\(ii\) share Your feedback through KotlinConf App with JetBrains in -compliance with the Code of Conduct available at -[https://kotlinconf.com/code-of-conduct](https://kotlinconf.com/code-of-conduct). - -#### 3. USE OF KONTLINCONF APP - -In order to use all features of KotlinConf App, You must have an -Internet connection. KotlinConf App does not require activation. - -#### 4. FEEDBACK - -You have no obligation to provide us with ideas, suggestions, feedback, -or proposals (“**Feedback**”). However, if You submit Feedback to us, -then You grant us a non-exclusive, worldwide, royalty-free license that -is sub-licensable and transferable, to make, use, sell, have made, offer -to sell, import, reproduce, publicly display, distribute, modify, or -publicly perform the Feedback in any manner without any obligation, -royalty or restriction based on intellectual property rights or -otherwise. - -#### 5. LIMITED WARRANTY - -5.1. KotlinConf App is provided to You on an “as is” and “as available” -basis. Use of KotlinConf App is at Your own risk. - -5.2. JetBrains makes no warranty as to KotlinConf App’s use or -performance. To the maximum extent permitted by applicable law, -JetBrains (or its affiliates, shareholders, agents, directors, and -employees), its licensors, suppliers (which shall include the providers -of third party software) (collectively “**JetBrains Parties**”) disclaim -all warranties and conditions, whether express or implied (including, -but not limited to, implied warranties of merchantability; fitness for a -particular purpose; title; and non-infringement) with regard to -KotlinConf App and the provision of or failure to provide support -services. - -5.3. To the maximum extent permitted by applicable law, JetBrains -Parties do not represent or warrant that KotlinConf App: (a) is -accurate, reliable or correct; (b) will meet any of Your requirements; -(c) will be available at any particular time or location, uninterrupted -or secure; (d) is free of defects or errors and that any, if found, will -be corrected; and/or (e) is free of viruses or other harmful components. - -5.4. You may have other rights which may not be limited or excluded and -which may vary from jurisdiction to jurisdiction. This document is not -intended to negatively affect such rights. - -#### 6. DISCLAIMER OF DAMAGES - -6.1. To the maximum extent permitted by applicable law, in no event will -JetBrains Parties be liable to You or anyone else for: (a) any loss of -use, data, goodwill, or profits, whether or not foreseeable; (b) any -loss or damages in connection with termination or suspension of Your -access to KotlinConf App in accordance with this Agreement; or (c) any -special, incidental, indirect, consequential, exemplary or punitive -damages whatsoever (even if the relevant JetBrains Party has been -advised of the possibility of these damages), including those (x) -resulting from loss of use, data, or profits, whether or not -foreseeable, (y) based on any theory of liability, including breach of -contract or warranty, strict liability, negligence or other tortious -action, or (z) arising from any other claim arising out of or in -connection with Your use of or access to KotlinConf App or JetBrains -content presented therein. the foregoing limitation of liability shall -apply to the fullest extent permitted by law in the applicable -jurisdiction. - -6.2. The total liability of the JetBrains Parties in any matter arising -out of or in relation to this Agreement is limited to the amount paid, -if any, for KotlinConf App or five (5) EUR, whichever is less. This -limitation will apply even if the JetBrains Parties have been advised of -the possibility of liability exceeding such an amount and -notwithstanding any failure of the essential purpose of any limited -remedy. - -#### 7. EXPORT REGULATIONS - -7.1. You must comply with all applicable laws and regulations with -regard to economic sanctions, export controls, import regulations, -restrictive measures, and trade embargoes (“**Sanctions**”), including -those of the European Union and United States. You declare and warrant -that You are not a person targeted by Sanctions nor You are otherwise -acting on behalf of any entity or person targeted by Sanctions. You -agree that You will not download or otherwise export or re-export -KotlinConf App or any related technical data directly or indirectly to -any person targeted by Sanctions or download or otherwise use KotlinConf -App for any end-use prohibited or restricted by Sanctions. - -7.2. You must immediately report any concerns of non-compliance -regarding Sanctions to -[compliance@jetbrains.com](mailto:compliance@jetbrains.com), or -[legal@jetbrains.com](mailto:legal@jetbrains.com) and cooperate -with JetBrains in its efforts to verify and ensure compliance with -Sanctions. - -#### 8. TEMPORARY SUSPENSION - -JetBrains reserves the right to suspend Your access to KotlinConf App if -Your use of KotlinConf App is in violation of this Agreement, disrupts -or imminently threatens the security, integrity, or availability of -KotlinConf participants or organizors. - -#### 9. TERM AND TERMINATION - -9.1. The term of this Agreement will commence upon Your acceptance of -this Agreement as set out in the preamble above, and will continue for -the term of Your use of KotlinConf App unless terminated earlier in -accordance with this Agreement or applicable law. Upon termination, You -must discontinue using KotlinConf App and delete all copies of -KotlinConf App from Your device. - -9.2. You may terminate this Agreement with immediate effect by notifying -JetBrains of such termination. - -9.3. JetBrains may terminate this Agreement if: - -\(i\) You have materially breached this Agreement and fail to cure such -breach within thirty (30) days of written notice; - -\(ii\) JetBrains is required to do so by law, including where the -provision of KotlinConf App to You is, or becomes, unlawful); or - -\(iii\) JetBrains elects to discontinue providing KotlinConf App, in -whole or in part. - -9.4. JetBrains will make reasonable efforts to notify You by email (to -the email address provided by You) as follows thirty (30) days prior to -termination of the Agreement in the events specified in Sections 11.3(C) -above, if applicable. - -9.5. Upon the expiration or termination of this Agreement, Sections 4, -5, 6, 7 and 10 of this Agreement survive. - -#### 10. GENERAL - -10.1. **Entire Agreement**. -[This](https://www.lawinsider.com/clause/entire-agreement) Agreement -constitutes together with the Code of Conduct available at -[https://kotlinconf.com/code-of-conduct](https://kotlinconf.com/code-of-conduct) -the entire agreement between You and JetBrains with respect to Your use -of KotlinConf App**.** - -10.2. **Reservation of Rights**. JetBrains reserves the right at any -time to alter features, functions, terms of use, JetBrains Content or -other characteristics of KotlinConf App. Nothing in this Agreement -limits any rights a consumer may have under applicable consumer -protection laws. - -10.3. **Severability**. If a particular term of this Agreement is not -enforceable, the unenforceability of that term will not affect any other -terms of this Agreement. - -10.4. **Interpretation**. Headings and titles are for convenience only -and do not affect the interpretation of this Agreement. Terms such as -“including” are not exhaustive. - -10.5. **No Waiver**. Our failure to enforce or exercise any part of this -Agreement is not a waiver of that section. - -10.6. **Notice**. JetBrains may deliver any notice to You via electronic -mail to an email address provided by You, registered mail, personal -delivery or renowned express courier (such as DHL, FedEx or UPS). Any -such notice will be deemed to be effective (i) on the day the notice is -sent to You via email, (ii) upon personal delivery, (iii) one (1) day -after deposit with an express courier, (iv) or five (5) days after -deposit in the mail, whichever occurs first. - -10.7. **Governing Law**. This Agreement is governed by the laws of the -Netherlands, without regard to conflict of laws principles and -specifically excluding the United Nations Convention on Contracts for -the International Sale of Goods. The Parties to the agreement -constituted by this Agreement undertake to use best commercial efforts -to amicably settle any disputes arising hereunder (“**Dispute**”). - -10.8. **Dispute Resolution**. Should the Parties to this Agreement fail -to settle a Dispute amicably, You and we both agree that any -Dispute-related litigation may only be brought in, and shall be subject -to the jurisdiction of, any competent court of the Netherlands, unless -provided otherwise by applicable consumer law. Any disputes between -JetBrains and an individual consumer, who is an EU resident, can be -settled out of court through alternative dispute resolution (ADR). This -can be done through the ODR platform accessible through: -[http://ec.europa.eu/consumers/odr/](http://ec.europa.eu/consumers/odr/). - -13.12. **Data Privacy**. By accepting this Agreement, You acknowledge -that JetBrains will process personal data in accordance with the -KotlinConf App Privacy Policy. - -13.13. **Force Majeure**. Neither Party shall be in breach of this -Agreement, or otherwise liable to the other, by reason of any delay in -performance, or non-performance of any of its obligations under this -Agreement (except payment obligations), arising directly from an act of -God, fire, flood, natural disaster, act of terrorism, strike, lock-out, -labour dispute, public health emergency, civil commotion, riot, or act -of war. - -13.14. **Children and minors**. If You are under 18 years old, then by -entering into this Agreement You explicitly stipulate, that (i) You have -legal capacity to conclude this Agreement or that You have valid consent -from a parent or legal guardian to do so and (ii) You understand the -KotlinConf App Privacy Policy. You may not -enter into this Agreement if You are under 16 years old. If You do not -understand this section, do not understand the KotlinConf App Privacy -Policy or do not know whether You have the legal capacity to accept -these terms, please ask Your parent or legal guardian for help. - -For further information, please contact us at -[info@kotlinconf.com](mailto:info@kotlinconf.com). diff --git a/shared/src/commonMain/composeResources/files/code-of-conduct.md b/shared/src/commonMain/composeResources/files/code-of-conduct.md deleted file mode 100644 index f6021f6b..00000000 --- a/shared/src/commonMain/composeResources/files/code-of-conduct.md +++ /dev/null @@ -1,11 +0,0 @@ -This event is dedicated to providing a harassment-free experience for everyone, regardless of gender, sexual orientation, ability, physical appearance, body size, race, or religion. - -We do not tolerate harassment of event participants in any form. Sexual language and imagery is not appropriate for any event venue, including talks. Event participants violating these rules may be sanctioned or expelled from the event without a refund at the discretion of the event organizers. - -Any form of written or verbal communication that can be harassing to any attendee, speaker, or staff member is not allowed at this event. Harassment includes offensive verbal comments related to gender, sexual orientation, ability, physical appearance, body size, race, or religion; sexual images in public spaces; deliberate intimidation; stalking; following; photography or recording without the subject's consent photography or recording; sustained disruption of talks or other activities; inappropriate physical contact; and unwelcome sexual attention. - -Exhibitors in the expo hall, sponsor or vendor booths, or similar areas are also subject to the anti-harassment policy. Exhibitors should not use sexualized images, activities, or other materials. Booth staff, including volunteers, should not wear sexualized clothing, uniforms, or costumes, or otherwise create a sexualized environment. - -We expect participants to follow these rules at all event venues and event-related social gatherings. Please inform an event staff member (identified by their official t-shirts and/or special badges) if you feel a violation has taken place. Participants asked to stop any harassing behavior are expected to comply immediately. Event staff will be happy to help participants contact hotel/venue security or local law enforcement, provide escorts, or otherwise ensure those experiencing harassment feel safe for the duration of the event. - -We value your attendance. diff --git a/shared/src/commonMain/composeResources/files/first-floor-dark.svg b/shared/src/commonMain/composeResources/files/first-floor-dark.svg deleted file mode 100644 index f1962574..00000000 --- a/shared/src/commonMain/composeResources/files/first-floor-dark.svg +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/files/first-floor.svg b/shared/src/commonMain/composeResources/files/first-floor.svg deleted file mode 100644 index ce98412f..00000000 --- a/shared/src/commonMain/composeResources/files/first-floor.svg +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/files/ground-floor-dark.svg b/shared/src/commonMain/composeResources/files/ground-floor-dark.svg deleted file mode 100644 index d94744f7..00000000 --- a/shared/src/commonMain/composeResources/files/ground-floor-dark.svg +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/files/ground-floor.svg b/shared/src/commonMain/composeResources/files/ground-floor.svg deleted file mode 100644 index 3dc20326..00000000 --- a/shared/src/commonMain/composeResources/files/ground-floor.svg +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/src/commonMain/composeResources/files/visitors-privacy-policy.md b/shared/src/commonMain/composeResources/files/visitors-privacy-policy.md deleted file mode 100644 index acbc6d94..00000000 --- a/shared/src/commonMain/composeResources/files/visitors-privacy-policy.md +++ /dev/null @@ -1,130 +0,0 @@ -Dear Visitors, We at JetBrains Expo B.V. and our associated companies, -which can be found listed on: -[https://www.jetbrains.com/company/contacts/](https://www.jetbrains.com/company/contacts/) -(collectively referred to as “JetBrains” or “our” or “we”), respect you -and are committed to honoring and safeguarding your privacy. This -Privacy Policy describes our privacy practices regarding the collection -and use of your personal data when you visit our event KotlinConf 2024 -which takes place in the Bella Center Copenhagen, Copenhagen, Denmark -(“premises”) between the dates of May 22th and 24th, 2023. - -This Privacy Policy may be amended from time to time. The respective -latest version of the Privacy Policy at the point of time of your visit -shall apply. The data controllers are JetBrains Expo B.V., -Huidekoperstraat 26, 1017 ZM Amsterdam, the Netherlands, and the -[associated companies, JetBrains](https://www.jetbrains.com/company/contacts/) N.V., JetBrains -GmbH and JetBrains s.r.o. - -JetBrains and its associated companies act as joint data controllers, -who are jointly responsible for compliance with data protection -legislation. JetBrains Expo B.V. is primarily responsible for exercising -the rights of data subjects and providing information about data -processing. - -### Following instructions - -Each Visitor to the premises shall always follow the instructions of our -staff. - -### Regular visits - -In case of a regular visit, we shall obtain certain limited personal -information from you as described hereunder. - -Video surveillance -Please be informed that Bella Center Copenhagen operates video -surveillance in the premises where KotlinConf 2024 will be held and the -rest of their premises. For more information we refer to their -[Privacy Policy](https://www.bellagroup.dk/en/privacy) and -further information which can be found on their website: -[https://www.bellacenter.dk/en](https://www.bellacenter.dk/en). - -Photos and records -Please note that during KotlinConf we usually take illustrative or -documentary photos and/or audio/visual records, which can include your -images and capture your appearance. These records may serve for the -adequate public use within our marketing and promotional activities on -our social networks or in selected public media. In accordance with the -GDPR we shall ask for your consent where required before making and -sharing, as applicable, such photos or records on our social networks or -in selected public media. We will not take nor publish any photos or -records displaying you in a degrading way. - -Badge printing at registration -We use pretix to provide badge printing services for those attending -KotlinConf 2024. Your information will be shared with pretix for the -purpose of printing on your name badge the contact information as -provided during your registration for KotlinConf 2024 (such as your full -name and company name). Pretix will only process your name for the -purposes described above in compliance with applicable laws. A name -badge is required to gain access to KotlinConf 2024. - -Badge scanning -Furthermore, please note that during KotlinConf 2024 we use pretix to -provide badge scanning services, also called lead retrieval or scanning, -to certain exhibitors and/or sponsors. On the name badge there shall be -a QR-code which holds certain personal data as provided by you during -your registration for KotlinConf 2024 (such as your full name, contact -details such as e-mail, job title and company name). Exhibitors and/or -sponsors at KotlinConf 2024 may wish to scan your badge so they can -contact you with more information. By allowing your badge to be scanned, -you are consenting to have pretix provide the above-mentioned -information to the exhibitor and/or sponsor for the purposes of further -(marketing) communication and to contact you with more information -post-event. As the scanning is based on your consent to the exhibitor -and/or sponsor, if you do not wish to be contacted by the party in -question, please communicate this directly to them at the event or -thereafter. - -For more information about pretix we refer to their [privacy -page](https://pretix.eu/about/en/privacy). - -**Purpose for processing personal data** - -The legal basis for data processing is our legitimate interest in the -organization of our events, in promoting and marketing our products and -services, crime prevention and ensuring safety for our visitors, staff -and ourselves. - -**Specific collection and processing of personal data** - -Please note that we will obtain your specific consent for any other -purpose or occasion of your personal data collection and processing not -mentioned explicitly in this Privacy Policy. - -### Use, security and retention of personal data - -Your personal data is maintained in a secure manner. Only authorized -employees and security personnel have access to them. We will only keep -your personal data for as long as is reasonably necessary for the -purposes outlined above or to comply with legal requirements under -applicable law(s). - -We do NOT transfer or share your personal data with other persons or -organizations unless required or permitted by law except for sharing -within the JetBrains group of companies described above, which act as -joint data controllers and process personal data for the purposes -described above. We may share your data with certain [third -parties](https://www.jetbrains.com/legal/privacy/third-parties.html) -which help us to run our business such as for badge printing, badge -scanning, catering services or t-shirt supplies. - -### Your rights - -You have the following rights under the law regarding your personal -data: Right of access, right to rectification, right to erasure, right -to restriction of processing, right to personal data portability, and -right to object. Should you wish to (i) exercise them, (ii) to revoke -any consent given to us, or (iii) if you have any concerns as to how -your data is processed you can contact us at -[privacy@jetbrains.com](mailto:privacy@jetbrains.com). - -You may also contact JetBrains to get up-to-date information about your -personal data processing and any personal data recipients. - -For more details and further information on your rights, please visit -the pertinent segment in our Privacy Policy accessible at -[https://www.jetbrains.com/legal/docs/privacy/privacy/](https://www.jetbrains.com/legal/docs/privacy/privacy/). - -You may lodge a complaint related to the processing of your personal data with the competent data protection supervisory authority, i.e. in the Netherlands the Authority Personal Data (*Autoriteit Persoonsgegevens*), with its visiting address at Hoge Nieuwstraat 8, 2514 EL Den Haag. For more information, please visit [https://autoriteitpersoonsgegevens.nl](https://autoriteitpersoonsgegevens.nl). - diff --git a/shared/src/commonMain/composeResources/files/visitors-terms.md b/shared/src/commonMain/composeResources/files/visitors-terms.md deleted file mode 100644 index b8581892..00000000 --- a/shared/src/commonMain/composeResources/files/visitors-terms.md +++ /dev/null @@ -1,205 +0,0 @@ -These General Terms and Conditions for Visitors apply for every visit to -KotlinConf 2024 (“KotlinConf”, “event”). The KotlinConf of 2024 takes -place in the Bella Center Copenhagen, Copenhagen, Denmark (“premises”) -between May 22 - 24, 2024. Please read these General Terms and -Conditions for Visitors carefully before visiting and entering the -premises of KotlinConf. By visiting KotlinConf and entering the -premises, you are entering into a legal agreement with JetBrains Expo -B.V., with its registered address at Huidekoperstraat 26, 1017 ZM -Amsterdam, the Netherlands, registered with the Dutch Chamber of -Commerce under the number: 74098896, VAT ID number: NL 85977129 -("JetBrains", "we"), and you hereby agree to abide by these Terms. -Nothing in these Terms limits any rights a consumer might have under -applicable consumer protection laws. - -If you do not agree to all of the terms and conditions set forth in -these General Terms and Conditions for Visitors, please do not visit -KotlinConf or enter the premises. The General Terms and Conditions for -Visitors are a binding agreement between JetBrains and you. - -**Definitions** - -In addition to the definitions specified above, the following -definitions are used throughout these General Terms and Conditions for -Visitors: - -**Ticket**. Any entrance or activity ticket that provides access to -KotlinConf. Tickets are divided into: Conference Ticket(s), which -only provide regular admission to the conference and Workshop -Ticket(s), which provide access to one pre-selected workshop and the -regular admission to the conference. - -**Visitor**. Any person who enters the premises at which KotlinConf is -held and participates in the event. - -**Group** and **Group Visit**. A group of visitors who visit KotlinConf -as a group. - -**Organizer**. An individual, company, or institution who/which -organized or organizes Group Visits. - -**Website**. Any website that is the property of JetBrains s.r.o., -including but not limited to everything hosted under the domains listed -at -[https://www.jetbrains.com/legal/websites/](https://www.jetbrains.com/legal/websites/) - -These General Terms and Conditions for Visitors shall apply to any visit -to and all Visitors to KotlinConf. - -The applicability of these General Terms and Conditions for Visitors -shall be without prejudice to the potential applicability of other -contractual terms and conditions and/or regulations applied by -JetBrains, such as the Terms of Use, and other terms published on the -Website from time to time. - -**Entrance admission** - -Visitors are given access to KoltinConf upon the presentation of a valid -Ticket or valid ID at the entrance and upon the condition that they take -into account our [Code of -Conduct](https://kotlinconf.com/code-of-conduct). Furthermore, if a -Student Discount was used during the purchase of the Ticket the Visitor -will need to provide a valid academic ID together with the valid Ticket -or valid ID. You can print your Ticket or present it on a mobile device -at the entrance. - -For the avoidance of doubt, please be aware that on May 22, 2024 the -workshops shall be held while the conference shall be held on May 23 - -24, 2024. If you have purchased a Workshop Ticket this gives you access -to attend your pre-selected workshop on May 22, 2024 and provides -regular admission to the conference, if you have purchased the -Conference Ticket this means you can’t attend the workshops but shall -only receive regular admission to the conference. - -JetBrains reserves the right to refuse admission to Visitors if it -determines, in its sole discretion, that the Visitor poses a threat to -the health and/or safety of other Visitors or the staff of KotlinConf -and/or the safety of the premises, our partners and the event in -general. - -**Your visit to KotlinConf** - -You visit KotlinConf at your own risk. As a Visitor, you are obliged to -comply with these General Terms and Conditions for Visitors and follow -directions and instructions given by our staff. If you violate these -General Terms and Conditions for Visitors and/or act in violation of -directions and instructions given by our staff (to you), in any way, we -may, in our sole discretion, decide to refuse subsequent admission to -KotlinConf. In such an event, we will not be obligated to compensate for -any damages or to refund the Ticket. - -As Visitor you shall be liable for any damage you inflict to JetBrains -and to any of our property during your visit to KotlinConf. - -*Privacy* - -Please be informed that Bella Center Copenhagen operates video -surveillance in the premises where KotlinConf 2024 will be held and the -rest of their premises. For more information we refer to their -[Privacy Policy](https://www.bellagroup.dk/en/privacy) and -further information which can be found on their website: -[https://www.bellacenter.dk/en](https://www.bellacenter.dk/en). - -For more information about the collection and use of your personal data -by JetBrains when you visit KotlinConf, you can refer to our Privacy -Policy for Visitors, hard copies of which are also available from our -staff. - -We regularly grant permission or ask our staff or third parties to make -audiovisual material, such as photographs or videos, during KotlinConf. -Such content is usually made for marketing purposes or to use on our -Website or other social media. Before making and using any such content -in which our Visitors will be recognizable, we always try to ask for -consent in advance. We ask you to make any objections to the recording -or publication of visual material in which you are recognizable known to -us at [privacy@jetbrains.com](mailto:privacy@jetbrains.com) or by -informing one of our staff members. In the event of an objection, -JetBrains shall undertake to prevent the further recording and/or -publication of the material. You may withdraw the consent given or -request us to stop using, or request us to remove, a specific photo(s) -and/or video(s) from our social media and/or Website at any time. If you -want to make use of these rights, please send the relevant request to -[privacy@jetbrains.com](mailto:privacy@jetbrains.com). - -Further information on data processing, including your rights, such as -the right of access, is available in our Privacy Policy available at -[https://www.jetbrains.com/legal/docs/privacy/privacy/](https://www.jetbrains.com/legal/docs/privacy/privacy/). - -**Rules** - -To make sure that everyone’s visit is safe and pleasant, we have rules -that our Visitors must follow. Our rules, and other information can be -found at -[https://kotlinconf.com/code-of-conduct/](https://kotlinconf.com/code-of-conduct/). -The code of conduct of the premises at which KotlinConf shall be held -can be found at -LINK. We ask our Visitors to always follow the instructions given -by our staff. - -During your visit to KotlinConf, you, as a Visitor, shall not: - -- possess, use or trade in drugs; - -- possess weapons or any objects that can be used as weapons; - -- commit theft or vandalism; - -- use violence or threaten violence; - -- make discriminatory remarks; - -- engage in any form of sexual intimidation; - -- bring anyone into disrepute; - -- consume your own food or drinks; - -- take service items (plates, glasses etc.) outside the building; - -- drink excessively; - -- cause excessive noise in the immediate vicinity; - -- use the internet network of the premises for illegal purposes; - -- use the internet network of the premises to download or visit illegal - or offensive content; - -- enter or cross areas that are not meant for Visitors or that have been - barricaded; - -- interact with exhibits or use those in the manner contradicting the - guidance provided by staff members; - -- smoke; - -- bring any animals (including pets) along, with the exception of - service animals. - -**Liability of JetBrains** - -JetBrains shall only be liable for direct damage sustained by a Visitor -which is the direct consequence of intent (*opzet*) or gross negligence -(*grove nalatigheid*) on the part of JetBrains. JetBrains shall not be -liable for indirect damage, such as consequential damage, lost profits, -etc. - -The liability of JetBrains shall be limited to the lower of the -following two sums: - -1) the sum paid out to JetBrains by its insurance company with respect - to that individual claim; or - -2) the reimbursement made to JetBrains by a third party for the damage - with respect to that individual claim. - -**Terms for Group Visits** - -This section shall apply in cases in which an Organizer wants to -organize or has organized a Group Visit. In such cases all agreements -are concluded between the Organizer and JetBrains. - -It is the responsibility of the Organizer to ensure that the members of -the Group comply with the [Code of -Conduct](https://kotlinconf.com/code-of-conduct) and these General -Terms and Conditions for Visitors.