Skip to content

Ian-Emsens/core_branding_scss

 
 

Repository files navigation

Antwerp Branding Core

This project contains Antwerp's new digital styling and styling guidelines. It is the starting point to style your app or website for the city of Antwerp.

As you probably noticed, this project is just released. More documentation will be released very soon!

Development

Prerequisites

In order to run this project and see all available components, you'll need to have NodeJS and Gulp installed.

Installing

Go to the root of this project and run the following command in your command line:

npm install

Local development

Run the following command in your command line:

gulp server

Building

Run the following command in your command line:

gulp build

Creating your own customized build

To apply your own style to the kit, import it into your project and use the accompanied .scss files. You will be able to overwrite our variables (for colors, spacing, etc.) with your own.

Look for the _quarks.colors.scss and _quarks.variables.scss files to see all variables you can overwrite.

Contributing

For now, contact us via branding@stad.antwerpen.be.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Jeroen Collier - Art director, lead design
  • Sander Geenen - Initial work, developer
  • Jasper Van Proeyen - Initial work, lead developer

See also the list of contributors who participated in this project.

License

This project is licensed under a modified version of the MIT license. See the LICENSE.md file for details.

Packages

No packages published

Languages

  • HTML 66.3%
  • CSS 30.1%
  • JavaScript 3.6%