brighter_planet_layout 0.1.14 → 0.1.15
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/views/layouts/_footer.html.erb +11 -3
- data/brighter_planet_layout.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.15
|
@@ -4,13 +4,17 @@
|
|
4
4
|
<ul>
|
5
5
|
<li><%= link_to 'Home', 'http://brighterplanet.com' %></li>
|
6
6
|
<li><%= link_to 'Blog', 'http://blog.brighterplanet.com' %></li>
|
7
|
+
<!-- FIXME andy
|
7
8
|
<li><%= link_to 'Prism', 'http://brighterplanet.com/applications/prism' %></li>
|
9
|
+
-->
|
8
10
|
<li><%= link_to 'Dev', 'http://brighterplanet.github.com' %></li>
|
9
11
|
<li><%= link_to 'Keys', 'http://keys.brighterplanet.com' %></li>
|
10
12
|
<li><%= link_to 'Carbon', 'http://carbon.brighterplanet.com' %></li>
|
11
13
|
<li><%= link_to 'Data', 'http://data.brighterplanet.com' %></li>
|
14
|
+
<!-- FIXME andy
|
12
15
|
<li><%= link_to 'Cards', 'http://cards.brighterplanet.com' %></li>
|
13
16
|
<li><%= link_to 'Footprint', 'http://profiles.brighterplanet.com' %></li>
|
17
|
+
-->
|
14
18
|
</ul>
|
15
19
|
</div>
|
16
20
|
<div id="map">
|
@@ -26,25 +30,29 @@
|
|
26
30
|
<p>Real-time, scalable web services to enhance your business applications</p>
|
27
31
|
</div>
|
28
32
|
<ul class="links">
|
29
|
-
<li><%= link_to 'Learn about how carbon middleware works', '
|
33
|
+
<li><%= link_to 'Learn about how carbon middleware works', 'http://brighterplanet.com/products/carbon_middleware' %></li>
|
30
34
|
<li><%= link_to 'Information for developers', 'http://brighterplanet.github.com' %></li>
|
31
35
|
</ul>
|
36
|
+
<!-- FIXME andy
|
32
37
|
<ul class="industries">
|
33
38
|
<li class="prism"><%= link_to '<strong>Prism</strong> carbon analytics for the payments industry'.html_safe, '#FIXME' %></li>
|
34
39
|
<li class="alpha"><%= link_to '<strong>Alpha</strong> for the shipping and logistics industry'.html_safe, '#FIXME' %></li>
|
35
40
|
<li class="beta"><%= link_to '<strong>Beta</strong> customer carbon information for the travel industry'.html_safe, '#FIXME' %></li>
|
36
41
|
</ul>
|
42
|
+
-->
|
37
43
|
</div>
|
38
44
|
<div id="consumer">
|
39
45
|
<div id="cards">
|
40
|
-
<h4><a href="
|
46
|
+
<h4><a href="http://brighterplanet.com/products">Credit and debit cards</a></h4>
|
41
47
|
<p>Powered by Bank of America, Visa, and Brighter Planet's carbon middleware technology</p>
|
42
48
|
</div>
|
43
49
|
<div id="profiler">
|
44
|
-
<h4><a href="
|
50
|
+
<h4><a href="http://brighterplanet.com/users/me/footprint">Carbon profiler</a></h4>
|
45
51
|
<p>The world's most advanced carbon footprint calculator, powered by carbon middleware</p>
|
46
52
|
</div>
|
53
|
+
<!-- FIXME andy
|
47
54
|
<p><%= link_to 'See other apps powered by carbon middleware', '#FIXME' %></p>
|
55
|
+
-->
|
48
56
|
</div>
|
49
57
|
</div>
|
50
58
|
</div>
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brighter_planet_layout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 15
|
10
|
+
version: 0.1.15
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Andy Rossmeissl
|