diff --git a/src/components/banner/Resource.vue b/src/components/banner/Resource.vue new file mode 100644 index 0000000..66011dc --- /dev/null +++ b/src/components/banner/Resource.vue @@ -0,0 +1,115 @@ + + + + + + + \ No newline at end of file diff --git a/src/components/team/SwagTeam.vue b/src/components/team/SwagTeam.vue index 454079c..0e10e7c 100644 --- a/src/components/team/SwagTeam.vue +++ b/src/components/team/SwagTeam.vue @@ -6,12 +6,13 @@ import { Carousel, Slide, Pagination, Navigation } from 'vue3-carousel' const slides = [ { id: '1', name: 'Dennis Mader', pronouns: 'he/him', role: 'Head of UX', portrait: '../../careers/team/dennis--mader.png' }, { id: '2', name: 'Kerstin Ludwig', pronouns: 'she/her', role: 'Head of Brand Design', portrait: '../../careers/team/kerstin--ludwig.png' }, - { id: '3', name: 'Ramona Samson', pronouns: 'she/her', role: 'UX Designer', portrait: '../../careers/team/ramona--samson.png' }, + { id: '3', name: 'Miriam Krimpmann', pronouns: 'she/her', role: 'Principal UX Designer', portrait: '../../careers/team/miriam--krimpmann.png' }, { id: '4', name: 'Fabian Hüske', pronouns: 'he/him', role: 'Principal UX Designer', portrait: '../../careers/team/fabian--hueske.png' }, { id: '5', name: 'Julian Preissinger', pronouns: 'he/him', role: 'UX Architect', portrait: '../../careers/team/julian--preissinger.png' }, { id: '6', name: 'Annika Pantring', pronouns: 'she/her', role: 'UX Designer', portrait: '../../careers/team/annika--pantring.png' }, { id: '7', name: 'Nils Haberkamp', pronouns: 'he/him', role: 'UX Engineer', portrait: '../../careers/team/nils--haberkamp.png' }, { id: '8', name: 'Jessica Homan', pronouns: 'she/her', role: 'Videography & Photography', portrait: '../../careers/team/jessica--homan.png' }, + { id: '9', name: 'Alastair Fraser', pronouns: 'he/him', role: 'UX Engineer', portrait: '../../careers/team/alastair--fraser.png' }, { id: '10', name: 'Pauline Feldhaus', pronouns: 'she/her', role: 'Brand Designer', portrait: '../../careers/team/pauline--feldhaus.png' }, { id: '11', name: 'Anton Toews', pronouns: 'he/him', role: 'Motion Designer', portrait: '../../careers/team/anton--toews.png' }, { id: '12', name: 'Peter Noorlander', pronouns: 'he/him', role: 'Principal UX Designer', portrait: '../../careers/team/peter--noorlander.png' }, diff --git a/src/foundations/accessibility.md b/src/foundations/accessibility.md index 33f72ba..4923410 100644 --- a/src/foundations/accessibility.md +++ b/src/foundations/accessibility.md @@ -13,6 +13,7 @@ swag: # {{ $frontmatter.title }} @@ -38,6 +39,13 @@ Accessibility is not just a goal; it's a fundamental value that drives us to con alt="Video thumbnail showing abstract art – Our commitment to accessibility" />--> + + ## Our Approach To achieve true accessibility, we adhere to the industry-leading guidelines set forth by the Web Content Accessibility Guidelines (WCAG) 2.1 AA and Barrier-Free Information Technology Regulation (BITV 2.0). These guidelines are paramount in shaping web accessibility standards and will serve as the foundation for the upcoming accessibility law, the "Barrierefreiheitsstärkungsgesetz," which will be effective for online stores in Germany in 2025. @@ -90,16 +98,23 @@ For more information, see the following resources: ## Recommended toolkits -**Stark Figma Plugin** – Stark makes it effortless to design accessible products by helping you to meet current accessibility standards. - -➡ [https://www.getstark.co](https://www.getstark.co) - ---- -**Contrast Checker** – test colour contrast compliance with the Web Content Accessibility Guidelines (WCAG) - -➡ [https://contrastchecker.com](https://contrastchecker.com) - ---- -**Accessibility Cheatsheet** - -➡ [https://bitsofco.de/the-accessibility-cheatsheet/](https://bitsofco.de/the-accessibility-cheatsheet/) \ No newline at end of file + + + + + diff --git a/src/get-started/meteor-101.md b/src/get-started/meteor-101.md index 721ee3d..564a46f 100644 --- a/src/get-started/meteor-101.md +++ b/src/get-started/meteor-101.md @@ -32,9 +32,9 @@ page="/foundations/contributions" ## Meteor in numbers -At Shopware, Meteor serves **53 Projects**, providing **130 components**, **830+ Icons**, and **200 styles**. +At Shopware, Meteor serves **62 Projects**, providing **145 components**, **830+ Icons**, and **200 tokens**. The Shopware Administration is the largest project using Meteor Design System. In Figma our team has **Ø 740 component inserts weekly**. Meteor is maintained by a dedicated group of Designers, UX Engineers and QA Specialists. -Current numbers _(02/2024)_ show Meteor is used by **4.5K** people outside Shopware. _(This number includes downloads on the Figma community, usage on npm and GitHub)_ +Current numbers _(02/2024)_ show Meteor is used by **7.6K** people outside Shopware. _(This number includes downloads on the Figma community, usage on npm and GitHub)_ The Meteor Icon Kit is our best performing resource on the Figma Community. Meteor Icon Kit on Figma Community diff --git a/src/index.md b/src/index.md index 0376d9b..b8420d8 100644 --- a/src/index.md +++ b/src/index.md @@ -44,13 +44,13 @@ import NPM from "./components/interaction/NPM.vue"; - +/>--> diff --git a/src/public/careers/team/alastair--fraser.png b/src/public/careers/team/alastair--fraser.png new file mode 100644 index 0000000..2b6fdd3 Binary files /dev/null and b/src/public/careers/team/alastair--fraser.png differ diff --git a/src/public/careers/team/miriam--krimpmann.png b/src/public/careers/team/miriam--krimpmann.png new file mode 100644 index 0000000..181779b Binary files /dev/null and b/src/public/careers/team/miriam--krimpmann.png differ diff --git a/src/public/careers/team/ramona--samson.png b/src/public/careers/team/ramona--samson.png deleted file mode 100644 index 5ce6979..0000000 Binary files a/src/public/careers/team/ramona--samson.png and /dev/null differ