diff --git a/page-design.php b/page-design.php index f6d6ee012..fabf48882 100644 --- a/page-design.php +++ b/page-design.php @@ -1,47 +1,31 @@ -

Contribute to Nextcloud design!

+

Design at Nextcloud

+

Design is open at Nextcloud. You can directly contribute at GitHub. This is our main channel to discuss the design of nextcloud.

- -

Design Team

-

There is an @nextcloud/designers group on GitHub. This enables people to just mention @nextcloud/designers in issues and pull requests to notify all designers. Otherwise you have to mention each one individually.

+

There is an @nextcloud/designers team on GitHub. Just mention @nextcloud/designers in issues and pull requests to notify all designers.

-

The people currently in this group are: -

-Please let us know if you want to contribute to the design and would like to be in this group. You will be notified every time someone mentions this team in an issue, which would be every design issue or pull request.

- -

You should also join the #nextcloud-design channel on IRC. We use this to communicate on smaller issues, talk about what to work on next, and just general chatter. It’s good to get to know the other people and for organization in general.

+

If you want to be part of the team contact us over IRC, on github or via design@nextcloud.com.

+

Design guide

+ -
  • HTML and CSS building blocks are in the documentation.
  • -
  • Clickable elements should be a minimum of 44*44px to be easily tappable on mobile devices and well visible on desktop. See the Apple Human Interface Guidelines for reference.
  • +
  • HTML and CSS building blocks are in the documentation.
  • +
  • Interactive elements should be a minimum of 44 px x 44 px to be easy to tap on mobile devices and visible on desktop. See the Apple Human Interface Guidelines for reference.
  • We don’t use SASS or another preprocessor because of the barrier to entry.
  • We don’t use Bootstrap because there’s lots of parts we don’t need and we would need to customize a lot anyway. We do use pieces of Bootstrap though, like Tipsy for tooltips.