-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from NREL-Sienna/kd/format
Format fixes
- Loading branch information
Showing
17 changed files
with
148 additions
and
141 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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 |
---|---|---|
@@ -1,25 +1,35 @@ | ||
<header> | ||
<div class="container-fluid"> | ||
<div class="header-content d-flex flex-wrap align-items-center"> | ||
<div class="logo"> | ||
<a href="/Sienna/" title=""><img src="{{site.baseurl}}/assets/Sienna-logo-white.png" alt="" /></a> | ||
<header class="header-v6"> | ||
<div class="container"> | ||
<div class="header-content-v8"> | ||
<div class="logo-v8"> | ||
<a href="/Sienna/" title=""><img src="{{site.data.settings.logo_dark}}" alt=""></a> | ||
</div> | ||
<!--logo end--> | ||
<div class="mile-right ms-auto"> | ||
<button class="nav-toggle-btn a-nav-toggle ms-auto"> | ||
<span class="nav-toggle-title">Menu</span> | ||
<span class="nav-toggle nav-toggle-sm"> | ||
<span class="stick stick-1"></span> | ||
<span class="stick stick-2"></span> | ||
<span class="stick stick-3"></span> | ||
</span> | ||
</button> | ||
|
||
</div> | ||
<nav> | ||
<ul> | ||
{% for item in site.data.navigation-menu.secondary.toc %} | ||
<li> | ||
<a href="#" title="">{{ item.title }}</a> | ||
<ul> | ||
{% for entry in item.subfolderitems %} | ||
<li> | ||
<a | ||
href="{{ entry.url }}" | ||
title="{{ entry.page }}" | ||
class="{% if item.url == page.url %}active{% endif %}" | ||
>{{ entry.page }}</a | ||
> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
</nav> | ||
<!--nav end--> | ||
<!--mile-right end--> | ||
</div> | ||
<!--header-content end--> | ||
</div> | ||
</header> | ||
<!--header end--> | ||
{% include sidemenu.html %} |
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
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.
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.