Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting us. A member of our team will be in touch shortly. Close

An error occurred while submitting your form. Please try again or file a bug report. Close

Blog posts tagged
"Design"


Robin Winslow
18 August 2015

Django behind a proxy: Fixing absolute URLs

Ubuntu Notes

I recently tried to setup OpenID for one of our sites to support authentication with login.ubuntu.com, and it took me much longer than I’d anticipated because our site is behind a reverse-proxy. My problem I was trying to setup OpenID with the django-openid-auth plugin. Normally our sites don’t include absolute links (https://example.com/ ...


Robin Winslow
5 August 2015

Vanilla: Creating a modular Sass library

Ubuntu Notes

We recently introduced Vanilla framework, a light-weight styling framework which is intended to replace the old Guidelines framework as the basis for our Ubuntu and Canonical branded sites and others. One of the reasons we created Vanilla was because we ran into significant problems trying to use Guidelines across multiple different sites ...


Richard McCartney
24 July 2015

Converting old guidelines to vanilla

Ubuntu Development

How the previous guidelines worked Guidelines essentially is a framework built by the Canonical web design team. The whole framework has an array of tools to make it easy to create a Ubuntu themed sites. The guidelines were a collaboration between developers and designers and followed consistent look which meant in-house teams and communi ...


Canonical
16 July 2015

The monochromatic makeover

Ubuntu Featured

We have given our monochromatic icons a small facelift to make them more elegant, lighter and consistent across the platform by incorporating our Suru language and font style. The rationale behind the new designs are similar to that of our old guidelines, where we have kept to our recurring font patterns but made them more ...


Anthony Dillon
22 June 2015

Introducing Vanilla

Ubuntu Article

Why we needed a new framework Some time ago the web team at Canonical developed a CSS framework we called ‘Guidelines’. Guidelines helped us to maintain our online visual language across all our sites and comprised of a number of base and component Sass files which were combined and served as a monolithic CSS file ...


Pierre Bertet
16 June 2015

The Grid System in detail

Ubuntu User Experience

Following the article “To converge onto mobile, tablet, and desktop, think Grid Units”, here is a technical description of the way the Grid System behave. We will go through the following concepts: a Grid Unit, a Layout, a Panel, and a Multi-Column Layout. Grid Unit A Grid Unit (GU) is a virtual subdivision of screen ...


Canonical
12 June 2015

SDK Convergence Sprint 2015

Ubuntu Design

Last week the SDK team gathered in London for a sprint that focused on convergence, which consisted of pulling apart each component and discussing ways in which each would adapt to different form factors. The SDK provides off-the-shelf UI components that make up our Ubuntu apps; however now we’re entering the world of Unity 8 ...


Canonical
23 May 2015

To converge onto mobile, tablet, and desktop, think Grid Units

Ubuntu User Experience

In the converged world of Unity-8, applications will work on small mobile screens, tablets and desktop monitors (with a mouse and keyboard attached) as ...


Robin Winslow
11 March 2015

A seachange in front-end best practice (but not for a while)

Ubuntu Featured

Despite some reservations, it looks like HTTP/2 is very definitely the future of the Internet. Speed improvements HTTP/2 may not be the perfect standard, but it will bring with it many long-awaited speed improvements to internet communication: Sending of many different resources in the first response Multiplexing requests to prevent block ...


Canonical
6 March 2015

Ubuntu Music App behind the scenes

Ubuntu User Experience

Ubuntu community devs Andrew Hayzen and Victor Thompson chat with lead designer Jouni Helminen. Andrew and Victor have been working in open source projects for a couple of years and have done a great job on the Music application that is now rolling out on phone, tablet and desktop. In this chat they are sharing ...


Robin Winslow
28 January 2015

Auto-syncing revision history from Github to Launchpad

Ubuntu Featured

In the design team we keep some projects in Launchpad (as canonical-webmonkeys), and some project in Github (as UbuntuDesign), meaning we work in both Bazaar and Git. The need to synchronise Github to Launchpad Some of our Github projects need to be also stored in Launchpad, as some of our systems only have access to ...