Compare commits
33 commits
tobias/add
...
main
Author | SHA1 | Date | |
---|---|---|---|
tuxcoder | 4fe38e95ed | ||
6213255577 | |||
b8a38f11ff | |||
6cc76c7227 | |||
8bc2f59cd0 | |||
005af7928e | |||
ca24f37273 | |||
6675a4adaf | |||
a0a109ad09 | |||
28fb61ba76 | |||
843a14287e | |||
02c25c1ca0 | |||
dda6cd5542 | |||
3ee74afb5b | |||
b528d7370f | |||
e788dd0d3a | |||
49c9c47b5d | |||
6ecf91363c | |||
19eae523d5 | |||
0575682cf7 | |||
a8835fb425 | |||
2134507d81 | |||
2eb72e1e55 | |||
8d2be30de6 | |||
f439c12823 | |||
4ae68421ff | |||
58c472f48d | |||
5fd71973ca | |||
50dba42879 | |||
e809b7ea9e | |||
f8553b6828 | |||
54c0121608 | |||
3faff9d8a0 |
BIN
dist/assets/hoodie_1k6NP4.jpg
vendored
Normal file
After Width: | Height: | Size: 47 KiB |
1
dist/assets/index.07df762c.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
header:where(.astro-XIQV7NGV){width:100%;padding:1.5rem;min-height:50vh;display:flex;align-items:center;justify-content:center}h1:where(.astro-XIQV7NGV){display:block;font-size:6.4ch;line-height:1.1;color:var(--headline-color)}h1:where(.astro-XIQV7NGV) img:where(.astro-XIQV7NGV){max-width:100%}section:where(.astro-XIQV7NGV){margin-bottom:4rem}.tickets:where(.astro-XIQV7NGV){width:100%;text-align:center}.tickets:where(.astro-XIQV7NGV) a:where(.astro-XIQV7NGV){color:var(--background)}.tickets:where(.astro-XIQV7NGV) h2:where(.astro-XIQV7NGV){font-size:2rem;line-height:1.2;margin:0;color:#000}time:where(.astro-XIQV7NGV){font-size:3.2ch}address:where(.astro-XIQV7NGV){font-style:normal}@media screen and (min-width:768px){.tickets:where(.astro-XIQV7NGV){margin:0-1.5rem 3rem;width:calc(100% + 3rem)}.tickets:where(.astro-XIQV7NGV) h2:where(.astro-XIQV7NGV){font-size:2.2rem}}
|
1
dist/assets/index.4483bd93.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
:root{--background:#000;--headline-color:#fff;--text-color:#7a7879;--gradient:linear-gradient( 95.7deg, #44b4e9 -2.12%, #008317 41.14%, #fed61e 64.72%, #ff9900 77.58%, #6c2400 96.25% )}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;src:local("IBM Plex Mono Medm"),local("IBMPlexMono-Medm"),url(/fonts/IBMPlexMono-Medium-Latin1.woff2)format("woff2");unicode-range:U+0000,U+000D,U+0020-007E,U+00A0-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122,U+2212,U+FB01-FB02}*,:after,:before{box-sizing:border-box}html{font-family:IBM Plex Mono,monospace;background-color:var(--background);color:var(--text-color, #cdcfdb);font-size:1rem;line-height:1.5;font-weight:500;width:100vw}body{margin:0;padding:0;overflow-x:hidden;width:100%}.site-header,nav{display:flex;justify-content:space-between}.site-header{max-height:4.5rem;max-width:90rem;margin:0 auto;align-items:stretch}.site-header>label{font-size:1.5rem;margin:auto 1.5rem;padding:.25rem .75rem}.logo{width:6.4rem;height:100%;margin:auto;margin-left:.75rem}nav{position:fixed;height:100vh;width:100vw;background:var(--background);text-align:center;flex-direction:column;align-items:center;padding:2rem;font-size:1.5rem;transform:translate(100vw);transition:transform .25s ease-in-out;z-index:10}nav label{align-self:flex-end}nav .nav-links{list-style:none;padding:0;gap:2rem}nav .nav-links li:not(:last-child):after{content:"////";opacity:.5;display:block}#nav-toggle{overflow:hidden;position:absolute;left:-99999px;top:-9999px}#nav-toggle:checked+nav{transform:none}.socials,main{padding:1.5rem;width:100%}.socials{list-style:none;display:inline-flex;justify-content:center;margin:0;gap:4rem}.socials li{height:100%;flex:0 1 1.5rem}.socials li img{height:100%}.socials.desktop-only{height:4.5rem;width:auto;gap:1.5rem}.socials.desktop-only ul{flex-direction:row}main{margin:auto;max-width:64ch}a,h1,h2,h3,h4,h5,h6{color:var(--headline-color)}h1,h2,h3,h4,h5,h6{font-weight:500}a{text-decoration:none;transition:opacity .2s ease-in-out}a:hover{opacity:.75}button{appearance:none;border:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:500;cursor:pointer}.gradient-bg,.gradient-border{border-radius:1.5rem;padding:1.5rem}.gradient-bg{background:var(--gradient);color:var(--background)}.gradient-border{position:relative;background-clip:padding-box;background:var(--background);transition:border-radius .2s ease-in-out}.gradient-border:before{position:absolute;inset:0;margin:-3px;z-index:-1;background:var(--gradient);border-radius:inherit;content:""}.gradient-border:is(button):hover{border-radius:.5rem}footer{font-size:.75rem;text-align:center;padding:1.5rem 0}.invisible{opacity:0;pointer-events:none}@media screen and (min-width:768px){nav{flex-direction:row;padding:0;position:relative;font-size:1rem;width:100%;height:auto;transform:none;background:0 0;justify-content:center}nav .nav-links{display:flex;gap:.75rem}nav .nav-links li:not(:last-child):after{content:"/";display:inline}.mobile-only{display:none}.desktop-only{display:inherit}}@media screen and (max-width:768px){.desktop-only{display:none}}
|
1
dist/assets/index.ce3bfed3.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.grid-2col:where(.astro-AP6KFO42),.grid-3col:where(.astro-AP6KFO42){display:grid;gap:2rem}.thumbnail:where(.astro-AP6KFO42){height:8rem;display:flex;justify-content:center;margin-bottom:1rem}.thumbnail:where(.astro-AP6KFO42) img:where(.astro-AP6KFO42){max-height:100%;max-width:100%;border:2px solid var(--text-color);border-radius:1rem}.buttons:where(.astro-AP6KFO42){display:grid;gap:1rem;text-align:center}.fill:where(.astro-AP6KFO42){width:100%}.color-block:where(.astro-AP6KFO42) .sample:where(.astro-AP6KFO42){min-height:2rem;width:100%;border-radius:.5rem}@media screen and (min-width:768px){.grid-2col:where(.astro-AP6KFO42){grid-template-columns:repeat(2,1fr)}.grid-3col:where(.astro-AP6KFO42){grid-template-columns:repeat(3,1fr)}}
|
1
dist/assets/index.f01fce76.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
figure:where(.astro-5PLQHD7E),p:where(.astro-5PLQHD7E){margin-bottom:4rem;text-align:center}img:where(.astro-5PLQHD7E){width:100%;height:auto}
|
BIN
dist/assets/stanley_1dGpSA.jpg
vendored
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
dist/assets/stella_Zio6sy.jpg
vendored
Normal file
After Width: | Height: | Size: 97 KiB |
BIN
dist/assets/zipper_2gV2HW.jpg
vendored
Normal file
After Width: | Height: | Size: 128 KiB |
BIN
dist/design-resources/avatar/Avatar.jpg
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
dist/design-resources/avatar/Avatar_padded.jpg
vendored
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
dist/design-resources/logo/colored.jpg
vendored
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
dist/design-resources/logo/colored.png
vendored
Normal file
After Width: | Height: | Size: 5.8 KiB |
1
dist/design-resources/logo/colored.svg
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 512 256"><path fill="#fff" d="M70 119h8V68.7h-8v21.4H53.2V68.7h-8V119h8V96.9H70V119Zm53.4 0v-6.2h-4.7V94.2c0-8.5-5.7-13.2-15-13.2-8 0-13 3.4-15 7.4l4.6 3.8c2-3 4.8-5.1 9.6-5.1 5.3 0 8 2.6 8 7.6v2.8h-7.1c-11 0-16.3 4-16.3 11.1 0 7 4.9 11.3 12.4 11.3 5.9 0 9.8-2.7 11.2-7.2h.4c.4 3.8 2.6 6.3 7.1 6.3h4.8Zm-21.2-4.9c-4.2 0-6.8-1.7-6.8-5v-1.5c0-3.3 2.7-5 8.5-5h7v5.3c0 3.7-3.7 6.2-8.7 6.2Zm47.1 5.8c7.8 0 12.6-3.7 15-8.9l-5.8-3.5a9.4 9.4 0 0 1-9.1 5.9c-6.1 0-9.5-4-9.5-9.9v-6.2c0-5.9 3.4-9.8 9.3-9.8 4.4 0 7.1 2.1 8.4 5.6l6.1-3.3c-2.3-5.2-6.8-8.8-14.5-8.8-10.9 0-17.5 7.5-17.5 19.4 0 11.9 6.5 19.5 17.6 19.5Zm26.6-.9h7.8v-13.2l5.2-4.9 13 18.1h9.4l-16.7-22.5 15-14.7h-9.3L190 92l-5.8 6h-.4V65.7H176V119Zm60.7-44c3.9 0 5.3-1.8 5.3-4.2v-1.5c0-2.4-1.4-4.2-5.4-4.2-3.9 0-5.3 1.8-5.3 4.2v1.5c0 2.4 1.4 4.3 5.4 4.3ZM220 119h32.4v-6.3h-12V81.8H220v6.4h12.6v24.5H220v6.3Zm49.8 0V93.8c0-4.3 4-6.4 8-6.4 5 0 7.7 3 7.7 8.8V119h7.9V95.1c0-9-5-14.1-12.6-14.1-6 0-9.1 3.3-10.7 7.2h-.3v-6.4h-7.9V119h7.9Zm70.3 4c0-6-4.1-10.3-14.1-10.3h-8.4c-3.2 0-5.8-.3-5.8-2.6 0-2 2.2-3.1 4-3.6 1.4.3 2.9.5 4.5.5 9.2 0 15.2-5 15.2-13 0-4.4-1.8-7.9-5-10.1V82h8.6v-6h-6.8c-3.3 0-5 2.2-5 5v1.3a19 19 0 0 0-7-1.2c-9.1 0-15 5.1-15 13a12 12 0 0 0 7 11.4v.4c-3.8.9-6.6 2.5-6.6 6.2 0 2.8 1.5 4.5 4 5.4v.7c-4 1.1-6.4 3.2-6.4 7.2 0 5.6 4.4 9 17.3 9 13 0 19.5-3.6 19.5-11.3Zm-7.4.5c0 3.4-3.2 5.2-9.1 5.2h-5.8c-5.5 0-7.7-2.3-7.7-5 0-2 1-3.4 2.8-4.3h12.8c5.3 0 7 1.6 7 4.1Zm-12.4-22c-5 0-7.4-2.6-7.4-6.5v-2c0-4 2.4-6.6 7.4-6.6s7.5 2.6 7.5 6.6v2c0 4-2.4 6.6-7.5 6.6Zm89-26.4c3.9 0 5.3-1.9 5.3-4.3v-1.5c0-2.4-1.4-4.2-5.4-4.2-3.9 0-5.3 1.8-5.3 4.2v1.5c0 2.4 1.4 4.3 5.4 4.3ZM392.6 119H425v-6.3h-11.8V81.8h-20.6v6.4h12.7v24.5h-12.7v6.3Zm49.8 0V93.8c0-4.3 4-6.4 8.1-6.4 5 0 7.7 3 7.7 8.8V119h7.9V95.1c0-9-5-14.1-12.6-14.1-6 0-9.1 3.3-10.7 7.2h-.4v-6.4h-7.8V119h7.8ZM54.1 191v-20h10.7c9.5 0 14.8-5.8 14.8-15.1 0-9.4-5.3-15.2-14.8-15.2H46V191h8.1Zm0-43.6h9.5c5 0 7.5 2.3 7.5 6.9v3c0 4.7-2.4 7-7.5 7h-9.5v-16.9Zm69.3 43.6v-6.2h-4.7v-18.6c0-8.5-5.7-13.2-15-13.2-8 0-13 3.4-15 7.4l4.6 3.8c2-3 4.8-5.1 9.6-5.1 5.3 0 8 2.6 8 7.6v2.8h-7.1c-11 0-16.3 4-16.3 11.1 0 7 4.9 11.3 12.4 11.3 5.9 0 9.8-2.7 11.2-7.2h.4c.4 3.8 2.6 6.3 7.1 6.3h4.8Zm-21.2-4.9c-4.2 0-6.8-1.7-6.8-5v-1.5c0-3.3 2.7-5 8.5-5h7v5.3c0 3.7-3.7 6.2-8.7 6.2Zm29.6 4.9H163v-6.3h-13.5v-17.2c0-3.8 3.6-6.2 9.4-6.2h7.8v-7.5h-5.3c-6.4 0-10 3.9-11.4 8h-.5v-8h-17.7v6.4h9.9v24.5h-9.9v6.3Zm78 0v-6.2H205v-18.6c0-8.5-5.8-13.2-15.1-13.2-7.9 0-13 3.4-15 7.4l4.7 3.8c2-3 4.8-5.1 9.5-5.1 5.4 0 8 2.6 8 7.6v2.8h-7c-11.1 0-16.4 4-16.4 11.1 0 7 5 11.3 12.5 11.3 5.8 0 9.7-2.7 11.2-7.2h.3c.4 3.8 2.7 6.3 7.1 6.3h4.9Zm-21.3-4.9c-4.2 0-6.7-1.7-6.7-5v-1.5c0-3.3 2.7-5 8.5-5h7v5.3c0 3.7-3.7 6.2-8.8 6.2Zm29.6 4.9h32.5v-6.3h-12.4v-47h-20.1v6.4h12.3v40.6h-12.3v6.3Zm43.2 0h32.4v-6.3h-12.3v-47h-20.1v6.4h12.3v40.6h-12.3v6.3Zm60.1.9c7.7 0 12.8-3.4 15.4-7.7l-5-4.4c-2 3.5-5.5 5.7-10.2 5.7-6.4 0-10.3-4-10.3-10v-1.1h26.6v-3c0-11-6.6-18.4-17-18.4-10.6 0-17.5 7.5-17.5 19.5 0 11.8 6.6 19.4 18 19.4Zm-.6-33c5.5 0 9.1 3.9 9.1 9.7v.7h-18.6v-.5c0-5.7 4-9.8 9.5-9.8Zm26.8 32.1h32.5v-6.3h-12.3v-47h-20.2v6.4h12.3v40.6h-12.3v6.3Z"/><path fill="url(#a)" d="M393 191.2h7.7L433 137h-7.7L393 191.2Z"/><path fill="url(#b)" d="M408 191.2h7.7L448 137h-7.7L408 191.2Z"/><path fill="url(#c)" d="M423 191.2h7.7L463 137h-7.7L423 191.2Z"/><path fill="url(#d)" d="M439 191.2h7.7L479 137h-7.7L439 191.2Z"/><defs><linearGradient id="a" x1="397.6" x2="397.6" y1="191.2" y2="137" gradientUnits="userSpaceOnUse"><stop stop-color="#F90"/><stop offset="1" stop-color="#44B4E9"/></linearGradient><linearGradient id="b" x1="412.4" x2="412.4" y1="191.2" y2="137" gradientUnits="userSpaceOnUse"><stop stop-color="#6C2400"/><stop offset=".3" stop-color="#003A3E"/><stop offset=".7" stop-color="#267400"/><stop offset="1" stop-color="#FFD630"/></linearGradient><linearGradient id="c" x1="427.4" x2="427.4" y1="191.2" y2="137" gradientUnits="userSpaceOnUse"><stop stop-color="#F0C728"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="d" x1="471.5" x2="471.2" y1="143" y2="191.4" gradientUnits="userSpaceOnUse"><stop stop-color="#F8E830"/><stop offset=".5" stop-color="#3CACD7"/><stop offset="1" stop-color="#002E5C"/></linearGradient></defs></svg>
|
After Width: | Height: | Size: 4.2 KiB |
BIN
dist/design-resources/logo/monocolor.jpg
vendored
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
dist/design-resources/logo/monocolor.png
vendored
Normal file
After Width: | Height: | Size: 3.3 KiB |
1
dist/design-resources/logo/monocolor.svg
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 512 256"><path fill="#fff" d="M70 119h8V68.7h-8v21.4H53.2V68.7h-8V119h8V96.9H70V119Zm53.4 0v-6.2h-4.7V94.2c0-8.5-5.7-13.2-15-13.2-8 0-13 3.4-15 7.4l4.6 3.8c2-3 4.8-5.1 9.6-5.1 5.3 0 8 2.6 8 7.6v2.8h-7.1c-11 0-16.3 4-16.3 11.1 0 7 4.9 11.3 12.4 11.3 5.9 0 9.8-2.7 11.2-7.2h.4c.4 3.8 2.6 6.3 7.1 6.3h4.8Zm-21.2-4.9c-4.2 0-6.8-1.7-6.8-5v-1.5c0-3.3 2.7-5 8.5-5h7v5.3c0 3.7-3.7 6.2-8.7 6.2Zm47.1 5.8c7.8 0 12.6-3.7 15-8.9l-5.8-3.5a9.4 9.4 0 0 1-9.1 5.9c-6.1 0-9.5-4-9.5-9.9v-6.2c0-5.9 3.4-9.8 9.3-9.8 4.4 0 7.1 2.1 8.4 5.6l6.1-3.3c-2.3-5.2-6.8-8.8-14.5-8.8-10.9 0-17.5 7.5-17.5 19.4 0 11.9 6.5 19.5 17.6 19.5Zm26.6-.9h7.8v-13.2l5.2-4.9 13 18.1h9.4l-16.7-22.5 15-14.7h-9.3L190 92l-5.8 6h-.4V65.7H176V119Zm60.7-44c3.9 0 5.3-1.8 5.3-4.2v-1.5c0-2.4-1.4-4.2-5.4-4.2-3.9 0-5.3 1.8-5.3 4.2v1.5c0 2.4 1.4 4.3 5.4 4.3ZM220 119h32.4v-6.3h-12V81.8H220v6.4h12.6v24.5H220v6.3Zm49.8 0V93.8c0-4.3 4-6.4 8-6.4 5 0 7.7 3 7.7 8.8V119h7.9V95.1c0-9-5-14.1-12.6-14.1-6 0-9.1 3.3-10.7 7.2h-.3v-6.4h-7.9V119h7.9Zm70.3 4c0-6-4.1-10.3-14.1-10.3h-8.4c-3.2 0-5.8-.3-5.8-2.6 0-2 2.2-3.1 4-3.6 1.4.3 2.9.5 4.5.5 9.2 0 15.2-5 15.2-13 0-4.4-1.8-7.9-5-10.1V82h8.6v-6h-6.8c-3.3 0-5 2.2-5 5v1.3a19 19 0 0 0-7-1.2c-9.1 0-15 5.1-15 13a12 12 0 0 0 7 11.4v.4c-3.8.9-6.6 2.5-6.6 6.2 0 2.8 1.5 4.5 4 5.4v.7c-4 1.1-6.4 3.2-6.4 7.2 0 5.6 4.4 9 17.3 9 13 0 19.5-3.6 19.5-11.3Zm-7.4.5c0 3.4-3.2 5.2-9.1 5.2h-5.8c-5.5 0-7.7-2.3-7.7-5 0-2 1-3.4 2.8-4.3h12.8c5.3 0 7 1.6 7 4.1Zm-12.4-22c-5 0-7.4-2.6-7.4-6.5v-2c0-4 2.4-6.6 7.4-6.6s7.5 2.6 7.5 6.6v2c0 4-2.4 6.6-7.5 6.6Zm89-26.4c3.9 0 5.3-1.9 5.3-4.3v-1.5c0-2.4-1.4-4.2-5.4-4.2-3.9 0-5.3 1.8-5.3 4.2v1.5c0 2.4 1.4 4.3 5.4 4.3ZM392.6 119H425v-6.3h-11.8V81.8h-20.6v6.4h12.7v24.5h-12.7v6.3Zm49.8 0V93.8c0-4.3 4-6.4 8.1-6.4 5 0 7.7 3 7.7 8.8V119h7.9V95.1c0-9-5-14.1-12.6-14.1-6 0-9.1 3.3-10.7 7.2h-.4v-6.4h-7.8V119h7.8ZM54.1 191v-20h10.7c9.5 0 14.8-5.8 14.8-15.1 0-9.4-5.3-15.2-14.8-15.2H46V191h8.1Zm0-43.6h9.5c5 0 7.5 2.3 7.5 6.9v3c0 4.7-2.4 7-7.5 7h-9.5v-16.9Zm69.3 43.6v-6.2h-4.7v-18.6c0-8.5-5.7-13.2-15-13.2-8 0-13 3.4-15 7.4l4.6 3.8c2-3 4.8-5.1 9.6-5.1 5.3 0 8 2.6 8 7.6v2.8h-7.1c-11 0-16.3 4-16.3 11.1 0 7 4.9 11.3 12.4 11.3 5.9 0 9.8-2.7 11.2-7.2h.4c.4 3.8 2.6 6.3 7.1 6.3h4.8Zm-21.2-4.9c-4.2 0-6.8-1.7-6.8-5v-1.5c0-3.3 2.7-5 8.5-5h7v5.3c0 3.7-3.7 6.2-8.7 6.2Zm29.6 4.9H163v-6.3h-13.5v-17.2c0-3.8 3.6-6.2 9.4-6.2h7.8v-7.5h-5.3c-6.4 0-10 3.9-11.4 8h-.5v-8h-17.7v6.4h9.9v24.5h-9.9v6.3Zm78 0v-6.2H205v-18.6c0-8.5-5.8-13.2-15.1-13.2-7.9 0-13 3.4-15 7.4l4.7 3.8c2-3 4.8-5.1 9.5-5.1 5.4 0 8 2.6 8 7.6v2.8h-7c-11.1 0-16.4 4-16.4 11.1 0 7 5 11.3 12.5 11.3 5.8 0 9.7-2.7 11.2-7.2h.3c.4 3.8 2.7 6.3 7.1 6.3h4.9Zm-21.3-4.9c-4.2 0-6.7-1.7-6.7-5v-1.5c0-3.3 2.7-5 8.5-5h7v5.3c0 3.7-3.7 6.2-8.8 6.2Zm29.6 4.9h32.5v-6.3h-12.4v-47h-20.1v6.4h12.3v40.6h-12.3v6.3Zm43.2 0h32.4v-6.3h-12.3v-47h-20.1v6.4h12.3v40.6h-12.3v6.3Zm60.1.9c7.7 0 12.8-3.4 15.4-7.7l-5-4.4c-2 3.5-5.5 5.7-10.2 5.7-6.4 0-10.3-4-10.3-10v-1.1h26.6v-3c0-11-6.6-18.4-17-18.4-10.6 0-17.5 7.5-17.5 19.5 0 11.8 6.6 19.4 18 19.4Zm-.6-33c5.5 0 9.1 3.9 9.1 9.7v.7h-18.6v-.5c0-5.7 4-9.8 9.5-9.8Zm26.8 32.1h32.5v-6.3h-12.3v-47h-20.2v6.4h12.3v40.6h-12.3v6.3Zm45.4.2h7.7L433 137h-7.7L393 191.2Zm15 0h7.7L448 137h-7.7L408 191.2Zm15 0h7.7L463 137h-7.7L423 191.2Zm16 0h7.7L479 137h-7.7L439 191.2Z"/></svg>
|
After Width: | Height: | Size: 3.2 KiB |
BIN
dist/design-resources/logo/oneliner.jpg
vendored
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
dist/design-resources/logo/oneliner.png
vendored
Normal file
After Width: | Height: | Size: 5.8 KiB |
1
dist/design-resources/logo/oneliner.svg
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 1024 128"><path fill="#fff" d="M71 91h8V40.7h-8v21.4H54.2V40.7h-8V91h8V68.9H71V91Zm53.4 0v-6.2h-4.7V66.2c0-8.5-5.7-13.2-15-13.2-8 0-13 3.4-15 7.4l4.6 3.8c2-3 4.8-5.1 9.6-5.1 5.3 0 8 2.6 8 7.6v2.8h-7.1c-11 0-16.3 4-16.3 11.1 0 7 4.9 11.3 12.4 11.3 5.9 0 9.8-2.7 11.2-7.2h.4c.4 3.8 2.6 6.3 7.1 6.3h4.8Zm-21.2-4.9c-4.2 0-6.8-1.7-6.8-5v-1.5c0-3.3 2.7-5 8.5-5h7v5.3c0 3.7-3.7 6.2-8.7 6.2Zm47.1 5.8c7.8 0 12.6-3.7 15-8.9l-5.8-3.5a9.4 9.4 0 0 1-9.1 5.9c-6.1 0-9.5-4-9.5-9.9v-6.2c0-5.9 3.4-9.8 9.3-9.8 4.4 0 7.1 2.1 8.4 5.6l6.1-3.3c-2.3-5.2-6.8-8.8-14.5-8.8-10.9 0-17.5 7.5-17.5 19.4 0 11.9 6.5 19.5 17.6 19.5ZM177 91h7.8V77.8l5.2-4.9L203 91h9.4l-16.7-22.5 15-14.7h-9.3L191 64l-5.8 6h-.4V37.7H177V91Zm60.7-44c3.9 0 5.3-1.8 5.3-4.2v-1.5c0-2.4-1.4-4.2-5.4-4.2-3.9 0-5.3 1.8-5.3 4.2v1.5c0 2.4 1.4 4.3 5.4 4.3ZM221 91h32.4v-6.3h-12V53.8H221v6.4h12.6v24.5H221V91Zm49.8 0V65.8c0-4.3 4-6.4 8-6.4 5 0 7.7 3 7.7 8.8V91h7.9V67.1c0-9-5-14.1-12.6-14.1-6 0-9.1 3.3-10.7 7.2h-.3v-6.4h-7.9V91h7.9Zm70.3 4c0-6-4.1-10.3-14.1-10.3h-8.4c-3.2 0-5.8-.3-5.8-2.6 0-2 2.2-3.1 4-3.6 1.4.3 2.9.5 4.5.5 9.2 0 15.2-5 15.2-13 0-4.4-1.8-7.9-5-10.1V54h8.6v-6h-6.8c-3.3 0-5 2.2-5 5v1.3a19 19 0 0 0-7-1.2c-9.1 0-15 5.1-15 13a12 12 0 0 0 7 11.4v.4c-3.8.9-6.6 2.5-6.6 6.2 0 2.8 1.5 4.5 4 5.4v.7c-4 1.1-6.4 3.2-6.4 7.2 0 5.6 4.4 9 17.3 9 13 0 19.5-3.6 19.5-11.3Zm-7.4.5c0 3.4-3.2 5.2-9.1 5.2h-5.8c-5.5 0-7.7-2.3-7.7-5 0-2 1-3.4 2.8-4.3h12.8c5.3 0 7 1.6 7 4.1Zm-12.4-22c-5 0-7.4-2.6-7.4-6.5v-2c0-4 2.4-6.6 7.4-6.6s7.5 2.6 7.5 6.6v2c0 4-2.4 6.6-7.5 6.6Zm89-26.4c3.9 0 5.3-1.9 5.3-4.3v-1.5c0-2.4-1.4-4.2-5.4-4.2-3.9 0-5.3 1.8-5.3 4.2v1.5c0 2.4 1.4 4.3 5.4 4.3ZM393.6 91H426v-6.3h-11.8V53.8h-20.6v6.4h12.7v24.5h-12.7V91Zm49.8 0V65.8c0-4.3 4-6.4 8.1-6.4 5 0 7.7 3 7.7 8.8V91h7.9V67.1c0-9-5-14.1-12.6-14.1-6 0-9.1 3.3-10.7 7.2h-.4v-6.4h-7.8V91h7.8Zm86.6 0V71h10.7c9.5 0 14.8-5.8 14.8-15.1 0-9.4-5.3-15.2-14.8-15.2H522V91h8.1Zm0-43.6h9.5c5 0 7.5 2.3 7.5 6.9v3c0 4.7-2.5 7-7.5 7H530V47.4ZM599.3 91v-6.2h-4.7V66.2c0-8.5-5.7-13.2-15-13.2-8 0-13 3.4-15 7.4l4.6 3.8c2-3 4.8-5.1 9.6-5.1 5.3 0 8 2.6 8 7.6v2.8h-7.1c-11 0-16.3 4-16.3 11.1 0 7 4.9 11.3 12.4 11.3 5.9 0 9.8-2.7 11.2-7.2h.4c.4 3.8 2.6 6.3 7 6.3h5Zm-21.2-4.9c-4.2 0-6.8-1.7-6.8-5v-1.5c0-3.3 2.7-5 8.5-5h7v5.3c0 3.7-3.7 6.2-8.7 6.2Zm29.6 4.9H639v-6.3h-13.5V67.5c0-3.8 3.6-6.2 9.4-6.2h7.8v-7.5h-5.3c-6.4 0-10 3.9-11.4 8h-.5v-8h-17.7v6.4h9.9v24.5h-9.9V91Zm78 0v-6.2H681V66.2c0-8.5-5.8-13.2-15.1-13.2-7.9 0-13 3.4-15 7.4l4.7 3.8c2-3 4.8-5.1 9.5-5.1 5.4 0 8 2.6 8 7.6v2.8H666c-11 0-16.3 4-16.3 11.1 0 7 5 11.3 12.5 11.3 5.8 0 9.7-2.7 11.1-7.2h.4c.4 3.8 2.7 6.3 7.1 6.3h4.9Zm-21.3-4.9c-4.2 0-6.8-1.7-6.8-5v-1.5c0-3.3 2.8-5 8.5-5h7v5.3c0 3.7-3.6 6.2-8.7 6.2ZM694 91h32.5v-6.3H714v-47h-20v6.4h12.3v40.6H694V91Zm43.1 0h32.5v-6.3h-12.3v-47h-20.1v6.4h12.3v40.6H737V91Zm60.2.9c7.6 0 12.8-3.4 15.4-7.7l-5-4.4c-2 3.5-5.5 5.7-10.2 5.7-6.5 0-10.3-4-10.3-10v-1.1h26.6v-3c0-11-6.6-18.4-17-18.4-10.6 0-17.6 7.5-17.6 19.5 0 11.8 6.7 19.4 18.1 19.4Zm-.6-33c5.5 0 9.1 3.9 9.1 9.7v.7h-18.6v-.5c0-5.7 4-9.8 9.5-9.8ZM823.5 91H856v-6.3h-12.3v-47h-20.2v6.4h12.3v40.6h-12.3V91Z"/><path fill="url(#a)" d="M897 91.2h7.7L937 37h-7.7L897 91.2Z"/><path fill="url(#b)" d="M912 91.2h7.7L952 37h-7.7L912 91.2Z"/><path fill="url(#c)" d="M927 91.2h7.7L967 37h-7.7L927 91.2Z"/><path fill="url(#d)" d="M943 91.2h7.7L983 37h-7.7L943 91.2Z"/><defs><linearGradient id="a" x1="901.6" x2="901.6" y1="91.2" y2="37" gradientUnits="userSpaceOnUse"><stop stop-color="#F90"/><stop offset="1" stop-color="#44B4E9"/></linearGradient><linearGradient id="b" x1="916.4" x2="916.4" y1="91.2" y2="37" gradientUnits="userSpaceOnUse"><stop stop-color="#6C2400"/><stop offset=".3" stop-color="#003A3E"/><stop offset=".7" stop-color="#267400"/><stop offset="1" stop-color="#FFD630"/></linearGradient><linearGradient id="c" x1="931.4" x2="931.4" y1="91.2" y2="37" gradientUnits="userSpaceOnUse"><stop stop-color="#F0C728"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="d" x1="975.5" x2="975.2" y1="43" y2="91.4" gradientUnits="userSpaceOnUse"><stop stop-color="#F8E830"/><stop offset=".5" stop-color="#3CACD7"/><stop offset="1" stop-color="#002E5C"/></linearGradient></defs></svg>
|
After Width: | Height: | Size: 4.1 KiB |
BIN
dist/design-resources/logo/slashes.jpg
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
1
dist/design-resources/logo/slashes.svg
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="url(#a)" d="M8.7 76.2H16L47.1 24h-7.4l-31 52.2Z"/><path fill="url(#b)" d="M23 76.2h7.5l31-52.2h-7.3L23 76.2Z"/><path fill="url(#c)" d="M37.5 76.2h7.4l31-52.2h-7.3L37.5 76.2Z"/><path fill="url(#d)" d="M52.9 76.2h7.4l31-52.2H84L52.9 76.2Z"/><path fill="url(#e)" d="M8.7 76.2H16L47.1 24h-7.4l-31 52.2Z"/><path fill="url(#f)" d="M23 76.2h7.5l31-52.2h-7.3L23 76.2Z"/><path fill="url(#g)" d="M37.5 76.2h7.4l31-52.2h-7.3L37.5 76.2Z"/><path fill="url(#h)" d="M52.9 76.2h7.4l31-52.2H84L52.9 76.2Z"/><defs><linearGradient id="a" x1="13.1" x2="13.1" y1="76.2" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#F90"/><stop offset="1" stop-color="#44B4E9"/></linearGradient><linearGradient id="b" x1="27.3" x2="27.3" y1="76.2" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#6C2400"/><stop offset=".3" stop-color="#003A3E"/><stop offset=".7" stop-color="#267400"/><stop offset="1" stop-color="#FFD630"/></linearGradient><linearGradient id="c" x1="41.8" x2="41.8" y1="76.2" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#F0C728"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="d" x1="84.1" x2="83.9" y1="29.8" y2="76.4" gradientUnits="userSpaceOnUse"><stop stop-color="#F8E830"/><stop offset=".5" stop-color="#3CACD7"/><stop offset="1" stop-color="#002E5C"/></linearGradient><linearGradient id="e" x1="13.1" x2="13.1" y1="76.2" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#F90"/><stop offset="1" stop-color="#44B4E9"/></linearGradient><linearGradient id="f" x1="27.3" x2="27.3" y1="76.2" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#6C2400"/><stop offset=".3" stop-color="#003A3E"/><stop offset=".7" stop-color="#267400"/><stop offset="1" stop-color="#FFD630"/></linearGradient><linearGradient id="g" x1="41.8" x2="41.8" y1="76.2" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#F0C728"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="h" x1="84.1" x2="83.9" y1="29.8" y2="76.4" gradientUnits="userSpaceOnUse"><stop stop-color="#F8E830"/><stop offset=".5" stop-color="#3CACD7"/><stop offset="1" stop-color="#002E5C"/></linearGradient></defs></svg>
|
After Width: | Height: | Size: 2.2 KiB |
1
dist/favicon.svg
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="none"><path fill="url(#a)" d="M.365 28.248h3.148L16.77 6h-3.148L.365 28.248Z"/><path fill="url(#b)" d="M6.517 28.248h3.147L22.921 6h-3.147L6.517 28.248Z"/><path fill="url(#c)" d="M12.668 28.248h3.148L29.073 6h-3.147L12.669 28.248Z"/><path fill="url(#d)" d="M19.23 28.248h3.148L35.635 6h-3.148L19.23 28.248Z"/><defs><linearGradient id="a" x1="2.249" x2="2.249" y1="28.248" y2="6" gradientUnits="userSpaceOnUse"><stop stop-color="#F90"/><stop offset="1" stop-color="#44B4E9"/></linearGradient><linearGradient id="b" x1="8.332" x2="8.332" y1="28.248" y2="6" gradientUnits="userSpaceOnUse"><stop stop-color="#6C2400"/><stop offset=".347" stop-color="#003A3E"/><stop offset=".685" stop-color="#267400"/><stop offset="1" stop-color="#FFD630"/></linearGradient><linearGradient id="c" x1="14.483" x2="14.483" y1="28.248" y2="6" gradientUnits="userSpaceOnUse"><stop stop-color="#F0C728"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="d" x1="32.559" x2="32.445" y1="8.461" y2="28.313" gradientUnits="userSpaceOnUse"><stop stop-color="#F8E830"/><stop offset=".526" stop-color="#3CACD7"/><stop offset="1" stop-color="#002E5C"/></linearGradient></defs></svg>
|
After Width: | Height: | Size: 1.2 KiB |
BIN
dist/fonts/IBMPlexMono-Medium-Latin1.woff2
vendored
Normal file
1
dist/icons/github.svg
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 1024 1024"><path fill="#fff" fill-rule="evenodd" d="M512 0a512 512 0 0 0-162 998c26 4 35-11 35-25v-95c-129 24-162-31-173-60-5-15-30-60-52-72-18-10-44-34-1-34 41-1 69 37 79 52 46 78 120 56 149 42 5-33 18-55 33-68-114-13-233-57-233-253 0-56 20-102 52-137-5-13-23-66 5-136 0 0 43-14 141 52a475 475 0 0 1 256 0c98-66 141-52 141-52 28 70 10 123 5 136 33 35 53 81 53 137 0 197-120 240-234 253 19 16 35 47 35 95l-1 140c0 14 10 30 35 25A513 513 0 0 0 512 0Z" clip-rule="evenodd"/></svg>
|
After Width: | Height: | Size: 543 B |
1
dist/icons/mastodon.svg
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 231 248"><path fill="#fff" fill-rule="evenodd" d="M165 189c31-4 58-23 61-41 5-27 5-67 5-67 0-53-35-69-35-69-18-8-49-12-80-12h-1C83 0 53 4 35 12c0 0-35 16-35 69a2121 2121 0 0 1 0 43c1 52 10 104 58 117 23 6 42 7 57 6 29-1 44-10 44-10l-1-20s-20 6-42 5c-23 0-46-2-50-29v-8a288 288 0 0 0 99 4Zm24-39V85c0-13-3-23-10-31s-16-12-27-12c-14 0-24 5-30 15l-7 11-6-11c-7-10-17-15-30-15-11 0-20 4-27 12S41 72 41 85v65h26V87c0-13 6-20 17-20 12 0 19 8 19 24v35h25V91c0-16 6-24 19-24 11 0 17 7 17 20v63h25Z" clip-rule="evenodd"/></svg>
|
After Width: | Height: | Size: 583 B |
1
dist/icons/matrix.svg
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 27.9 32"><path fill="#fff" d="M27 31.2V.7h-2.2V0h3v32h-3v-.7l2.2-.1zM8.1 10.4V12c.4-.6.9-1 1.5-1.4.6-.3 1.2-.5 2-.5.7 0 1.4.1 2 .4A3 3 0 0 1 15 12c.3-.5.8-.9 1.4-1.3.6-.4 1.3-.6 2.1-.6l1.7.2c.5.1 1 .4 1.3.7.4.3.7.7.9 1.3.2.5.3 1.1.3 2v7.5h-3.1v-7.6l-.2-.9a.9.9 0 0 0-.6-.6 3 3 0 0 0-1-.2 2 2 0 0 0-1.1.3c-.3.2-.5.4-.6.7l-.3.9-.1 1.1v6.3h-3.1v-7.4l-.2-.9c-.1-.3-.3-.5-.6-.7-.3-.2-.6-.3-1.1-.3l-.6.1-.7.4-.6.8c-.2.3-.2.8-.2 1.4v6.6H5.2V10.4h2.9zM.8.7v30.5H3v.8H0V0h3v.7H.8z"/></svg>
|
After Width: | Height: | Size: 554 B |
1
dist/imprint/index.html
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<!DOCTYPE html><html lang=en><head><meta charset=UTF-8><meta content="width=device-width" name=viewport><link href=/favicon.svg rel=icon type=image/svg+xml><title>Imprint / Hacking in Parallel 2022 //// Berlin</title><link href=/assets/index.4483bd93.css rel=stylesheet /></head><body><header class=site-header><a href=/ class=""><img src=/design-resources/logo/slashes.svg class=logo> </a><input id=nav-toggle type=checkbox><nav><label class=mobile-only for=nav-toggle>Close</label><ul class=nav-links><li><a href=/ >Home</a></li><li><a href=https://pretix.hip-berlin.de/hip2022/hip2022/ >Buy tickets</a></li><li><a href=/merch/ >Merch</a></li><li><a href=https://pretalx.c3voc.de/hip-berlin-2022/cfp>CfP</a></li><li><a href=/resources/ >Resources</a></li></ul><ul class="mobile-only socials"><li class=mastodon><a href=https://chaos.social/@HIP22 rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Mastodon"><img src=/icons/mastodon.svg alt=""></a></li><li class=matrix><a href=https://matrix.to/#/%23xc3-space%3A1312.media rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Matrix"><img src=/icons/matrix.svg alt=""></a></li><li class=matrix><a href=https://github.com/Hacking-in-Parallel-Berlin-22/ rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on GitHub"><img src=/icons/github.svg alt=""></a></li></ul></nav><label class="mobile-only gradient-border" for=nav-toggle>Menu</label><ul class="socials desktop-only"><li class=mastodon><a href=https://chaos.social/@HIP22 rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Mastodon"><img src=/icons/mastodon.svg alt=""></a></li><li class=matrix><a href=https://matrix.to/#/%23xc3-space%3A1312.media rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Matrix"><img src=/icons/matrix.svg alt=""></a></li><li class=matrix><a href=https://github.com/Hacking-in-Parallel-Berlin-22/ rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on GitHub"><img src=/icons/github.svg alt=""></a></li></ul></header><main><article><h1>Imprint</h1><p>Digitale Gesellschaft e. V.<br>Groninger Straße 7<br>13347 Berlin<br>Tel.: 030/450 840 18<br>info (at) digitalegesellschaft.de (<a href=https://keys.openpgp.org/vks/v1/by-fingerprint/9BC0D0A167100BF10211CE464AA70F104ACBAFB9>PGP</a>)</p><h3>Kontoverbindung</h3><p>Digitale Gesellschaft e. V.<br>IBAN: DE 88 4306 0967 1125 0128 00</p><p>GLS-Bank,<br>Konto-Nr: 1125012800<br>BLZ: 430 609 67<br>BIC: GENODEM1GLS</p><h3>Vertretungsberechtigter Vorstand</h3><p>Elke Steven<br>Rüdiger Weis<br>Benjamin Wolf</p><p>Digitale Gesellschaft <abbr title="eingetragener Verein">e. V.</abbr> ist mit dem Aktenzeichen VR 30591 B beim Amtsgericht Berlin-Charlottenburg eingetragen und vom Finanzamt als gemeinnützig anerkannt.</p><p><a href=http://digitalegesellschaft.de/uber-uns/satzung/ >Satzung des Vereins</a></p><h3>Verantwortlich für den Inhalt</h3><p>(nach § 55 Abs. 2 RStV)</p><p>Tom Jennissen und Sebastian Marg<br>Digitale Gesellschaft e. V.<br>Groninger Straße 7<br>13347 Berlin</p></article></main><footer><a href=/imprint/ >Imprint</a> //// <a href=/privacy/ >Privacy</a></footer></body></html>
|
1
dist/index.html
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<!DOCTYPE html><html lang=en><head><meta charset=UTF-8><meta content="width=device-width" name=viewport><link href=/favicon.svg rel=icon type=image/svg+xml><title>Hacking in Parallel 2022 //// Berlin</title><link href=/assets/index.4483bd93.css rel=stylesheet /><link href=/assets/index.07df762c.css rel=stylesheet /></head><body><header class=site-header><a href=/ class=invisible><img src=/design-resources/logo/slashes.svg class=logo> </a><input id=nav-toggle type=checkbox><nav><label class=mobile-only for=nav-toggle>Close</label><ul class=nav-links><li><a href=/ >Home</a></li><li><a href=https://pretix.hip-berlin.de/hip2022/hip2022/ >Buy tickets</a></li><li><a href=/merch/ >Merch</a></li><li><a href=https://pretalx.c3voc.de/hip-berlin-2022/cfp>CfP</a></li><li><a href=/resources/ >Resources</a></li></ul><ul class="mobile-only socials"><li class=mastodon><a href=https://chaos.social/@HIP22 rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Mastodon"><img src=/icons/mastodon.svg alt=""></a></li><li class=matrix><a href=https://matrix.to/#/%23xc3-space%3A1312.media rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Matrix"><img src=/icons/matrix.svg alt=""></a></li><li class=matrix><a href=https://github.com/Hacking-in-Parallel-Berlin-22/ rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on GitHub"><img src=/icons/github.svg alt=""></a></li></ul></nav><label class="mobile-only gradient-border" for=nav-toggle>Menu</label><ul class="socials desktop-only"><li class=mastodon><a href=https://chaos.social/@HIP22 rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Mastodon"><img src=/icons/mastodon.svg alt=""></a></li><li class=matrix><a href=https://matrix.to/#/%23xc3-space%3A1312.media rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Matrix"><img src=/icons/matrix.svg alt=""></a></li><li class=matrix><a href=https://github.com/Hacking-in-Parallel-Berlin-22/ rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on GitHub"><img src=/icons/github.svg alt=""></a></li></ul></header><article class=astro-XIQV7NGV><header class=astro-XIQV7NGV><div class=astro-XIQV7NGV><h1 class=astro-XIQV7NGV><img src=/logo.svg alt="Hacking in Parallel ////" class=astro-XIQV7NGV></h1><time class=astro-XIQV7NGV>December 27-30 2022</time></div></header><main class=astro-XIQV7NGV><section class=astro-XIQV7NGV><a href=https://pretix.hip-berlin.de/hip2022/hip2022/ rel="nofollower noreferrer" target=_blank class=astro-XIQV7NGV><div class="astro-XIQV7NGV gradient-bg tickets"><h2 class=astro-XIQV7NGV>Get Tickets →</h2></div></a></section><section class=astro-XIQV7NGV><p class=astro-XIQV7NGV>A part of our chaotic decentralized intergalactic community will be meeting in the rooms of "ETI Schauspielschule Berlin" at Hacking in Parallel//// this year.</p><p class=astro-XIQV7NGV>The ETI, 900m away from the bcc, is directly at the Spree, in Rungestr.20, 10179 Berlin, just above c-base. HiP is organized by AfRA, Bits & Trees, xHain, Milliways, freeside, openStudio, CCCB, c-base and other chaos-related entities and communities, in cooperation with Digitale Gesellschaft.</p><p class=astro-XIQV7NGV>Why? Because we want to! We want to meet again, exchange ideas and have fun, in presence and in compliance with a self-imposed obligation to wear a FFP2 mask inside "ETI Acting School Berlin". In addition, we assume that you can credibly assure us that you are vaccinated or recovered, no personal data will be stored.</p><p class=astro-XIQV7NGV>Together with the c-base (hall H) we have up to 3 stages and several rooms with space for workshops, assemblies/projects and your ideas. All talks on the stages can be recorded and streamed via <a href=https://media.ccc.de class=astro-XIQV7NGV>media.ccc</a>. We are looking forward to <a href=https://pretalx.c3voc.de/hip-berlin-2022/cfp rel="nofollower noreferrer" target=_blank class=astro-XIQV7NGV>your submission</a>.</p><p class=astro-XIQV7NGV>We also need and welcome support during HiP. For our ACC "Angel Coordination Center" we have on the 5th floor, on the roof, a nice big room with terrace and view over Berlin available as Heaven. Just register in our <a href=https://engelsystem.hip-berlin.de/ class=astro-XIQV7NGV>Angel Coordination Center</a>.</p><p class=astro-XIQV7NGV>Regular Tickets cost 79.-€, are valid for all 4 days of the event and can be <a href=https://pretix.hip-berlin.de/hip2022/hip2022/ rel="nofollower noreferrer" target=_blank class=astro-XIQV7NGV>clicced here</a>.</p></section><section class=astro-XIQV7NGV><h2 class=astro-XIQV7NGV>Location</h2><div class=astro-XIQV7NGV><address class=astro-XIQV7NGV><h2 class=astro-XIQV7NGV>ETI Schauspielschule</h2>Rungestraße 20<br class=astro-XIQV7NGV>10179 Berlin</address></div></section></main></article><footer><a href=/imprint/ >Imprint</a> //// <a href=/privacy/ >Privacy</a></footer></body></html>
|
1
dist/logo.svg
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
dist/merch/hoodie.jpg
vendored
Normal file
After Width: | Height: | Size: 45 KiB |
1
dist/merch/index.html
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<!DOCTYPE html><html lang=en><head><meta charset=UTF-8><meta content="width=device-width" name=viewport><link href=/favicon.svg rel=icon type=image/svg+xml><title>Merch / Hacking in Parallel 2022 //// Berlin</title><link href=/assets/index.4483bd93.css rel=stylesheet /><link href=/assets/index.f01fce76.css rel=stylesheet /></head><body><header class=site-header><a href=/ class=""><img src=/design-resources/logo/slashes.svg class=logo> </a><input id=nav-toggle type=checkbox><nav><label class=mobile-only for=nav-toggle>Close</label><ul class=nav-links><li><a href=/ >Home</a></li><li><a href=https://pretix.hip-berlin.de/hip2022/hip2022/ >Buy tickets</a></li><li><a href=/merch/ >Merch</a></li><li><a href=https://pretalx.c3voc.de/hip-berlin-2022/cfp>CfP</a></li><li><a href=/resources/ >Resources</a></li></ul><ul class="mobile-only socials"><li class=mastodon><a href=https://chaos.social/@HIP22 rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Mastodon"><img src=/icons/mastodon.svg alt=""></a></li><li class=matrix><a href=https://matrix.to/#/%23xc3-space%3A1312.media rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Matrix"><img src=/icons/matrix.svg alt=""></a></li><li class=matrix><a href=https://github.com/Hacking-in-Parallel-Berlin-22/ rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on GitHub"><img src=/icons/github.svg alt=""></a></li></ul></nav><label class="mobile-only gradient-border" for=nav-toggle>Menu</label><ul class="socials desktop-only"><li class=mastodon><a href=https://chaos.social/@HIP22 rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Mastodon"><img src=/icons/mastodon.svg alt=""></a></li><li class=matrix><a href=https://matrix.to/#/%23xc3-space%3A1312.media rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Matrix"><img src=/icons/matrix.svg alt=""></a></li><li class=matrix><a href=https://github.com/Hacking-in-Parallel-Berlin-22/ rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on GitHub"><img src=/icons/github.svg alt=""></a></li></ul></header><main class=astro-5PLQHD7E><p class=astro-5PLQHD7E>Merch is available in our <a href=https://pretix.hip-berlin.de/hip2022/hip2022/ class=astro-5PLQHD7E>ticket shop</a>.</p><figure class=astro-5PLQHD7E><img src=/assets/hoodie_1k6NP4.jpg alt="Hacking in Parallel Berlin 2022 Hoodie with a colorful print of a geometric grid with several gradient lines going from bottom left to top right" class=astro-5PLQHD7E decoding=async height=821 loading=lazy width=1095><figcaption class=astro-5PLQHD7E>Hoodie, unisex (XS - XXL)</figcaption></figure><figure class=astro-5PLQHD7E><img src=/assets/zipper_2gV2HW.jpg alt="Hacking in Parallel Berlin 2022 Zip Up Hoodie with a colorful print of a geometric grid with several gradient lines going from bottom left to top right" class=astro-5PLQHD7E decoding=async height=1388 loading=lazy width=1600><figcaption class=astro-5PLQHD7E>Zipper, unisex (XS - XXL)</figcaption></figure><figure class=astro-5PLQHD7E><img src=/assets/stella_Zio6sy.jpg alt="Hacking in Parallel Berlin 2022 Shirt with accented waist cut, colorful print of a geometric grid with several gradient lines going from bottom left to top right on the front of the shirt" class=astro-5PLQHD7E decoding=async height=1600 loading=lazy width=1423><figcaption class=astro-5PLQHD7E>Shirt, fitted (XS - XXL)</figcaption></figure><figure class=astro-5PLQHD7E><img src=/assets/stanley_1dGpSA.jpg alt="Hacking in Parallel Berlin 2022 Shirt with a colorful print of a geometric grid with several gradient lines going from bottom left to top right on the front of the shirt" class=astro-5PLQHD7E decoding=async height=1600 loading=lazy width=1524><figcaption class=astro-5PLQHD7E>Shirt, unisex (XXS - 5XL)</figcaption></figure></main><footer><a href=/imprint/ >Imprint</a> //// <a href=/privacy/ >Privacy</a></footer></body></html>
|
BIN
dist/merch/stanley.jpg
vendored
Normal file
After Width: | Height: | Size: 129 KiB |
BIN
dist/merch/stella.jpg
vendored
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
dist/merch/zipper.jpg
vendored
Normal file
After Width: | Height: | Size: 124 KiB |
1
dist/privacy/index.html
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
<!DOCTYPE html><html lang=en><head><meta charset=UTF-8><meta content="width=device-width" name=viewport><link href=/favicon.svg rel=icon type=image/svg+xml><title>Privacy / Hacking in Parallel 2022 //// Berlin</title><link href=/assets/index.4483bd93.css rel=stylesheet /></head><body><header class=site-header><a href=/ class=""><img src=/design-resources/logo/slashes.svg class=logo> </a><input id=nav-toggle type=checkbox><nav><label class=mobile-only for=nav-toggle>Close</label><ul class=nav-links><li><a href=/ >Home</a></li><li><a href=https://pretix.hip-berlin.de/hip2022/hip2022/ >Buy tickets</a></li><li><a href=/merch/ >Merch</a></li><li><a href=https://pretalx.c3voc.de/hip-berlin-2022/cfp>CfP</a></li><li><a href=/resources/ >Resources</a></li></ul><ul class="mobile-only socials"><li class=mastodon><a href=https://chaos.social/@HIP22 rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Mastodon"><img src=/icons/mastodon.svg alt=""></a></li><li class=matrix><a href=https://matrix.to/#/%23xc3-space%3A1312.media rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Matrix"><img src=/icons/matrix.svg alt=""></a></li><li class=matrix><a href=https://github.com/Hacking-in-Parallel-Berlin-22/ rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on GitHub"><img src=/icons/github.svg alt=""></a></li></ul></nav><label class="mobile-only gradient-border" for=nav-toggle>Menu</label><ul class="socials desktop-only"><li class=mastodon><a href=https://chaos.social/@HIP22 rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Mastodon"><img src=/icons/mastodon.svg alt=""></a></li><li class=matrix><a href=https://matrix.to/#/%23xc3-space%3A1312.media rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on Matrix"><img src=/icons/matrix.svg alt=""></a></li><li class=matrix><a href=https://github.com/Hacking-in-Parallel-Berlin-22/ rel="noopener noreferrer" target=_blank title="HiP 2022 Berlin on GitHub"><img src=/icons/github.svg alt=""></a></li></ul></header><main><article><h1>Privacy</h1><p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim, eius nostrum harum quo eligendi rerum ipsam, officia laboriosam sapiente non perspiciatis excepturi ex quaerat cum aut. Dolore optio repudiandae tempora!</p></article></main><footer><a href=/imprint/ >Imprint</a> //// <a href=/privacy/ >Privacy</a></footer></body></html>
|
1
dist/resources/index.html
vendored
Normal file
BIN
public/404.gif
Normal file
After Width: | Height: | Size: 2.1 KiB |
33117
public/Floorplan HiP 2022.pdf
Normal file
BIN
public/design-resources/logo/slashes.png
Normal file
After Width: | Height: | Size: 22 KiB |
|
@ -28,7 +28,7 @@ const { additionalClass } = Astro.props
|
|||
</li>
|
||||
<li>
|
||||
<a
|
||||
href='https://matrix.to/#/%23xc3-space%3A1312.media'
|
||||
href='https://matrix.to/#/#hip-berlin:milliways.info'
|
||||
title='HiP 2022 on Matrix'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
|
|
|
@ -15,6 +15,8 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
<meta name='viewport' content='width=device-width' />
|
||||
<link rel='icon' type='image/svg+xml' href='/favicon.svg' />
|
||||
<title>{`${title ? title + ' / ' : ''}${permaTitle}`}</title>
|
||||
<script type="text/javascript" src="https://pretalx.c3voc.de/hip-berlin-2022/schedule/widget/v2.en.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
<body>
|
||||
<header class='site-header'>
|
||||
|
@ -29,20 +31,35 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
<a href='/'>Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://pretix.hip-berlin.de/hip2022/hip2022/'
|
||||
>Buy tickets</a
|
||||
<a
|
||||
href='/schedule/'
|
||||
target='_blank'
|
||||
rel='noopener,noreferrer'>Schedule</a
|
||||
>
|
||||
</li>
|
||||
<li><a href='/merch/'>Merch{' '}</a></li>
|
||||
<li>
|
||||
<a href='https://pretalx.c3voc.de/hip-berlin-2022/cfp'>CfP</a>
|
||||
</li>
|
||||
<!-- <li>
|
||||
<a
|
||||
href='https://pretix.hip-berlin.de/hip2022/hip2022/'
|
||||
target='_blank'
|
||||
rel='noopener,noreferrer'>Tickets</a
|
||||
>
|
||||
</li> -->
|
||||
<li>
|
||||
<a href='/resources/'>Resources</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/coc/'>CoC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/help/'>Help</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href='https://engelsystem.hip-berlin.de/'
|
||||
target='_blank'
|
||||
rel='noopener,noreferrer'>Angel Center</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<Socials additionalClass='mobile-only' />
|
||||
</nav>
|
||||
|
@ -134,7 +151,7 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
font-size: 1.5rem;
|
||||
transform: translateX(100vw);
|
||||
transition: transform 0.25s ease-in-out;
|
||||
z-index: 10;
|
||||
z-index: 100000;
|
||||
|
||||
@supports (height: 100dvh) {
|
||||
height: 100dvh;
|
||||
|
@ -159,7 +176,7 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
}
|
||||
|
||||
// desktop menu styles
|
||||
@media screen and (min-width: 768px) {
|
||||
@media screen and (min-width: 1024px) {
|
||||
flex-direction: row;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
|
@ -206,9 +223,9 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
}
|
||||
}
|
||||
&.desktop-only {
|
||||
height: 4.5rem;
|
||||
height: 4.2rem;
|
||||
width: auto;
|
||||
gap: 1.5rem;
|
||||
gap: 1rem;
|
||||
ul {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
@ -279,12 +296,12 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
padding: 1.5rem 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
@media screen and (max-width: 1024px) {
|
||||
.desktop-only {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
@media screen and (min-width: 1024px) {
|
||||
.mobile-only {
|
||||
display: none;
|
||||
}
|
||||
|
|
35
src/pages/404.astro
Normal file
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro'
|
||||
---
|
||||
|
||||
<Layout title='Page not found'>
|
||||
<main>
|
||||
<div class="figure">
|
||||
<img
|
||||
src='/404.gif'
|
||||
alt='Pixel art of a squirrel with 2 halves of a fiber cable that were chewed in half. Cable and small lightning strikes flashing'
|
||||
/>
|
||||
<h1>Page not found</h1>
|
||||
<p>Looks like the squirrels got the fiber again</p>
|
||||
</div>
|
||||
</main>
|
||||
</Layout>
|
||||
|
||||
<style>
|
||||
figure,
|
||||
p {
|
||||
margin-bottom: 10rem;
|
||||
text-align: center;
|
||||
}
|
||||
img {
|
||||
margin-top: 5rem;
|
||||
width: 50%;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
|
@ -46,17 +46,8 @@ import Layout from '../../layouts/Layout.astro'
|
|||
<p>
|
||||
If you are unable to solve a problem, or if you feel you should not solve a problem yourself, then maybe others around you can help. If not, then let a volunteer know immediately.
|
||||
</p>
|
||||
<h3>
|
||||
The following is a more detailed introduction to teams that make HiP-Berlin a safe, secure, enjoyable, and open event for all
|
||||
</h3>
|
||||
<p>
|
||||
The Awareness Team provides a point of contact for people to process experiences, resolve conflicts, and to create a safe and enjoyable atmosphere for all.
|
||||
</p>
|
||||
<p>
|
||||
The Safety and Security Team is tasked with preventing behavioral conflicts and their escalation. This team is also responsible for preventing hazards. They are a friendly and firm reminder of our principles. They may expel misbehaving lifeforms if an exceptional situation warrants it.
|
||||
</p>
|
||||
<p>
|
||||
The CERT (Chaos Emergency Response Team) consists of people who will help in case of sickness and minor injuries, and will call professional help if needed. The CERT provides aid in all situations and emergencies that require professional attention. The CERT is also tasked with fire prevention, as well as ensuring that escape path codes are observed.
|
||||
Check out the <a href='/help/'>Help</a> page for a more detailed introduction of the teams that make HiP-Berlin a safe, secure, enjoyable, and open event for all.
|
||||
</p>
|
||||
</article>
|
||||
</main>
|
||||
|
|
44
src/pages/help/index.astro
Normal file
|
@ -0,0 +1,44 @@
|
|||
---
|
||||
import Layout from '../../layouts/Layout.astro'
|
||||
---
|
||||
|
||||
<Layout title='help'>
|
||||
<main>
|
||||
<article>
|
||||
<h1>Help</h1>
|
||||
<p>
|
||||
Do you feel unwell, require medical support, experienced discrimination or conflicts? We are there for you! These are the teams you can reach out to to get help.
|
||||
</p>
|
||||
|
||||
<h3>Awareness</h3>
|
||||
<p>
|
||||
DECT: AWRE (2973)<br/>
|
||||
Matrix: <a
|
||||
href='https://matrix.to/#/#HiP-Awareness-Public:milliways.info'
|
||||
title='HiP 2022 public Awareness Team Channel'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>#HiP-Awareness-Public</a>
|
||||
</p>
|
||||
<p>
|
||||
The Awareness Team provides a point of contact for people to process experiences, resolve conflicts, and to create a safe and enjoyable atmosphere for all.
|
||||
</p>
|
||||
|
||||
<h3>Safety and Security Team</h3>
|
||||
<p>
|
||||
DECT: SECU (7328)
|
||||
</p>
|
||||
<p>
|
||||
The Safety and Security Team is tasked with preventing behavioral conflicts and their escalation. This team is also responsible for preventing hazards. They are a friendly and firm reminder of our principles. They may expel misbehaving lifeforms if an exceptional situation warrants it.
|
||||
</p>
|
||||
|
||||
<h3>CERT</h3>
|
||||
<p>
|
||||
DECT: CERT (2378)
|
||||
</p>
|
||||
<p>
|
||||
The CERT (Chaos Emergency Response Team) consists of people who will help in case of sickness and minor injuries, and will call professional help if needed. The CERT provides aid in all situations and emergencies that require professional attention. The CERT is also tasked with fire prevention, as well as ensuring that escape path codes are observed.
|
||||
</p>
|
||||
</article>
|
||||
</main>
|
||||
</Layout>
|
|
@ -12,13 +12,14 @@ import Layout from '../layouts/Layout.astro'
|
|||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<a
|
||||
href='https://pretix.hip-berlin.de/hip2022/hip2022/'
|
||||
rel='nofollower noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
<a href='/schedule/'>
|
||||
<div class='tickets gradient-bg'>
|
||||
<h2>Get Tickets →</h2>
|
||||
<h2>Event Schedule →</h2>
|
||||
</div>
|
||||
</a>
|
||||
<a href='/Floorplan HiP 2022.pdf' class="center" target="_blank" rel="noopener,noreferrer">
|
||||
<div class='dl-button gradient-border'>
|
||||
<h3>Download Floorplan</h3>
|
||||
</div>
|
||||
</a>
|
||||
</section>
|
||||
|
@ -31,8 +32,8 @@ import Layout from '../layouts/Layout.astro'
|
|||
<p>
|
||||
The ETI, 900m away from the bcc, is directly at the Spree, in
|
||||
Rungestr.20, 10179 Berlin, just above c-base. HiP is organized by
|
||||
AfRA, Bits & Trees, xHain, Milliways, freeside, openStudio, CCCB,
|
||||
c-base and other chaos-related entities and communities, in
|
||||
members of AfRA, Bits & Trees, xHain, Milliways, freeside, openStudio,
|
||||
CCCB, c-base and other chaos-related entities and communities, in
|
||||
cooperation with Digitale Gesellschaft.
|
||||
</p>
|
||||
<p>
|
||||
|
@ -47,17 +48,16 @@ import Layout from '../layouts/Layout.astro'
|
|||
rooms with space for workshops, assemblies/projects and your ideas.
|
||||
All talks on the stages can be recorded and streamed via <a
|
||||
href='https://media.ccc.de'>media.ccc</a
|
||||
>. We are looking forward to <a
|
||||
href='https://pretalx.c3voc.de/hip-berlin-2022/cfp'
|
||||
rel='nofollower noreferrer'
|
||||
target='_blank'>your submission</a
|
||||
>. Available talks, workshops and other activities can be viewed in <a
|
||||
href='https://pretalx.c3voc.de/hip-berlin-2022/schedule/'
|
||||
>the schedule</a
|
||||
>.
|
||||
</p>
|
||||
<p>
|
||||
We also need and welcome support during HiP. For our ACC
|
||||
"Angel Coordination Center" we have on the 5th floor, on the roof, a
|
||||
nice big room with terrace and view over Berlin available as Heaven.
|
||||
Just register in our <a href='https://engelsystem.hip-berlin.de/'
|
||||
We also need and welcome support during HiP. For our ACC "Angel
|
||||
Coordination Center" we have on the 5th floor, on the roof, a nice big
|
||||
room with terrace and view over Berlin available as Heaven. Just
|
||||
register in our <a href='https://engelsystem.hip-berlin.de/'
|
||||
>Angel Coordination Center</a
|
||||
>.
|
||||
</p>
|
||||
|
@ -107,7 +107,7 @@ import Layout from '../layouts/Layout.astro'
|
|||
}
|
||||
.tickets {
|
||||
width: 100%;
|
||||
@media screen and (min-width: 768px) {
|
||||
@media screen and (min-width: 1024px) {
|
||||
margin: 0 -1.5rem 3rem;
|
||||
width: calc(100% + 3rem);
|
||||
}
|
||||
|
@ -116,8 +116,8 @@ import Layout from '../layouts/Layout.astro'
|
|||
color: var(--background);
|
||||
}
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
@media screen and (min-width: 768px) {
|
||||
font-size: 1.8rem;
|
||||
@media screen and (min-width: 1024px) {
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
line-height: 1.2;
|
||||
|
@ -125,8 +125,23 @@ import Layout from '../layouts/Layout.astro'
|
|||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.center {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dl-button {
|
||||
text-align: center;
|
||||
font-size: 1rem;
|
||||
padding: .5rem 1.5rem;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
margin: 1rem auto 0;
|
||||
}
|
||||
|
||||
time {
|
||||
font-size: 3.2ch;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
address {
|
||||
font-style: normal;
|
||||
|
|
|
@ -5,12 +5,99 @@ import Layout from '../../layouts/Layout.astro'
|
|||
<Layout title='Privacy'>
|
||||
<main>
|
||||
<article>
|
||||
<h1>Privacy</h1>
|
||||
<h1>Informationen zum Datenschutz</h1>
|
||||
|
||||
<h3>
|
||||
1. Bereitstellung der Website (Hosting)
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim, eius
|
||||
nostrum harum quo eligendi rerum ipsam, officia laboriosam sapiente non
|
||||
perspiciatis excepturi ex quaerat cum aut. Dolore optio repudiandae
|
||||
tempora!
|
||||
Die Webseite
|
||||
<a
|
||||
href='https://hip-berlin.de/'
|
||||
rel='nofollower noreferrer'
|
||||
target='_blank'
|
||||
>hip-berlin.de</a>
|
||||
wird vom Digitale Gesellschaft e. V. (uns) bereitgestellt.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a
|
||||
href='https://hip-berlin.de/'
|
||||
rel='nofollower noreferrer'
|
||||
target='_blank'
|
||||
>hip-berlin.de</a>
|
||||
ist eine statische Seite ohne Cookies. Bei jedem Zugriff auf die Webseite speichern wir die die technisch anfallenden Zugriffsdaten in anonymisierter Form als Protokolldaten (Weblogs). Diese Datenverarbeitung findet automatisiert statt und ist nötig für die Bereitstellung und die Sicherheit des Webangebots sowie dessen Verbesserung.
|
||||
</p>
|
||||
|
||||
|
||||
<p>
|
||||
Rechtsgrundlage: Artikel 6 Abs. 1 Buchst. f Datenschutz-Grundverordnung (DSGVO).
|
||||
</p>
|
||||
|
||||
|
||||
<h3>
|
||||
2. Kontaktaufnahme per E-Mail
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
Wenn wir per E-Mail kontaktiert werden, speichern wir die verwendete E-Mail-Adresse sowie den Text der E-Mail. Wir speichern diese Angaben zum Zweck der Beantwortung der E-Mails. Wir speichern die Daten nur solange, wie wir diese zur Beantwortung Ihrer Anfrage benötigen. Je nach Gegenstand der E-Mail kann darüber hinaus eine Aufbewahrung im Rahmen gesetzlicher Fristen erforderlich sein.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Rechtsgrundlage: Die Rechtsgrundlage kann je nach Gegenstand der E-Mail variieren und entweder zur Erfüllung eines Vertrags oder vorvertraglicher Maßnahmen (Art. 6 Abs. 1 Buchst. b DSGVO) oder auf Basis unseres berechtigten Interesses zur Bearbeitung von Anfragen erfolgen (Art. 6 Abs. 1 Buchst. F DSGVO).
|
||||
</p>
|
||||
|
||||
<h3>
|
||||
3. Ticket- und Merchandising-Verkauf
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
Für den Ticket und Merchandising-Verkauf gibt es
|
||||
<a
|
||||
href='https://pretix.hip-berlin.de/hip2022/hip2022/page/privacy-policy/'
|
||||
rel='nofollower noreferrer'
|
||||
target='_blank'
|
||||
>eine eigene Website mit eigenen Datenschutzhinweisen</a>.
|
||||
</p>
|
||||
|
||||
<h3>
|
||||
4. Verantwortliche und Betroffenenrechte
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
Verantwortliche Stelle für die Datenverarbeitung im Sinne der DSGVO ist der vertretungsberechtigte Vorstand der Digitalen Gesellschaft e.V.:
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
<a>Benjamin Wolf, Elke Steven, Rüdiger Weis</a>
|
||||
<a>Digitale Gesellschaft e. V.</a>
|
||||
<a>Groninger Str. 7</a>
|
||||
<a>13347 Berlin</a>
|
||||
<a
|
||||
href='tel:+49 (0)30 97894230'
|
||||
rel='nofollower noreferrer'
|
||||
target='_blank'
|
||||
>+49 (0)30 97894230</a>
|
||||
<a
|
||||
href='mailto:info@digitalegesellschaft.de'
|
||||
rel='nofollower noreferrer'
|
||||
target='_blank'
|
||||
style="display: inline;"
|
||||
>info@digitalegesellschaft.de</a><a
|
||||
href='https://keys.openpgp.org/vks/v1/by-fingerprint/9BC0D0A167100BF10211CE464AA70F104ACBAFB9'
|
||||
rel='nofollower noreferrer'
|
||||
target='_blank'
|
||||
style="display: inline;"
|
||||
> (PGP)</a>
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
Besucherinnen und Besucher unserer Webseite haben das Recht, Auskunft über die Verarbeitung ihrer personenbezogenen Daten zu erhalten. Ebenso stehen ihnen Rechte auf Berichtigung, Löschung und Einschränkung der Verarbeitung zu. Außerdem haben sie ein Recht auf Widerspruch gegen die Verarbeitung ihrer personenbezogenen Daten, ein Recht auf Datenübertragbarkeit sowie – im Fall von Datenschutzverstößen – ein Recht auf Beschwerde bei einer Aufsichtsbehörde.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Stand der Datenschutzerklärung: November 2022
|
||||
</p>
|
||||
</article>
|
||||
</main>
|
||||
|
|
|
@ -17,7 +17,12 @@ import Layout from '../../layouts/Layout.astro'
|
|||
<p>
|
||||
Should you need any additional design resources feel free to join the
|
||||
HiP-Design channel of our <a
|
||||
href='https://matrix.to/#/%23xc3-space%3A1312.media'>Matrix space</a
|
||||
href='https://matrix.to/#/#hip-design:milliways.info'>Matrix space</a
|
||||
>.
|
||||
</p>
|
||||
<h2>Font</h2>
|
||||
<p>
|
||||
We are using <a href='https://www.ibm.com/plex/'>IBM Plex Mono Medium</a
|
||||
>.
|
||||
</p>
|
||||
<section>
|
||||
|
@ -146,7 +151,7 @@ import Layout from '../../layouts/Layout.astro'
|
|||
<h3>GRY</h3>
|
||||
<span>for: Body text</span><br />
|
||||
<div class='values'>
|
||||
HEX: #FFFFFF <br />
|
||||
HEX: #7A7879 <br />
|
||||
RGB (122,120,121) <br />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -237,13 +242,13 @@ import Layout from '../../layouts/Layout.astro'
|
|||
.grid-2col {
|
||||
display: grid;
|
||||
gap: 2rem;
|
||||
@media screen and (min-width: 768px) {
|
||||
@media screen and (min-width: 1024px) {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
}
|
||||
.grid-3col {
|
||||
display: grid;
|
||||
@media screen and (min-width: 768px) {
|
||||
@media screen and (min-width: 1024px) {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
gap: 2rem;
|
||||
|
|
36
src/pages/schedule/index.astro
Normal file
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
import Layout from '../../layouts/Layout.astro'
|
||||
---
|
||||
|
||||
<Layout title='schedule'>
|
||||
<main>
|
||||
<article>
|
||||
<header>
|
||||
<h1>Schedule</h1>
|
||||
|
||||
This is our event schedule. You can download it, as well as find more information <a href="https://pretalx.c3voc.de/hip-berlin-2022/schedule/">here</a>.
|
||||
</header>
|
||||
<main>
|
||||
<div class="schedule">
|
||||
<pretalx-schedule event-url="https://pretalx.c3voc.de/hip-berlin-2022/" locale="en" format="list" style="--pretalx-clr-primary: #363336"></pretalx-schedule>
|
||||
<noscript>
|
||||
<div class="pretalx-widget">
|
||||
<div class="pretalx-widget-info-message">
|
||||
JavaScript is disabled in your browser. To access our schedule without JavaScript,
|
||||
please <a target="_blank" href="https://pretalx.c3voc.de/hip-berlin-2022/schedule/">click here</a>.
|
||||
</div>
|
||||
</div>
|
||||
</noscript>
|
||||
</div>
|
||||
</main>
|
||||
</article>
|
||||
</main>
|
||||
</Layout>
|
||||
|
||||
<style lang="scss">
|
||||
.schedule {
|
||||
margin: -1.5rem;
|
||||
margin-top: 2rem;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
</style>
|