-
Notifications
You must be signed in to change notification settings - Fork 0
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
r8n5n
authored and
r8n5n
committed
Feb 6, 2016
1 parent
7eab444
commit 875ac75
Showing
14 changed files
with
1,466 additions
and
1,398 deletions.
There are no files selected for viewing
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,2 +1,2 @@ | ||
# needs-directory | ||
Helping refugees and asylum seekers to satisfy basic needs | ||
# needs-directory | ||
Helping refugees and asylum seekers to satisfy basic needs |
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,3 +1,3 @@ | ||
{ | ||
"directory": "bower_components" | ||
} | ||
{ | ||
"directory": "bower_components" | ||
} |
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,9 +1,9 @@ | ||
.DS_Store | ||
bower_components | ||
node_modules | ||
npm-debug.log | ||
css | ||
.sass-cache | ||
.tmp | ||
dist | ||
.*sw? | ||
.DS_Store | ||
bower_components | ||
node_modules | ||
npm-debug.log | ||
css | ||
.sass-cache | ||
.tmp | ||
dist | ||
.*sw? |
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,5 +1,5 @@ | ||
# Changelog | ||
|
||
## Version 1.0 (November 19, 2015) | ||
|
||
Initial release. | ||
# Changelog | ||
|
||
## Version 1.0 (November 19, 2015) | ||
|
||
Initial release. |
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,23 +1,23 @@ | ||
{ | ||
"name": "foundation-sites-template", | ||
"version": "1.0.0", | ||
"authors": [ | ||
"ZURB <[email protected]>" | ||
], | ||
"description": "Basic template for a new Foundation for Sites project.", | ||
"main": "index.html", | ||
"license": "MIT", | ||
"homepage": "http://foundation.zurb.com", | ||
"dependencies": { | ||
"foundation-sites": "~6.1.0", | ||
"motion-ui": "~1.1.0" | ||
}, | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"private": true | ||
} | ||
{ | ||
"name": "foundation-sites-template", | ||
"version": "1.0.0", | ||
"authors": [ | ||
"ZURB <[email protected]>" | ||
], | ||
"description": "Basic template for a new Foundation for Sites project.", | ||
"main": "index.html", | ||
"license": "MIT", | ||
"homepage": "http://foundation.zurb.com", | ||
"dependencies": { | ||
"foundation-sites": "~6.1.0", | ||
"motion-ui": "~1.1.0" | ||
}, | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"private": true | ||
} |
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,23 +1,23 @@ | ||
var gulp = require('gulp'); | ||
var $ = require('gulp-load-plugins')(); | ||
|
||
var sassPaths = [ | ||
'bower_components/foundation-sites/scss', | ||
'bower_components/motion-ui/src' | ||
]; | ||
|
||
gulp.task('sass', function() { | ||
return gulp.src('scss/app.scss') | ||
.pipe($.sass({ | ||
includePaths: sassPaths | ||
}) | ||
.on('error', $.sass.logError)) | ||
.pipe($.autoprefixer({ | ||
browsers: ['last 2 versions', 'ie >= 9'] | ||
})) | ||
.pipe(gulp.dest('css')); | ||
}); | ||
|
||
gulp.task('default', ['sass'], function() { | ||
gulp.watch(['scss/**/*.scss'], ['sass']); | ||
}); | ||
var gulp = require('gulp'); | ||
var $ = require('gulp-load-plugins')(); | ||
|
||
var sassPaths = [ | ||
'bower_components/foundation-sites/scss', | ||
'bower_components/motion-ui/src' | ||
]; | ||
|
||
gulp.task('sass', function() { | ||
return gulp.src('scss/app.scss') | ||
.pipe($.sass({ | ||
includePaths: sassPaths | ||
}) | ||
.on('error', $.sass.logError)) | ||
.pipe($.autoprefixer({ | ||
browsers: ['last 2 versions', 'ie >= 9'] | ||
})) | ||
.pipe(gulp.dest('css')); | ||
}); | ||
|
||
gulp.task('default', ['sass'], function() { | ||
gulp.watch(['scss/**/*.scss'], ['sass']); | ||
}); |
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,35 +1,34 @@ | ||
<!doctype html> | ||
<html class="no-js" lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Foundation for Sites</title> | ||
<link rel="stylesheet" href="css/app.css"> | ||
</head> | ||
<body> | ||
<div class="row"> | ||
<div class="large-12 columns"> | ||
<h1>Welcome to Sheffield!</h1> | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="large-12 columns"> | ||
<div class="row"> | ||
<div class="large-12 columns"> | ||
<a class="button expanded" href="/en/" class="primary callout">English</a> | ||
</div> | ||
<div class="large-12 columns"> | ||
<a class="button expanded" dir="rtl" href="/ar/" class="primary callout">العربية</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="bower_components/jquery/dist/jquery.js"></script> | ||
<script src="bower_components/what-input/what-input.js"></script> | ||
<script src="bower_components/foundation-sites/dist/foundation.js"></script> | ||
<script src="js/app.js"></script> | ||
</body> | ||
</html> | ||
<!doctype html> | ||
<html class="no-js" lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Foundation for Sites</title> | ||
<link rel="stylesheet" href="css/app.css"> | ||
</head> | ||
<body> | ||
<div class="row"> | ||
<div class="large-12 columns"> | ||
<h1>Welcome to Sheffield!</h1> | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="large-12 columns"> | ||
<div class="row"> | ||
<div class="small-12 medium-6 large-4 columns"> | ||
<a class="button expanded" href="/en/" class="primary callout">English</a> | ||
<a class="button expanded" dir="rtl" href="/ar/" class="primary callout">العربية</a> | ||
<a class="button expanded" dir="rtl" href="/ar/" class="primary callout">العربية</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="bower_components/jquery/dist/jquery.js"></script> | ||
<script src="bower_components/what-input/what-input.js"></script> | ||
<script src="bower_components/foundation-sites/dist/foundation.js"></script> | ||
<script src="js/app.js"></script> | ||
</body> | ||
</html> |
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 @@ | ||
$(document).foundation(); | ||
$(document).foundation(); |
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,30 +1,30 @@ | ||
{ | ||
"name": "foundation-sites-template", | ||
"version": "1.0.0", | ||
"description": "Basic template for a new Foundation for Sites project.", | ||
"main": "gulpfile.js", | ||
"devDependencies": { | ||
"gulp": "^3.9.0", | ||
"gulp-autoprefixer": "^3.1.0", | ||
"gulp-load-plugins": "^1.1.0", | ||
"gulp-sass": "^2.1.0" | ||
}, | ||
"scripts": { | ||
"start": "gulp", | ||
"build": "gulp sass" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/zurb/foundation-sites-template.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/zurb/foundation-sites/issues", | ||
"email": "[email protected]" | ||
}, | ||
"author": "ZURB <[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
"dependencies": { | ||
"gulp-autoprefixer": "^3.1.0" | ||
} | ||
} | ||
{ | ||
"name": "foundation-sites-template", | ||
"version": "1.0.0", | ||
"description": "Basic template for a new Foundation for Sites project.", | ||
"main": "gulpfile.js", | ||
"devDependencies": { | ||
"gulp": "^3.9.0", | ||
"gulp-autoprefixer": "^3.1.0", | ||
"gulp-load-plugins": "^1.1.0", | ||
"gulp-sass": "^2.1.0" | ||
}, | ||
"scripts": { | ||
"start": "gulp", | ||
"build": "gulp sass" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/zurb/foundation-sites-template.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/zurb/foundation-sites/issues", | ||
"email": "[email protected]" | ||
}, | ||
"author": "ZURB <[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
"dependencies": { | ||
"gulp-autoprefixer": "^3.1.0" | ||
} | ||
} |
Oops, something went wrong.