All Projects → AusDTO → gov-au-ui-kit

AusDTO / gov-au-ui-kit

Licence: MIT license
MOVED TO https://github.com/govau/uikit/

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Nginx
273 projects
shell
77523 projects

Projects that are alternatives of or similar to gov-au-ui-kit

gulp-bourbon-neat-example
A sample project for getting started with Bourbon and Neat with Gulp
Stars: ✭ 38 (+100%)
Mutual labels:  neat, bourbon
DeepHyperNEAT
A public python implementation of the DeepHyperNEAT system for evolving neural networks. Developed by Felix Sosa and Kenneth Stanley. See paper here: https://eplex.cs.ucf.edu/papers/sosa_ugrad_report18.pdf
Stars: ✭ 42 (+121.05%)
Mutual labels:  neat
Hippocrates
No longer maintained, actually usable implementation of NEAT
Stars: ✭ 59 (+210.53%)
Mutual labels:  neat
neuro-evolution
A project on improving Neural Networks performance by using Genetic Algorithms.
Stars: ✭ 25 (+31.58%)
Mutual labels:  neat
Mathutilities
A collection of some of the neat math and physics tricks that I've collected over the last few years.
Stars: ✭ 2,815 (+14715.79%)
Mutual labels:  neat
BourbonySage
*No Longer Maintained* Fork of Sage 8.5.0 using Bourbon, Neat & Bitters
Stars: ✭ 21 (+10.53%)
Mutual labels:  bourbon
Bitters
Bitters is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 1,398 (+7257.89%)
Mutual labels:  bourbon
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (+136.84%)
Mutual labels:  bourbon
AuroraCMS
The Australian Open Source Content Management System
Stars: ✭ 13 (-31.58%)
Mutual labels:  australian
Tensorflow-Neuroevolution
Neuroevolution Framework for Tensorflow 2.x focusing on modularity and high-performance. Preimplements NEAT, DeepNEAT, CoDeepNEAT, etc.
Stars: ✭ 109 (+473.68%)
Mutual labels:  neat
Super-Meta-MarIO
Mario AI Ensemble
Stars: ✭ 15 (-21.05%)
Mutual labels:  neat
Forward-Framework
A killer WordPress theme framework built using underscores, gulp, sass, bourbon neat, bower & browsersync.
Stars: ✭ 23 (+21.05%)
Mutual labels:  bourbon
neat-components
A styled-components implementation of Thoughtbot's Neat
Stars: ✭ 32 (+68.42%)
Mutual labels:  neat
NEATEST
NEATEST: Evolving Neural Networks Through Augmenting Topologies with Evolution Strategy Training
Stars: ✭ 13 (-31.58%)
Mutual labels:  neat
NEAT
NEAT implementation in Pharo
Stars: ✭ 16 (-15.79%)
Mutual labels:  neat
Refills
Refills is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 1,523 (+7915.79%)
Mutual labels:  bourbon
evo-NEAT
A java implementation of NEAT(NeuroEvolution of Augmenting Topologies ) from scratch for the generation of evolving artificial neural networks. Only for educational purposes.
Stars: ✭ 34 (+78.95%)
Mutual labels:  neat
AdGuard-Home-Whitelist
A strict curated whitelist for AdGuard Home.
Stars: ✭ 50 (+163.16%)
Mutual labels:  australian
NeuroEvolution-Flappy-Bird
A comparison between humans, neuroevolution and multilayer perceptrons playing Flapy Bird implemented in Python
Stars: ✭ 17 (-10.53%)
Mutual labels:  neat
neat-openai-gym
NEAT for Reinforcement Learning on the OpenAI Gym
Stars: ✭ 19 (+0%)
Mutual labels:  neat

NOT MAINTAINED ANYMORE. PLEASE USE https://github.com/govau/uikit/


Getting started

CircleCI build status MIT license Current Release

What is this?

UI-Kit is 2 things:

  1. a draft design guide to build an accessible standardised look and feel for GOV.AU projects: gov-au-ui-kit.apps.staging.digital.gov.au
  2. a lean and frugal CSS & JS framework (found in assets/) that you can include in your project:

Link to precompiled minified files

<link rel="stylesheet" type="text/css" href="https://gov-au-ui-kit.apps.staging.digital.gov.au/latest/ui-kit.min.css"/>
<script type="text/javascript" src="https://gov-au-ui-kit.apps.staging.digital.gov.au/latest/ui-kit.min.js"></script>

GOV.AU UI-Kit is currently in early draft release. You can help us build it by contributing.

The /docs/ folder contains draft documentation on experimental work. For example, how to install UI-Kit for use with webpack.

Features

  • Normalize.
  • Bourbon, version 4.2.7.
  • Neat, and settings for a grid framework with some good defaults.
  • Basic styling for content with some good typographic coverage.
  • Basic styling for UI elements (eg input, label, etc).

For a full list of features see the CHANGELOG.

Accessibility

The framework is built on a solid accessible HTML foundation. We follow a philosophy of progressive enhancement over graceful degradation to produce accessible components by default.

UI Kit aims to be WCAG2 AA compliant, and AAA where possible.

We use automated testing:

We are working on:

  • manual evaluation using Wave by WebAIM
  • manual checking of page structure, content and keyboard navigation
  • testing with users and assistive technologies
  • an audit.

Browser support

Read cross browser and device support table.

The kit uses a conditional styling mixin for specific versions of IE. Use this when extending the kit.

We are working on:

  • automated browser testing as part of our build process
  • manual testing of all CSS, JS and markup
  • documenting browser support for each component.

What this isn't

This is not yet a complete design or design system. This is the starting point that will develop with your help.

Who is this for?

Teams building Australian Government sites. This was designed for GOV.AU teams, but we welcome use outside of federal government.

How is this related to the Digital Service Standard?

The Digital Service Standard requires teams to build services using common design patterns. This is draft work on the framework and guidance that will eventually become the design patterns for digital content.

You should use this with the draft Content Style Guide for Digital Transformation Office projects.

Build the Guide yourself

We have a build process for the development of the framework which uses gulp on node.js.

To build it yourself, begin by installing the system dependencies:

  • Node.js v5.0.0+

Install node package dependencies:

npm install

Run a build:

npm run-script build

Run a build with livereloading:

npm start

Run accessibility tests:

npm test

Note: Check Pa11y's requirements to make sure you have the necessary dependencies installed to run the automated accessibility tests.

The compiled style guide can be found at ./build/index.html and the UI Kit CSS at ./build/latest/ui-kit.css.

We have automated the build, with a few additions:

Our CI build is available as a shell script at bin/cibuild.sh.

Dependencies

We use Bourbon 4.2.7. We include its .scss files directly rather than calling it via its node (or gem) package. Bourbon and Neat live under /assets/sass/vendor.

Some of the key libraries we use are:

  • gulp ^3.9.1
  • gulp-sass ^2.3.1
  • kss ^3.0.0-beta.14
  • sass-lint ^1.7.0

^ = compatible with version (see semver).

Make GOV.AU UI-Kit better

Project goal

This framework is in active development.

Goal: build a lean and frugal CSS/SCSS framework to make building GOV.AU easier. It should:

  • provide base consistency
  • allow for easier rapid prototyping directly in the browser
  • should not get in the way of customised design needs.

Releases

See RELEASING.md and CHANGELOG.md.

We aim to provide stable, usable releases at the end of each sprint.

Deprecation

We are wary about breaking changes. We will work to ensure we will gracefully deprecate any changes that cause things to break.

Installer/wrapper

We may create an installer wrapper (likely node-based), or release via git submodules.

Copyright & license

© Copyright Commonwealth of Australia.

With the exception of the Commonwealth Coat of Arms and where otherwise noted, this work is licensed under the MIT license.

This repository includes Bourbon, Neat and Normalize.css. All also use the MIT license.

Australian Government Digital Transformation Agency logo

GOV.AU UI-Kit is maintained and funded by the Digital Transformation Agency.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].