-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeedback.php
More file actions
33 lines (24 loc) · 2.96 KB
/
feedback.php
File metadata and controls
33 lines (24 loc) · 2.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Energy Retrofit Game: Feedback</title>
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/docs.css" rel="stylesheet">
<style type='text/css'>
@import url('http://themes.googleusercontent.com/fonts/css?kit=gxnbfDKUDGbW40CUFNdrUEeo7Qjimj636CAtlfQoiog');
body{background:linear-gradient(to bottom, #999, #fff);color:#8a5928;font-family:'Droid Serif',Georgia,'Times New Roman',serif;padding:0}a{color:#436a30}input,select,textarea{font-family:Tahoma,Arial,serif;font-size:13px}div.ss-form-container{background:#fff url('img/building101.png') center 10px no-repeat;border:none;line-height:1.6em;margin:0 auto;padding:360px 40px 20px;width:600px}h1.ss-form-title{color:#4c7e39;font-family:Tangerine;font-size:3em;line-height:normal;text-align:center}.ss-required-asterisk{color:#cb2123}div.errorheader{color:#cb2123;margin:2em 0 0;text-align:center}div.errorbox-bad{background:none;border:none;color:#cb2123;padding:0}div.ss-form-entry{margin:0 0 1em}h2.ss-section-title,h2.ss-page-title{background:none;color:#4c7e39;font-family:Tangerine;font-size:2.4em;margin:0;padding:0}div.ss-section-description{margin:0}label.ss-q-help{color:#9f866d}td.ss-scalerow{border-color:#4c7e39;color:#8a5928}td.ss-gridnumbers{border-color:#4c7e39}tr.ss-grid-row-odd{background-color:#f9ffef}td.ss-gridrow{border-color:#4c7e39;color:#8a5928}span.ss-powered-by{color:#9f866d}.ss-powered-by a:link{color:#9f866d}.ss-powered-by a:visited{color:#9f866d}</style></head>
<body class="ss-base-body" dir="ltr" itemscope itemtype="http://schema.org/CreativeWork/FormObject">
<div class="ss-form-container">
<div class="ss-form-heading"><h1 class="ss-form-title">Thank you for playing the Energy Retrofit Game!</h1>
<p></p>
<div class="ss-form-desc ss-no-ignore-whitespace">We hope you enjoyed the game, a simplified version of the Retrofit Manager Tool in development at the EEB Hub. Energy simulation tools can quickly measure the interaction of energy efficiency measures over a range of scenarios. However, they require calibration to be accurate, often requiring an energy audit to gather building data. Also, energy simulation tools do not yet robustly consider operation and maintenance of building systems or occupant effects on building plug loads, two areas that often have significant low or no cost opportunities to reduce building energy use. Therefore, we recommend that energy audits and energy simulations follow retro-commissioning work to make sure systems are functioning as intended, and occupant behavior programs to ensure lights and equipment are turned off when not in use.
<br><br>
Send feedback and ideas to <a href="mailto:mgd165@psu.edu" target="_top">mgd165@psu.edu</a>.
<br>
<br><br>
<br>
</div>
</div>
</div>
</body></html>