Skip to content

mattfroese/origin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Origin

This is a starting point for creating templates for web. Comes with bootstrap.

WARNING:* As of current releases jquery and bootstrap are compiled into origin.js

Header

Standard header

#header
	> .container
		> #resposive-nav-toggle
		> #logo
		> #primary-nav (collapse-able)

Old school header (with nav below logo)

#header
	> .container.header
		> #resposive-nav-toggle
		> #logo
	> #primary-nav (collapse-able)
		> .container
			> .nav

Proposed new

header.primary-header
	&.header-fluid (full width)

	&.header-light
	&.header-air
	&.header-dark

	&.header-center
	&.header-nav-drop
	&.header-scrolled

	// for no-drop
	> .container
		> .nav-toggle
		> .logo
		[> .text .left|.right]
		> nav
			> a wrapper
				> .nav.nav-left
				> .nav.nav-right

	// for nav-drop
	> .container
		> .nav-toggle
		> .logo
		[> .slogan-left .slogan-right]
	> nav
		> .container
			> .nav.nav-left
			> .nav.nav-right

What's included

On the workflow end we have gulp and browser sync. Front end is packaged with bootstrap

Setup

Setup npm dependancies (gulp stuff mostly) npm install

Bower it up bower update

Start gulp gulp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published