• Stars
    star
    116
  • Rank 303,894 (Top 6 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 12 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Lightweight Responsive CSS Grid System, build to be Simple Fast and Intuitive, only 1kb minified.

ResponsiveAeon, elegant & minimalistic CSS grid system!

Simple, fast and intuitive! this matter!

SASS and LESS are awesome tools, Grunt.js and Node.js kick ass, but what about the beginners?


A simple and minimalist alternative to start with Responsive Design and fluid Grids for WebDesigners.

Features:

  • Extreme simple responsive grid system based on 12 columns layout.

  • Only one CSS file.

  • Ease names to remember, col + 1 = col1. So just: col1, col2, col3 and goes on.

  • Friendly warning to OLD browsers.

  • Include AI and PNG templates for Designers.

  • Include HTML5 index example file.


Folder & File Structure:

CSS - folder (aeon-grid.css, aeon-grid.min.css).

JS - folder (Place your Scripts Here).

Images - folder (favicon.ico and iphone icons).

Templates - folder (Ai, Png files).


Quick start

1. Include the CSS stylesheet on your own HTML file or use our index file.

<link rel="stylesheet" type="text/css" media="all" href="css/aeon-grid.css" />

2. Compose the HTML like the example.

<div class="container">
    <div class="content">
    	<!--Do all your markup here between content class-->
        <div class="col6"></div>
        <div class="col6"></div>
        <div class="col4"></div>
        <div class="col4"></div>
        <div class="col4"></div>
    </div>
</div>

3. Done! there's no more to learn. Simple, Fast and Intuitive.


More infos on: http://www.newaeonweb.com.br/responsiveaeon/

A simple demo can be checked here: http://www.newaeonweb.com.br/responsiveaeon/demo/demo.html

Enjoy and contribute!

Bitdeli Badge

More Repositories

1

responsiveboilerplate

A lightweight (2kb) micro-library, elegant & minimalistic CSS3 grid system, made with only three main classes and 12 columns. It`s very easy to use and understand, pre-packed with some extra css helpers for mobile devices.
CSS
245
star
2

frontendboilerplate

Modular, easy to use boilerplate for building web applications. Official Repository
JavaScript
143
star
3

generator-angm

AngularJS Yeoman Generator to help you getting started with a new project based on AngularJS and Angular Material to build large scale applications.
JavaScript
73
star
4

nodejs-6-blueprints

Node.JS 6 Blueprints Book
CSS
55
star
5

Hands-On-Full-Stack-Web-Development-with-Angular-6-and-Laravel-5

Become fluent in both frontend and backend web development with Docker, Angular and Laravel - Official Book Repository
PHP
16
star
6

angular-laravel-docker-starter

Laravel-Docker-Angular starter-kit
PHP
12
star
7

conference-api

Sample Conference API
JavaScript
8
star
8

sasa-jekyll-theme

A simple jekyll theme
CSS
6
star
9

docker-laravel-setup

Baseline code for Laravel tutorial with Docker, Ngnix, MySql.
Dockerfile
5
star
10

generator-frontendboilerplate

Yeoman Frontend Boilerplate Generator
JavaScript
5
star
11

ResponsiveBoilerplateSnippets

A set of sublime text2 snippets for make your life easy when use Responsive Boilerplate framework
4
star
12

f7mobileboilerplate

Mobile application Boilerplate with Framework7 and Cordova
HTML
3
star
13

Rb-ui

Interface components to use with Responsive Boilerplate Framework.
JavaScript
3
star
14

express-api-boilerplate

Node.js, Express API and MongoDB
JavaScript
2
star
15

responsiveAeonNav

jQuery Plugin for responsive nav
JavaScript
2
star
16

kendoui-amd

Kendoui Single Page Web Application modular with AMD
JavaScript
1
star
17

dependency.js

Small lib to load external files: CSS and JavaScript async & sync.
1
star
18

angular-monorepo-boilerplate

Example project using monorepo approach including; NGRX@Store, JWT authentication and extra stuff.
TypeScript
1
star
19

sasa

Modular SCSS components
CSS
1
star
20

palindrome

JavaScript
1
star
21

conference-app

Sample
JavaScript
1
star
22

ngonsenmobileboilerplate

Simple Onsen UI + AngularJS scaffold for mobile applications with Apache Cordova
JavaScript
1
star
23

enterpriseAppBoilerplate

Baseline Angular project built with workspace concept to start an enterprise Angular applications with a solid structure.
HTML
1
star
24

gridsome-blog-example

Simple Gridsome blog example using external API.
JavaScript
1
star