diff --git a/css/base.css b/css/base.css index 5ff757c..8f7435d 100644 --- a/css/base.css +++ b/css/base.css @@ -1,4 +1,4 @@ -body { margin:0px; background-color:#fff; height:100% } +body { margin:0px; background-color:#ffff; height:100% } html { height:100% } img { margin:0px; border-style:none } button { margin:0px; border-style:none; padding:0px; background-color:transparent; vertical-align:top } @@ -161,3 +161,38 @@ strong { font-weight:bold } text-decoration: underline; } +.row { + display: flex; + flex-wrap: wrap; + /* + margin-right: -15px; + margin-left: -15px; + */ +} + +.col { + flex-basis: 0; + -webkit-box-flex: 1; + flex-grow: 1; + max-width: 100%; +} + +.footer { + position: bottom; + background-color: #343030; + padding: 5px; + padding-left: 10px; + font-size: 0.8em; + text-align: right; + color: white; +} + +.footer a { + color: white; + text-decoration: none; +} + +.footer a:hover { + color: white; + text-decoration: underline; +} diff --git a/energy/energy.png b/energy/energy.png new file mode 100644 index 0000000..cf5edac Binary files /dev/null and b/energy/energy.png differ diff --git a/energy/index.php b/energy/index.php index da1a872..ea6641d 100644 --- a/energy/index.php +++ b/energy/index.php @@ -1,3 +1,27 @@ +

Energy Storage
++We believe that home/small office enery storage can help the grid to use less carboned electricity. We I.T. people use lots of electricity, but we should decarbonate a maximum to stop using fossil ressource (or use the less we can). +
+
+This energy storage also can be used as big UPS to be "off grid" when electricity costs are too high or avoid having a bigger electricity contract. For example store the evergy in the night when electricty cost less and use the battery with the grid have more power to start machines that needs a spike of energy.
+Coupling this with solar panel on roof or somewhere else this can allow on bright days to be more or less off-grid, or use it to recharge electrics cars with energy that is exceeded the home/small office battery.
+
Hardware used
++We prefer the following hardware for energy storage : +
+Contact us about your plans of energy storage, we can work to make the project being live. +
+ diff --git a/include/bottom.inc.php b/include/bottom.inc.php index 2f323c1..6366082 100644 --- a/include/bottom.inc.php +++ b/include/bottom.inc.php @@ -1,4 +1,14 @@ + +