This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// JSHint Default Configuration File (as on JSHint website) | |
// See http://jshint.com/docs/ for more details | |
"maxerr" : 50, // {int} Maximum error before stopping | |
// Enforcing | |
"bitwise" : true, // true: Prohibit bitwise operators (&, |, ^, etc.) | |
"camelcase" : false, // true: Identifiers must be in camelCase | |
"curly" : true, // true: Require {} for every new block or scope |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="panel-group inverse accordion" id="accordion"> | |
<div class="panel panel-default"> | |
<div class="panel-heading"> | |
<h4 class="panel-title"> | |
<a data-toggle="collapse" data-parent="#accordion" class="accordion-toggle collapsed" href="#panel1"> | |
Title 1 | |
</a> | |
</h4> | |
</div> | |
<div id="panel1" class="panel-collapse collapse"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="panel-group inverse accordion" id="accordion"> | |
<div class="panel panel-default"> | |
<div class="panel-heading"> | |
<h4 class="panel-title"> | |
<a data-toggle="collapse" data-parent="#accordion" class="accordion-toggle" href="#panel1"> | |
Title 1 | |
</a> | |
</h4> | |
</div> | |
<div id="panel1" class="panel-collapse collapse in"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="form-group"> | |
<div class="row"> | |
<div class="col-sm-6"> | |
<label for="name">Your name <span class="required">(Required)</span></label> | |
<input type="text" class="form-control" id="name" name="name" required> | |
</div> | |
</div> | |
</div> | |
<div class="form-group"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="col-sm-4"> | |
<div class="media-block"> | |
<img src="/about/assets/images/[email protected]" alt="A photo of a wind turbine at the National Wind Technology Center." class="img-responsive"> | |
<h4>Wind Power</h4> | |
<p>An inspection of the blades of a 3 MW Alstom wind turbine is done by rappelling down the blades at the National Wind Technology Center in Boulder, Colorado.</p> | |
</div> | |
</div> | |
<div class="col-sm-4"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="col-sm-4"> | |
<a href="/bioenergy/facilities.html" class="link-tile media-block"> | |
<img src="/workingwithus/assets/images/31684_830x460.jpg" alt="Photo of a woman in a hard hat and safety glasses using a drill to loosen a bolt on reactor equipment" class="img-responsive"> | |
<h4>Bioenergy</h4> | |
</a> | |
</div> | |
<div class="col-sm-4"> | |
<a href="/buildings/facilities.html" class="link-tile media-block"> | |
<img src="/workingwithus/assets/images/20180_830x460.jpg" alt="Photo of a man operating a data acquisition panel in a laboratory" class="img-responsive"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<a class="link-tile media-block" href="http://www.nrel.gov/news/press/2016/23648"> | |
<div class="col-xs-4"> | |
<img src="/workingwithus/assets/images/35890-team.jpg" class="img-responsive" alt="Photo of a group of men standing in a laboratory setting"> | |
</div> | |
<div class="col-xs-8"> | |
NREL Collaboration Boosts Potential for CdTe Solar Cells | |
</div> | |
</a> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content-sandwich media-block"> | |
<div class="row"> | |
<div class="col-xs-3 col-sm-2"> | |
<img class="img-responsive" src="/client/img/icon-scale.svg" alt=""> | |
</div> | |
<div class="col-xs-9 col-sm-10"> | |
<h3>Balancing Public and Private Interest</h3> | |
<p>Form partnerships that serve the public interest and advance U.S. Department of Energy goals. Demonstrate appropriate stewardship of publicly funded assets, yielding national benefits. Provide value to the commercial partner.</p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content-sandwich text-center media-block"> | |
<div class="row"> | |
<div class="col-sm-4"> | |
<div class="col-sm-6 col-sm-push-3 col-xs-6 col-xs-push-3"> | |
<img src="/client/img/icon_colorado_flag.svg" alt=""> | |
</div> | |
<div class="col-sm-12 col-xs-12"> | |
<h4>Economic Impact</h4> |
OlderNewer