-
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
Showing
62 changed files
with
1,428 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'rails', '4.0.0' | ||
gem 'sqlite3' | ||
gem 'sass-rails', '~> 4.0.0' | ||
gem 'uglifier', '>= 1.3.0' | ||
gem 'coffee-rails', '~> 4.0.0' | ||
gem 'jquery-rails' | ||
gem 'turbolinks' | ||
gem 'jbuilder', '~> 1.2' | ||
gem 'bootstrap-sass' | ||
gem 'jquery-easing-rails' | ||
gem "font-awesome-rails" | ||
|
||
group :doc do | ||
gem 'sdoc', require: false | ||
end |
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,128 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionmailer (4.0.0) | ||
actionpack (= 4.0.0) | ||
mail (~> 2.5.3) | ||
actionpack (4.0.0) | ||
activesupport (= 4.0.0) | ||
builder (~> 3.1.0) | ||
erubis (~> 2.7.0) | ||
rack (~> 1.5.2) | ||
rack-test (~> 0.6.2) | ||
activemodel (4.0.0) | ||
activesupport (= 4.0.0) | ||
builder (~> 3.1.0) | ||
activerecord (4.0.0) | ||
activemodel (= 4.0.0) | ||
activerecord-deprecated_finders (~> 1.0.2) | ||
activesupport (= 4.0.0) | ||
arel (~> 4.0.0) | ||
activerecord-deprecated_finders (1.0.3) | ||
activesupport (4.0.0) | ||
i18n (~> 0.6, >= 0.6.4) | ||
minitest (~> 4.2) | ||
multi_json (~> 1.3) | ||
thread_safe (~> 0.1) | ||
tzinfo (~> 0.3.37) | ||
arel (4.0.2) | ||
atomic (1.1.15) | ||
bootstrap-sass (3.1.1.0) | ||
sass (~> 3.2) | ||
builder (3.1.4) | ||
coffee-rails (4.0.1) | ||
coffee-script (>= 2.2.0) | ||
railties (>= 4.0.0, < 5.0) | ||
coffee-script (2.2.0) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.7.0) | ||
erubis (2.7.0) | ||
execjs (2.0.2) | ||
font-awesome-rails (4.0.3.1) | ||
railties (>= 3.2, < 5.0) | ||
hike (1.2.3) | ||
i18n (0.6.9) | ||
jbuilder (1.5.3) | ||
activesupport (>= 3.0.0) | ||
multi_json (>= 1.2.0) | ||
jquery-easing-rails (0.0.1) | ||
railties (>= 3.1.0) | ||
jquery-rails (3.1.0) | ||
railties (>= 3.0, < 5.0) | ||
thor (>= 0.14, < 2.0) | ||
json (1.8.1) | ||
mail (2.5.4) | ||
mime-types (~> 1.16) | ||
treetop (~> 1.4.8) | ||
mime-types (1.25.1) | ||
minitest (4.7.5) | ||
multi_json (1.9.0) | ||
polyglot (0.3.4) | ||
rack (1.5.2) | ||
rack-test (0.6.2) | ||
rack (>= 1.0) | ||
rails (4.0.0) | ||
actionmailer (= 4.0.0) | ||
actionpack (= 4.0.0) | ||
activerecord (= 4.0.0) | ||
activesupport (= 4.0.0) | ||
bundler (>= 1.3.0, < 2.0) | ||
railties (= 4.0.0) | ||
sprockets-rails (~> 2.0.0) | ||
railties (4.0.0) | ||
actionpack (= 4.0.0) | ||
activesupport (= 4.0.0) | ||
rake (>= 0.8.7) | ||
thor (>= 0.18.1, < 2.0) | ||
rake (10.1.1) | ||
rdoc (4.1.1) | ||
json (~> 1.4) | ||
sass (3.3.2) | ||
sass-rails (4.0.1) | ||
railties (>= 4.0.0, < 5.0) | ||
sass (>= 3.1.10) | ||
sprockets-rails (~> 2.0.0) | ||
sdoc (0.4.0) | ||
json (~> 1.8) | ||
rdoc (~> 4.0, < 5.0) | ||
sprockets (2.11.0) | ||
hike (~> 1.2) | ||
multi_json (~> 1.0) | ||
rack (~> 1.0) | ||
tilt (~> 1.1, != 1.3.0) | ||
sprockets-rails (2.0.1) | ||
actionpack (>= 3.0) | ||
activesupport (>= 3.0) | ||
sprockets (~> 2.8) | ||
sqlite3 (1.3.9) | ||
thor (0.18.1) | ||
thread_safe (0.2.0) | ||
atomic (>= 1.1.7, < 2) | ||
tilt (1.4.1) | ||
treetop (1.4.15) | ||
polyglot | ||
polyglot (>= 0.3.1) | ||
turbolinks (2.2.1) | ||
coffee-rails | ||
tzinfo (0.3.39) | ||
uglifier (2.4.0) | ||
execjs (>= 0.3.0) | ||
json (>= 1.8.0) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
bootstrap-sass | ||
coffee-rails (~> 4.0.0) | ||
font-awesome-rails | ||
jbuilder (~> 1.2) | ||
jquery-easing-rails | ||
jquery-rails | ||
rails (= 4.0.0) | ||
sass-rails (~> 4.0.0) | ||
sdoc | ||
sqlite3 | ||
turbolinks | ||
uglifier (>= 1.3.0) |
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,28 @@ | ||
== README | ||
|
||
This README would normally document whatever steps are necessary to get the | ||
application up and running. | ||
|
||
Things you may want to cover: | ||
|
||
* Ruby version | ||
|
||
* System dependencies | ||
|
||
* Configuration | ||
|
||
* Database creation | ||
|
||
* Database initialization | ||
|
||
* How to run the test suite | ||
|
||
* Services (job queues, cache servers, search engines, etc.) | ||
|
||
* Deployment instructions | ||
|
||
* ... | ||
|
||
|
||
Please feel free to use a different markup language if you do not plan to run | ||
<tt>rake doc:app</tt>. |
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,6 @@ | ||
# Add your own tasks in files placed in lib/tasks ending in .rake, | ||
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. | ||
|
||
require File.expand_path('../config/application', __FILE__) | ||
|
||
Yadda::Application.load_tasks |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,156 @@ | ||
// This is a manifest file that'll be compiled into application.js, which will include all the files | ||
// listed below. | ||
// | ||
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, | ||
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. | ||
// | ||
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the | ||
// compiled file. | ||
// | ||
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details | ||
// about supported directives. | ||
// | ||
//= require jquery | ||
//= require jquery_ujs | ||
//= require jquery.easing | ||
//= require bootstrap | ||
//= require turbolinks | ||
//= require_tree . | ||
|
||
//jQuery to collapse the navbar on scroll | ||
$(window).scroll(function() { | ||
if ($(".navbar").offset().top > 50) { | ||
$(".navbar-fixed-top").addClass("top-nav-collapse"); | ||
} else { | ||
$(".navbar-fixed-top").removeClass("top-nav-collapse"); | ||
} | ||
}); | ||
|
||
//jQuery for page scrolling feature - requires jQuery Easing plugin | ||
$(function() { | ||
$('.page-scroll a').bind('click', function(event) { | ||
var $anchor = $(this); | ||
$('html, body').stop().animate({ | ||
scrollTop: $($anchor.attr('href')).offset().top | ||
}, 1500, 'easeInOutExpo'); | ||
event.preventDefault(); | ||
}); | ||
}); | ||
|
||
//Google Map Skin - Get more at http://snazzymaps.com/ | ||
var myOptions = { | ||
zoom: 15, | ||
center: new google.maps.LatLng(53.385873, -1.471471), | ||
mapTypeId: google.maps.MapTypeId.ROADMAP, | ||
disableDefaultUI: true, | ||
styles: [{ | ||
"featureType": "water", | ||
"elementType": "geometry", | ||
"stylers": [{ | ||
"color": "#000000" | ||
}, { | ||
"lightness": 17 | ||
}] | ||
}, { | ||
"featureType": "landscape", | ||
"elementType": "geometry", | ||
"stylers": [{ | ||
"color": "#000000" | ||
}, { | ||
"lightness": 20 | ||
}] | ||
}, { | ||
"featureType": "road.highway", | ||
"elementType": "geometry.fill", | ||
"stylers": [{ | ||
"color": "#000000" | ||
}, { | ||
"lightness": 17 | ||
}] | ||
}, { | ||
"featureType": "road.highway", | ||
"elementType": "geometry.stroke", | ||
"stylers": [{ | ||
"color": "#000000" | ||
}, { | ||
"lightness": 29 | ||
}, { | ||
"weight": 0.2 | ||
}] | ||
}, { | ||
"featureType": "road.arterial", | ||
"elementType": "geometry", | ||
"stylers": [{ | ||
"color": "#000000" | ||
}, { | ||
"lightness": 18 | ||
}] | ||
}, { | ||
"featureType": "road.local", | ||
"elementType": "geometry", | ||
"stylers": [{ | ||
"color": "#000000" | ||
}, { | ||
"lightness": 16 | ||
}] | ||
}, { | ||
"featureType": "poi", | ||
"elementType": "geometry", | ||
"stylers": [{ | ||
"color": "#000000" | ||
}, { | ||
"lightness": 21 | ||
}] | ||
}, { | ||
"elementType": "labels.text.stroke", | ||
"stylers": [{ | ||
"visibility": "on" | ||
}, { | ||
"color": "#000000" | ||
}, { | ||
"lightness": 16 | ||
}] | ||
}, { | ||
"elementType": "labels.text.fill", | ||
"stylers": [{ | ||
"saturation": 36 | ||
}, { | ||
"color": "#000000" | ||
}, { | ||
"lightness": 40 | ||
}] | ||
}, { | ||
"elementType": "labels.icon", | ||
"stylers": [{ | ||
"visibility": "off" | ||
}] | ||
}, { | ||
"featureType": "transit", | ||
"elementType": "geometry", | ||
"stylers": [{ | ||
"color": "#000000" | ||
}, { | ||
"lightness": 19 | ||
}] | ||
}, { | ||
"featureType": "administrative", | ||
"elementType": "geometry.fill", | ||
"stylers": [{ | ||
"color": "#000000" | ||
}, { | ||
"lightness": 20 | ||
}] | ||
}, { | ||
"featureType": "administrative", | ||
"elementType": "geometry.stroke", | ||
"stylers": [{ | ||
"color": "#000000" | ||
}, { | ||
"lightness": 17 | ||
}, { | ||
"weight": 1.2 | ||
}] | ||
}] | ||
}; | ||
|
||
var map = new google.maps.Map(document.getElementById('map'), myOptions); |
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,3 @@ | ||
# Place all the behaviors and hooks related to the matching controller here. | ||
# All this logic will automatically be available in application.js. | ||
# You can use CoffeeScript in this file: http://coffeescript.org/ |
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,13 @@ | ||
/* | ||
* This is a manifest file that'll be compiled into application.css, which will include all the files | ||
* listed below. | ||
* | ||
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, | ||
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. | ||
* | ||
* You're free to add application-wide styles to this file and they'll appear at the top of the | ||
* compiled file, but it's generally better to create a new file per style scope. | ||
* | ||
*= require_self | ||
*= require_tree . | ||
*/ |
Oops, something went wrong.