view _includes/header.html @ 174:9ddad3c06326

* _includes/header.html: Announce release candidate Octave 5.1.90.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 16 Jan 2020 14:47:10 +0900
parents 78b9661d8a36
children 4505fa5a8f12
line wrap: on
line source

<div class="no-js fixed contain-to-grid">
  <nav class="no-js top-bar" data-topbar role="navigation">
    <ul class="title-area">
      <li class="name">
        <h1>
          <a href="{{ "/" | relative_url }}" style="height:100%">
            <img src="{{ "/img/octave-logo.svg" | relative_url }}"
                 style="width: 32px; height: auto" alt="GNU Octave logo">
            {{ site.title }}
          </a>
        </h1>
      </li>
      <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
      <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li>
    </ul>

    <section class="top-bar-section">
      <!-- Right Nav Section -->
      <ul class="right">
        {% for page in site.pages %}
          {% if page.menu %}
            <li>
              <a href="{{ page.url | relative_url }}">{{ page.title }}</a>
            </li>
          {% endif %}
        {% endfor %}
        <li>
          <a href="{{site.docs_url}}">Docs</a>
        </li>
      </ul>
    </section>
  </nav>
</div>

<div data-alert class="alert-box info radius" style="font-weight:bold; text-align:center;">
  The new release candidate GNU Octave 5.1.90 is
  <a href="https://alpha.gnu.org/gnu/octave">now available online</a>.
  Test the new
  <a href="https://alpha.gnu.org/gnu/octave/octave-5.1.90-w64-installer.exe">MS Windows Installer</a> now!
  The final release is scheduled for end of January 2020.
</div>