diff --git a/pr-preview/pr-70/HOWTO.md b/pr-preview/pr-70/HOWTO.md deleted file mode 100644 index 0871ca9..0000000 --- a/pr-preview/pr-70/HOWTO.md +++ /dev/null @@ -1,22 +0,0 @@ -This document lists common tasks. - -# Add a new member - -- Create a new folder under `assets/img/members/` with the name of the - person. If the name is taken you can add the last name or use a nickname - instead. -- Take a look at `assets/img/members/abe/` as an example for how to name the - images. We use WEBP because the file size is smaller and the quality better - than JPG. Use: - - NAME-thumb.webp (400x400 portrait) - - NAME-portrait.webp (larger portrait, longer side 1000 ~ 2000 pixels) - - NAME-ARTWORK1.webp (artworks, longer side 1000 ~ 2000 pixels) - - NAME-ARTWORK2.webp -- Duplicate one of the files under `_members/` and rename it matching the folder name you used above. -- Make sure `current` is `true` for current members, make it `false` for past - members. -- Make sure `thumb`, `portrait` and `portfolio_image_locations` point at the right images. -- Make sure `website` and `socials` start with `https://`. Use `-` if none. -- Paste the full description on the line following `---` at the bottom. - - diff --git a/pr-preview/pr-70/README.md b/pr-preview/pr-70/README.md deleted file mode 100644 index c7331c9..0000000 --- a/pr-preview/pr-70/README.md +++ /dev/null @@ -1,235 +0,0 @@ -# prachtsaal.berlin - -The website of Prachtsaal Studios. -It is developed using Jekyll and tailwindcss. - -Jekyll allows you to edit markdown files, which are then compiled and integrated into a static html, javascript, and css site; Jekyll is what is called a static site generator. - -tailwindcss is a css framework which allows you to define css using user friendly classes in your html. - - -## Content Revision - -You'd like to maintain the content of the website? Thank you! - -### events page - -The events page, found in file `events.html`, is coded up and built from other content, like the contents of the `events` and `news` folders. If you want to change the content shown, you'll want to change the content in these two folders. - -The events shown as upcoming can be found in the `events` folder. We use Jekyll's support of `posts` for events and news. This means that the file needs to have the date in the filename in the form `yyyy-mm-dd-title.md`, and Jekyll will also automatically parse this information from the file name for you, and offer it as a `date` parameter. The rest of the information that can be customized to provide titles, images, and ticket links is in the "front matter," or the section at the top between the lines with three dashes `---`; these three dashes are required, and tell Jekyll to compile and process the page. - -If the event will occur over a range of dates, please set the date in the filename as the final day - this allows the event to show in the upcoming events section until the final day. You can set the start date in the front matter, as seen below. - -An preconfigured template of a markdown file can be found in `_templates/event-template.md`. - -``` ---- (1) -layout: event (2) -title: (3) -subtitle: (4) -main_image: (5) -description: (6) -start_date: (17) -quote: (7) -quote_author: (8) -quote_author_role: (9) -images: (10) - - file: (11) - caption: (12) - - file: - caption: -link: (13) -link_text: (14) -tags: portfolio (15) ---- (1) -Add your content here. (16) -``` -- (1) delineates the front matter, is required -- (2) required configuration for the framework (Jekyll) -- (3) shown in list view, and as title of event page -- (4) shown in list view, and as subtitle of event page -- (5) location of the main image, shown in list view, and on event page -- (6) description of event shown in list view, text the describes the page for search engines -- (7) event pages supports a quote as header -- (8) you can attribute the quote to an author -- (9) the quote author can also have a further descriptor -- (10) all images you wish to show at the bottom of the page should be listed here -- (11) the location of the image file. It's important that there are two spaces at the beginning of the line -- (12) the text of the image caption -- (13) a link for ticket sales, or registration, which will show as a button -- (14) the text of the button, that clicks to the link -- (15) tags are used for labeling if an event will be shown in the portfolio, with text `portfolio`. if it should not be shown in the portfolio, don't put a tag -- (16) text content for the vent -- (17) if the event has a range of dates, please put the start date here, in the format YYYY-MM-DD, and use the end date for the event date in the file (this allows the javascript that automatically removes past dates from the list of future dates to remove it only when the end date has past) - -### home page - -Much of the home page is coded up, and built from other content. However, if you'd like to change the text introducing Prachtsaal on the homepage, you can edit it in index.md. - -``` ---- (1) -layout: home (2) -title: Prachtsaal Studio (3) -subtitle: ... (4) -description: ... (5) ---- (1) -Prachtsaal (magnificent hall) stands as a nexus of arts, (6) -``` -- (1) delineates the front matter, is required -- (2) required configuration for the framework (Jekyll) -- (3) main title text for home page -- (4) subtitle text for home page -- (5) text the describes the page for search engines -- (6) text content on home page, in markdown - -If you want to change anything related to spacing and design, you'll need to change the html and/or the css. - -### people page -The people page, which is found at `people.html`, is automatically built from text files in the `_members` directory and `_data/communities.yml` file. - -If a member hasn't submitted member page text or images, you can force that a link not be created to a member page from the people page. This is done by making sure there is nothing past the front matter, meaning, if the last line in the member markdown file is the second `---`. - -#### member pages - -Each member has their own markdown (`*.md`) file. The stuff at the top ("front matter") is data that can be accessed by the script that builds the people page, and each member's page. It defines text, and where relevant files are. - -``` ---- (1) -layout: member (2) -full_name: ... (3) -description: ... (4) -thumb: ... (5) -portrait: ... (6) -portfolio_image_locations: - - /assets/img/members/... (7) - - /assets/img/members/... (7) -website: https://... (8) -socials: - - https://... (9) - - https://... (9) ---- (1) - -This is the text of your personal page. (10) -``` - -- (1) delineates the front matter, is required -- (2) required configuration for the framework (Jekyll) -- (3) shown in list view, and personal page -- (4) shown in list view, text the describes the page for search engines -- (5) location of image in list view -- (6) location of portrait in personal page -- (7) file location of portfolio image shown in personal page -- (8) website url. If more than one, use a list like in socials. -- (9) list the links to your socials. -- (10) the text you want shown on your personal page - - - -#### communities section - -The information for the communities section is stored as a data file in `_data/communities.yml`. It is in YAML format. Please see the desired format below. - -``` -- name: Tape Over (1) - thumb: /assets/img/communities/tapeover.jpeg (2) - website: https://tapeover.berlin/ (3) - visible: true (4) - -- name: Xemantic - thumb: /assets/img/communities/xemantic.png - website: https://xemantic.com/ - visible: true - -... -``` -- (1) The name of the organization. The dash indicates a new organization. -- (2) The logo, if available -- (3) The website to link to. -- (4) If the organization should be shown in the communities section - -If you want to change anything related to spacing and design, you'll need to change the html and/or the css. - - -## [WIP] Development - -You'd like to develop the design elements and code for the website? Thank you! - -This website is built using Jekyll and tailwindcss. [Jekyll](https://jekyllrb.com/) uses [Liquid](https://shopify.github.io/liquid/) to process templates. Both html files and markdown files can include what's called front matter, which is a section at the top of the page with key value pairs - we use the yaml formatting. - -To develop for this website, you'll need to install ruby (language Jekyll is written in), Jekyll, and node.js(used to install tailwind), and tailwind. There is an installation guide below. - -### To install the required `npm` dependencies - -```bash -npm install -``` - -### To serve the website locally - -#### Short story -While you are developing, in one terminal instance, run - -```bash -npm run build-css -``` - -which watches for any changes, and rebuilds `styles.css`. - -In another terminal, run - -```bash -bundle exec jekyll serve -``` -which serves the website at http://localhost:4000/ -Any changes will be automatically deployed, though you will need to reload your website to see the changes. - -#### Long story -The way tailwind works is that it only builds and includes the css that you are using in your website. Therefore, as you build a website, you'll need to rebuild the css with tailwind, to ensure that the css classes defined in tailwind are included. Tailwind will take what's in `/assets/css/source.css` and rebuild it to `/assets/css/styles.css`. This `styles.css` is what is included into the html. If you want to customize your own css and classes, add them to `source.css` to ensure it's included in `styles.css`. The command to build to `styles.css` is documented in `package.json` as an `npm` script `buid-css`. This command will watch for changes and update `styles.css` on the fly. - -### Design considerations - -The way the website has been developed is it has anticipated that the files that non-technical contributors will want to work with are in markdown, for relative ease of editing. These pages are individual event pages, individual news pages, individual member pages, the about page, and the home page. - -Specifically: -- events are in the `/events/_posts` folder. The means that events are Jekyll posts (which have a special function in Jekyll) with the category of `events`. Event pages use the `_layouts/event.html` layout. More about Jekyll posts: https://jekyllrb.com/docs/posts/ -- news items are in the `/news/_posts` folder. This means that news are Jekyll posts, with the category of `news`. The intention is to put any announcements, such as open calls and event reports, in `news`. News pages use the `_layouts/news.html` layout. -- member pages are in the `_members` folder. `members` is a collection in Jekyll, defined in the `_config.yml` file. This means that all the data in the `_members` folder can be accessed via `site.members`. Each member has their own markdown file, which uses the `_layouts/member.html` layout. -- the about page is an example of a generic text only page, which uses the `_layouts/page.html` layout. -- the home page is a custom page, but because there is a little bit of text in it, it is a layout, that can be called by the `index.md` file. That way, the text for the home page, and the titles, can be changed relatively easily. - -What's not in markdown are the events and people pages, which compile information in other files, and layouts, which are html templates that markdown files will use, named in the front matter with the key `layout`. These html files are mostly Liquid templating language, html, and tailwind css classes. - -The events page has two sections, an upcoming events section, and an events portfolio. The upcoming events section is filtered by the `events` category (no `news` items will be considered), by date at build time (only future dates are considered), and then at load time, javascript (`/assets/js/future_events.js`) will further remove events that are in the past. The events portfolio section filters all posts (including the `news` category) on the tag `portfolio`. If a future event has been labeled with the tag `portfolio`, it will be shown in the events porfolio section. - -All the pages use the layout `default.html` - this layout includes the navigation bar and footer, and required js and css. The html for the navigation bar is at `_includes/navigation.html`, and the html for the footer is at `_includes/footer.html`. - -When you create a pull request, a GitHub action called [PR Preview Action](https://github.com/rossjrw/pr-preview-action) -will run automatically, creating a preview website to verify -everything looks good before the team decides to accept the pull request. The URL of that temporary -website will be visible in a auto-generated comment under the pull request. -It will look like `https://prachtsaal.github.io/prachtsaal.berlin/pr-preview/pr-NN/`, -where NN is the pull request number. - - -### Installation - -You'll want to install ruby, node.js, and tailwindcss if you haven't already. If you need to install any of these, here are some helpful references: - -- https://github.com/rubygems/rubygems?tab=readme-ov-file: you can install ruby with [rbenv](https://github.com/rbenv/rbenv) -- https://jekyllrb.com/docs/installation/ubuntu/ -- https://docs.npmjs.com/downloading-and-installing-node-js-and-npm: to install node and npm, use nvm: https://github.com/nvm-sh/nvm -- https://tailwindcss.com/docs/installation -- https://tailwindcss.com/docs/editor-setup - -#### Setting up Jekyll -Once ruby is installed, install jekyll and bundler gems with - -```bash -gem install jekyll bundler -``` - -If you are setting up your environment, you can set up the ruby environment with - -```bash -bundle install -``` diff --git a/pr-preview/pr-70/about.html b/pr-preview/pr-70/about.html deleted file mode 100644 index 5398b49..0000000 --- a/pr-preview/pr-70/about.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: about us. - - - - - - - - - - - -
-
- - -
- -
-
-
- -
-

about us.

-
- -
-

Who are we?

- -

Welcome to Prachtsaal, a vibrant and dynamic creative nexus, built on two interconnected pillars. One empowers our resident artists, who infuse the space and inspire each other with cutting-edge innovation. The other invites the public into a dynamic playground for expression, exploration, exchange, and education. Our mission is to cultivate an environment teeming with playfulness and purpose, movement and reflection, color and sound, discovery and growth. We eagerly welcome everyone with an open mind, tolerance, and curiosity to join us. As a non-profit cooperative, we are committed to pushing the boundaries of community enrichment.

- -

Join us at Prachtsaal, where creativity knows no bounds and every day is an invitation to explore, learn, and grow together!

- -

Our mission

-

At Prachtsaal, we are committed to:

- -
    -
  • Showcasing visual arts, music, and performances that embody creative expression across all mediums, intersecting with the realms of humanities, society, science, and technology.
  • -
  • Providing affordable ateliers for artists.
  • -
  • Curating inclusive events for the benefit of both the local community and a wider audience.
  • -
  • Educating all generations in art techniques and culture.
  • -
  • Promoting international artist collaborations on-site.
  • -
- -

How are we achieving our goals

- -

To realize our mission, we:

- -
    -
  • Offer shared facilities that encourage the exploration of various artistic mediums.
  • -
  • Cultivate a safe, diverse, and inclusive environment.
  • -
  • Ensure our space is easily accessible to everyone.
  • -
  • Uphold a democratic management process.
  • -
  • Seek professional support to drive our mission forward.
  • -
  • Undertake necessary renovations and reconstructions.
  • -
  • Strive for the economic sustainability of our space.
  • -
  • Maintain our non-profit status.
  • -
- -

Prachtsaal: A Cooperative in the Making

- -

We are embarking on an exciting journey to become a registered non-profit cooperative (gemeinnützige Genossenschaft). This new chapter will unlock fresh realms of community engagement and transform our space into a dynamic hub of creativity. Beyond our ateliers and daily art practices, we will host regular concerts and performances, curate a gallery with ever-evolving exhibitions, and offer a lively space for workshops and education. Join us as we reimagine the future of art and community together!

- - - -
- -
-
- -
- -
- -
-
- - - - - diff --git a/pr-preview/pr-70/android-chrome-192x192.png b/pr-preview/pr-70/android-chrome-192x192.png deleted file mode 100644 index 54a2a98..0000000 Binary files a/pr-preview/pr-70/android-chrome-192x192.png and /dev/null differ diff --git a/pr-preview/pr-70/android-chrome-512x512.png b/pr-preview/pr-70/android-chrome-512x512.png deleted file mode 100644 index 6e3f388..0000000 Binary files a/pr-preview/pr-70/android-chrome-512x512.png and /dev/null differ diff --git a/pr-preview/pr-70/apple-touch-icon.png b/pr-preview/pr-70/apple-touch-icon.png deleted file mode 100644 index bb51530..0000000 Binary files a/pr-preview/pr-70/apple-touch-icon.png and /dev/null differ diff --git a/pr-preview/pr-70/assets/css/source.css b/pr-preview/pr-70/assets/css/source.css deleted file mode 100644 index 5e442c8..0000000 --- a/pr-preview/pr-70/assets/css/source.css +++ /dev/null @@ -1,80 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap'); - -@tailwind base; -@tailwind components; -@tailwind utilities; - - -html { - font-size: clamp(1rem, 1vw, 1.2rem); -} - -a { - text-decoration: underline; -} - -div.links-without-underline a { - text-decoration: none; -} - -h1 { - @apply text-6xl font-prachtsaal font-bold text-center; -} - -h2 { - @apply text-2xl my-8; -} - -h3 { - @apply text-xl my-4; -} - -.nav-x { - @apply mx-8 sm:mx-16; -} - -.nav-y { - @apply my-6 -} - -ul { - @apply list-disc list-inside -} - -img { - display: block; -} - -figure { - margin-bottom: 2px; - margin-top: 10px; - font-style: italic; -} - -figcaption { - text-align: center; - margin-top: 3px; - color: #444; -} - -div.member { - margin-bottom: 1em; -} - -div.member img { - filter: grayscale(); -} - -div.member a { - cursor: pointer; -} - -div.member .member-text { - margin: 0.5em; - display: block; -} - -div.member img:hover { - filter: none; -} - diff --git a/pr-preview/pr-70/assets/css/styles.css b/pr-preview/pr-70/assets/css/styles.css deleted file mode 100644 index f7c8cb8..0000000 --- a/pr-preview/pr-70/assets/css/styles.css +++ /dev/null @@ -1,1377 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap'); - -*, ::before, ::after{ - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(59 130 246 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: ; -} - -::backdrop{ - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(59 130 246 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: ; -} - -/* -! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com -*/ - -/* -1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) -2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) -*/ - -*, -::before, -::after { - box-sizing: border-box; - /* 1 */ - border-width: 0; - /* 2 */ - border-style: solid; - /* 2 */ - border-color: #e5e7eb; - /* 2 */ -} - -::before, -::after { - --tw-content: ''; -} - -/* -1. Use a consistent sensible line-height in all browsers. -2. Prevent adjustments of font size after orientation changes in iOS. -3. Use a more readable tab size. -4. Use the user's configured `sans` font-family by default. -5. Use the user's configured `sans` font-feature-settings by default. -6. Use the user's configured `sans` font-variation-settings by default. -7. Disable tap highlights on iOS -*/ - -html, -:host { - line-height: 1.5; - /* 1 */ - -webkit-text-size-adjust: 100%; - /* 2 */ - -moz-tab-size: 4; - /* 3 */ - -o-tab-size: 4; - tab-size: 4; - /* 3 */ - font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - /* 4 */ - font-feature-settings: normal; - /* 5 */ - font-variation-settings: normal; - /* 6 */ - -webkit-tap-highlight-color: transparent; - /* 7 */ -} - -/* -1. Remove the margin in all browsers. -2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. -*/ - -body { - margin: 0; - /* 1 */ - line-height: inherit; - /* 2 */ -} - -/* -1. Add the correct height in Firefox. -2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) -3. Ensure horizontal rules are visible by default. -*/ - -hr { - height: 0; - /* 1 */ - color: inherit; - /* 2 */ - border-top-width: 1px; - /* 3 */ -} - -/* -Add the correct text decoration in Chrome, Edge, and Safari. -*/ - -abbr:where([title]) { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; -} - -/* -Remove the default font size and weight for headings. -*/ - -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: inherit; - font-weight: inherit; -} - -/* -Reset links to optimize for opt-in styling instead of opt-out. -*/ - -a { - color: inherit; - text-decoration: inherit; -} - -/* -Add the correct font weight in Edge and Safari. -*/ - -b, -strong { - font-weight: bolder; -} - -/* -1. Use the user's configured `mono` font-family by default. -2. Use the user's configured `mono` font-feature-settings by default. -3. Use the user's configured `mono` font-variation-settings by default. -4. Correct the odd `em` font sizing in all browsers. -*/ - -code, -kbd, -samp, -pre { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - /* 1 */ - font-feature-settings: normal; - /* 2 */ - font-variation-settings: normal; - /* 3 */ - font-size: 1em; - /* 4 */ -} - -/* -Add the correct font size in all browsers. -*/ - -small { - font-size: 80%; -} - -/* -Prevent `sub` and `sup` elements from affecting the line height in all browsers. -*/ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -/* -1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) -2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) -3. Remove gaps between table borders by default. -*/ - -table { - text-indent: 0; - /* 1 */ - border-color: inherit; - /* 2 */ - border-collapse: collapse; - /* 3 */ -} - -/* -1. Change the font styles in all browsers. -2. Remove the margin in Firefox and Safari. -3. Remove default padding in all browsers. -*/ - -button, -input, -optgroup, -select, -textarea { - font-family: inherit; - /* 1 */ - font-feature-settings: inherit; - /* 1 */ - font-variation-settings: inherit; - /* 1 */ - font-size: 100%; - /* 1 */ - font-weight: inherit; - /* 1 */ - line-height: inherit; - /* 1 */ - letter-spacing: inherit; - /* 1 */ - color: inherit; - /* 1 */ - margin: 0; - /* 2 */ - padding: 0; - /* 3 */ -} - -/* -Remove the inheritance of text transform in Edge and Firefox. -*/ - -button, -select { - text-transform: none; -} - -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Remove default button styles. -*/ - -button, -input:where([type='button']), -input:where([type='reset']), -input:where([type='submit']) { - -webkit-appearance: button; - /* 1 */ - background-color: transparent; - /* 2 */ - background-image: none; - /* 2 */ -} - -/* -Use the modern Firefox focus style for all focusable elements. -*/ - -:-moz-focusring { - outline: auto; -} - -/* -Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) -*/ - -:-moz-ui-invalid { - box-shadow: none; -} - -/* -Add the correct vertical alignment in Chrome and Firefox. -*/ - -progress { - vertical-align: baseline; -} - -/* -Correct the cursor style of increment and decrement buttons in Safari. -*/ - -::-webkit-inner-spin-button, -::-webkit-outer-spin-button { - height: auto; -} - -/* -1. Correct the odd appearance in Chrome and Safari. -2. Correct the outline style in Safari. -*/ - -[type='search'] { - -webkit-appearance: textfield; - /* 1 */ - outline-offset: -2px; - /* 2 */ -} - -/* -Remove the inner padding in Chrome and Safari on macOS. -*/ - -::-webkit-search-decoration { - -webkit-appearance: none; -} - -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Change font properties to `inherit` in Safari. -*/ - -::-webkit-file-upload-button { - -webkit-appearance: button; - /* 1 */ - font: inherit; - /* 2 */ -} - -/* -Add the correct display in Chrome and Safari. -*/ - -summary { - display: list-item; -} - -/* -Removes the default spacing and border for appropriate elements. -*/ - -blockquote, -dl, -dd, -h1, -h2, -h3, -h4, -h5, -h6, -hr, -figure, -p, -pre { - margin: 0; -} - -fieldset { - margin: 0; - padding: 0; -} - -legend { - padding: 0; -} - -ol, -ul, -menu { - list-style: none; - margin: 0; - padding: 0; -} - -/* -Reset default styling for dialogs. -*/ - -dialog { - padding: 0; -} - -/* -Prevent resizing textareas horizontally by default. -*/ - -textarea { - resize: vertical; -} - -/* -1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) -2. Set the default placeholder color to the user's configured gray 400 color. -*/ - -input::-moz-placeholder, textarea::-moz-placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - -input::placeholder, -textarea::placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - -/* -Set the default cursor for buttons. -*/ - -button, -[role="button"] { - cursor: pointer; -} - -/* -Make sure disabled buttons don't get the pointer cursor. -*/ - -:disabled { - cursor: default; -} - -/* -1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) -2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) - This can trigger a poorly considered lint error in some tools but is included by design. -*/ - -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - display: block; - /* 1 */ - vertical-align: middle; - /* 2 */ -} - -/* -Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) -*/ - -img, -video { - max-width: 100%; - height: auto; -} - -/* Make elements with the HTML hidden attribute stay hidden by default */ - -[hidden]:where(:not([hidden="until-found"])) { - display: none; -} - -.visible{ - visibility: visible; -} - -.static{ - position: static; -} - -.fixed{ - position: fixed; -} - -.absolute{ - position: absolute; -} - -.relative{ - position: relative; -} - -.-right-5{ - right: -1.25rem; -} - -.-top-5{ - top: -1.25rem; -} - -.bottom-0{ - bottom: 0px; -} - -.bottom-10{ - bottom: 2.5rem; -} - -.left-0{ - left: 0px; -} - -.left-10{ - left: 2.5rem; -} - -.right-10{ - right: 2.5rem; -} - -.top-0{ - top: 0px; -} - -.z-\[8888\]{ - z-index: 8888; -} - -.z-\[9999\]{ - z-index: 9999; -} - -.m-16{ - margin: 4rem; -} - -.m-2{ - margin: 0.5rem; -} - -.m-28{ - margin: 7rem; -} - -.m-8{ - margin: 2rem; -} - -.mx-12{ - margin-left: 3rem; - margin-right: 3rem; -} - -.mx-28{ - margin-left: 7rem; - margin-right: 7rem; -} - -.mx-4{ - margin-left: 1rem; - margin-right: 1rem; -} - -.mx-8{ - margin-left: 2rem; - margin-right: 2rem; -} - -.mx-auto{ - margin-left: auto; - margin-right: auto; -} - -.my-16{ - margin-top: 4rem; - margin-bottom: 4rem; -} - -.my-2{ - margin-top: 0.5rem; - margin-bottom: 0.5rem; -} - -.my-28{ - margin-top: 7rem; - margin-bottom: 7rem; -} - -.mb-14{ - margin-bottom: 3.5rem; -} - -.mb-16{ - margin-bottom: 4rem; -} - -.mb-2{ - margin-bottom: 0.5rem; -} - -.mb-28{ - margin-bottom: 7rem; -} - -.mb-4{ - margin-bottom: 1rem; -} - -.mt-16{ - margin-top: 4rem; -} - -.mt-2{ - margin-top: 0.5rem; -} - -.mt-28{ - margin-top: 7rem; -} - -.mt-4{ - margin-top: 1rem; -} - -.mt-8{ - margin-top: 2rem; -} - -.block{ - display: block; -} - -.inline{ - display: inline; -} - -.flex{ - display: flex; -} - -.grid{ - display: grid; -} - -.contents{ - display: contents; -} - -.hidden{ - display: none; -} - -.aspect-video{ - aspect-ratio: 16 / 9; -} - -.size-32{ - width: 8rem; - height: 8rem; -} - -.size-6{ - width: 1.5rem; - height: 1.5rem; -} - -.h-10{ - height: 2.5rem; -} - -.h-16{ - height: 4rem; -} - -.h-6{ - height: 1.5rem; -} - -.h-96{ - height: 24rem; -} - -.h-auto{ - height: auto; -} - -.h-full{ - height: 100%; -} - -.h-screen{ - height: 100vh; -} - -.max-h-\[90vh\]{ - max-height: 90vh; -} - -.w-10{ - width: 2.5rem; -} - -.w-16{ - width: 4rem; -} - -.w-3\/4{ - width: 75%; -} - -.w-6{ - width: 1.5rem; -} - -.w-64{ - width: 16rem; -} - -.w-\[40\%\]{ - width: 40%; -} - -.w-full{ - width: 100%; -} - -.w-screen{ - width: 100vw; -} - -.max-w-32{ - max-width: 8rem; -} - -.max-w-64{ - max-width: 16rem; -} - -.max-w-full{ - max-width: 100%; -} - -.max-w-lg{ - max-width: 32rem; -} - -.grow{ - flex-grow: 1; -} - -.transform{ - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.cursor-pointer{ - cursor: pointer; -} - -.list-none{ - list-style-type: none; -} - -.grid-flow-row{ - grid-auto-flow: row; -} - -.flex-row{ - flex-direction: row; -} - -.flex-col{ - flex-direction: column; -} - -.items-start{ - align-items: flex-start; -} - -.items-center{ - align-items: center; -} - -.justify-end{ - justify-content: flex-end; -} - -.justify-center{ - justify-content: center; -} - -.justify-between{ - justify-content: space-between; -} - -.justify-around{ - justify-content: space-around; -} - -.gap-1{ - gap: 0.25rem; -} - -.gap-16{ - gap: 4rem; -} - -.gap-2{ - gap: 0.5rem; -} - -.gap-4{ - gap: 1rem; -} - -.gap-8{ - gap: 2rem; -} - -.rounded{ - border-radius: 0.25rem; -} - -.rounded-full{ - border-radius: 9999px; -} - -.rounded-lg{ - border-radius: 0.5rem; -} - -.border{ - border-width: 1px; -} - -.border-2{ - border-width: 2px; -} - -.border-8{ - border-width: 8px; -} - -.border-r{ - border-right-width: 1px; -} - -.border-r-8{ - border-right-width: 8px; -} - -.border-black{ - --tw-border-opacity: 1; - border-color: rgb(0 0 0 / var(--tw-border-opacity)); -} - -.border-gray-200{ - --tw-border-opacity: 1; - border-color: rgb(229 231 235 / var(--tw-border-opacity)); -} - -.border-white{ - --tw-border-opacity: 1; - border-color: rgb(255 255 255 / var(--tw-border-opacity)); -} - -.bg-\[\#0000007d\]{ - background-color: #0000007d; -} - -.bg-\[\#000000c9\]{ - background-color: #000000c9; -} - -.bg-black{ - --tw-bg-opacity: 1; - background-color: rgb(0 0 0 / var(--tw-bg-opacity)); -} - -.bg-purple-300{ - --tw-bg-opacity: 1; - background-color: rgb(216 180 254 / var(--tw-bg-opacity)); -} - -.bg-white{ - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); -} - -.bg-cover{ - background-size: cover; -} - -.bg-center{ - background-position: center; -} - -.object-contain{ - -o-object-fit: contain; - object-fit: contain; -} - -.object-cover{ - -o-object-fit: cover; - object-fit: cover; -} - -.p-16{ - padding: 4rem; -} - -.p-3{ - padding: 0.75rem; -} - -.p-5{ - padding: 1.25rem; -} - -.px-4{ - padding-left: 1rem; - padding-right: 1rem; -} - -.py-14{ - padding-top: 3.5rem; - padding-bottom: 3.5rem; -} - -.py-24{ - padding-top: 6rem; - padding-bottom: 6rem; -} - -.text-left{ - text-align: left; -} - -.text-center{ - text-align: center; -} - -.text-right{ - text-align: right; -} - -.text-end{ - text-align: end; -} - -.font-prachtsaal{ - font-family: Outfit; -} - -.font-sans{ - font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; -} - -.text-2xl{ - font-size: 1.5rem; - line-height: 2rem; -} - -.text-lg{ - font-size: 1.125rem; - line-height: 1.75rem; -} - -.text-sm{ - font-size: 0.875rem; - line-height: 1.25rem; -} - -.font-bold{ - font-weight: 700; -} - -.text-gray-400{ - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} - -.text-gray-500{ - --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); -} - -.text-white{ - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -.text-slate-400{ - --tw-text-opacity: 1; - color: rgb(148 163 184 / var(--tw-text-opacity)); -} - -.underline{ - text-decoration-line: underline; -} - -.transition{ - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.transition-colors{ - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -.duration-150{ - transition-duration: 150ms; -} - -.duration-300{ - transition-duration: 300ms; -} - -.ease-in-out{ - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -} - -html { - font-size: clamp(1rem, 1vw, 1.2rem); -} - -a { - text-decoration: underline; -} - -div.links-without-underline a { - text-decoration: none; -} - -h1{ - text-align: center; - font-family: Outfit; - font-size: 3.75rem; - line-height: 1; - font-weight: 700; -} - -h2{ - margin-top: 2rem; - margin-bottom: 2rem; - font-size: 1.5rem; - line-height: 2rem; -} - -h3{ - margin-top: 1rem; - margin-bottom: 1rem; - font-size: 1.25rem; - line-height: 1.75rem; -} - -.nav-x{ - margin-left: 2rem; - margin-right: 2rem; -} - -@media (min-width: 640px){ - .nav-x{ - margin-left: 4rem; - margin-right: 4rem; - } -} - -.nav-y{ - margin-top: 1.5rem; - margin-bottom: 1.5rem; -} - -ul{ - list-style-position: inside; - list-style-type: disc; -} - -img { - display: block; -} - -figure { - margin-bottom: 2px; - margin-top: 10px; - font-style: italic; -} - -figcaption { - text-align: center; - margin-top: 3px; - color: #444; -} - -div.member { - margin-bottom: 1em; -} - -div.member img { - filter: grayscale(); -} - -div.member a { - cursor: pointer; -} - -div.member .member-text { - margin: 0.5em; - display: block; -} - -div.member img:hover { - filter: none; -} - -.hover\:border-blue-600:hover{ - --tw-border-opacity: 1; - border-color: rgb(37 99 235 / var(--tw-border-opacity)); -} - -.hover\:border-orange-600:hover{ - --tw-border-opacity: 1; - border-color: rgb(234 88 12 / var(--tw-border-opacity)); -} - -.hover\:border-lime-500:hover{ - --tw-border-opacity: 1; - border-color: rgb(132 204 22 / var(--tw-border-opacity)); -} - -@media (min-width: 340px){ - .min-\[340px\]\:mx-8{ - margin-left: 2rem; - margin-right: 2rem; - } -} - -@media (min-width: 400px){ - .min-\[400px\]\:px-8{ - padding-left: 2rem; - padding-right: 2rem; - } -} - -@media (min-width: 460px){ - .min-\[460px\]\:mx-8{ - margin-left: 2rem; - margin-right: 2rem; - } -} - -@media (min-width: 640px){ - .sm\:mx-28{ - margin-left: 7rem; - margin-right: 7rem; - } - - .sm\:flex{ - display: flex; - } - - .sm\:hidden{ - display: none; - } - - .sm\:grid-cols-2{ - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - - .sm\:grid-cols-3{ - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .sm\:flex-row{ - flex-direction: row; - } - - .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(3rem * var(--tw-space-x-reverse)); - margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))); - } - - .sm\:px-24{ - padding-left: 6rem; - padding-right: 6rem; - } - - .sm\:text-3xl{ - font-size: 1.875rem; - line-height: 2.25rem; - } -} - -@media (min-width: 768px){ - .md\:absolute{ - position: absolute; - } - - .md\:top-0{ - top: 0px; - } - - .md\:top-\[50\%\]{ - top: 50%; - } - - .md\:block{ - display: block; - } - - .md\:w-\[650px\]{ - width: 650px; - } - - .md\:w-\[760px\]{ - width: 760px; - } - - .md\:max-w-\[85\%\]{ - max-width: 85%; - } - - .md\:grid-cols-2{ - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - - .md\:p-10{ - padding: 2.5rem; - } - - .md\:opacity-0{ - opacity: 0; - } - - .group:hover .md\:group-hover\:opacity-100{ - opacity: 1; - } -} - -@media (min-width: 1024px){ - .lg\:w-1\/2{ - width: 50%; - } - - .lg\:w-32{ - width: 8rem; - } - - .lg\:w-64{ - width: 16rem; - } - - .lg\:w-\[760px\]{ - width: 760px; - } - - .lg\:max-w-6xl{ - max-width: 72rem; - } - - .lg\:grid-cols-3{ - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .lg\:grid-cols-4{ - grid-template-columns: repeat(4, minmax(0, 1fr)); - } - - .lg\:flex-row{ - flex-direction: row; - } -} - -@media (min-width: 1280px){ - .xl\:max-w-\[1520px\]{ - max-width: 1520px; - } -} - -@media (prefers-color-scheme: dark){ - .dark\:text-gray-400{ - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); - } -} - diff --git a/pr-preview/pr-70/assets/img/Instagram_Glyph_white_logo.svg.webp b/pr-preview/pr-70/assets/img/Instagram_Glyph_white_logo.svg.webp deleted file mode 100644 index 9eec603..0000000 Binary files a/pr-preview/pr-70/assets/img/Instagram_Glyph_white_logo.svg.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/buttondown-logo.webp b/pr-preview/pr-70/assets/img/buttondown-logo.webp deleted file mode 100644 index 9aa49e2..0000000 Binary files a/pr-preview/pr-70/assets/img/buttondown-logo.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/communities/ccb.webp b/pr-preview/pr-70/assets/img/communities/ccb.webp deleted file mode 100644 index 0807ce0..0000000 Binary files a/pr-preview/pr-70/assets/img/communities/ccb.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/communities/openrndr.webp b/pr-preview/pr-70/assets/img/communities/openrndr.webp deleted file mode 100644 index 5a63ffa..0000000 Binary files a/pr-preview/pr-70/assets/img/communities/openrndr.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/communities/processingfoundation.webp b/pr-preview/pr-70/assets/img/communities/processingfoundation.webp deleted file mode 100644 index 23b23e2..0000000 Binary files a/pr-preview/pr-70/assets/img/communities/processingfoundation.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/communities/schoolofma.webp b/pr-preview/pr-70/assets/img/communities/schoolofma.webp deleted file mode 100644 index d601ac3..0000000 Binary files a/pr-preview/pr-70/assets/img/communities/schoolofma.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/communities/tapeover.webp b/pr-preview/pr-70/assets/img/communities/tapeover.webp deleted file mode 100644 index f4c12dc..0000000 Binary files a/pr-preview/pr-70/assets/img/communities/tapeover.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/communities/toplapberlin.webp b/pr-preview/pr-70/assets/img/communities/toplapberlin.webp deleted file mode 100644 index 493ec6a..0000000 Binary files a/pr-preview/pr-70/assets/img/communities/toplapberlin.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/communities/vetro.webp b/pr-preview/pr-70/assets/img/communities/vetro.webp deleted file mode 100644 index 275a9a8..0000000 Binary files a/pr-preview/pr-70/assets/img/communities/vetro.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/communities/xemantic.webp b/pr-preview/pr-70/assets/img/communities/xemantic.webp deleted file mode 100644 index 16b8140..0000000 Binary files a/pr-preview/pr-70/assets/img/communities/xemantic.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/2022-adje-gorelick.webp b/pr-preview/pr-70/assets/img/events/2022-adje-gorelick.webp deleted file mode 100644 index bde9177..0000000 Binary files a/pr-preview/pr-70/assets/img/events/2022-adje-gorelick.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/2022-kazik-gorelick.webp b/pr-preview/pr-70/assets/img/events/2022-kazik-gorelick.webp deleted file mode 100644 index 896b590..0000000 Binary files a/pr-preview/pr-70/assets/img/events/2022-kazik-gorelick.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/2024-art-market/20231202_173014_Original-scaled.webp b/pr-preview/pr-70/assets/img/events/2024-art-market/20231202_173014_Original-scaled.webp deleted file mode 100644 index c1f52a6..0000000 Binary files a/pr-preview/pr-70/assets/img/events/2024-art-market/20231202_173014_Original-scaled.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/2024-art-market/20231202_175128_Original-768x1024.webp b/pr-preview/pr-70/assets/img/events/2024-art-market/20231202_175128_Original-768x1024.webp deleted file mode 100644 index ef4c651..0000000 Binary files a/pr-preview/pr-70/assets/img/events/2024-art-market/20231202_175128_Original-768x1024.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/2024-art-market/20231202_175141_Original-768x1024.webp b/pr-preview/pr-70/assets/img/events/2024-art-market/20231202_175141_Original-768x1024.webp deleted file mode 100644 index 0da00bc..0000000 Binary files a/pr-preview/pr-70/assets/img/events/2024-art-market/20231202_175141_Original-768x1024.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/2024-art-market/The-Art-Market-3-posters-04-crop.webp b/pr-preview/pr-70/assets/img/events/2024-art-market/The-Art-Market-3-posters-04-crop.webp deleted file mode 100644 index 6896ee8..0000000 Binary files a/pr-preview/pr-70/assets/img/events/2024-art-market/The-Art-Market-3-posters-04-crop.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/bestiario.webp b/pr-preview/pr-70/assets/img/events/bestiario.webp deleted file mode 100644 index 89de24b..0000000 Binary files a/pr-preview/pr-70/assets/img/events/bestiario.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/neon-gods/2024-48hoursNK-group-shot.webp b/pr-preview/pr-70/assets/img/events/neon-gods/2024-48hoursNK-group-shot.webp deleted file mode 100644 index 2b834dc..0000000 Binary files a/pr-preview/pr-70/assets/img/events/neon-gods/2024-48hoursNK-group-shot.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/neon-gods/neon-gods-full.jpg b/pr-preview/pr-70/assets/img/events/neon-gods/neon-gods-full.jpg deleted file mode 100644 index 5ac4576..0000000 Binary files a/pr-preview/pr-70/assets/img/events/neon-gods/neon-gods-full.jpg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/neon-gods/neon-gods-thumb.jpg b/pr-preview/pr-70/assets/img/events/neon-gods/neon-gods-thumb.jpg deleted file mode 100644 index dadf83b..0000000 Binary files a/pr-preview/pr-70/assets/img/events/neon-gods/neon-gods-thumb.jpg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/openrndr-meetup-1.webp b/pr-preview/pr-70/assets/img/events/openrndr-meetup-1.webp deleted file mode 100644 index 2b682ad..0000000 Binary files a/pr-preview/pr-70/assets/img/events/openrndr-meetup-1.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/openrndr-meetup-2.webp b/pr-preview/pr-70/assets/img/events/openrndr-meetup-2.webp deleted file mode 100644 index 8d67ac7..0000000 Binary files a/pr-preview/pr-70/assets/img/events/openrndr-meetup-2.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/prachtayama/PRACHTSAAL STUDIO_LOATION.webp b/pr-preview/pr-70/assets/img/events/prachtayama/PRACHTSAAL STUDIO_LOATION.webp deleted file mode 100644 index d1a0593..0000000 Binary files a/pr-preview/pr-70/assets/img/events/prachtayama/PRACHTSAAL STUDIO_LOATION.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/prachtayama/PRACHTSAAL STUDIO_PRACHTAYAMA.webp b/pr-preview/pr-70/assets/img/events/prachtayama/PRACHTSAAL STUDIO_PRACHTAYAMA.webp deleted file mode 100644 index 4eb70c9..0000000 Binary files a/pr-preview/pr-70/assets/img/events/prachtayama/PRACHTSAAL STUDIO_PRACHTAYAMA.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/processing-catalog/an-introduction-by-casey-reas.webp b/pr-preview/pr-70/assets/img/events/processing-catalog/an-introduction-by-casey-reas.webp deleted file mode 100644 index 7e368f1..0000000 Binary files a/pr-preview/pr-70/assets/img/events/processing-catalog/an-introduction-by-casey-reas.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/processing-catalog/casey-reas-and-olivia-jack.webp b/pr-preview/pr-70/assets/img/events/processing-catalog/casey-reas-and-olivia-jack.webp deleted file mode 100644 index 979328a..0000000 Binary files a/pr-preview/pr-70/assets/img/events/processing-catalog/casey-reas-and-olivia-jack.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/processing-catalog/eventbrite-casey-reas.jpeg b/pr-preview/pr-70/assets/img/events/processing-catalog/eventbrite-casey-reas.jpeg deleted file mode 100644 index eb30773..0000000 Binary files a/pr-preview/pr-70/assets/img/events/processing-catalog/eventbrite-casey-reas.jpeg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/processing-catalog/processing-community-catalog.jpeg b/pr-preview/pr-70/assets/img/events/processing-catalog/processing-community-catalog.jpeg deleted file mode 100644 index 4b00402..0000000 Binary files a/pr-preview/pr-70/assets/img/events/processing-catalog/processing-community-catalog.jpeg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/processing-catalog/rachel-uwa.webp b/pr-preview/pr-70/assets/img/events/processing-catalog/rachel-uwa.webp deleted file mode 100644 index 072448a..0000000 Binary files a/pr-preview/pr-70/assets/img/events/processing-catalog/rachel-uwa.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/events/processing-catalog/so-kanno-and-omii-chen.webp b/pr-preview/pr-70/assets/img/events/processing-catalog/so-kanno-and-omii-chen.webp deleted file mode 100644 index a924a52..0000000 Binary files a/pr-preview/pr-70/assets/img/events/processing-catalog/so-kanno-and-omii-chen.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/history/cafe-prachtsaal.webp b/pr-preview/pr-70/assets/img/history/cafe-prachtsaal.webp deleted file mode 100644 index 91909ce..0000000 Binary files a/pr-preview/pr-70/assets/img/history/cafe-prachtsaal.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/history/ingeborg-meisel-karras.webp b/pr-preview/pr-70/assets/img/history/ingeborg-meisel-karras.webp deleted file mode 100644 index 49d6e7c..0000000 Binary files a/pr-preview/pr-70/assets/img/history/ingeborg-meisel-karras.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/history/j22-front1.webp b/pr-preview/pr-70/assets/img/history/j22-front1.webp deleted file mode 100644 index 1cd1d96..0000000 Binary files a/pr-preview/pr-70/assets/img/history/j22-front1.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/history/prachtsaal-entrence-inside.webp b/pr-preview/pr-70/assets/img/history/prachtsaal-entrence-inside.webp deleted file mode 100644 index e37bdbf..0000000 Binary files a/pr-preview/pr-70/assets/img/history/prachtsaal-entrence-inside.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/history/prachtsaal-field-hospital.webp b/pr-preview/pr-70/assets/img/history/prachtsaal-field-hospital.webp deleted file mode 100644 index a0b236d..0000000 Binary files a/pr-preview/pr-70/assets/img/history/prachtsaal-field-hospital.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/history/prachtsaal-front-nazi.webp b/pr-preview/pr-70/assets/img/history/prachtsaal-front-nazi.webp deleted file mode 100644 index 7c67a36..0000000 Binary files a/pr-preview/pr-70/assets/img/history/prachtsaal-front-nazi.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/history/prachtsaal-interior1.webp b/pr-preview/pr-70/assets/img/history/prachtsaal-interior1.webp deleted file mode 100644 index d900d3d..0000000 Binary files a/pr-preview/pr-70/assets/img/history/prachtsaal-interior1.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/history/prachtsaal-tanzschule-front1.webp b/pr-preview/pr-70/assets/img/history/prachtsaal-tanzschule-front1.webp deleted file mode 100644 index 547b839..0000000 Binary files a/pr-preview/pr-70/assets/img/history/prachtsaal-tanzschule-front1.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/history/prachtsaal-tanzschule-front2.webp b/pr-preview/pr-70/assets/img/history/prachtsaal-tanzschule-front2.webp deleted file mode 100644 index fd88a02..0000000 Binary files a/pr-preview/pr-70/assets/img/history/prachtsaal-tanzschule-front2.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/history/prachtsaal-tanzschule-front3.webp b/pr-preview/pr-70/assets/img/history/prachtsaal-tanzschule-front3.webp deleted file mode 100644 index 99956c9..0000000 Binary files a/pr-preview/pr-70/assets/img/history/prachtsaal-tanzschule-front3.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/history/prachtsaal-tanzschule-interior1.webp b/pr-preview/pr-70/assets/img/history/prachtsaal-tanzschule-interior1.webp deleted file mode 100644 index 022c916..0000000 Binary files a/pr-preview/pr-70/assets/img/history/prachtsaal-tanzschule-interior1.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/home/404.jpeg b/pr-preview/pr-70/assets/img/home/404.jpeg deleted file mode 100644 index 791f114..0000000 Binary files a/pr-preview/pr-70/assets/img/home/404.jpeg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/home/404_crop.jpeg b/pr-preview/pr-70/assets/img/home/404_crop.jpeg deleted file mode 100644 index 91a6953..0000000 Binary files a/pr-preview/pr-70/assets/img/home/404_crop.jpeg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/abe/aBe-ALifeCycle.webp b/pr-preview/pr-70/assets/img/members/abe/aBe-ALifeCycle.webp deleted file mode 100644 index 7be0955..0000000 Binary files a/pr-preview/pr-70/assets/img/members/abe/aBe-ALifeCycle.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/abe/aBe-dave-screenshot-1.webp b/pr-preview/pr-70/assets/img/members/abe/aBe-dave-screenshot-1.webp deleted file mode 100644 index 87aff99..0000000 Binary files a/pr-preview/pr-70/assets/img/members/abe/aBe-dave-screenshot-1.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/abe/aBe-portrait.webp b/pr-preview/pr-70/assets/img/members/abe/aBe-portrait.webp deleted file mode 100644 index 346d302..0000000 Binary files a/pr-preview/pr-70/assets/img/members/abe/aBe-portrait.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/abe/aBe-ratkaisu-multiplica-render3.webp b/pr-preview/pr-70/assets/img/members/abe/aBe-ratkaisu-multiplica-render3.webp deleted file mode 100644 index 41cec30..0000000 Binary files a/pr-preview/pr-70/assets/img/members/abe/aBe-ratkaisu-multiplica-render3.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/abe/aBe-thumb.webp b/pr-preview/pr-70/assets/img/members/abe/aBe-thumb.webp deleted file mode 100644 index d711175..0000000 Binary files a/pr-preview/pr-70/assets/img/members/abe/aBe-thumb.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/abe/aBe-tracing-the-line-closeup.webp b/pr-preview/pr-70/assets/img/members/abe/aBe-tracing-the-line-closeup.webp deleted file mode 100644 index 69aacac..0000000 Binary files a/pr-preview/pr-70/assets/img/members/abe/aBe-tracing-the-line-closeup.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/claudine/hornetsnest.webp b/pr-preview/pr-70/assets/img/members/claudine/hornetsnest.webp deleted file mode 100644 index 44d09b4..0000000 Binary files a/pr-preview/pr-70/assets/img/members/claudine/hornetsnest.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/claudine/kaleidoscope_nisyros.webp b/pr-preview/pr-70/assets/img/members/claudine/kaleidoscope_nisyros.webp deleted file mode 100644 index 9d9e1dc..0000000 Binary files a/pr-preview/pr-70/assets/img/members/claudine/kaleidoscope_nisyros.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/claudine/kaleidoscope_nisyros2.webp b/pr-preview/pr-70/assets/img/members/claudine/kaleidoscope_nisyros2.webp deleted file mode 100644 index dfe72d6..0000000 Binary files a/pr-preview/pr-70/assets/img/members/claudine/kaleidoscope_nisyros2.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/claudine/me_lemon.webp b/pr-preview/pr-70/assets/img/members/claudine/me_lemon.webp deleted file mode 100644 index 59c53a4..0000000 Binary files a/pr-preview/pr-70/assets/img/members/claudine/me_lemon.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/claudine/package-weaving.webp b/pr-preview/pr-70/assets/img/members/claudine/package-weaving.webp deleted file mode 100644 index a11af0e..0000000 Binary files a/pr-preview/pr-70/assets/img/members/claudine/package-weaving.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/claudine/portrait-claudine.webp b/pr-preview/pr-70/assets/img/members/claudine/portrait-claudine.webp deleted file mode 100644 index b783960..0000000 Binary files a/pr-preview/pr-70/assets/img/members/claudine/portrait-claudine.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/claudine/timeinplace.webp b/pr-preview/pr-70/assets/img/members/claudine/timeinplace.webp deleted file mode 100644 index d549640..0000000 Binary files a/pr-preview/pr-70/assets/img/members/claudine/timeinplace.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/dominic/dominic-photo1.webp b/pr-preview/pr-70/assets/img/members/dominic/dominic-photo1.webp deleted file mode 100644 index f8cf492..0000000 Binary files a/pr-preview/pr-70/assets/img/members/dominic/dominic-photo1.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/dominic/dominic-photo2.webp b/pr-preview/pr-70/assets/img/members/dominic/dominic-photo2.webp deleted file mode 100644 index b51b24d..0000000 Binary files a/pr-preview/pr-70/assets/img/members/dominic/dominic-photo2.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/dominic/dominic-photo3.webp b/pr-preview/pr-70/assets/img/members/dominic/dominic-photo3.webp deleted file mode 100644 index 4e337e1..0000000 Binary files a/pr-preview/pr-70/assets/img/members/dominic/dominic-photo3.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/dominic/dominic-portrait.jpg b/pr-preview/pr-70/assets/img/members/dominic/dominic-portrait.jpg deleted file mode 100644 index 846234f..0000000 Binary files a/pr-preview/pr-70/assets/img/members/dominic/dominic-portrait.jpg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/dominic/dominic-thumb.jpg b/pr-preview/pr-70/assets/img/members/dominic/dominic-thumb.jpg deleted file mode 100644 index 5caf06f..0000000 Binary files a/pr-preview/pr-70/assets/img/members/dominic/dominic-thumb.jpg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/grit/gritkit_overview.webp b/pr-preview/pr-70/assets/img/members/grit/gritkit_overview.webp deleted file mode 100644 index 84b459f..0000000 Binary files a/pr-preview/pr-70/assets/img/members/grit/gritkit_overview.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_01.webp b/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_01.webp deleted file mode 100644 index c8246e0..0000000 Binary files a/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_01.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_02.webp b/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_02.webp deleted file mode 100644 index 3bf4258..0000000 Binary files a/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_02.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_03.webp b/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_03.webp deleted file mode 100644 index 1c34fec..0000000 Binary files a/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_03.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_04.webp b/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_04.webp deleted file mode 100644 index 7595e6f..0000000 Binary files a/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_04.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_05.webp b/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_05.webp deleted file mode 100644 index ebe587f..0000000 Binary files a/pr-preview/pr-70/assets/img/members/grit/gritkit_portfolio_05.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/grit/gritkit_subpage.webp b/pr-preview/pr-70/assets/img/members/grit/gritkit_subpage.webp deleted file mode 100644 index 981f9c9..0000000 Binary files a/pr-preview/pr-70/assets/img/members/grit/gritkit_subpage.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/kazik/angels-in-america-miniature.jpg b/pr-preview/pr-70/assets/img/members/kazik/angels-in-america-miniature.jpg deleted file mode 100644 index 85b352b..0000000 Binary files a/pr-preview/pr-70/assets/img/members/kazik/angels-in-america-miniature.jpg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/kazik/kazik-pogoda-at-coart-timisoara.webp b/pr-preview/pr-70/assets/img/members/kazik/kazik-pogoda-at-coart-timisoara.webp deleted file mode 100644 index de0aec7..0000000 Binary files a/pr-preview/pr-70/assets/img/members/kazik/kazik-pogoda-at-coart-timisoara.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/kazik/negentropy-miniature.jpg b/pr-preview/pr-70/assets/img/members/kazik/negentropy-miniature.jpg deleted file mode 100644 index 4d5fed4..0000000 Binary files a/pr-preview/pr-70/assets/img/members/kazik/negentropy-miniature.jpg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/kazik/thumb-kazik.webp b/pr-preview/pr-70/assets/img/members/kazik/thumb-kazik.webp deleted file mode 100644 index 4297e5b..0000000 Binary files a/pr-preview/pr-70/assets/img/members/kazik/thumb-kazik.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/kazik/xemantic-collective.jpg b/pr-preview/pr-70/assets/img/members/kazik/xemantic-collective.jpg deleted file mode 100644 index c872b55..0000000 Binary files a/pr-preview/pr-70/assets/img/members/kazik/xemantic-collective.jpg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/laura/portfolio-laura-1.jpg b/pr-preview/pr-70/assets/img/members/laura/portfolio-laura-1.jpg deleted file mode 100644 index 31e7f55..0000000 Binary files a/pr-preview/pr-70/assets/img/members/laura/portfolio-laura-1.jpg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/laura/portfolio-laura-2.jpg b/pr-preview/pr-70/assets/img/members/laura/portfolio-laura-2.jpg deleted file mode 100644 index 5b9c954..0000000 Binary files a/pr-preview/pr-70/assets/img/members/laura/portfolio-laura-2.jpg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/laura/portfolio-laura-3.jpg b/pr-preview/pr-70/assets/img/members/laura/portfolio-laura-3.jpg deleted file mode 100644 index a1b5dc7..0000000 Binary files a/pr-preview/pr-70/assets/img/members/laura/portfolio-laura-3.jpg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/laura/portrait-laura.jpg b/pr-preview/pr-70/assets/img/members/laura/portrait-laura.jpg deleted file mode 100644 index 6dca35f..0000000 Binary files a/pr-preview/pr-70/assets/img/members/laura/portrait-laura.jpg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/laura/thumb-laura.jpg b/pr-preview/pr-70/assets/img/members/laura/thumb-laura.jpg deleted file mode 100644 index f574809..0000000 Binary files a/pr-preview/pr-70/assets/img/members/laura/thumb-laura.jpg and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/martyna/Martyna-Lebryk-colour.webp b/pr-preview/pr-70/assets/img/members/martyna/Martyna-Lebryk-colour.webp deleted file mode 100644 index bf41dc0..0000000 Binary files a/pr-preview/pr-70/assets/img/members/martyna/Martyna-Lebryk-colour.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/martyna/bad-influence.webp b/pr-preview/pr-70/assets/img/members/martyna/bad-influence.webp deleted file mode 100644 index ce342bb..0000000 Binary files a/pr-preview/pr-70/assets/img/members/martyna/bad-influence.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/martyna/crocodile-tears.webp b/pr-preview/pr-70/assets/img/members/martyna/crocodile-tears.webp deleted file mode 100644 index a94a29c..0000000 Binary files a/pr-preview/pr-70/assets/img/members/martyna/crocodile-tears.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/martyna/curly-legs.webp b/pr-preview/pr-70/assets/img/members/martyna/curly-legs.webp deleted file mode 100644 index 807ab44..0000000 Binary files a/pr-preview/pr-70/assets/img/members/martyna/curly-legs.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/martyna/gloop.webp b/pr-preview/pr-70/assets/img/members/martyna/gloop.webp deleted file mode 100644 index 02ba5c0..0000000 Binary files a/pr-preview/pr-70/assets/img/members/martyna/gloop.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/martyna/inside-outside.webp b/pr-preview/pr-70/assets/img/members/martyna/inside-outside.webp deleted file mode 100644 index 2e8f6f2..0000000 Binary files a/pr-preview/pr-70/assets/img/members/martyna/inside-outside.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/martyna/puzzled.webp b/pr-preview/pr-70/assets/img/members/martyna/puzzled.webp deleted file mode 100644 index 4d58979..0000000 Binary files a/pr-preview/pr-70/assets/img/members/martyna/puzzled.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/martyna/smoking-foot.webp b/pr-preview/pr-70/assets/img/members/martyna/smoking-foot.webp deleted file mode 100644 index 47aaf69..0000000 Binary files a/pr-preview/pr-70/assets/img/members/martyna/smoking-foot.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/martyna/thumb-martyna.webp b/pr-preview/pr-70/assets/img/members/martyna/thumb-martyna.webp deleted file mode 100644 index 24c125a..0000000 Binary files a/pr-preview/pr-70/assets/img/members/martyna/thumb-martyna.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/no_image.svg b/pr-preview/pr-70/assets/img/members/no_image.svg deleted file mode 100644 index 2344602..0000000 --- a/pr-preview/pr-70/assets/img/members/no_image.svg +++ /dev/null @@ -1,21 +0,0 @@ - - diff --git a/pr-preview/pr-70/assets/img/members/robert/Neuland_Mehr Theater_head_hand_total.webp b/pr-preview/pr-70/assets/img/members/robert/Neuland_Mehr Theater_head_hand_total.webp deleted file mode 100644 index 2f371ec..0000000 Binary files a/pr-preview/pr-70/assets/img/members/robert/Neuland_Mehr Theater_head_hand_total.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/robert/Rob_Portrait_IBUG.webp b/pr-preview/pr-70/assets/img/members/robert/Rob_Portrait_IBUG.webp deleted file mode 100644 index 89db8fd..0000000 Binary files a/pr-preview/pr-70/assets/img/members/robert/Rob_Portrait_IBUG.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/robert/art_elizabeth_back.webp b/pr-preview/pr-70/assets/img/members/robert/art_elizabeth_back.webp deleted file mode 100644 index f27f66f..0000000 Binary files a/pr-preview/pr-70/assets/img/members/robert/art_elizabeth_back.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/robert/meinestadt_blueprint_detail_ankle.webp b/pr-preview/pr-70/assets/img/members/robert/meinestadt_blueprint_detail_ankle.webp deleted file mode 100644 index 93e83d1..0000000 Binary files a/pr-preview/pr-70/assets/img/members/robert/meinestadt_blueprint_detail_ankle.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/robert/thumb-robert.webp b/pr-preview/pr-70/assets/img/members/robert/thumb-robert.webp deleted file mode 100644 index 1c9a700..0000000 Binary files a/pr-preview/pr-70/assets/img/members/robert/thumb-robert.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/robert/wave_Trouville_bw.webp b/pr-preview/pr-70/assets/img/members/robert/wave_Trouville_bw.webp deleted file mode 100644 index 0072fb7..0000000 Binary files a/pr-preview/pr-70/assets/img/members/robert/wave_Trouville_bw.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/roberta/Roberta-portrait.webp b/pr-preview/pr-70/assets/img/members/roberta/Roberta-portrait.webp deleted file mode 100644 index eb188e7..0000000 Binary files a/pr-preview/pr-70/assets/img/members/roberta/Roberta-portrait.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/roberta/Roberta-thumb.webp b/pr-preview/pr-70/assets/img/members/roberta/Roberta-thumb.webp deleted file mode 100644 index ed3cb50..0000000 Binary files a/pr-preview/pr-70/assets/img/members/roberta/Roberta-thumb.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/roberta/Roberta_01.webp b/pr-preview/pr-70/assets/img/members/roberta/Roberta_01.webp deleted file mode 100644 index b2c15dc..0000000 Binary files a/pr-preview/pr-70/assets/img/members/roberta/Roberta_01.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/roberta/Roberta_02.webp b/pr-preview/pr-70/assets/img/members/roberta/Roberta_02.webp deleted file mode 100644 index df07eb9..0000000 Binary files a/pr-preview/pr-70/assets/img/members/roberta/Roberta_02.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/roberta/Roberta_03.webp b/pr-preview/pr-70/assets/img/members/roberta/Roberta_03.webp deleted file mode 100644 index d06390c..0000000 Binary files a/pr-preview/pr-70/assets/img/members/roberta/Roberta_03.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/roberta/Roberta_04.webp b/pr-preview/pr-70/assets/img/members/roberta/Roberta_04.webp deleted file mode 100644 index 4ceede4..0000000 Binary files a/pr-preview/pr-70/assets/img/members/roberta/Roberta_04.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/roberta/Roberta_05.webp b/pr-preview/pr-70/assets/img/members/roberta/Roberta_05.webp deleted file mode 100644 index 16753fc..0000000 Binary files a/pr-preview/pr-70/assets/img/members/roberta/Roberta_05.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/stephan/20220109_125615-scaled.webp b/pr-preview/pr-70/assets/img/members/stephan/20220109_125615-scaled.webp deleted file mode 100644 index 83f8cc0..0000000 Binary files a/pr-preview/pr-70/assets/img/members/stephan/20220109_125615-scaled.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/stephan/guitar.webp b/pr-preview/pr-70/assets/img/members/stephan/guitar.webp deleted file mode 100644 index fe2bc0e..0000000 Binary files a/pr-preview/pr-70/assets/img/members/stephan/guitar.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/stephan/portrait-stephan.webp b/pr-preview/pr-70/assets/img/members/stephan/portrait-stephan.webp deleted file mode 100644 index a2ae0d8..0000000 Binary files a/pr-preview/pr-70/assets/img/members/stephan/portrait-stephan.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/stephan/svk_apollo_2022_main.webp b/pr-preview/pr-70/assets/img/members/stephan/svk_apollo_2022_main.webp deleted file mode 100644 index 8b79ff8..0000000 Binary files a/pr-preview/pr-70/assets/img/members/stephan/svk_apollo_2022_main.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/stephan/thumb-stephan.webp b/pr-preview/pr-70/assets/img/members/stephan/thumb-stephan.webp deleted file mode 100644 index cb9745f..0000000 Binary files a/pr-preview/pr-70/assets/img/members/stephan/thumb-stephan.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/zack/thumb-zack.webp b/pr-preview/pr-70/assets/img/members/zack/thumb-zack.webp deleted file mode 100644 index 49d27e0..0000000 Binary files a/pr-preview/pr-70/assets/img/members/zack/thumb-zack.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/zack/zack_portfolio_01.webp b/pr-preview/pr-70/assets/img/members/zack/zack_portfolio_01.webp deleted file mode 100644 index da32eff..0000000 Binary files a/pr-preview/pr-70/assets/img/members/zack/zack_portfolio_01.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/zack/zack_portfolio_02.webp b/pr-preview/pr-70/assets/img/members/zack/zack_portfolio_02.webp deleted file mode 100644 index 99ebe7e..0000000 Binary files a/pr-preview/pr-70/assets/img/members/zack/zack_portfolio_02.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/zack/zack_portfolio_03.webp b/pr-preview/pr-70/assets/img/members/zack/zack_portfolio_03.webp deleted file mode 100644 index 1591382..0000000 Binary files a/pr-preview/pr-70/assets/img/members/zack/zack_portfolio_03.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/members/zack/zack_portrait.webp b/pr-preview/pr-70/assets/img/members/zack/zack_portrait.webp deleted file mode 100644 index c76afd6..0000000 Binary files a/pr-preview/pr-70/assets/img/members/zack/zack_portrait.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/foyer.webp b/pr-preview/pr-70/assets/img/news/foyer.webp deleted file mode 100644 index c6207bc..0000000 Binary files a/pr-preview/pr-70/assets/img/news/foyer.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/garden.webp b/pr-preview/pr-70/assets/img/news/garden.webp deleted file mode 100644 index 57959ed..0000000 Binary files a/pr-preview/pr-70/assets/img/news/garden.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/prachtsaal-open-call.webp b/pr-preview/pr-70/assets/img/news/prachtsaal-open-call.webp deleted file mode 100644 index 6e5ec9f..0000000 Binary files a/pr-preview/pr-70/assets/img/news/prachtsaal-open-call.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/unit1.webp b/pr-preview/pr-70/assets/img/news/unit1.webp deleted file mode 100644 index 83efb34..0000000 Binary files a/pr-preview/pr-70/assets/img/news/unit1.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/unit3-01-01.webp b/pr-preview/pr-70/assets/img/news/unit3-01-01.webp deleted file mode 100644 index f761e78..0000000 Binary files a/pr-preview/pr-70/assets/img/news/unit3-01-01.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/unit3.webp b/pr-preview/pr-70/assets/img/news/unit3.webp deleted file mode 100644 index a2366f9..0000000 Binary files a/pr-preview/pr-70/assets/img/news/unit3.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/unit6-01.webp b/pr-preview/pr-70/assets/img/news/unit6-01.webp deleted file mode 100644 index 1de6ccc..0000000 Binary files a/pr-preview/pr-70/assets/img/news/unit6-01.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/unit6-02.webp b/pr-preview/pr-70/assets/img/news/unit6-02.webp deleted file mode 100644 index cb8afe8..0000000 Binary files a/pr-preview/pr-70/assets/img/news/unit6-02.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/unit6-03.webp b/pr-preview/pr-70/assets/img/news/unit6-03.webp deleted file mode 100644 index 5278dca..0000000 Binary files a/pr-preview/pr-70/assets/img/news/unit6-03.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/unit7-square.webp b/pr-preview/pr-70/assets/img/news/unit7-square.webp deleted file mode 100644 index cd13858..0000000 Binary files a/pr-preview/pr-70/assets/img/news/unit7-square.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/unit7.webp b/pr-preview/pr-70/assets/img/news/unit7.webp deleted file mode 100644 index cbf972a..0000000 Binary files a/pr-preview/pr-70/assets/img/news/unit7.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/unit8.webp b/pr-preview/pr-70/assets/img/news/unit8.webp deleted file mode 100644 index 5bcff76..0000000 Binary files a/pr-preview/pr-70/assets/img/news/unit8.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/unit9.webp b/pr-preview/pr-70/assets/img/news/unit9.webp deleted file mode 100644 index 9effce5..0000000 Binary files a/pr-preview/pr-70/assets/img/news/unit9.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/news/view_from_the_venue.webp b/pr-preview/pr-70/assets/img/news/view_from_the_venue.webp deleted file mode 100644 index 0a9edfd..0000000 Binary files a/pr-preview/pr-70/assets/img/news/view_from_the_venue.webp and /dev/null differ diff --git a/pr-preview/pr-70/assets/img/prachtsaal-logo.png b/pr-preview/pr-70/assets/img/prachtsaal-logo.png deleted file mode 100644 index 336de70..0000000 Binary files a/pr-preview/pr-70/assets/img/prachtsaal-logo.png and /dev/null differ diff --git a/pr-preview/pr-70/assets/js/alpinejs@3.14.0.min.js b/pr-preview/pr-70/assets/js/alpinejs@3.14.0.min.js deleted file mode 100644 index 9b9d5db..0000000 --- a/pr-preview/pr-70/assets/js/alpinejs@3.14.0.min.js +++ /dev/null @@ -1,5 +0,0 @@ -(()=>{var rt=!1,nt=!1,U=[],it=-1;function qt(e){Cn(e)}function Cn(e){U.includes(e)||U.push(e),Tn()}function Ee(e){let t=U.indexOf(e);t!==-1&&t>it&&U.splice(t,1)}function Tn(){!nt&&!rt&&(rt=!0,queueMicrotask(Rn))}function Rn(){rt=!1,nt=!0;for(let e=0;ee.effect(t,{scheduler:r=>{ot?qt(r):r()}}),st=e.raw}function at(e){D=e}function Gt(e){let t=()=>{};return[n=>{let i=D(n);return e._x_effects||(e._x_effects=new Set,e._x_runEffects=()=>{e._x_effects.forEach(o=>o())}),e._x_effects.add(i),t=()=>{i!==void 0&&(e._x_effects.delete(i),L(i))},i},()=>{t()}]}function ve(e,t){let r=!0,n,i=D(()=>{let o=e();JSON.stringify(o),r?n=o:queueMicrotask(()=>{t(o,n),n=o}),r=!1});return()=>L(i)}var Jt=[],Yt=[],Xt=[];function Zt(e){Xt.push(e)}function ee(e,t){typeof t=="function"?(e._x_cleanups||(e._x_cleanups=[]),e._x_cleanups.push(t)):(t=e,Yt.push(t))}function Ae(e){Jt.push(e)}function Oe(e,t,r){e._x_attributeCleanups||(e._x_attributeCleanups={}),e._x_attributeCleanups[t]||(e._x_attributeCleanups[t]=[]),e._x_attributeCleanups[t].push(r)}function ct(e,t){e._x_attributeCleanups&&Object.entries(e._x_attributeCleanups).forEach(([r,n])=>{(t===void 0||t.includes(r))&&(n.forEach(i=>i()),delete e._x_attributeCleanups[r])})}function Qt(e){if(e._x_cleanups)for(;e._x_cleanups.length;)e._x_cleanups.pop()()}var lt=new MutationObserver(pt),ut=!1;function le(){lt.observe(document,{subtree:!0,childList:!0,attributes:!0,attributeOldValue:!0}),ut=!0}function ft(){Mn(),lt.disconnect(),ut=!1}var ce=[];function Mn(){let e=lt.takeRecords();ce.push(()=>e.length>0&&pt(e));let t=ce.length;queueMicrotask(()=>{if(ce.length===t)for(;ce.length>0;)ce.shift()()})}function _(e){if(!ut)return e();ft();let t=e();return le(),t}var dt=!1,Se=[];function er(){dt=!0}function tr(){dt=!1,pt(Se),Se=[]}function pt(e){if(dt){Se=Se.concat(e);return}let t=new Set,r=new Set,n=new Map,i=new Map;for(let o=0;os.nodeType===1&&t.add(s)),e[o].removedNodes.forEach(s=>s.nodeType===1&&r.add(s))),e[o].type==="attributes")){let s=e[o].target,a=e[o].attributeName,c=e[o].oldValue,l=()=>{n.has(s)||n.set(s,[]),n.get(s).push({name:a,value:s.getAttribute(a)})},u=()=>{i.has(s)||i.set(s,[]),i.get(s).push(a)};s.hasAttribute(a)&&c===null?l():s.hasAttribute(a)?(u(),l()):u()}i.forEach((o,s)=>{ct(s,o)}),n.forEach((o,s)=>{Jt.forEach(a=>a(s,o))});for(let o of r)t.has(o)||Yt.forEach(s=>s(o));t.forEach(o=>{o._x_ignoreSelf=!0,o._x_ignore=!0});for(let o of t)r.has(o)||o.isConnected&&(delete o._x_ignoreSelf,delete o._x_ignore,Xt.forEach(s=>s(o)),o._x_ignore=!0,o._x_ignoreSelf=!0);t.forEach(o=>{delete o._x_ignoreSelf,delete o._x_ignore}),t=null,r=null,n=null,i=null}function Ce(e){return F(j(e))}function P(e,t,r){return e._x_dataStack=[t,...j(r||e)],()=>{e._x_dataStack=e._x_dataStack.filter(n=>n!==t)}}function j(e){return e._x_dataStack?e._x_dataStack:typeof ShadowRoot=="function"&&e instanceof ShadowRoot?j(e.host):e.parentNode?j(e.parentNode):[]}function F(e){return new Proxy({objects:e},Nn)}var Nn={ownKeys({objects:e}){return Array.from(new Set(e.flatMap(t=>Object.keys(t))))},has({objects:e},t){return t==Symbol.unscopables?!1:e.some(r=>Object.prototype.hasOwnProperty.call(r,t)||Reflect.has(r,t))},get({objects:e},t,r){return t=="toJSON"?Dn:Reflect.get(e.find(n=>Reflect.has(n,t))||{},t,r)},set({objects:e},t,r,n){let i=e.find(s=>Object.prototype.hasOwnProperty.call(s,t))||e[e.length-1],o=Object.getOwnPropertyDescriptor(i,t);return o?.set&&o?.get?Reflect.set(i,t,r,n):Reflect.set(i,t,r)}};function Dn(){return Reflect.ownKeys(this).reduce((t,r)=>(t[r]=Reflect.get(this,r),t),{})}function Te(e){let t=n=>typeof n=="object"&&!Array.isArray(n)&&n!==null,r=(n,i="")=>{Object.entries(Object.getOwnPropertyDescriptors(n)).forEach(([o,{value:s,enumerable:a}])=>{if(a===!1||s===void 0||typeof s=="object"&&s!==null&&s.__v_skip)return;let c=i===""?o:`${i}.${o}`;typeof s=="object"&&s!==null&&s._x_interceptor?n[o]=s.initialize(e,c,o):t(s)&&s!==n&&!(s instanceof Element)&&r(s,c)})};return r(e)}function Re(e,t=()=>{}){let r={initialValue:void 0,_x_interceptor:!0,initialize(n,i,o){return e(this.initialValue,()=>Pn(n,i),s=>mt(n,i,s),i,o)}};return t(r),n=>{if(typeof n=="object"&&n!==null&&n._x_interceptor){let i=r.initialize.bind(r);r.initialize=(o,s,a)=>{let c=n.initialize(o,s,a);return r.initialValue=c,i(o,s,a)}}else r.initialValue=n;return r}}function Pn(e,t){return t.split(".").reduce((r,n)=>r[n],e)}function mt(e,t,r){if(typeof t=="string"&&(t=t.split(".")),t.length===1)e[t[0]]=r;else{if(t.length===0)throw error;return e[t[0]]||(e[t[0]]={}),mt(e[t[0]],t.slice(1),r)}}var rr={};function y(e,t){rr[e]=t}function ue(e,t){return Object.entries(rr).forEach(([r,n])=>{let i=null;function o(){if(i)return i;{let[s,a]=_t(t);return i={interceptor:Re,...s},ee(t,a),i}}Object.defineProperty(e,`$${r}`,{get(){return n(t,o())},enumerable:!1})}),e}function nr(e,t,r,...n){try{return r(...n)}catch(i){te(i,e,t)}}function te(e,t,r=void 0){e=Object.assign(e??{message:"No error message given."},{el:t,expression:r}),console.warn(`Alpine Expression Error: ${e.message} - -${r?'Expression: "'+r+`" - -`:""}`,t),setTimeout(()=>{throw e},0)}var Me=!0;function De(e){let t=Me;Me=!1;let r=e();return Me=t,r}function M(e,t,r={}){let n;return x(e,t)(i=>n=i,r),n}function x(...e){return ir(...e)}var ir=gt;function or(e){ir=e}function gt(e,t){let r={};ue(r,e);let n=[r,...j(e)],i=typeof t=="function"?In(n,t):Ln(n,t,e);return nr.bind(null,e,t,i)}function In(e,t){return(r=()=>{},{scope:n={},params:i=[]}={})=>{let o=t.apply(F([n,...e]),i);Ne(r,o)}}var ht={};function kn(e,t){if(ht[e])return ht[e];let r=Object.getPrototypeOf(async function(){}).constructor,n=/^[\n\s]*if.*\(.*\)/.test(e.trim())||/^(let|const)\s/.test(e.trim())?`(async()=>{ ${e} })()`:e,o=(()=>{try{let s=new r(["__self","scope"],`with (scope) { __self.result = ${n} }; __self.finished = true; return __self.result;`);return Object.defineProperty(s,"name",{value:`[Alpine] ${e}`}),s}catch(s){return te(s,t,e),Promise.resolve()}})();return ht[e]=o,o}function Ln(e,t,r){let n=kn(t,r);return(i=()=>{},{scope:o={},params:s=[]}={})=>{n.result=void 0,n.finished=!1;let a=F([o,...e]);if(typeof n=="function"){let c=n(n,a).catch(l=>te(l,r,t));n.finished?(Ne(i,n.result,a,s,r),n.result=void 0):c.then(l=>{Ne(i,l,a,s,r)}).catch(l=>te(l,r,t)).finally(()=>n.result=void 0)}}}function Ne(e,t,r,n,i){if(Me&&typeof t=="function"){let o=t.apply(r,n);o instanceof Promise?o.then(s=>Ne(e,s,r,n)).catch(s=>te(s,i,t)):e(o)}else typeof t=="object"&&t instanceof Promise?t.then(o=>e(o)):e(t)}var bt="x-";function C(e=""){return bt+e}function sr(e){bt=e}var Pe={};function d(e,t){return Pe[e]=t,{before(r){if(!Pe[r]){console.warn(String.raw`Cannot find directive \`${r}\`. \`${e}\` will use the default order of execution`);return}let n=W.indexOf(r);W.splice(n>=0?n:W.indexOf("DEFAULT"),0,e)}}}function ar(e){return Object.keys(Pe).includes(e)}function de(e,t,r){if(t=Array.from(t),e._x_virtualDirectives){let o=Object.entries(e._x_virtualDirectives).map(([a,c])=>({name:a,value:c})),s=wt(o);o=o.map(a=>s.find(c=>c.name===a.name)?{name:`x-bind:${a.name}`,value:`"${a.value}"`}:a),t=t.concat(o)}let n={};return t.map(ur((o,s)=>n[o]=s)).filter(dr).map(jn(n,r)).sort(Fn).map(o=>$n(e,o))}function wt(e){return Array.from(e).map(ur()).filter(t=>!dr(t))}var xt=!1,fe=new Map,cr=Symbol();function lr(e){xt=!0;let t=Symbol();cr=t,fe.set(t,[]);let r=()=>{for(;fe.get(t).length;)fe.get(t).shift()();fe.delete(t)},n=()=>{xt=!1,r()};e(r),n()}function _t(e){let t=[],r=a=>t.push(a),[n,i]=Gt(e);return t.push(i),[{Alpine:B,effect:n,cleanup:r,evaluateLater:x.bind(x,e),evaluate:M.bind(M,e)},()=>t.forEach(a=>a())]}function $n(e,t){let r=()=>{},n=Pe[t.type]||r,[i,o]=_t(e);Oe(e,t.original,o);let s=()=>{e._x_ignore||e._x_ignoreSelf||(n.inline&&n.inline(e,t,i),n=n.bind(n,e,t,i),xt?fe.get(cr).push(n):n())};return s.runCleanups=o,s}var Ie=(e,t)=>({name:r,value:n})=>(r.startsWith(e)&&(r=r.replace(e,t)),{name:r,value:n}),ke=e=>e;function ur(e=()=>{}){return({name:t,value:r})=>{let{name:n,value:i}=fr.reduce((o,s)=>s(o),{name:t,value:r});return n!==t&&e(n,t),{name:n,value:i}}}var fr=[];function re(e){fr.push(e)}function dr({name:e}){return pr().test(e)}var pr=()=>new RegExp(`^${bt}([^:^.]+)\\b`);function jn(e,t){return({name:r,value:n})=>{let i=r.match(pr()),o=r.match(/:([a-zA-Z0-9\-_:]+)/),s=r.match(/\.[^.\]]+(?=[^\]]*$)/g)||[],a=t||e[r]||r;return{type:i?i[1]:null,value:o?o[1]:null,modifiers:s.map(c=>c.replace(".","")),expression:n,original:a}}}var yt="DEFAULT",W=["ignore","ref","data","id","anchor","bind","init","for","model","modelable","transition","show","if",yt,"teleport"];function Fn(e,t){let r=W.indexOf(e.type)===-1?yt:e.type,n=W.indexOf(t.type)===-1?yt:t.type;return W.indexOf(r)-W.indexOf(n)}function G(e,t,r={}){e.dispatchEvent(new CustomEvent(t,{detail:r,bubbles:!0,composed:!0,cancelable:!0}))}function T(e,t){if(typeof ShadowRoot=="function"&&e instanceof ShadowRoot){Array.from(e.children).forEach(i=>T(i,t));return}let r=!1;if(t(e,()=>r=!0),r)return;let n=e.firstElementChild;for(;n;)T(n,t,!1),n=n.nextElementSibling}function E(e,...t){console.warn(`Alpine Warning: ${e}`,...t)}var mr=!1;function _r(){mr&&E("Alpine has already been initialized on this page. Calling Alpine.start() more than once can cause problems."),mr=!0,document.body||E("Unable to initialize. Trying to load Alpine before `` is available. Did you forget to add `defer` in Alpine's ` - - - diff --git a/pr-preview/pr-70/calls/2024-01-09-new-tenant-artist/index.html b/pr-preview/pr-70/calls/2024-01-09-new-tenant-artist/index.html deleted file mode 100644 index d06d9b3..0000000 --- a/pr-preview/pr-70/calls/2024-01-09-new-tenant-artist/index.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Prachtsaal's Open Call for New Tenant Artist - - - - - - - - - -
-
- - -
- -
-
-

Open call to all artists [CLOSED]

-
-
-
- Unit 2 -
Unit 2
-
- -

- We’re looking for new person to join us at Prachtsaal Studio, our beautiful open space in - Neukölln (halfway between U-Leinestraße and U-Hermannstraße)! -

-

- You’ll be meeting Chloe (painter), Javi (mixed media artist), Julia (illustrator/psychologist), Kazik (generative - artist), Lamia (tape artist/mixed media artist), Marta (illustrator/graphic designer), Martyna (painter), Robert - (tape artist/installation artist), Stephan (mixed media artist), Valerio (painter/graphic designer), - Liza (visual poet), Mason (video artist), Hani (photographer, video/installation artist), - Abe (generative/computational artist), Claudine (multimedia artist), Grit (animator, visual and generative artist) -

-

- Here is the catalog of our work. -

-

- The open space (area: 342 m2) is divided in a total of 10 ateliers, and half of one of them is available practically - any time, for example since 15 of January 2024. This space is shared with Martyna, the painter. -

-

Details:

-
    -
  • Half of Unit 2, 245 €/month, 10 m2
  • -
-

- You’re super welcome to drop by and check the space in person while also meeting Martyna. -

-

- Additionally, there’s a nice luminous foyer that we’re currently using for our exhibitions, a kitchen, a - Kellar, a garden (80 m2), a wood workshop, and an area (50 m2) which will be soon made into a venue suitable for - events (such as workshops, concerts, art exhibitions, etc.). -

-

- On this note, it’s important to add that most of the current tenants are in the process of constituting a non-profit - cooperative (Genossenschaft): if you’re interested in collaborating with us and shape the vision of Prachtsaal as a - full on artistic pole of culture and education, we’ll be more than happy to share further information with you and - consider your application as one of the members. Alternatively, you can also just rent your own space. -

-

- For further questions, drop us a line via info@prachtsaal.berlin -

-
- -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/calls/2024-03-20-new-tenant-artist/index.html b/pr-preview/pr-70/calls/2024-03-20-new-tenant-artist/index.html deleted file mode 100644 index 8b04030..0000000 --- a/pr-preview/pr-70/calls/2024-03-20-new-tenant-artist/index.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Prachtsaal's Open Call for New Tenant Artist - - - - - - - - - -
-
- - -
- -
-
-

Open call to all artists

-
-
-
- -
-
- -

- We’re looking for someone to join us at Prachtsaal Studio, our beautiful open space in - Neukölln (halfway between U-Leinestraße and U-Hermannstraße)! -

-

- You’ll be meeting Chloe (painter), Zack (multidisciplinary artist), Julia (illustrator/psychologist), Kazik (generative - artist), Lamia (tape artist/mixed media artist), Marta (illustrator/graphic designer), Martyna (painter), Robert - (tape artist/installation artist), Stephan (mixed media artist), Valerio (painter/graphic designer), - Liza (visual poet), Mason (video artist), Hani (photographer, video/installation artist), - Abe (generative/computational artist), Claudine (multidisciplinary artist), Grit (animator, visual and generative artist), and more! -

-

- Here is the catalog of our work. -

-

- The open space (area: 342 m2) is divided in a total of 10 ateliers. We seek - one person to share an atelier with the existing tenant, available as of now. - -

-

-

- Unit 9b available for rent. €233.52/month for 10 m<sup>2</sup>. -
Unit 9b available for rent. €233.52/month for 10 m2.
-
- - -

- You’re super welcome to drop by and check the spaces in person while also meeting us. -

-

- Additionally, there’s a nice luminous foyer that we’re currently using for our exhibitions, a kitchen, a - Kellar, a garden (80 m2), a wood workshop, and an area (50 m2) which will be soon made into a venue suitable for - events (such as workshops, concerts, art exhibitions, etc.). -

-

- On this note, it’s important to add that most of the current tenants are in the process of forming a non-profit - cooperative (Genossenschaft): if you’re interested in collaborating with us and shape the vision of Prachtsaal as an - artistic nexus of culture and education, we’ll be more than happy to share further information with you and - consider your application as one of the members. -

- -

Applying

- -

- If you are interested, please send your application to: - info@prachtsaal.berlin - including your portfolio, and an artist CV. If you don't have a CV, no worries, please send us any links to your online presence, and a list of relevant performances, exhibitions, residencies, or education. - The space is only to be used as an art atelier, so we just would like to see that you do have an art practice of some kind. -

- -

Next steps

- -
    -
  • You visit the studio. -
  • You have a video call with studio members. This is because the members have very varied schedules, and may not be in the studio when you come visit. -
  • Because the studio is an art cooperative, the cooperative members will vote on new members. We will let you know after the vote, which will take at least a week to give members time to vote. -
-
- -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/calls/2024-06-03-new-tenant-artist/index.html b/pr-preview/pr-70/calls/2024-06-03-new-tenant-artist/index.html deleted file mode 100644 index c18b977..0000000 --- a/pr-preview/pr-70/calls/2024-06-03-new-tenant-artist/index.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Prachtsaal's Open Call for New Tenant Artist - - - - - - - - - -
-
- - -
- -
-
-

Open call to all artists

-
-
-
- -
-
- -

- We’re looking for someone to join us at Prachtsaal Studio, our beautiful open space in - Neukölln (halfway between U-Leinestraße and U-Hermannstraße)! -

-

- You’ll be meeting Chloe (painter), Zack (multidisciplinary artist), Julia (illustrator/psychologist), Kazik - (generative/computational artist), Marta (illustrator/graphic designer), - Martyna (painter), Robert (tape artist/installation artist), Stephan (mixed media artist), Valerio (painter/graphic - designer), Hani (photographer, video/installation artist), Abe (generative/computational artist), Claudine - (multidisciplinary artist), Grit (animator, visual and generative artist), and more! -

-

- Here is the quick visual journey over Prachtsaal: -

-
- The entry of Prachtsaal -
The entry of Prachtsaal
-
- -
- Our garden -
Our garden
-
- -
- Unit 6 from the outside (mezzanine) -
Unit 6 from the outside (mezzanine)
-
- -

- Here is the catalog of - our work. -

-

- The open space (area: 342 m2) is divided in a total of 10 ateliers. -

-

The available areas are:

- Unit 3 -

425 €/month, 18.2 m2, can host a maximum of 3 people

-
- Unit 3 available for rent. €424.26/month for 18 m2. -
Unit 3 available for rent. €424.26/month for 18 m2.
-
- - Unit 6 -

235 €/month, 15.4 m2 in total shared (to be shared with another artist)

-
- Unit 6 (mezzanine) -
Unit 6 (mezzanine)
-
- -
- Unit 6 available for rent. 235 €/month, 15.4 m2 in total shared. -
Unit 6 available for rent. 235 €/month, 15.4 m2 in total shared.
-
- -

- You’re super welcome to drop by and check the spaces in person while also meeting us. -

-

- Additionally, there’s a nice luminous foyer that we’re currently using for our exhibitions, a kitchen, a - Kellar, a garden (80 m2), a wood workshop, and an area (50 m2) which will be soon made into a - venue suitable for - events (such as workshops, concerts, art exhibitions, etc.). -

-

- On this note, it’s important to add that most of the current tenants are in the process of forming a non-profit - cooperative (Genossenschaft): if you’re interested in collaborating with us and shape the vision of Prachtsaal as an - artistic nexus of culture and education, we’ll be more than happy to share further information with you and - consider your application as one of the members. -

- -

Applying

- -

- If you are interested, please send your application to: - info@prachtsaal.berlin - including your portfolio, and an artist CV. If you don't have a CV, no worries, please send us any links to your - online presence, and a list of relevant performances, exhibitions, residencies, or education. - The space is only to be used as an art atelier, so we just would like to see that you do have an art practice of - some kind. -

- -

Next steps

- -
    -
  • You visit the studio. -
  • You have a video call with studio members. This is because the members have very varied schedules, and may not - be in the studio when you come visit. -
  • Because the studio is an art cooperative, the cooperative members will vote on new members. We will let you know - after the vote, which will take at least a week to give members time to vote. -
-
- -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/calls/open-call-interest/index.html b/pr-preview/pr-70/calls/open-call-interest/index.html deleted file mode 100644 index 01e6052..0000000 --- a/pr-preview/pr-70/calls/open-call-interest/index.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Prachtsaal's Open Call for New Tenant Artist - - - - - - - - - -
-
- - -
- -
-
-

Interested in joining?

-
-
-
- -
-
- -

- Prachtsaal Studio is a beautiful open space in Neukölln (halfway between U-Leinestraße and U-Hermannstraße). - The former theatre space (area: 342 m2) is divided in a total of 10 ateliers. - Studio vacancies come up sporadically, but if you'd be interested in joining, or at least collaborating, - we'd love to hear from you. -

-

- If you are interested, please send an email to: - info@prachtsaal.berlin - including your portfolio, and an artist CV. If you don't have a CV, no worries, please send us any links to your online presence, and a list of relevant performances, exhibitions, residencies, or education. - The space is only to be used as an art atelier, so we just would like to see that you do have an art practice of some kind. -

-

- We are Chloe (painter), Javi (mixed media artist), Julia (illustrator/psychologist), Kazik (generative - artist), Lamia (tape artist/mixed media artist), Marta (illustrator/graphic designer), Martyna (painter), Robert - (tape artist/installation artist), Stephan (mixed media artist), Valerio (painter/graphic designer), - Liza (visual poet), Mason (video artist), Hani (photographer, video/installation artist), - Abe (generative/computational artist), Claudine (multimedia artist), Grit (animator, visual and generative artist), and more! -

-

- Here is a catalog of our work. -

- -

- There’s a nice luminous foyer that we’re currently using for our exhibitions, a kitchen, a - Kellar, a garden (80 m2), a wood workshop, and an area (50 m2) which will be soon made into a venue suitable for - events (such as workshops, concerts, art exhibitions, etc.). -

-

- Most of the current tenants are in the process of forming a non-profit - cooperative (Genossenschaft): if you’re interested in collaborating with us and shape the vision of Prachtsaal as an - artistic nexus of culture and education, we’ll be more than happy to share further information with you. -

- -
- -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/events.html b/pr-preview/pr-70/events.html deleted file mode 100644 index 2a05173..0000000 --- a/pr-preview/pr-70/events.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: upcoming events. - - - - - - - - - - - - - -
-
- - -
- -
-
-

upcoming events.

-
- - - - - -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/events/2021/06/18/prachtayama-48-hours-neukoelln.html b/pr-preview/pr-70/events/2021/06/18/prachtayama-48-hours-neukoelln.html deleted file mode 100644 index 0ec219a..0000000 --- a/pr-preview/pr-70/events/2021/06/18/prachtayama-48-hours-neukoelln.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Prachtayama - - - - - - - - - - - -
-
- - -
- -
- - -
-
- -
-

Prachtayama

- -

48 Hours Neukölln
18.06.2021

- -
- - -
-
- -
- - - - - -
-

An group exhibition inspired by Pranayama - The fusion of body and mind through breathing exercises in Yogic teachings. Our goal is to stimulate the sympathetic and parasympathetic nervous system.

- -


-The centerpiece of the exhibition will be a collaborative, interdisciplinary installation. -The combination of multiple techniques and guided breathing exercises creates an interactive experience in which visitors get empowered and connected with themselves.

- -


-With a variety of media such as painting, tape art, interactive installations, sculpture, digitally and olfactory elements, visitors will encounter the theme of “AIR” and thus be stimulated in a very diverse way, to multidimensional reflections.

- -


-

Artists

- -

Adam Paquette & Orsola Carraro / -COLLECTIVE SHAPING, painting, illustration, movement research, pranayama

- -

Michael Weingart / -TAPE OVER, tape art & installation

- -

LaMia Michna / -TAPE OVER, tape art & installation

- -

Claas Selck & Julia Fröstler / -Asihochzwei, TAPE OVER, tape art & installation

- -

Alina Abke / -beading art

- -

Ruth Best / -painting & costume design

- -

Rachel Bachem / -illustration & tattoo art

- -

Aaron Koolik / -video art & experimental photography

- -

Valére Mougeot / -painting & sculpture

- -

Luca Bendandi / -VETRO EDITIONS, publishing, graphic design & sculpture

- -

Kazik Pagoda / -XEMANTIC, generative art

- -
- - - - -
- -
- Prachtsaal Studio -
Prachtsaal Studio
-
- - -
- -
- -
-
- -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/events/2023/09/23/processing-community-catalog-reading.html b/pr-preview/pr-70/events/2023/09/23/processing-community-catalog-reading.html deleted file mode 100644 index a64f9a3..0000000 --- a/pr-preview/pr-70/events/2023/09/23/processing-community-catalog-reading.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Processing Community Catalog Reading - - - - - - - - - - - -
-
- - -
- -
- - -
-
- -
-

Processing Community Catalog Reading

- -

Hosted by Creative Code Berlin - with special guest Casey Reas
23.09.2023

- -
- - -
-
- -
- - - - - -
-

We are thrilled to have Casey Reas as our special guest for a special reading of the 20th Anniversary Processing Community Catalog, a celebration of the art+tech community. This nearly 1000-page book celebrates the achievements and creativity of the Processing community, featuring open-call submissions from those who’ve explored the potential of Processing, p5.js, and beyond.

- -

We’re honored to have Casey Reas joining us for this reading. With Ben Fry, Reas launched Processing in 2001. Processing is an open-source programming language and environment for the visual arts. Processing is widely used by thousands of artists and designers worldwide and by educators teaching programming fundamentals in art and design schools.

- -

Attendees, especially those who have contributed to the catalog, are warmly invited to read a selected page during the event; if you’d like to locate a specific page beforehand, please refer to the online version of the catalog on archive.org.

- -

This event is organized by Creative Code Berlin, an initiative promoting collaboration between artists and coders via two monthly meetups. Find out more about our regularly scheduled events at creativecode.berlin.

- -
- - -
- Register -
- - - -
- -
-
- -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/events/2023/10/13/bestiario.html b/pr-preview/pr-70/events/2023/10/13/bestiario.html deleted file mode 100644 index 5a6e502..0000000 --- a/pr-preview/pr-70/events/2023/10/13/bestiario.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: bestiario - - - - - - - - - - - -
-
- - -
- -
- - -
-
- -
-

bestiario

- -

A solo exhibition by Seudo
13.10.2023

- -
- -
"bestiario carries itself the premise that we are the beasts that have come to devour everything, even ourselves"
- - -
Stephan Van Kuyk
- -
Curator
- - -
-
- -
- - - - - -
-

The first solo exhibition of Suedo in Berlin. An exploration of his unique creatures and pictorial elements.

- -

Bestiario is inspired by current events, with the expansion of neoliberalism as an economic, social and political system on a global scale.

- -

In Bestiario the different forms of life that were represented in Exogenesis (previous series) are represented, but from an aggressive and sarcastic perspective. A crude approach both in the subject matter and in the aesthetic treatment of the work, in which aerosol and oil are added as tools with a certain preponderance (giving a pop tinge) as well as collage of paint with scraps of other paintings, in addition to the classic acrylics and markers used in previous works.

- -

Here we can appreciate some of the characters, as demons, expressing their anger towards humanity, as if these species were answering to the actions of society towards the planet Earth. Either through the exploitation of natural resources, or in the representation of the social relations between people in a civilization totally absorbed by consumption, greed vanity and the ode to money. In one way or another, these characters invite us to reflect on where and how we stand before the world.

- -
- - - - -
- -
-
- -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/events/2024/06/30/prachtsaal-in-48-hours-neukolln.html b/pr-preview/pr-70/events/2024/06/30/prachtsaal-in-48-hours-neukolln.html deleted file mode 100644 index 8a37086..0000000 --- a/pr-preview/pr-70/events/2024/06/30/prachtsaal-in-48-hours-neukolln.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: The Neon Gods They Made - - - - - - - - - -
-
- - -
- -
- - -
-
- -
-

The Neon Gods They Made

- -

48 Hours Neukölln
28.06.2024 - 30.06.2024

- -
- - -
-
- -
- - - - - -
-

The Neon Gods They Made, is a fragment of -lyrics from the song “The Sound of Silence” sung -by Simon & Garfunkel. Silence in the metropolis -means the comfort of not being overstimulated -by the sound. But absolute silence can be also a -form of sensory deprivation used to torture -people, to break their silence. The meaning of -“silence” is differential, not referential. We know -it only through the opposite term, which we -understand better - the “silence” is a lack of -sound, music, noise. As thematized in the Song, -social silence comes from indifference, sometimes -taboo or collective guilt or even denial, it is an -embodiment of the alienation present in postmodern -living conditions. In contrast, breaking the -silence is a common theme of contemporary -liberty movements that ask us to not stay indifferent -to the silencing of marginalized voices.

- -

During 48h Neukölln 2024 we would like to -present an exhibition “The Neon Gods They -Made”, created in curated effort of all our -resident artists. We want to meditate on all the -aspects of silence in modernity, including -discomforting ones. At the same time we fully -embrace Wittgensteinian “wovon man nicht -sprechen kann, darüber muss man schweigen” - -the most significant phenomena of our lives -cannot be expressed in words, therefore we will -try to express something important in imagery -and movement, but in silence.

- -

Our foyer is acting as an art gallery presenting -paintings, our garden will host installations, our -newly established immersive multimedia venue -will teleport visitors into the surreal interactive -and exploratory experience. Using paintings, -calligraphy, tape art, plotters, epoxy, digital -illustrations, installations, performance, code and -generative art we want to create an immersive -space that thematises the apprehension of -silence.

- -

Opening hours:

-

Friday, 28.06, 19.00-22.00
-Saturday, 29.06, 12.00-22.00
-Sunday, 30.06, 12.00-19.00

- -
- - - - -
- -
- -
-
- - -
- -
-
- - -
- -
- -
-
- -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/events/2024/09/22/art-market.html b/pr-preview/pr-70/events/2024/09/22/art-market.html deleted file mode 100644 index 4bbfcdd..0000000 --- a/pr-preview/pr-70/events/2024/09/22/art-market.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: The Art Market - - - - - - - - - -
-
- - -
- -
- - -
-
- -
-

The Art Market

- -

by Artist Stop Being Poor
20.09.2024 - 22.09.2024

- -
- - -
-
- -
- - - - - -
-

Organized by Artist Stop Being Poor and taking place at Prachtsaal over the 20, 21 and 22 of September. With more than 30 artists showcasing their art and merchandising, this is an excellent opportunity to fall in love and acquire some excellent art.

- -

Opening hours:

-

Vernisaage, Friday, 20.09, 18.00-22.00
-Saturday, 21.09, 14.00-20.00
-Sunday, 22.09, 14.00-20.00
-

- - - -
- - - - -
- -
- -
-
- - -
- -
-
- - -
- -
-
- - -
- -
- -
-
- -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/favicon-16x16.png b/pr-preview/pr-70/favicon-16x16.png deleted file mode 100644 index 72ba78e..0000000 Binary files a/pr-preview/pr-70/favicon-16x16.png and /dev/null differ diff --git a/pr-preview/pr-70/favicon-32x32.png b/pr-preview/pr-70/favicon-32x32.png deleted file mode 100644 index 2b191df..0000000 Binary files a/pr-preview/pr-70/favicon-32x32.png and /dev/null differ diff --git a/pr-preview/pr-70/favicon.ico b/pr-preview/pr-70/favicon.ico deleted file mode 100644 index 21d806d..0000000 Binary files a/pr-preview/pr-70/favicon.ico and /dev/null differ diff --git a/pr-preview/pr-70/impressum.html b/pr-preview/pr-70/impressum.html deleted file mode 100644 index 02c2ac1..0000000 --- a/pr-preview/pr-70/impressum.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Impressum - - - - - - - - - -
-
- - -
- -
-
-
- -
-

Impressum

-
- -
-

Angaben gem. § 5 des TMG:

-
-

Adresse:

-
- Prachtsaal Studio
- Jonasstraße 22
- 12053 Berlin -
-
- - - - - - -
-

Elektronische Kontaktaufnahme:

-

- E-Mail: info@prachtsaal.berlin -

-

- Tel: +49 159 0 31 67 521 -

-
-
-

Verantwortlich für den Inhalt nach § 18 MStV:

-

- Kazimierz Pogoda -

-
- - -
- -
-
- -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/index.html b/pr-preview/pr-70/index.html deleted file mode 100644 index 6442eff..0000000 --- a/pr-preview/pr-70/index.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio - - - - - - - - - - - -
-
- - -
- -
- -
-
-

Prachtsaal Studio

-

Neukölln's non-profit art cooperative

-
-
- -
- -
-

Welcome to Prachtsaal, a vibrant nexus where resident artists and the public converge to explore, innovate, and grow. We showcase cutting-edge visual arts, music, and performances while providing affordable ateliers and inclusive events. Our mission fosters a dynamic environment of playfulness, purpose, and discovery. Join us in pushing the boundaries of creativity and community enrichment as a dedicated non-profit cooperative.

- -

studios available!

- - -
- -
- - - - - -
- -
- - - -

news

- - - -
-

contact us

-
-
-
- Prachtsaal Studio
- Jonasstraße 22
- 12053 Berlin
-
- - Instagram logo Instagram - -
- - Buttondown logo Newsletter - -
- -
-
- -
- -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/abe.html b/pr-preview/pr-70/members/abe.html deleted file mode 100644 index 1956292..0000000 --- a/pr-preview/pr-70/members/abe.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Abe - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/chloe.html b/pr-preview/pr-70/members/chloe.html deleted file mode 100644 index e2c2fa6..0000000 --- a/pr-preview/pr-70/members/chloe.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Chloe - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/claudine.html b/pr-preview/pr-70/members/claudine.html deleted file mode 100644 index acfd801..0000000 --- a/pr-preview/pr-70/members/claudine.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Claudine - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/dominic.html b/pr-preview/pr-70/members/dominic.html deleted file mode 100644 index 276b407..0000000 --- a/pr-preview/pr-70/members/dominic.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Dominic - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/eva.html b/pr-preview/pr-70/members/eva.html deleted file mode 100644 index caba687..0000000 --- a/pr-preview/pr-70/members/eva.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Eva - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/gabriel.html b/pr-preview/pr-70/members/gabriel.html deleted file mode 100644 index 0192f93..0000000 --- a/pr-preview/pr-70/members/gabriel.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Gabriel - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/grit.html b/pr-preview/pr-70/members/grit.html deleted file mode 100644 index af3e68c..0000000 --- a/pr-preview/pr-70/members/grit.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Grit - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/julia.html b/pr-preview/pr-70/members/julia.html deleted file mode 100644 index 0c42d27..0000000 --- a/pr-preview/pr-70/members/julia.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Julia - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/kazik.html b/pr-preview/pr-70/members/kazik.html deleted file mode 100644 index 11e218e..0000000 --- a/pr-preview/pr-70/members/kazik.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Kazik - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/laura.html b/pr-preview/pr-70/members/laura.html deleted file mode 100644 index 38160c8..0000000 --- a/pr-preview/pr-70/members/laura.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Laura - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/marta.html b/pr-preview/pr-70/members/marta.html deleted file mode 100644 index 8ba5781..0000000 --- a/pr-preview/pr-70/members/marta.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Marta - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/martyna.html b/pr-preview/pr-70/members/martyna.html deleted file mode 100644 index 0a390d4..0000000 --- a/pr-preview/pr-70/members/martyna.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Martyna - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/michelle.html b/pr-preview/pr-70/members/michelle.html deleted file mode 100644 index b32a034..0000000 --- a/pr-preview/pr-70/members/michelle.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Michelle - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/robert.html b/pr-preview/pr-70/members/robert.html deleted file mode 100644 index 0581586..0000000 --- a/pr-preview/pr-70/members/robert.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Robert - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/roberta.html b/pr-preview/pr-70/members/roberta.html deleted file mode 100644 index 4eb980c..0000000 --- a/pr-preview/pr-70/members/roberta.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Roberta - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/so.html b/pr-preview/pr-70/members/so.html deleted file mode 100644 index 3e8a654..0000000 --- a/pr-preview/pr-70/members/so.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: So - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/stephan.html b/pr-preview/pr-70/members/stephan.html deleted file mode 100644 index 66c323c..0000000 --- a/pr-preview/pr-70/members/stephan.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Stephan - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/valerio.html b/pr-preview/pr-70/members/valerio.html deleted file mode 100644 index eb8b7da..0000000 --- a/pr-preview/pr-70/members/valerio.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Valerio - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/members/zack.html b/pr-preview/pr-70/members/zack.html deleted file mode 100644 index dc52014..0000000 --- a/pr-preview/pr-70/members/zack.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Zack - - - - - - - - - - - -
-
- - -
- -
- - - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/news/2023/09/23/processing-community-catalog-reading.html b/pr-preview/pr-70/news/2023/09/23/processing-community-catalog-reading.html deleted file mode 100644 index cc7fb87..0000000 --- a/pr-preview/pr-70/news/2023/09/23/processing-community-catalog-reading.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Processing Community Catalog Reading - - - - - - - - - - - -
-
- - -
- -
- - -
-
- -
-

Processing Community Catalog Reading

- -

Hosted by Creative Code Berlin — with special guest Casey Reas
23.09.2023

- -
- - -
-
- -
- - - - - -
-

It was an exciting in-person event at Prachtsaal Studio. We were thrilled -to have Casey Reas as our special guest for a special reading of the -20th Anniversary Processing Community Catalog, -a celebration of the art+tech community. This nearly 1000-page book celebrates the achievements and creativity of -the Processing community, -featuring open-call submissions from those who’ve explored the potential of Processing, -p5.js, and beyond. -

-We were honored to have Casey Reas joining us for this reading. With Ben Fry, Reas launched Processing in 2001. -Processing is an open-source programming language and environment for the visual arts. Processing is widely used by -thousands of artists and designers worldwide and by educators teaching programming fundamentals in art and design -schools. -

-Attendees, especially those who have contributed to the catalog, were warmly invited to read a selected page during -the event. You can also browse the online version -of the catalog on archive.org. -

-The event was honored by distinguished guests:

- -
    -
  • Rachel Uwa, the founder of The School of Machines
  • -
  • Abe Pazos, generative artist, educator, the co-founder of Creative Code Berlin
  • -
  • Olivia Jack, the creator of hydra
  • -
  • So Kanno, Berlin based Japanese artist creating award-winning art robots
  • -
  • Joreg, the author of vvvv software massively used in new media art installations
  • -
  • Anna Lucia, an artist who draws with code
  • -
  • Andreas Rau, interaction Designer & generative artist
  • -
- -

and many other artists and educators. -

-Processing Community Catalog Reading was organized by Creative Code Berlin, -an initiative promoting collaboration between artists and coders via two monthly meetups. -

-It was an unforgettable night of inspiration, connection, and celebration of the Creative Coding community in Berlin. -

-Raphaël de Courville, generative artist, the co-founder of -Creative Code Berlin and Community Lead of the Processing Foundation

- -
- - - - -
- -
- Casey Reas and Olivia Jack -
Casey Reas and Olivia Jack
-
- - -
- So Kanno and Omii Chen -
So Kanno and Omii Chen
-
- - -
- Rachel Uwa -
Rachel Uwa
-
- - -
- Processing Community Catalog -
Processing Community Catalog
-
- - -
- -
- -
-
- -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/news/2024/08/26/open-call.html b/pr-preview/pr-70/news/2024/08/26/open-call.html deleted file mode 100644 index 0a6da61..0000000 --- a/pr-preview/pr-70/news/2024/08/26/open-call.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: Open Call for New Tenant Artists - - - - - - - - - - - -
-
- - -
- -
-
-
- -
-

Open Call for New Tenant Artists

- -
- -
- -
- -
- -
- -


- -

You’ll be joining a group of multidisciplinary artists. -Explore who we are. -

-The open space (area: 342 m2) is divided in a total of 10 ateliers. -

- -

The available areas are:

- -
    -
  • Unit 1 - 378.52 €/month, 14.8 m2 in total shared (to be shared with another artist)
  • -
  • Unit 3 - 417.93 €/month, 18.2 m2, can host a maximum of 3 people
  • -
- -
- - -
- -
- image description -
Half of Unit 1 available for rent
-
- -
- image description -
Unit 3 available for rent
-
- -
- - -
- You’re super welcome to drop by and check the spaces in person while also meeting us. -

- - Additionally, there’s a nice luminous foyer that we’re currently using for our exhibitions, a kitchen, a - Kellar, a garden (80 m2), a wood workshop, and our venue (50 m2), which is suitable for - events (such as workshops, concerts, art exhibitions, etc.). -

- - On this note, it’s important to add that most of the current tenants are in the process of forming a non-profit - cooperative (Genossenschaft): if you’re interested in collaborating with us and shape the vision of Prachtsaal as an - artistic nexus of culture and education, we’ll be more than happy to share further information with you and - consider your application as one of the members. - -
- -
-
- -
The entry of Prachtsaal
-
- -
- -
Our garden
-
-
- -
-

Applying

- If you are interested, please send your application to: - info@prachtsaal.berlin - including your portfolio, and an artist CV. If you don't have a CV, no worries, please send us any links to your online presence, and a list of relevant performances, exhibitions, residencies, or education. - The space is only to be used as an art atelier, so we just would like to see that you do have an art practice of some kind. - -

Next steps

-
    -
  • You visit the studio. -
  • Because the studio is an art cooperative, the cooperative members will vote on new members. We will let you know - after the vote, which will take at least a week to give members time to vote. -
- -
-
-
-
- - - -
- - - - -
- -
- - - - - - - -
- - -
- -
-
-
- - - - - - - - - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/package-lock.json b/pr-preview/pr-70/package-lock.json deleted file mode 100644 index 9b89ef7..0000000 --- a/pr-preview/pr-70/package-lock.json +++ /dev/null @@ -1,1500 +0,0 @@ -{ - "name": "prachtsaal.berlin", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "devDependencies": { - "tailwindcss": "^3.4.3" - } - }, - "node_modules/@alloc/quick-lru": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", - "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@isaacs/cliui": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", - "dev": true, - "license": "ISC", - "dependencies": { - "string-width": "^5.1.2", - "string-width-cjs": "npm:string-width@^4.2.0", - "strip-ansi": "^7.0.1", - "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", - "wrap-ansi": "^8.1.0", - "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@pkgjs/parseargs": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", - "dev": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=14" - } - }, - "node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/any-promise": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", - "dev": true, - "license": "MIT" - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "license": "ISC", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/arg": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", - "dev": true, - "license": "MIT" - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true, - "license": "MIT" - }, - "node_modules/binary-extensions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "license": "MIT" - }, - "node_modules/commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "license": "MIT", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true, - "license": "MIT", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/didyoumean": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/dlv": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", - "dev": true, - "license": "MIT" - }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true, - "license": "MIT" - }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fastq": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", - "dev": true, - "license": "ISC", - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dev": true, - "license": "MIT", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/foreground-child": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", - "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", - "dev": true, - "license": "ISC", - "dependencies": { - "cross-spawn": "^7.0.0", - "signal-exit": "^4.0.1" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/glob": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", - "dev": true, - "license": "ISC", - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^3.1.2", - "minimatch": "^9.0.4", - "minipass": "^7.1.2", - "package-json-from-dist": "^1.0.0", - "path-scurry": "^1.11.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "license": "MIT", - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-core-module": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", - "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true, - "license": "ISC" - }, - "node_modules/jackspeak": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", - "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "@isaacs/cliui": "^8.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" - } - }, - "node_modules/jiti": { - "version": "1.21.6", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", - "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", - "dev": true, - "license": "MIT", - "bin": { - "jiti": "bin/jiti.js" - } - }, - "node_modules/lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true, - "license": "MIT" - }, - "node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", - "dev": true, - "license": "MIT", - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/mz": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, - "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/package-json-from-dist": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", - "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", - "dev": true, - "license": "BlueOak-1.0.0" - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true, - "license": "MIT" - }, - "node_modules/path-scurry": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "lru-cache": "^10.2.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" - }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/picocolors": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", - "dev": true, - "license": "ISC" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pirates": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", - "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.1.0", - "source-map-js": "^1.2.1" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-import": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", - "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-js": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", - "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", - "dev": true, - "license": "MIT", - "dependencies": { - "camelcase-css": "^2.0.1" - }, - "engines": { - "node": "^12 || ^14 || >= 16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.4.21" - } - }, - "node_modules/postcss-load-config": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", - "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "lilconfig": "^3.0.0", - "yaml": "^2.3.4" - }, - "engines": { - "node": ">= 14" - }, - "peerDependencies": { - "postcss": ">=8.0.9", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "postcss": { - "optional": true - }, - "ts-node": { - "optional": true - } - } - }, - "node_modules/postcss-load-config/node_modules/lilconfig": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", - "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/antonk52" - } - }, - "node_modules/postcss-nested": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", - "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "postcss-selector-parser": "^6.1.1" - }, - "engines": { - "node": ">=12.0" - }, - "peerDependencies": { - "postcss": "^8.2.14" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", - "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, - "node_modules/read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", - "dev": true, - "license": "MIT", - "dependencies": { - "pify": "^2.3.0" - } - }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true, - "license": "MIT", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/source-map-js": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", - "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, - "license": "MIT", - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/string-width-cjs": { - "name": "string-width", - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width-cjs/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width-cjs/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true, - "license": "MIT" - }, - "node_modules/string-width-cjs/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/strip-ansi-cjs": { - "name": "strip-ansi", - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/sucrase": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", - "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.2", - "commander": "^4.0.0", - "glob": "^10.3.10", - "lines-and-columns": "^1.1.6", - "mz": "^2.7.0", - "pirates": "^4.0.1", - "ts-interface-checker": "^0.1.9" - }, - "bin": { - "sucrase": "bin/sucrase", - "sucrase-node": "bin/sucrase-node" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/tailwindcss": { - "version": "3.4.14", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", - "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@alloc/quick-lru": "^5.2.0", - "arg": "^5.0.2", - "chokidar": "^3.5.3", - "didyoumean": "^1.2.2", - "dlv": "^1.1.3", - "fast-glob": "^3.3.0", - "glob-parent": "^6.0.2", - "is-glob": "^4.0.3", - "jiti": "^1.21.0", - "lilconfig": "^2.1.0", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.23", - "postcss-import": "^15.1.0", - "postcss-js": "^4.0.1", - "postcss-load-config": "^4.0.1", - "postcss-nested": "^6.0.1", - "postcss-selector-parser": "^6.0.11", - "resolve": "^1.22.2", - "sucrase": "^3.32.0" - }, - "bin": { - "tailwind": "lib/cli.js", - "tailwindcss": "lib/cli.js" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/thenify": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", - "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", - "dev": true, - "license": "MIT", - "dependencies": { - "any-promise": "^1.0.0" - } - }, - "node_modules/thenify-all": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", - "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", - "dev": true, - "license": "MIT", - "dependencies": { - "thenify": ">= 3.1.0 < 4" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/ts-interface-checker": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", - "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true, - "license": "MIT" - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs": { - "name": "wrap-ansi", - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true, - "license": "MIT" - }, - "node_modules/wrap-ansi-cjs/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yaml": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz", - "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==", - "dev": true, - "license": "ISC", - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14" - } - } - } -} diff --git a/pr-preview/pr-70/package.json b/pr-preview/pr-70/package.json deleted file mode 100644 index 4a3eb0c..0000000 --- a/pr-preview/pr-70/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "scripts": { - "build-css": "tailwindcss build -i assets/css/source.css -o assets/css/styles.css --watch" - }, - "devDependencies": { - "tailwindcss": "^3.4.3" - } -} diff --git a/pr-preview/pr-70/people.html b/pr-preview/pr-70/people.html deleted file mode 100644 index f058464..0000000 --- a/pr-preview/pr-70/people.html +++ /dev/null @@ -1,649 +0,0 @@ - - - - - - - - - - - - - - Prachtsaal Studio: the people. - - - - - - - - - - - -
-
- - -
- -
-
-

the people.

-
- - - -

- alumni. -

- -
- -
- -

- the communities. -

- -
- -
- - -
- -
-
- Impressum -
- Copyright © 2024 Prachtsaal Studio. All rights reserved. -
-
-
-
- - - - - diff --git a/pr-preview/pr-70/site.webmanifest b/pr-preview/pr-70/site.webmanifest deleted file mode 100644 index 45dc8a2..0000000 --- a/pr-preview/pr-70/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/pr-preview/pr-70/tailwind.config.js b/pr-preview/pr-70/tailwind.config.js deleted file mode 100644 index 216027d..0000000 --- a/pr-preview/pr-70/tailwind.config.js +++ /dev/null @@ -1,19 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -module.exports = { - content: [ - '_includes/**/*.html', - '_layouts/**/*.html', - '_posts/**/*.html', - '*.html', - '*.md', - ], - theme: { - extend: { - fontFamily: { - prachtsaal: ['Outfit'] - } - }, - }, - plugins: [], -} -