head_start 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/head_start/version.rb +1 -1
- data/lib/head_start.rb +1 -1
- data/templates/boilerplate/layouts/_head.html.haml +1 -1
- data/templates/boilerplate/manifest.rb +1 -0
- data/templates/boilerplate/stylesheets/_helpers.scss +1 -1
- data/templates/boilerplate/stylesheets/rails/application.scss +7 -0
- metadata +5 -51
- data/lib/assets/images/scorpion/web/abi.gif +0 -0
- data/lib/assets/images/scorpion/web/arrow1.gif +0 -0
- data/lib/assets/images/scorpion/web/bg.gif +0 -0
- data/lib/assets/images/scorpion/web/careers.gif +0 -0
- data/lib/assets/images/scorpion/web/company_profile.gif +0 -0
- data/lib/assets/images/scorpion/web/contact.gif +0 -0
- data/lib/assets/images/scorpion/web/content_bg.gif +0 -0
- data/lib/assets/images/scorpion/web/corporate_responsibility.gif +0 -0
- data/lib/assets/images/scorpion/web/footer_bg.gif +0 -0
- data/lib/assets/images/scorpion/web/general_investigations.gif +0 -0
- data/lib/assets/images/scorpion/web/header_bg.gif +0 -0
- data/lib/assets/images/scorpion/web/hr_employment_investigation.gif +0 -0
- data/lib/assets/images/scorpion/web/image1.jpg +0 -0
- data/lib/assets/images/scorpion/web/image10.jpg +0 -0
- data/lib/assets/images/scorpion/web/image11.jpg +0 -0
- data/lib/assets/images/scorpion/web/image12.jpg +0 -0
- data/lib/assets/images/scorpion/web/image13.jpg +0 -0
- data/lib/assets/images/scorpion/web/image14.jpg +0 -0
- data/lib/assets/images/scorpion/web/image2.jpg +0 -0
- data/lib/assets/images/scorpion/web/image3.jpg +0 -0
- data/lib/assets/images/scorpion/web/image4.jpg +0 -0
- data/lib/assets/images/scorpion/web/image5.jpg +0 -0
- data/lib/assets/images/scorpion/web/image6.jpg +0 -0
- data/lib/assets/images/scorpion/web/image7.jpg +0 -0
- data/lib/assets/images/scorpion/web/image8.jpg +0 -0
- data/lib/assets/images/scorpion/web/image9.jpg +0 -0
- data/lib/assets/images/scorpion/web/logo.gif +0 -0
- data/lib/assets/images/scorpion/web/logo_rcr.jpg +0 -0
- data/lib/assets/images/scorpion/web/logo_talksafe.gif +0 -0
- data/lib/assets/images/scorpion/web/mi5.gif +0 -0
- data/lib/assets/images/scorpion/web/navbar.gif +0 -9
- data/lib/assets/images/scorpion/web/navbut1.gif +0 -0
- data/lib/assets/images/scorpion/web/navbut2.gif +0 -0
- data/lib/assets/images/scorpion/web/navbut3.gif +0 -0
- data/lib/assets/images/scorpion/web/navbut4.gif +0 -0
- data/lib/assets/images/scorpion/web/navbut5.gif +0 -0
- data/lib/assets/images/scorpion/web/navbut6.gif +0 -0
- data/lib/assets/images/scorpion/web/navbut7.gif +0 -0
- data/lib/assets/images/scorpion/web/navbut8.gif +0 -0
- data/lib/assets/images/scorpion/web/payment_income_protection.gif +0 -0
- data/lib/assets/images/scorpion/web/pdf.gif +0 -0
- data/lib/assets/images/scorpion/web/press.gif +0 -0
- data/lib/assets/images/scorpion/web/rta_investigation.gif +0 -0
- data/lib/assets/images/scorpion/web/subnav_bg.gif +0 -0
- data/lib/assets/images/scorpion/web/surveillance.gif +0 -0
- data/lib/assets/images/scorpion/web/welcome.gif +0 -0
- data/lib/assets/images/scorpion/web/why_instruct_us.gif +0 -0
data/lib/head_start/version.rb
CHANGED
data/lib/head_start.rb
CHANGED
|
@@ -14,7 +14,7 @@ module HeadStart
|
|
|
14
14
|
ActionView::Base.send :include, ::HeadStartRailsHelper
|
|
15
15
|
end
|
|
16
16
|
initializer 'head_start.precompile_assets', :after => "sprockets.environment" do |app|
|
|
17
|
-
Rails.application.config.assets.precompile += %w(modernizr.js layouts/*.js
|
|
17
|
+
Rails.application.config.assets.precompile += %w(modernizr.js boilerplate.js layouts/*.js)
|
|
18
18
|
end
|
|
19
19
|
end
|
|
20
20
|
end
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
%meta{ :name => "viewport", :content => "width=device-width,initial-scale=1"}/
|
|
10
10
|
|
|
11
11
|
-# Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons
|
|
12
|
-
-#
|
|
12
|
+
-# Android 2.3 uses the default bookmark icon with the favicon in the middle if you don't specify touch icons via a link tag
|
|
13
13
|
|
|
14
14
|
-# render stylesheet passed as local or fall back to application stylesheet
|
|
15
15
|
-# CSS: implied media=all
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
description "Compass extension for HTML5 Boilerplate located at http://html5boilerplate.com"
|
|
2
2
|
|
|
3
3
|
if Compass.configuration.project_type == :rails
|
|
4
|
+
file 'stylesheets/rails/aplication.scss', :to => 'app/assets/stylesheets/application.css'
|
|
4
5
|
file 'stylesheets/rails/boilerplate.scss', :to => 'app/assets/stylesheets/layouts/boilerplate.css.scss'
|
|
5
6
|
file 'stylesheets/template.scss', :to => 'app/assets/stylesheets/boilerplate/template.css.scss'
|
|
6
7
|
file 'stylesheets/_normalize.scss', :to => 'app/assets/stylesheets/boilerplate/_normalize.css.scss'
|
|
@@ -44,7 +44,7 @@ $background-color: #ffffff;
|
|
|
44
44
|
$color: #303030;
|
|
45
45
|
|
|
46
46
|
$main_nav_background_color: $color;
|
|
47
|
-
$main_nav_color: $background;
|
|
47
|
+
$main_nav_color: $background-color;
|
|
48
48
|
$main_nav_current_background_color: $foxsoft-dark-blue;
|
|
49
49
|
$main_nav_current_color: $foxsoft-blue;
|
|
50
50
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
|
3
|
+
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
4
|
+
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
|
5
|
+
*= require_self
|
|
6
|
+
*= require_directory .
|
|
7
|
+
*/
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: head_start
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-
|
|
12
|
+
date: 2011-11-29 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: compass
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70186917611460 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70186917611460
|
|
25
25
|
description: This gem extends Compass with Foxsoft's own SCSS libraries and third
|
|
26
26
|
party Javascript libraries - full description pending
|
|
27
27
|
email:
|
|
@@ -172,53 +172,6 @@ files:
|
|
|
172
172
|
- lib/assets/images/scorpion/web-app-theme/cross.png
|
|
173
173
|
- lib/assets/images/scorpion/web-app-theme/key.png
|
|
174
174
|
- lib/assets/images/scorpion/web-app-theme/tick.png
|
|
175
|
-
- lib/assets/images/scorpion/web/abi.gif
|
|
176
|
-
- lib/assets/images/scorpion/web/arrow1.gif
|
|
177
|
-
- lib/assets/images/scorpion/web/bg.gif
|
|
178
|
-
- lib/assets/images/scorpion/web/careers.gif
|
|
179
|
-
- lib/assets/images/scorpion/web/company_profile.gif
|
|
180
|
-
- lib/assets/images/scorpion/web/contact.gif
|
|
181
|
-
- lib/assets/images/scorpion/web/content_bg.gif
|
|
182
|
-
- lib/assets/images/scorpion/web/corporate_responsibility.gif
|
|
183
|
-
- lib/assets/images/scorpion/web/footer_bg.gif
|
|
184
|
-
- lib/assets/images/scorpion/web/general_investigations.gif
|
|
185
|
-
- lib/assets/images/scorpion/web/header_bg.gif
|
|
186
|
-
- lib/assets/images/scorpion/web/hr_employment_investigation.gif
|
|
187
|
-
- lib/assets/images/scorpion/web/image1.jpg
|
|
188
|
-
- lib/assets/images/scorpion/web/image10.jpg
|
|
189
|
-
- lib/assets/images/scorpion/web/image11.jpg
|
|
190
|
-
- lib/assets/images/scorpion/web/image12.jpg
|
|
191
|
-
- lib/assets/images/scorpion/web/image13.jpg
|
|
192
|
-
- lib/assets/images/scorpion/web/image14.jpg
|
|
193
|
-
- lib/assets/images/scorpion/web/image2.jpg
|
|
194
|
-
- lib/assets/images/scorpion/web/image3.jpg
|
|
195
|
-
- lib/assets/images/scorpion/web/image4.jpg
|
|
196
|
-
- lib/assets/images/scorpion/web/image5.jpg
|
|
197
|
-
- lib/assets/images/scorpion/web/image6.jpg
|
|
198
|
-
- lib/assets/images/scorpion/web/image7.jpg
|
|
199
|
-
- lib/assets/images/scorpion/web/image8.jpg
|
|
200
|
-
- lib/assets/images/scorpion/web/image9.jpg
|
|
201
|
-
- lib/assets/images/scorpion/web/logo.gif
|
|
202
|
-
- lib/assets/images/scorpion/web/logo_rcr.jpg
|
|
203
|
-
- lib/assets/images/scorpion/web/logo_talksafe.gif
|
|
204
|
-
- lib/assets/images/scorpion/web/mi5.gif
|
|
205
|
-
- lib/assets/images/scorpion/web/navbar.gif
|
|
206
|
-
- lib/assets/images/scorpion/web/navbut1.gif
|
|
207
|
-
- lib/assets/images/scorpion/web/navbut2.gif
|
|
208
|
-
- lib/assets/images/scorpion/web/navbut3.gif
|
|
209
|
-
- lib/assets/images/scorpion/web/navbut4.gif
|
|
210
|
-
- lib/assets/images/scorpion/web/navbut5.gif
|
|
211
|
-
- lib/assets/images/scorpion/web/navbut6.gif
|
|
212
|
-
- lib/assets/images/scorpion/web/navbut7.gif
|
|
213
|
-
- lib/assets/images/scorpion/web/navbut8.gif
|
|
214
|
-
- lib/assets/images/scorpion/web/payment_income_protection.gif
|
|
215
|
-
- lib/assets/images/scorpion/web/pdf.gif
|
|
216
|
-
- lib/assets/images/scorpion/web/press.gif
|
|
217
|
-
- lib/assets/images/scorpion/web/rta_investigation.gif
|
|
218
|
-
- lib/assets/images/scorpion/web/subnav_bg.gif
|
|
219
|
-
- lib/assets/images/scorpion/web/surveillance.gif
|
|
220
|
-
- lib/assets/images/scorpion/web/welcome.gif
|
|
221
|
-
- lib/assets/images/scorpion/web/why_instruct_us.gif
|
|
222
175
|
- lib/head_start.rb
|
|
223
176
|
- lib/head_start/helpers/head_start_rails_helper.rb
|
|
224
177
|
- lib/head_start/version.rb
|
|
@@ -265,6 +218,7 @@ files:
|
|
|
265
218
|
- templates/boilerplate/stylesheets/_normalize.scss
|
|
266
219
|
- templates/boilerplate/stylesheets/_print.scss
|
|
267
220
|
- templates/boilerplate/stylesheets/_styling_helpers.scss
|
|
221
|
+
- templates/boilerplate/stylesheets/rails/application.scss
|
|
268
222
|
- templates/boilerplate/stylesheets/rails/boilerplate.scss
|
|
269
223
|
- templates/boilerplate/stylesheets/stand_alone/_custom_styles.scss
|
|
270
224
|
- templates/boilerplate/stylesheets/stand_alone/_template.scss
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
|
2
|
-
<html><head>
|
|
3
|
-
<title>404 Not Found</title>
|
|
4
|
-
</head><body>
|
|
5
|
-
<h1>Not Found</h1>
|
|
6
|
-
<p>The requested URL /images/navbar.gif was not found on this server.</p>
|
|
7
|
-
<hr>
|
|
8
|
-
<address>Apache/2.2.8 (Ubuntu) Server at www.mikeindia5.com Port 80</address>
|
|
9
|
-
</body></html>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|