Skip to content

Commit

Permalink
FIX: Weirdness on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jul 25, 2023
1 parent dae58b9 commit f842b68
Showing 1 changed file with 15 additions and 22 deletions.
37 changes: 15 additions & 22 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<nav id="header-slim" class="navbar navbar-default">

<div class="container">
Expand All @@ -8,16 +9,23 @@
<span class="icon-bar"></span>
</button>


<a class="navbar-brand" href="/">{{ site.name }}</a>
<a href="https://www.sandia.gov" id="sandia-logo" class="pull-left">
<img src="{{ 'assets/images/SNL_Stacked_Black_Blue.png' | relative_url }}" alt="Sandia National Laboratories" width="25%"/>
</a>
</div>

<div id="siteNavbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right navbar-collapse">
<li id="about">
<a class="navbar-normal" href="/about/">About</a>
<li id="home"
{% if page.url == "/" %} class="active dropdown"
{% else %} class="dropdown"
{% endif %}><a class="navbar-normal" href="{{ '/' | relative_url }}">Home</a>
</li>
<li id="about"
{% if page.url == "/about/" %} class="active dropdown"
{% else %} class="dropdown"
{% endif %}><a class="navbar-normal" href="{{ 'about' | relative_url }}">About</a>
</li>

<li id="explore"
{% if page.url == "/explore/" %} class="active dropdown"
{% else %} class="dropdown"
Expand All @@ -27,26 +35,11 @@
<p><a class="navbar-normal" href="/explore/popular-repos/">Popular Repositories</a></p>
</div>
</li>
<li id="github-button"><a href="https://github.com/sandialabs"><span class="fa fa-github fa-lg"></span></a></li>
<li id="twitter-button"><a href="https://twitter.com/sandialabs"><span class="fa fa-twitter fa-lg"></span></a></li>
<li id="github-button"><a href="https://github.com/ornl"><span class="fa fa-github fa-lg"></span></a></li>
<li id="twitter-button"><a href="https://twitter.com/{{site.twitter.username}}"><span class="fa fa-twitter fa-lg"></span></a></li>
</ul>
</div>

</div>
</nav>


<div class="ignore-click">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" title="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
<!-- <img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" title="Fork me on GitHub"> -->
</div>
<a style="position: absolute; top: 91px; right: 15px; width: 13px; height: 27px;" alt="Fork me on GitHub" title="Fork me on GitHub" href="{{site.repo_url}}/tree/master/{{page.path}}" target="_blank" ><em></em></a>
<a style="position: absolute; top: 79px; right: 31px; width: 18px; height: 23px;" alt="Fork me on GitHub" title="Fork me on GitHub" href="{{site.repo_url}}/tree/master/{{page.path}}" target="_blank" ><em></em></a>
<a style="position: absolute; top: 64px; right: 44px; width: 14px; height: 25px;" alt="Fork me on GitHub" title="Fork me on GitHub" href="{{site.repo_url}}/tree/master/{{page.path}}" target="_blank" ><em></em></a>
<a style="position: absolute; top: 51px; right: 57px; width: 15px; height: 26px;" alt="Fork me on GitHub" title="Fork me on GitHub" href="{{site.repo_url}}/tree/master/{{page.path}}" target="_blank" ><em></em></a>
<a style="position: absolute; top: 36px; right: 70px; width: 14px; height: 28px;" alt="Fork me on GitHub" title="Fork me on GitHub" href="{{site.repo_url}}/tree/master/{{page.path}}" target="_blank" ><em></em></a>
<a style="position: absolute; top: 24px; right: 81px; width: 12px; height: 28px;" alt="Fork me on GitHub" title="Fork me on GitHub" href="{{site.repo_url}}/tree/master/{{page.path}}" target="_blank" ><em></em></a>
<a style="position: absolute; top: 14px; right: 93px; width: 14px; height: 26px;" alt="Fork me on GitHub" title="Fork me on GitHub" href="{{site.repo_url}}/tree/master/{{page.path}}" target="_blank" ><em></em></a>
<a style="position: absolute; top: 3px; right: 106px; width: 15px; height: 26px;" alt="Fork me on GitHub" title="Fork me on GitHub" href="{{site.repo_url}}/tree/master/{{page.path}}" target="_blank" ><em></em></a>
<a style="position: absolute; top: 1px; right: 120px; width: 13px; height: 13px;" alt="Fork me on GitHub" title="Fork me on GitHub" href="{{site.repo_url}}/tree/master/{page.path}}" target="_blank" ><em></em></a>
<!-- Created by Online Image Map Editor (http://www.maschek.hu/imagemap/index) -->

0 comments on commit f842b68

Please sign in to comment.