Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
misscs committed Jan 7, 2015
1 parent 6dd59c2 commit 926daeb
Show file tree
Hide file tree
Showing 52 changed files with 69 additions and 110 deletions.
File renamed without changes.
31 changes: 31 additions & 0 deletions _base.jade
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
doctype
html.no-js
block head
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
title
meta(name='description', content='')
meta(name='viewport', content='width=device-width, initial-scale=1')

block styles
link(rel='stylesheet', href='/stylesheets/main.css')
link(rel='stylesheet', href='/bower_components/normalize.css/normalize.css')

//-script(src='js/vendor/modernizr-2.7.1.min.js')
body
<!--[if lt IE 8]>
p.browsehappy
| You are using an <strong>outdated</strong> browser.
| Please <a href="http://browsehappy.com/">upgrade your browser</a>
| to improve your experience.
<![endif]-->

block main


//- != partial('_footer')
script(src='//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js')
script window.jQuery || document.write('<script src="js/vendor/jquery.min.js"><\/script>')
script(src='/js/base.js')
11 changes: 11 additions & 0 deletions _layout.jade
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
extends _base

block main
!= partial('_nav')

main

.content

block content
!= yield
7 changes: 7 additions & 0 deletions _nav.jade
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nav.nav.main-nav

ul
li Events
li Blog
li Team
li Members
1 change: 0 additions & 1 deletion _site/CNAME

This file was deleted.

22 changes: 0 additions & 22 deletions _site/LICENSE

This file was deleted.

4 changes: 0 additions & 4 deletions _site/README.md

This file was deleted.

Binary file removed _site/favicon.ico
Binary file not shown.
12 changes: 0 additions & 12 deletions _site/gothamSass/_layout.jade

This file was deleted.

14 changes: 0 additions & 14 deletions _site/gothamSass/css/partials/base.scss~

This file was deleted.

47 changes: 0 additions & 47 deletions _site/gothamSass/views/md/code-of-conduct.md

This file was deleted.

3 changes: 0 additions & 3 deletions _site/gothamSass/views/md/meetup_ny.md

This file was deleted.

7 changes: 0 additions & 7 deletions _site/gothamSass/views/md/powered.md

This file was deleted.

File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions _site/gothamSass/index.jade → index.jade
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
h1 GothamSass
h2 Welcome
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ]
2 info using [email protected]
3 info using [email protected]
4 error install Couldn't read dependencies
5 verbose stack Error: ENOENT, open '/Users/cs/Projects/package.json'
5 verbose stack at Error (native)
6 verbose cwd /Users/cs/Projects/gothamsass/chrysler
7 error Darwin 13.3.0
8 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
9 error node v0.11.14
10 error npm v2.0.0
11 error path /Users/cs/Projects/package.json
12 error code ENOPACKAGEJSON
13 error errno -2
14 error package.json ENOENT, open '/Users/cs/Projects/package.json'
14 error package.json This is most likely not a problem with npm itself.
14 error package.json npm can't find a package.json file in your current directory.
15 verbose exit [ -2, true ]
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 926daeb

Please sign in to comment.