-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
69 additions
and
110 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.