-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
688 additions
and
82 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<div id="wrapper" class="bootstrap"> | ||
<div id="WelcomeIndex"> | ||
|
||
<!-- Carousel --> | ||
<div id="hero" class="homesection row"> | ||
<div id="hero-carousel" class="carousel slide" data-bs-ride="carousel"> | ||
<div class="carousel-inner" role="listbox"> | ||
<div class="carousel-item active"> | ||
<img src="images/logo-horizontal-full.svg" class="carousel-img d-block w-50" alt="..."> | ||
<div class="carousel-caption d-none d-md-block"> | ||
<a href="#" id="report-btn" class="btn btn-primary btn-lg" tabindex="-1" role="button">click here...</a> | ||
</div> | ||
</div> | ||
<div class="carousel-item"> | ||
<img src="images/regs_not-grid_ak.svg" class="carousel-img d-block w-50" alt="..."> | ||
</div> | ||
<div class="carousel-item"> | ||
<img src="images/logo.png" class="carousel-img d-block w-50" alt="..."> | ||
</div> | ||
</div> | ||
|
||
<button class="carousel-control-prev" type="button" data-bs-target="#hero-carousel" data-bs-slide="prev"> | ||
<span class="carousel-control-prev-icon" aria-hidden="true"></span> | ||
<span class="visually-hidden">Previous</span> | ||
</button> | ||
<button class="carousel-control-next" type="button" data-bs-target="#hero-carousel" data-bs-slide="next"> | ||
<span class="carousel-control-next-icon" aria-hidden="true"></span> | ||
<span class="visually-hidden">Next</span> | ||
</button> | ||
</div> | ||
</div> | ||
|
||
<!-- Body/info text --> | ||
<div id="info" class="homesection row"> | ||
|
||
<div class="info-text"> | ||
|
||
<a href="#" id="report-btn" class="btn btn-primary btn-lg" tabindex="-1" role="button">or here</a> | ||
|
||
<p>Welcome to the Marine Energy Environmental Toolkit – a comprehensive compilation of existing environmental, spatial, regulatory, and scientific data relevant to the permitting and development of wave, tidal, river, and ocean | ||
current energy-harvesting technologies. | ||
<br> | ||
<br> | ||
The Toolkit was developed in collaboration with regulators and developers to create a useful and lasting permitting and licensing resource. The Toolkit was funded by the U.S. Department of Energy (DOE) and was built to complement | ||
other DOE efforts, such as the <a href="https://openei.org/wiki/PRIMRE" target="_blank">Portal and Repository for Information on Marine Renewable Energy (PRIMRE)</a>. Information provided is primarly from <a | ||
href="https://tethys.pnnl.gov/knowledge-base" target="_blank">Tethys Knowledge Base</a> and the <a href="https://elibrary.ferc.gov/eLibrary/search" target="_blank">FERC eLibrary</a>. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div id="info-img" class="homesection row"> | ||
<img id="wave-img" src="images/home-waves.png" /> | ||
</div> | ||
|
||
<!-- Footer --> | ||
<footer class="footer-container"> | ||
<div class="footer-content"> | ||
<div class="footer-left col"> | ||
<img src="images/logo-doe-eere.svg" class="footer-logo" /> | ||
</div> | ||
<div class="footer-right col"> | ||
Copyright © 2021.<br> | ||
<a href="/help.html#disclaimer">Disclaimer</a> & <a href="/help.html#who-funded-this-project">Acknowledgements</a> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
</div> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
0b255d4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First draft: