engineyard-theme 2.3.5 → 2.3.6
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/VERSION +1 -1
- data/app/views/engineyard-theme/_footer.html.haml +86 -88
- data/app/views/engineyard-theme/_header.html.haml +19 -19
- data/app/views/shared/_global_nav.html.erb +1 -1
- data/vendor/assets/stylesheets/ey-theme-base.css.sass +3 -11
- data/vendor/assets/stylesheets/sass/ey-theme-globals.css.sass +4 -0
- metadata +9 -9
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.6
|
|
@@ -1,94 +1,92 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<script type="text/javascript">function mktoGetForm() {return document.getElementById('mktForm_1002'); }</script>
|
|
21
|
-
<form class="lpeRegForm formNotEmpty newsletter" method="post" enctype="application/x-www-form-urlencoded" action="http://na-f.marketo.com/index.php/leadCapture/save" id="mktForm_1002" name="mktForm_1002">
|
|
22
|
-
<fieldset>
|
|
1
|
+
#footer.page
|
|
2
|
+
- if add_navigation == 'true'
|
|
3
|
+
.grid_4
|
|
4
|
+
.newsletter
|
|
5
|
+
%h2.newsletter
|
|
6
|
+
The Engine Yard Newsletter
|
|
7
|
+
%p
|
|
8
|
+
Get Ruby on Rails & PHP news, tips and more
|
|
9
|
+
:plain
|
|
10
|
+
<script type="text/javascript">
|
|
11
|
+
var profiling = {
|
|
12
|
+
isEnabled: false,
|
|
13
|
+
numberOfProfilingFields: 3,
|
|
14
|
+
alwaysShowFields: [ 'mktDummyEntry']
|
|
15
|
+
};
|
|
16
|
+
</script>
|
|
17
|
+
<script type="text/javascript">function mktoGetForm() {return document.getElementById('mktForm_1002'); }</script>
|
|
18
|
+
<form class="lpeRegForm formNotEmpty newsletter" method="post" enctype="application/x-www-form-urlencoded" action="http://na-f.marketo.com/index.php/leadCapture/save" id="mktForm_1002" name="mktForm_1002">
|
|
19
|
+
<fieldset>
|
|
23
20
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
21
|
+
<div class="mktFormReq mktField">
|
|
22
|
+
<input class='mktFormText mktFormEmail mktFReq' name="Email" id="Email" type='text' value="" maxlength='255' tabIndex='2' placeholder="Email Address" />
|
|
23
|
+
<div class='mktFormMsg'></div>
|
|
24
|
+
</div>
|
|
25
|
+
<div id="mktFrmButtons">
|
|
26
|
+
<input id='mktFrmSubmit' type='submit' class="cta button" value='Subscribe' name='submitButton' onclick='formSubmit(document.getElementById("mktForm_1002")); return false;' />
|
|
27
|
+
</div>
|
|
28
|
+
<input type="text" name="_marketo_comments" value="" class="hidden" />
|
|
29
|
+
<input type="hidden" name="lpId" value="1009" />
|
|
33
30
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
31
|
+
<input type="hidden" name="subId" value="121" />
|
|
32
|
+
<input type="hidden" name="kw" value="" />
|
|
33
|
+
<input type="hidden" name="cr" value="" />
|
|
34
|
+
<input type="hidden" name="searchstr" value="" />
|
|
35
|
+
<input type="hidden" name="lpurl" value="http://pages.engineyard.com/Blank-Newsletter.html?cr={creative}&kw={keyword}" />
|
|
36
|
+
<input type="hidden" name="formid" value="1002" />
|
|
37
|
+
<input type="hidden" name="returnURL" value="http://pages.engineyard.com/SubscribeThanks.html" />
|
|
38
|
+
<input type="hidden" name="retURL" value="http://pages.engineyard.com/SubscribeThanks.html" />
|
|
39
|
+
<input type="hidden" name="_mkt_disp" value="return" />
|
|
43
40
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
.copyright.
|
|
91
|
-
|
|
41
|
+
<input type="hidden" name="_mkt_trk" value="%MC0%" />
|
|
42
|
+
</fieldset>
|
|
43
|
+
</form>
|
|
44
|
+
<script type="text/javascript" src="http://na-f.marketo.com/js/mktFormSupport.js"></script>
|
|
45
|
+
<script type="text/javascript">
|
|
46
|
+
function formSubmit(elt) {
|
|
47
|
+
return Mkto.formSubmit(elt);
|
|
48
|
+
}
|
|
49
|
+
function formReset(elt) {
|
|
50
|
+
return Mkto.formReset(elt);
|
|
51
|
+
}
|
|
52
|
+
</script>
|
|
53
|
+
.grid_2
|
|
54
|
+
%h2 Cloud Products
|
|
55
|
+
%ul
|
|
56
|
+
%li= link_to('Engine Yard Cloud','http://engineyard.com/products/cloud')
|
|
57
|
+
%li= link_to('Engine Yard Managed','http://engineyard.com/products/managed')
|
|
58
|
+
%li= link_to('Orchestra PHP Cloud','http://engineyard.com/products/orchestra')
|
|
59
|
+
%li= link_to('Training','http://engineyard.com/university/scheduled_classes')
|
|
60
|
+
%li= link_to('Professional Services','http://engineyard.com/services')
|
|
61
|
+
.grid_2
|
|
62
|
+
%h2 Support
|
|
63
|
+
%ul
|
|
64
|
+
%li= link_to('Request Support','http://support.cloud.engineyard.com')
|
|
65
|
+
%li= link_to('Documentation','http://docs.engineyard.com')
|
|
66
|
+
%li= link_to('Support Policies','http://engineyard.com/products/support-policies')
|
|
67
|
+
%li= link_to('Privacy Policy','http://engineyard.com/legal/privacy')
|
|
68
|
+
.grid_2
|
|
69
|
+
%h2 Community
|
|
70
|
+
%ul
|
|
71
|
+
%li= link_to('JRuby','http://www.jruby.org')
|
|
72
|
+
%li= link_to('Rubinius','http://rubini.us')
|
|
73
|
+
%li= link_to('Rails Installer','http://www.railsinstaller.com')
|
|
74
|
+
%li= link_to('Ruby Jobs','http://jobs.engineyard.com')
|
|
75
|
+
%li= link_to('Rails Developers','http://www.railsdevelopment.com')
|
|
76
|
+
.grid_2
|
|
77
|
+
%h2 About
|
|
78
|
+
%ul
|
|
79
|
+
%li= link_to('Company', 'http://engineyard.com/company')
|
|
80
|
+
%li= link_to('Careers', 'http://engineyard.com/company/careers')
|
|
81
|
+
%li= link_to('Leadership Team', 'http://engineyard.com/company/team')
|
|
82
|
+
%li= link_to('Press Center', 'http://engineyard.com/company/news')
|
|
83
|
+
%li
|
|
84
|
+
= link_to('Twitter', 'http://twitter.com/engineyard', :class => 'icon twitter')
|
|
85
|
+
= link_to('Facebook', 'http://facebook.com/engineyard', :class => 'icon facebook')
|
|
86
|
+
= link_to('LinkedIn', 'http://www.linkedin.com/groups?gid=111752', :class => 'icon linkedin')
|
|
87
|
+
.copyright.page
|
|
88
|
+
.grid_12
|
|
89
|
+
%p Copyright © Engine Yard, Inc. All rights reserved.
|
|
92
90
|
.hidden
|
|
93
91
|
= yield :additional_scripts
|
|
94
92
|
- unless Rails.env == 'development' || add_js != 'true'
|
|
@@ -52,25 +52,25 @@
|
|
|
52
52
|
|
|
53
53
|
%body{:id => content_for?(:body_id) ? yield(:body_id) : ''}
|
|
54
54
|
#container
|
|
55
|
-
.
|
|
55
|
+
.page
|
|
56
56
|
.header
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
<
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
%
|
|
70
|
-
%
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
57
|
+
.grid_12
|
|
58
|
+
- if add_navigation == 'true'
|
|
59
|
+
%h1.branding
|
|
60
|
+
=link_to(content_for?(:branding) ? yield(:branding) : 'Engine Yard, Inc.', '/')
|
|
61
|
+
#search_form
|
|
62
|
+
:plain
|
|
63
|
+
<form action="/search" method="get">
|
|
64
|
+
<input type="text" name="q" id="searchbox" placeholder="Search" />
|
|
65
|
+
<input type="submit" value="" id="searchsubmit" class="gsc-search-button" />
|
|
66
|
+
</form>
|
|
67
|
+
#utility
|
|
68
|
+
Log in
|
|
69
|
+
%div
|
|
70
|
+
%ul
|
|
71
|
+
%li= link_to('Login to Engine Yard Cloud','https://cloud.engineyard.com')
|
|
72
|
+
%hr
|
|
73
|
+
%li= link_to('Login to Orchestra PHP Cloud','http://my.orchestra.io')
|
|
74
|
+
=render('shared/global_nav')
|
|
75
75
|
#content
|
|
76
76
|
=additional_header if additional_header.present?
|
|
@@ -51,10 +51,6 @@ ul
|
|
|
51
51
|
margin-left: 0
|
|
52
52
|
li
|
|
53
53
|
margin-left: 30px
|
|
54
|
-
|
|
55
|
-
.wrapper
|
|
56
|
-
width: 980px
|
|
57
|
-
margin: 0 auto
|
|
58
54
|
|
|
59
55
|
///////////////////
|
|
60
56
|
// HTML Elements //
|
|
@@ -268,7 +264,6 @@ textarea
|
|
|
268
264
|
header, div.header
|
|
269
265
|
@include grey_gradient
|
|
270
266
|
@include shadow
|
|
271
|
-
padding: 0 20px
|
|
272
267
|
display: block
|
|
273
268
|
position: relative
|
|
274
269
|
-moz-border-radius-bottomleft: 6px
|
|
@@ -419,7 +414,7 @@ header, div.header
|
|
|
419
414
|
float: right
|
|
420
415
|
height: 8px
|
|
421
416
|
width: 10px
|
|
422
|
-
margin: 8px
|
|
417
|
+
margin: 8px 32px 0 0
|
|
423
418
|
span.drop:after
|
|
424
419
|
background: image-url("header_sprite.png") transparent
|
|
425
420
|
background-position: 0 0
|
|
@@ -495,12 +490,11 @@ header, div.header
|
|
|
495
490
|
@include grey_gradient
|
|
496
491
|
@include shadow
|
|
497
492
|
@include box
|
|
498
|
-
clear: both
|
|
499
493
|
font-size: $font-size-small
|
|
500
494
|
line-height: 1.25
|
|
501
|
-
padding: 20px
|
|
502
495
|
margin-bottom: 14px
|
|
503
496
|
color: $font-color-dark
|
|
497
|
+
padding: 10px 0
|
|
504
498
|
div.newsletter
|
|
505
499
|
background: image-url("icn_newsletter.png") no-repeat top left
|
|
506
500
|
padding-left: 65px
|
|
@@ -551,9 +545,7 @@ header, div.header
|
|
|
551
545
|
color: $font-color-light
|
|
552
546
|
font-size: $font-size-main
|
|
553
547
|
p
|
|
554
|
-
|
|
555
|
-
text-align: left
|
|
556
|
-
width: 300px
|
|
548
|
+
text-align: right
|
|
557
549
|
|
|
558
550
|
////////////////////
|
|
559
551
|
// Featured Icons //
|
|
@@ -87,6 +87,8 @@ $button-colored-box-shadow-value : 0 1px 2px darken($color-background-alt, 22%)
|
|
|
87
87
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #68A9C5), color-stop(1, #518AB0))
|
|
88
88
|
background: -moz-linear-gradient(center top , #68A9C5 0pt, #518AB0 100%) repeat scroll 0 0 transparent
|
|
89
89
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#68A9C5, endColorstr=#518AB0)"
|
|
90
|
+
font-color: #fff
|
|
91
|
+
text-shadow: 0 1px 3px lighten(#000, 30%)
|
|
90
92
|
&.hover:hover
|
|
91
93
|
background: darken(#518AB0, 5%)
|
|
92
94
|
background: -moz-linear-gradient(top, darken(#68A9C5, 5%), darken(#518AB0, 5%))
|
|
@@ -97,6 +99,8 @@ $button-colored-box-shadow-value : 0 1px 2px darken($color-background-alt, 22%)
|
|
|
97
99
|
background: -moz-linear-gradient(top, #bbd65f, #85a623)
|
|
98
100
|
background: -webkit-gradient(linear, left top, left bottom, from(#bbd65f), to(#85a623))
|
|
99
101
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#bbd65f, endColorstr=#85a623)"
|
|
102
|
+
font-color: #fff
|
|
103
|
+
text-shadow: 0 1px 3px lighten(#000, 30%)
|
|
100
104
|
&.hover:hover
|
|
101
105
|
background: darken(#85a623, 5%)
|
|
102
106
|
background: -moz-linear-gradient(top, darken(#bbd65f, 5%), darken(#85a623, 5%))
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: engineyard-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,12 +10,12 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-01-
|
|
13
|
+
date: 2012-01-11 00:00:00.000000000 -08:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rails
|
|
18
|
-
requirement: &
|
|
18
|
+
requirement: &70282138297740 !ruby/object:Gem::Requirement
|
|
19
19
|
none: false
|
|
20
20
|
requirements:
|
|
21
21
|
- - ! '>='
|
|
@@ -23,10 +23,10 @@ dependencies:
|
|
|
23
23
|
version: '0'
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
|
-
version_requirements: *
|
|
26
|
+
version_requirements: *70282138297740
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: jeweler
|
|
29
|
-
requirement: &
|
|
29
|
+
requirement: &70282138297200 !ruby/object:Gem::Requirement
|
|
30
30
|
none: false
|
|
31
31
|
requirements:
|
|
32
32
|
- - ~>
|
|
@@ -34,10 +34,10 @@ dependencies:
|
|
|
34
34
|
version: 1.5.2
|
|
35
35
|
type: :development
|
|
36
36
|
prerelease: false
|
|
37
|
-
version_requirements: *
|
|
37
|
+
version_requirements: *70282138297200
|
|
38
38
|
- !ruby/object:Gem::Dependency
|
|
39
39
|
name: rails
|
|
40
|
-
requirement: &
|
|
40
|
+
requirement: &70282138296660 !ruby/object:Gem::Requirement
|
|
41
41
|
none: false
|
|
42
42
|
requirements:
|
|
43
43
|
- - ~>
|
|
@@ -45,7 +45,7 @@ dependencies:
|
|
|
45
45
|
version: '3'
|
|
46
46
|
type: :runtime
|
|
47
47
|
prerelease: false
|
|
48
|
-
version_requirements: *
|
|
48
|
+
version_requirements: *70282138296660
|
|
49
49
|
description: View helpers 'header' and 'footer', along with an assets generator to
|
|
50
50
|
make any site look like http://engineyard.com
|
|
51
51
|
email:
|
|
@@ -103,7 +103,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
version: '0'
|
|
104
104
|
segments:
|
|
105
105
|
- 0
|
|
106
|
-
hash:
|
|
106
|
+
hash: -1740855951870672310
|
|
107
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
none: false
|
|
109
109
|
requirements:
|