Go back?

Responsive Redesign:

Politechnika Krakowska
1. Overview
Responsive design ensures optimal viewing across all devices. Politechnika Krakowska's website, despite recent updates, still doesn't support the aforementioned, resulting in a frustrating user experience. As a former applicant to their architecture program, I experienced the related issues firsthand, with the website being entirely "cropped" on mobile, and zooming in obstructing crucial components. My redesign focuses on transforming the site into an intuitive, visually engaging platform worthy of a leading engineering university.

2. Problems Identified

The Politechnika Krakowska website serves as a critical hub for prospective students, researchers, and staff, yet its current design fails to meet modern usability and accessibility standards. It lacks intuitive navigation and visual cohesion, creating unnecessary friction for users. Screenshots below depict the site at different screen sizes, with the following table highlighting key issues.

Desktop Display (3024 x 1964px)

Desktop (3024 x 1964px)

Tablet Display (768 x 1024px)

Tablet (768 x 1024px)

Mobile Display (375 x 667px)

Mobile (375 x 667px)

Key Issues Identified Description
Navigation & Efficiency
  • Overwhelming Dropdown Menus: The submenus are cluttered with unrelated items, increasing cognitive load.
  • Redundant Elements: Numerous navbars (all 4 of them) and the unnecessary, poorly-labeled accessibility toolbar located on the bottom of the site add confusion.
  • Poor Visibility of Critical Features: Interactive elements in the header blend into static logos.
  • Poor Navbar Positioning: Users must scroll up to access the primary menu.
Learnability
  • Inconsistent Design Language and Unclear User Journey: Disjointed color schemes and buttons lacking clear visual priorit make all actions seemingly equally important for first-time users.
  • Overloaded Homepage: Too much text and visuals bury key actions.
Memorability
  • Non-Intuitive Navigation: Users are requited to click through multiple pages to find relevant information, with the sheer amount of options available within each navbar either overlapping between the menus (more than 10 links in the head "kandydaci/studenci..." navbar mirror those in the "uczelnia/nauka..." menu), or not relating to each other within the same one. For efficiency, several links could be consolidated, and the entire "na skróty" menu could be removed. >
  • Generic Aesthetic: The text-heavy design fails to leave an impression.
  • Poor Spatial Awareness: Users struggle to retrace steps with the amount of inconsistent visual cues.
Accessibility
  • Low Contrast Ratios: Most text fails WCAG standards. Most text shares similar shades of blue, blending into the background.
  • Illegible Text: Small font sizes and poor line spacing make reading difficult.
  • Non-Descriptive Links: Links lack context and are't descriptive.
  • Unlabeled Interactive Elements: Icons lack alt text and/or labels.
  • Unlabeled Images: Nearly all images lack alt text (or are otherwise not descriptive).
  • Non-Responsive Components: Critical content is cut off on narrow screens and viewports different than desktop.
3. Visual Redesign

My redesign enhances the site's visual appeal and usability, featuring a clean, modern aesthetic with intuitive navigation and improved accessibility.

First, before addressing all the issues mentioned in the problems section through code and ensuring responsiveness across all screen sizes, I combined a cohesive visual identity brief reflecting the university's architectural focus. This included modernized logos, custom typography, and a color palette rooted in Politechnika's heritage.

Visual Redesign



Second, I restructured the site's layout through mockups in Figma, incorporating this aesthetic. The redesign features a simplified, user-friendly navigation system with clear CTAs and intuitive information architecture. View the full Figma project here.

4. Responsive Redesign

The final deployment of Politechnika's redesigned website can be found here. The screenshots below display the redesigned website on computer, tablet, and mobile screens, while the table describes the changes made to address the issues identified in the problems section.

Desktop Display (3024 x 1964px)

Desktop (1920 x 1080px)

Tablet Display (768 x 1024px)

Tablet (768 x 1024px)

Mobile Display (375 x 667px)

Mobile (375 x 667px)

Issues Addressed & Implemented Solutions

Overwhelming Navigation: Consolidated 4 navbars into 2 primary menus (a general directory and an expandable departments section) and removed redundant links. Implemented expandable hamburger menu for mobile, ensured responsiveness across all screen sizes (no content cropping of menu items), and simplified navigation access with the primary menu consistently sticked the top of the page.

Poor Responsiveness: Implemented fluid grids ('Explore', 'Recents' sections) and flexible images ('Recents' section), added media queries for breakpoint on mobile, and redesigned components to stack vertically on small screens (the grid within the 'Recents' section changes its shape into a 2x2). All elements adjust to the viewport size: images (within the hero, explore, and recents sections) scale down, and font size decreases gradually rather than jumping at breakpoins.

Accessibility issues: Increased contrast ratios to meet WCAG AA standards, added descriptive alt text for all images, provided comprehensive titles for all links, implemented proper heading hierarchy, and ensured keyboard navigability.

Visual clutter: Established consistent color palette and typography, increased white space for decreased cognitive load, and prioritized appropriate content by establishing clear visual hierarchy.

Poor Learnability: Simplified the homepage to focus on key actions, added hover effects to interactive elements (switch to an italic font style within the navbar, change of background color in the dropdown 'Departments' menu, 'Recents' section, and all buttons to black, scale-up within the 'Explore' grid), and ensured consistent design language throughout the site.