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. Your markup becomes bloated and you don't know what's going on.

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. The more you refer to this and the better you get at implementing these solutions, the better you'll get.

After using Jeet in unison with some of these well thought-out solutions for a long time, we may decide to turn some of them into mixins or even JS plugins.

And just some advice from us to you, learn Git. You will never look back and say "Man, I wasted time learning Git". You will be able to find/clone plugins quickly to test their example folders out on your own system, then delete them, etc. It's really wonderful.

Thanks for using Jeet. Be like water my friend.


Tool Repositories

Responsive Hamburger Menu Navigation & Off-Canvas

Vertically Centering

Parallax Scrolling

Fixed Navigation

ScrollSpy

Icons

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()

Alternative UI Kits

Misc Patterns

Misc Effects

Clone this wiki locally