Skip to content

Halfnhav4/Ink

 
 

Repository files navigation

Welcome to Ink

Ink is an interface kit for quick development of web interfaces, simple to use and expand on. It uses a combination of HTML, CSS and JavaScript to offer modern solutions for building layouts, display common interface elements and implement interactive features that are content-centric and user friendly for both your audience and your designers & developers.

Read the full documentation here: http://ink.sapo.pt

Current Version: 2.1.0

We've completely rewritten the grid system and JavaScript components, along with many other changes. Please read our changelog to find out about them.

Repository branches

We have two branches on our github repository:

  • The master branch contains the latest release as its HEAD and all previous releases as tags.
  • The develop branch contains our latest code that will eventually lead to a new release and tag on master. This branch is likely to contain code that is not fully functional or documented. Use at your own risk.

To get a specific release clone the repository and use, e.g. git checkout 1.0.0.

To get the JavaScript modules, do:

git submodule init
git submodule update

...or head on over to our sister repo.

Getting started

Let's get you started with Ink right away. Here's what you need to know and do:

  1. Download latest build.
  2. Open my-page.html if you want to serve Ink from your host or my-cdn-page.html if you want to serve Ink from our servers.
  3. Check the template we provide and remove whatever you don't feel necessary for your project.
  4. Make sure you have ink.css, ink-ie.css and ink.js included somewhere in the <head>.
  5. Add your own stylesheets and scripts to carry all your project-specific changes.
  6. Keep coming back to the documentation to help you along the way.
  7. That's it! You'll see how easy it is once you pick it up.

LESS Compiler

Ink requires the 1.4.0 LESS compiler version.

Legal stuff

We built Ink by standing on the shoulders of giants, following the opensource mantra. We acknowledge & credit those giants here.

Contributing

If you wish to contribute with your own code, please submit your pull requests to the develop branch.

Previous versions

About

An HTML5/CSS3 framework used at SAPO for fast and efficient website design and prototyping

Resources

License

Stars

Watchers

Forks

Packages

No packages published