Git Product home page Git Product logo

agility-design's Introduction

'BOLD' and 'Colorful', both of which are made with Agility Design.
Source code can be found here.
To see the examples yourself, click here.

Agility Design

Agility Design is a mobile-first HTML, CSS, and JavaScript framework to create themed websites. While it is influenced by Bootstrap 4 and Foundation, it also combines different aspects into a more uniform framework.

Getting Started

To start using Agility Design, simply link the .css-file to your .html-file.

<link rel="stylesheet" href="https://madstk1.github.io/agility-design/css/agility-design.min.css">

To add a skin, link the skin-in-questions's .css-file to your .html-file, as well. All the available skins can be found in the css/skins/-folder.

<link rel="stylesheet" href="https://madstk1.github.io/agility-design/css/skins/default.css">

For more advanced features, like animation-groups or closable alerts, the included JS file and a modern version of jQuery must be linked.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://madstk1.github.io/agility-design/js/agility-design.js"></script>

Building

It is also possbile to build your own version of Agility Design, if you so desire.

Prerequisites

To build Agility Design, you have to have Less and Clean-CSS installed via npm. If not already installed, run the following command:

# npm install -g less less-plugin-clean-css

With Clean-CSS optimization

To compress the entire library into a single .css-file, run the included build.sh script:

$ ./build.sh

Without Clean-CSS optimization

If you do not want to use the Clean-CSS library, building will still be possible, but with a potential performance penalty. To build without Clean-CSS, run the following command inside the root of the project.

$ ./build.sh --without-cleancss

Usage

For examples and how to use Agility Design, check the wiki pages in this GitHub project. Examples can also be found in the examples/-folder

agility-design's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.