Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit ca2b809

Browse files
committed
modified colors to agree with www.greenbuttondata.org
provided new text for portal home pages.
1 parent 669bcc7 commit ca2b809

File tree

3 files changed

+27
-29
lines changed

3 files changed

+27
-29
lines changed

src/main/webapp/WEB-INF/jsp/RetailCustomer/home.jsp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828

2929
<!-- Main hero unit for a primary marketing message or call to action -->
3030
<div class="hero-unit">
31-
<h1>Welcome Retail Customer</h1>
31+
<h1>Retail Customer Portal</h1>
32+
This is minimal Third Party Retail Customer Portal. The Green Button Third Party sanbox allows Retail Customers to authorize access to data
33+
maintained at the Sandbox DataCustodian as well as look at Usage Points and interval
34+
data that has been received from the DataCustodian.
3235
</div>
3336

3437
<hr>

src/main/webapp/WEB-INF/jsp/custodian/home.jsp

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,22 @@
2929

3030
<!-- Main hero unit for a primary marketing message or call to action -->
3131
<div class="hero-unit">
32-
<h1>Welcome Data Custodian</h1>
33-
<p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
34-
<p><a href="#" class="btn btn-primary btn-large">Learn more &raquo;</a></p>
35-
</div>
36-
37-
<!-- Example row of columns -->
38-
<div class="row">
39-
<div class="span4">
40-
<h2>Heading</h2>
41-
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
42-
<p><a class="btn" href="#">View details &raquo;</a></p>
43-
</div>
44-
<div class="span4">
45-
<h2>Heading</h2>
46-
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
47-
<p><a class="btn" href="#">View details &raquo;</a></p>
48-
</div>
49-
<div class="span4">
50-
<h2>Heading</h2>
51-
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
52-
<p><a class="btn" href="#">View details &raquo;</a></p>
32+
<h1>Third Party Administrative Portal</h1>
33+
<p>This is a template that exemplifies a minimal set of facilities needed to manage the Third Party sandbox. You may review the retail customers in
34+
in the sandbox, and look at the BatchLists that have been created as the result of notifications having been received from the DataCustodian.
35+
36+
37+
<h2>Becoming A Third Party</h2>
38+
<p>Green Button Third Parties are simply applications that support the
39+
patterns of interactions required for communication with Certified Green Button DataCustodians.
40+
Each Data Custodian will require registration of their supported Third Parties. That process is, for now,
41+
manual although the Green Button Community is committed to supporting dynamic registration in the near future.
42+
43+
<h2>Developers</h2>
44+
<p>Third Party developers will need to familiarize themselves with the <a href="http://energyos.github.io/OpenESPI-GreenButton-API-Documentation/">general XML format of Green Button Data</a>.</p>
45+
46+
<h2>Community</h2>
47+
<p>Please consider following the discussions of the <a href="http://www.greenbuttondata.org/community">Green Button Community</a> so that you may stay current with issues involved in being a Green Button Third Party.
5348
</div>
5449
</div>
5550

src/main/webapp/resources/css/bootstrap.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3362,16 +3362,16 @@ input[type="button"].btn-block {
33623362
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
33633363
*background-color: #006dcc;
33643364
*background-color: #0044cc;
3365-
background-color: Green;
3366-
background-image: -moz-linear-gradient(top, Green, #44ff44);
3367-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(Green), to(#44ff44));
3368-
background-image: -webkit-linear-gradient(top, Green, #44ff44);
3369-
background-image: -o-linear-gradient(top, Green, #44ff44);
3370-
background-image: linear-gradient(to bottom, Green, #44ff44);
3365+
background-color: rgba(76, 186, 111, 0.9);
3366+
background-image: -moz-linear-gradient(top, rgba(76, 186, 111, 0.9), rgba(76, 186, 111, 0.1));
3367+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(76, 186, 111, 0.9)), to(rgba(76, 186, 111, 0.1)));
3368+
background-image: -webkit-linear-gradient(top, rgba(76, 186, 111, 0.9), rgba(76, 186, 111, 0.1));
3369+
background-image: -o-linear-gradient(top, rgba(76, 186, 111, 0.9), rgba(76, 186, 111, 0.1));
3370+
background-image: linear-gradient(to bottom, rgba(76, 186, 111, 0.9), rgba(76, 186, 111, 0.1));
33713371
background-repeat: repeat-x;
33723372
border-color: LightGreen LightGreen #002a80;
33733373
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3374-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00cc88', endColorstr='#ff00cc44', GradientType=0);
3374+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(76, 186, 111, 0.9)', endColorstr='rgba(76, 186, 111, 0.9)', GradientType=0);
33753375
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
33763376
}
33773377

0 commit comments

Comments
 (0)