Skip to content
Cory Simmons edited this page Oct 3, 2013 · 35 revisions

From time to time we'll get off track and try to turn Jeet into this behemoth framework that does everything for you... y'know... if you do it "our way". That doesn't just sound creepy, it's controlling and really sucks.

In lieu of all that crap, we invite you to enjoy Jeet for what it is - an awesome grid framework with some nice little UI touches. Simple as that.

We can't create better JS plugins than are already out there. I think this is where a lot of frameworks screw up. They try to do everything and lose scope.

Anyway, we don't want to completely leave you hanging on some of the cooler features, so we'll use the Wiki as a reference collection of modern design patterns and JS plugins. Enjoy!

In this page you'll find a bunch of solutions to common design problems solved The Jeet Way.


Full Width Background, Centered Content

<header>
    <div>
        
        <img src="logo.png">
        
        <nav>
            <a href="#">Link</a>
            <a href="#">Link</a>
            <a href="#">Link</a>
        </nav>
        
    </div>
</header>
header
    background blue
    > div
        center()

Vertically Centering

Responsive Hamburger Menu Navigation & Off-Canvas

Fixed Navigation

Clone this wiki locally