brighter_planet_layout 0.4.4 → 0.4.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.
@@ -24,11 +24,11 @@
24
24
  </ul>
25
25
  </li>
26
26
  <li>
27
- <%= link_to 'Technology', 'http://carbon.brighterplanet.com' %>
27
+ <%= link_to 'Technology', 'http://impact.brighterplanet.com' %>
28
28
  <div>
29
29
  <p>The backbone of Brighter Planet is our <strong>CM1</strong>™ computational sustainability platform, which delivers on-demand carbon and energy impact calculations through a developer-friendly API</p>
30
30
  <ul>
31
- <li><%= link_to 'CM1 homepage', 'http://carbon.brighterplanet.com' %> <span>Technical details and API documentation</span></li>
31
+ <li><%= link_to 'CM1 homepage', 'http://impact.brighterplanet.com' %> <span>Technical details and API documentation</span></li>
32
32
  <li><%= link_to_homesite 'Prototypes', 'prototypes' %> <span>Experiments from our staff that demonstrate CM1's capabilities</span></li>
33
33
  <li><%= link_to_homesite 'App gallery', 'app_gallery' %> <span>A showcase of Brighter Planet-powered apps created by developers from across the community</span></li>
34
34
  <li><%= link_to 'Reference data', 'http://data.brighterplanet.com' %> <span>Our always-current clearinghouse of global climate, geographic, and demographic data</span></li>
@@ -36,12 +36,12 @@
36
36
  </div>
37
37
  </li>
38
38
  <li class="models">
39
- <%= link_to 'Models', 'http://carbon.brighterplanet.com/models' %>
39
+ <%= link_to 'Models', 'http://impact.brighterplanet.com/models' %>
40
40
  <div>
41
41
  <p>Brighter Planet's technology platform calculates the carbon, energy, and resource impact of a variety of real-life emission sources. Our impact models resiliently adapt to user input, have been third-party certified, and feature expressive, human-oriented APIs.</p>
42
42
  <ul>
43
43
  <% BrighterPlanet.metadata.emitters.sort.map(&:underscore).each do |model| %>
44
- <li><%= link_to model.humanize, "http://carbon.brighterplanet.com/models/#{model}" %></li>
44
+ <li><%= link_to model.humanize, "http://impact.brighterplanet.com/models/#{model}" %></li>
45
45
  <% end %>
46
46
  </ul>
47
47
  </div>
@@ -1,5 +1,5 @@
1
1
  module BrighterPlanet
2
2
  class Layout
3
- VERSION = '0.4.4'
3
+ VERSION = '0.4.5'
4
4
  end
5
5
  end
@@ -491,74 +491,8 @@ p.cta a {
491
491
  font-size: 18px;
492
492
  }
493
493
 
494
- p.new, div.destroy {
495
- margin: 15px 15px 0 150px;
496
- }
497
-
498
- p.new a {
499
- color: blue;
500
- text-decoration: none;
501
- text-transform: uppercase;
502
- text-shadow: 1px 1px 0 white;
503
- }
504
-
505
- p.new a:before {
506
- content: "✚";
507
- font-size: 30px;
508
- margin: 0 5px 0 0;
509
- vertical-align: -3px;
510
- }
511
-
512
- p.new a:hover:before {
513
- color: #333;
514
- }
515
-
516
- div.destroy input[type=submit] {
517
- background-image:
518
- -webkit-gradient(
519
- linear,
520
- left top,
521
- left bottom,
522
- color-stop(0, rgb(255,66,66)),
523
- color-stop(0.15, rgb(245,19,19)),
524
- color-stop(0.75, rgb(204,10,10)),
525
- color-stop(1, rgb(143,6,6))
526
- );
527
- background-image:
528
- -moz-linear-gradient(
529
- center top,
530
- rgb(255,66,66) 0%,
531
- rgb(245,19,19) 15%,
532
- rgb(204,10,10) 75%,
533
- rgb(143,6,6) 100%
534
- );
535
- -moz-border-radius: 3px;
536
- -webkit-border-radius: 3px;
537
- border: none;
538
- border-radius: 3px;
539
- padding: 5px;
540
- color: #ddd;
541
- text-decoration: none;
542
- text-shadow: -1px -1px 0 black;
543
- text-align: center;
544
- }
545
-
546
- #content>p.back {
547
- margin: 10px 15px 10px 150px;
548
- border-top: 1px solid silver;
549
- padding: 10px 0 0;
550
- }
551
-
552
- p.back:before {
553
- content: "← "
554
- }
555
-
556
- p.back a {
557
- color: blue;
558
- }
559
-
560
494
  p.flash {
561
- margin: 0 15px 0 165px;
495
+ margin: 0 15px;
562
496
  padding: 10px;
563
497
  position: relative;
564
498
  color: white;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brighter_planet_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-10-18 00:00:00.000000000Z
13
+ date: 2011-10-21 00:00:00.000000000Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: simple-rss
17
- requirement: &2165774820 !ruby/object:Gem::Requirement
17
+ requirement: &2154579440 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: 1.2.3
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *2165774820
25
+ version_requirements: *2154579440
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: eat
28
- requirement: &2165773820 !ruby/object:Gem::Requirement
28
+ requirement: &2154578960 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ! '>='
@@ -33,10 +33,10 @@ dependencies:
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
- version_requirements: *2165773820
36
+ version_requirements: *2154578960
37
37
  - !ruby/object:Gem::Dependency
38
38
  name: tronprint
39
- requirement: &2165772600 !ruby/object:Gem::Requirement
39
+ requirement: &2154578360 !ruby/object:Gem::Requirement
40
40
  none: false
41
41
  requirements:
42
42
  - - ! '>='
@@ -44,10 +44,10 @@ dependencies:
44
44
  version: 1.2.0
45
45
  type: :runtime
46
46
  prerelease: false
47
- version_requirements: *2165772600
47
+ version_requirements: *2154578360
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: test-unit
50
- requirement: &2165770900 !ruby/object:Gem::Requirement
50
+ requirement: &2154577860 !ruby/object:Gem::Requirement
51
51
  none: false
52
52
  requirements:
53
53
  - - ! '>='
@@ -55,7 +55,7 @@ dependencies:
55
55
  version: '0'
56
56
  type: :development
57
57
  prerelease: false
58
- version_requirements: *2165770900
58
+ version_requirements: *2154577860
59
59
  description: Layouts, partials, stylesheets, and images
60
60
  email:
61
61
  - andy@rossmeissl.net