Krzysztof Abramowski

UX/UI designer, Webflow developer

📅 Book a call

Back to the main page

Problem

The OPERAS website suffered from significant information chaos and an outdated, static layout. This lack of structure and interactivity failed to engage potential users and made it difficult to convey the benefits of joining the OPERAS programme. The static nature of the design, combined with an unclear information hierarchy, discouraged visitors from exploring the offering or submitting inquiries and applications.

Goal

Redesign the OPERAS website to be more dynamic, engaging, and easy to maintain. By implementing a visually appealing design in Figma and translating it into WordPress, the project aimed to speed up deployment and streamline content management. The primary objective was to increase user interest in the OPERAS programme and encourage sign-ups, while also ensuring compliance with WCAG accessibility standards.

Scroll to top

 
class SampleComponent extends React.Component { 
  // using the experimental public class field syntax below. We can also attach  
  // the contextType to the current class 
  static contextType = ColorContext; 
  render() { 
    return <Button color={this.color} /> 
  } 
}